Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.1.6.1
/
tools
tag
115c6645389c5e8c07168ab8e7be3bb966d4f426
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
4bdeea0d13e6df41d66ac84c9e9ebf92eb5cc461
0.1.6.1
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
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
a45b8df
Prepare push to trunk. Now working on version 0.1.1.0
by ricow@google.com
· 13 years ago
cc768f8
Add a dart library and a dart script for creating version numbers.
by ricow@google.com
· 13 years ago
018ebdc
Add VERSION file to the checkout.
by ricow@google.com
· 13 years ago
306a925
Revert r13442. The extension fails to install under Windows, and the sentinel
by gram@google.com
· 13 years ago
686844d
Add IEDriver Server to webdriver setup script.
by efortuna@google.com
· 13 years ago
187d456
Add missing binary file.
by gram@google.com
· 13 years ago
47d4ff9
Fix IEDriver error on closing.
by efortuna@google.com
· 13 years ago
ee34ca9
Chrome extension to get console messages upon test failures. Unlike the
by gram@google.com
· 13 years ago
be3b03a
Increase dart2js timeout value.
by ahe@google.com
· 13 years ago
664bd64
Revert "Experiment: revert parts of r13318."
by ahe@google.com
· 13 years ago
c593b45
Experiment: revert parts of r13318.
by ahe@google.com
· 13 years ago
3177727
Group co19 failures and test dart2dart.
by ahe@google.com
· 13 years ago
66e541d
Update test.dart to do the same on all platforms for tests run through selenium.
by ager@google.com
· 13 years ago
db7f804
Give more debug info from selenium driver.
by ricow@google.com
· 13 years ago
9c25f5f
Add back in full exit code information.
by efortuna@google.com
· 13 years ago
507bc5c
Add back in "graceful shutdown code" for Windows, because the fix for
by efortuna@google.com
· 13 years ago
6ff38b9
Always print an exit code explicitly (no return of any exit code was causing the
by efortuna@google.com
· 13 years ago
1c51c68
Highlight test headings with -pcolor.
by ahe@google.com
· 13 years ago
6e42838
Fix test.dart return code -- was causing fake greenness on dartc, dart2dart
by efortuna@google.com
· 13 years ago
ceed3e5
- Add support to interrupt a running isolate with the following command:
by asiva@google.com
· 13 years ago
bc37e6e
Update version number of xpi and check in built version.
by gram@google.com
· 13 years ago
5187e54
Fixed the issue with the ConsoleCollector extension causing FF to hang if run from WebDriver.
by gram@google.com
· 13 years ago
22c7d38
Strip the dart binary in the SDK on non-Windows platforms.
by dgrove@google.com
· 13 years ago
55be273
Reland support for firefox jsshell.
by ricow@google.com
· 13 years ago
33b4a0a
Fix issues with test.dart that appeared on Mac.
by ager@google.com
· 13 years ago
5b8e8c0
Revert "Make test.dart executable."
by ahe@google.com
· 13 years ago
2d77e48
Make test.dart executable.
by ahe@google.com
· 13 years ago
96814a5
Revert r13264, it is making the firefox bot very slow, with hundreds of tests timing out.
by ricow@google.com
· 13 years ago
5279fba
Remove Chrome extension code that was commited by accident.
by gram@google.com
· 13 years ago
e2709f1
Add the ability to get the Javascript console errors in Firefox in the test output when tests fail.
by gram@google.com
· 13 years ago
f8308cb
Temporary fix to mac buildbot issue. We need to figure out why
by ager@google.com
· 13 years ago
a9c0550
Revert revision 13230 Review URL: https://codereview.chromium.org//11066014
by ricow@google.com
· 13 years ago
d8c04e8
Add firefox jsshell support in testing scripts.
by ricow@google.com
· 13 years ago
0346aa7
When only listing and not running tests, don't start the http server.
by ager@google.com
· 13 years ago
c4c4b7f
Add in-process http server to the dart test scripts.
by ager@google.com
· 13 years ago
ffe5b29
Minor fixes to test.dart.
by ager@google.com
· 13 years ago
f17ea51
Update the semantics of the 'special-command' flag given to the test script.
by ricow@google.com
· 13 years ago
0f53862
Change run_vm_tests to take the VM arguments before the test name so
by ager@google.com
· 13 years ago
3b58886
Copy AHEM____.TTF after DRT update.
by johnniwinther@google.com
· 13 years ago
48a5951
Add progress indicator for co19 updating.
by ahe@google.com
· 13 years ago
c88380c
Remove stale co19 entries.
by ahe@google.com
· 13 years ago
182b384
Copy README.dart-sdk to dart-sdk/README .
by dgrove@google.com
· 13 years ago
6f564a3
Don't copy extraneous files in the html directory.
by dgrove@google.com
· 13 years ago
1c518f6
Separate compile-time and runtime errors.
by ahe@google.com
· 13 years ago
37197c2
Stop using the Hashable interface.
by lrn@google.com
· 13 years ago
684c93a
Rename a variable to fix build breakage
by ahe@google.com
· 13 years ago
e13c0b1
Always fail if a process failed to launch.
by ahe@google.com
· 13 years ago
a14563d
Use typedefs in test.dart.
by ahe@google.com
· 13 years ago
7977b42
Update all occurrences of raw strings.
by ager@google.com
· 13 years ago
a1faa6f
Change IllegalArgumentException to ArgumentError.
by lrn@google.com
· 13 years ago
3a4d55f
Create a wrapper around test.dart for running co19 tests.
by ahe@google.com
· 13 years ago
d6ca10a
Update co19 to r343.
by ahe@google.com
· 13 years ago
034a66d
Parameterize 'new Options().script'.
by ahe@google.com
· 13 years ago
8332173
Use semicolon, not comma.
by ahe@google.com
· 13 years ago
f5083a4
Use the VM under test, not the prebuilt binary
by ahe@google.com
· 13 years ago
3e51017
Fix Android build breaks
by jackpal@google.com
· 13 years ago
eb2a0fc
Eliminate some of the flakiness in testing:
by gram@google.com
· 13 years ago
2722230
Fix dart/tools directory to remove @'raw string' and foo.dynamic.
by whesse@google.com
· 13 years ago
eac6195
Be sure to use absolute paths in intl web server tests
by alanknight@google.com
· 13 years ago
907c7ea
Read locales over http in the browser
by alanknight@google.com
· 13 years ago
e676e88
Introduce a VM-only dart:scalarlist library for byte arrays.
by ager@google.com
· 13 years ago
df6862a
Fix git on non-Windows. Fix create_sdk on machines using svn.
by rnystrom@google.com
· 13 years ago
9c970fa
First pass at getting git and tar.gz working on Windows.
by rnystrom@google.com
· 13 years ago
b268995
Store status for dart2dart tests in a separate file.
by antonm@google.com
· 13 years ago
1159462
Switch from interfaces to abstract classes in dart:io.
by ager@google.com
· 13 years ago
5bb04a5
MSVS output to /build/ dir.
by johnniwinther@google.com
· 13 years ago
99749ca
This reapplies the change to remove "dynamic" from Object.
by lrn@google.com
· 13 years ago
54d6cbd
Revert "Remove Object.dynamic."
by lrn@google.com
· 13 years ago
9cc07e2
Remove Object.dynamic.
by lrn@google.com
· 13 years ago
bef1d10
Avoid timeouts in dart2js/release/checked.
by ngeoffray@google.com
· 13 years ago
9163dfe
revert 1204. Will investigate when I get a chance.
by efortuna@google.com
· 13 years ago
3c24dc9
Reapply revert script. Review URL: https://codereview.chromium.org//10919308
by efortuna@google.com
· 13 years ago
383488e
Update unittest to new package layout.
by rnystrom@google.com
· 13 years ago
659a57d
Revert "Make unittest follow the new package layout."
by rnystrom@google.com
· 13 years ago
2ba8103
Make unittest follow the new package layout.
by rnystrom@google.com
· 13 years ago
5778a68
Improve selenium RC failure message.
by efortuna@google.com
· 13 years ago
Next »