Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.2.1
/
tools
tag
786101e5c41749dba38675aebac91cab3b998459
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
7611cbf1fca3a15e2edb410c981f3b7ffb2d7b8f
0.2.2.1
7611cbf
Merge revision r14430 to trunk. Do not evaluate arguments of an instance send if that instance send is being inlined. The inliner will take care of evaluating them.
by ngeoffray@google.com
· 10 years ago
0.2.2.1
8323a04
Version 0.2.2.0
by dgrove@google.com
· 10 years ago
0.2.2.0
82f439e
Bump patch number in attempt to get all trunk builds in sync.
by dgrove@google.com
· 10 years ago
0.2.1.2
8aea859
Version 0.2.1.1
by dgrove@google.com
· 10 years ago
0.2.1.1
df4f2cf
VERSION 0.2.1.0
by dgrove@google.com
· 10 years ago
0.2.1.0
d7128a6
Cherry picked bug fix for 6161: svn merge -c 13959 https://dart.googlecode.com/svn/branches/bleeding_edge/dart .
by jwren@google.com
· 10 years ago
0.2.0.1
94cd105
Version 0.2.0.0.
by dgrove@google.com
· 10 years ago
0.2.0.0
2cece2a
Merge revisions 13674, 13676, 13677, 13678 to trunk
by ricow@google.com
· 10 years ago
0.1.6.4
5fc22a0
Merge r13661-13672 into trunk.
by dgrove@google.com
· 10 years ago
0.1.6.3
80dab08
Merge revision 13659 to trunk.
by ricow@google.com
· 10 years ago
0.1.6.2
4bdeea0
svn merge -c 13655 bleeding_edge trunk
by kasperl@google.com
· 10 years ago
0.1.6.1
03b9aad
Version 0.1.6.0
by ricow@google.com
· 10 years ago
0.1.6.0
e6c2ca1
Merge revision 13642 and 13643 to trunk.
by ricow@google.com
· 10 years ago
0.1.5.1
5b06abf
Version 0.1.5.0
by ricow@google.com
· 10 years ago
0.1.5.0
818a31e
Merge revision 13627 to trunk.
by ricow@google.com
· 10 years ago
0.1.4.1
0610cb3
Version 0.1.4.0
by ricow@google.com
· 10 years ago
0.1.4.0
7824353
Version 0.1.3.0
by dgrove@google.com
· 10 years ago
0.1.3.0
87c3813
Use statically linked runtime library to avoid dependency on msvcr100.dll on windows.
by kasperl@google.com
· 13 years ago
0fed52b
Only start http server for browser tests.
by ager@google.com
· 13 years ago
07b92a1
"Reverting 14361" to fix a break.
by amouravski@google.com
· 13 years ago
884734f
Revert "remove text editor plugins, they are now on github"
by ahe@google.com
· 13 years ago
d7d7a89
Add bot. prefix to unbreak build bots.
by ahe@google.com
· 13 years ago
9ed6080
Don't depend on V8 when creating the SDK.
by ahe@google.com
· 13 years ago
aac030e
Use patching for dart:io.
by ager@google.com
· 13 years ago
c606bbd
Fix copyright for bot scripts.
by rnystrom@google.com
· 13 years ago
09ac607
remove text editor plugins, they are now on github
by sethladd@google.com
· 13 years ago
db3d635
Remove public SocketInputStream and SocketOutputStream clases
by sgjesse@google.com
· 13 years ago
83f2cfa
Get rid of 'close' on process. It is very easy to use incorrectly and cut off data from your streams.
by ager@google.com
· 13 years ago
7f04c40
Land update to tools directory with new binaries.
by ager@google.com
· 13 years ago
e925b55
Move Arrays, Collections and Maps into a new library, dart:collections.
by ajohnsen@google.com
· 13 years ago
6507587
Fix the version.dart script on windows - the script path was being calculated as "", not "tools".
by devoncarew@google.com
· 13 years ago
7041a6b
Make methods in Stopwatch getters and rename to be more consistent.
by floitsch@google.com
· 13 years ago
b8b5632
Convert NoMoreElementsException and EmptyQueueException to StateError.
by lrn@google.com
· 13 years ago
7df114a
Revert 14110 "Fix usesWebDriver check"
by efortuna@google.com
· 13 years ago
d1aff19
Fix usesWebDriver check, and the usage of config['browser'] vs config['runtime']
by efortuna@google.com
· 13 years ago
ce9513a
Added API docs build target to the Pub buildbot.
by amouravski@google.com
· 13 years ago
8ea5741
Set up Android build config.
by efortuna@google.com
· 13 years ago
252f09b
Testing support for running tests minified in dart2js.
by ricow@google.com
· 13 years ago
01e373b
Fix CCTestSuite in test.dart.
by ager@google.com
· 13 years ago
63870a3
Fix return code on Windows 8 machines.
by efortuna@google.com
· 13 years ago
e304efa
Update status file for ie10 html tests.
by efortuna@google.com
· 13 years ago
7f5dd8e
Expand buildbot checks for both ie9 and ie10.
by efortuna@google.com
· 13 years ago
9049103
Add script for pub buildbots.
by rnystrom@google.com
· 13 years ago
61e7010
Fix issue that cases the usesWebDriver getter in TestCase to always return false.
by ager@google.com
· 13 years ago
a083c1a
Removed IllegalAccessException and UnsupportedOperationException.
by lrn@google.com
· 13 years ago
bc7f07a
Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file.
by lrn@google.com
· 13 years ago
6100654
Don't replicate timeout calculation for browser tests. They do their own timing
by efortuna@google.com
· 13 years ago
1407ec0
Increase timeout to see if "timeout" errors on Windows bot goes away. Otherwise,
by efortuna@google.com
· 13 years ago
898ec40
Add a version file to the SDK (in preparation for eventually removing the revision file).
by devoncarew@google.com
· 13 years ago
48a9e65
Mark ie10 + Windows as an acceptable browser + OS combo.
by efortuna@google.com
· 13 years ago
ce3543f
Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081
by efortuna@google.com
· 13 years ago
9205890
Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003
by efortuna@google.com
· 13 years ago
89ec5f4
Properly filter out platform libs.
by antonm@google.com
· 13 years ago
bf0085c
Remove unused function.
by antonm@google.com
· 13 years ago
e524049
Switch to new library syntax.
by antonm@google.com
· 13 years ago
28c853b
Create temp directory for sdk inside the dart directory.
by ricow@google.com
· 13 years ago
7f0ec1c
Update dart2js co19 status after bad merge.
by ahe@google.com
· 13 years ago
8fafabe
Update co19 to r397.
by ahe@google.com
· 13 years ago
8d38bd7
Revert r13932, sys.stdout is not available.
by ricow@google.com
· 13 years ago
d3fa9bf
Redirect stderr to sys.stdout for build output.
by ricow@google.com
· 13 years ago
31fb4a0
Complete renaming of ie bots to ie9, to add ie10.
by efortuna@google.com
· 13 years ago
4a41088
Restore 'samples' in test.dart
by scheglov@google.com
· 13 years ago
4a3571e
Add Opera to the "webdriver_test_setup" script.
by efortuna@google.com
· 13 years ago
aa78cf0
Remove unused WrongArgumentCountException.
by lrn@google.com
· 13 years ago
09b22d5
Issue 6073. Fixes for 'export'.
by scheglov@google.com
· 13 years ago
89f5dae
Rename OutOfMemoryException to OutOfMemoryError.
by lrn@google.com
· 13 years ago
f7a56d3
Revert "Rename OutOfMemoryException to OutOfMemoryError."
by kasperl@google.com
· 13 years ago
58f3453
Rename OutOfMemoryException to OutOfMemoryError.
by lrn@google.com
· 13 years ago
755abed
Generate snapshot for dartj2s; use it in the SDK.
by ahe@google.com
· 13 years ago
fe7ace3
Fix DiffProgressIndicator to use the correct parameter name
by ricow@google.com
· 13 years ago
89d7cda
One more ie -> ie9 rename. Review URL: https://codereview.chromium.org//11191031
by efortuna@google.com
· 13 years ago
4839206
Rename ie to ie9. Review URL: https://codereview.chromium.org//11184015
by efortuna@google.com
· 13 years ago
d41409e
Making unit test HTML files contain relative paths.
by blois@google.com
· 13 years ago
ff9e0f7
Change Process.start to return a future that completes with a
by ager@google.com
· 13 years ago
4d6fc3b
Change Windows build default to build with VS 2010.
by efortuna@google.com
· 13 years ago
f8548e7
1. Add isolate id parameter to all the debugger commands in the debugger wire protocol so that the commands are directed to the appropriate isolate.
by asiva@google.com
· 13 years ago
ceb4e81
Fix get_archive.py do deal with versioning change for dartium in Google Storage.
by efortuna@google.com
· 13 years ago
adb5346
Change core lib, dart2js, and more for new optional parameters syntax and semantics (new semantics is not enforced yet).
by regis@google.com
· 13 years ago
6cac76e
Group co19 results by runtime.
by ahe@google.com
· 13 years ago
4930b35
Fix function name from last commit
by ricow@google.com
· 13 years ago
345f437
Revert back to creating a revision file in create_sdk
by ricow@google.com
· 13 years ago
5747277
Trim version info from VERSION file to eliminate trailing whitespaces.
by ricow@google.com
· 13 years ago
a31a227
Update revision info to version info for dart2js et al.
by ricow@google.com
· 13 years ago
a3143e8
Fix version when a relative path is used.
by ricow@google.com
· 13 years ago
04ab460
Update version.dart to fetch the last changed revision of the root directory.
by ricow@google.com
· 13 years ago
1c3a68a
Dont' suffix version number with username on production builds
by ricow@google.com
· 13 years ago
63a4fc6
- Add a script which touches the tools/VERSION file to ensure
by iposva@google.com
· 13 years ago
00d5784
Revert r13569 "Automagically start up selenium server for Safari." Seems to be
by efortuna@google.com
· 13 years ago
a09c2bb
Automagically start up selenium server for Safari.
by efortuna@google.com
· 13 years ago
98d089e
Revert the zeroing out of the VERSION file
by ricow@google.com
· 13 years ago
84d3e62
Reset values in tools/VERSION to all zeros on bleeding edge
by ricow@google.com
· 13 years ago
6c0255c3
Do more robust parsing of the revision info when creating version numbers.
by ricow@google.com
· 13 years ago
f9d8744
Move a helper function to find out Dart binary into utils.py
by antonm@google.com
· 13 years ago
acc24b5
Fix import after moving version.dart library file
by ricow@google.com
· 13 years ago
a4009df
Move tools/testing/dart/version.dart into tools/release
by ricow@google.com
· 13 years ago
239e10a
Fix path handling in tools/version.dart so that it does not matter where we call this from.
by ricow@google.com
· 13 years ago
5989130
Version fixed for Windows.
by johnniwinther@google.com
· 13 years ago
b33cc25
Spekulative fix for version.dart on windows
by ricow@google.com
· 13 years ago
f1c6720
Prepare push to trunk. Now working on version 0.1.2.0
by dgrove@google.com
· 13 years ago
180c097
Vim syntax highlighting patches (dartbug.com/5568).
by pquitslund@google.com
· 13 years ago
Next »