Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.4.0
/
client
tag
7d8f7dc3cebc9f62ed7412f5d16d85a4dccc9100
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
273eb82b4ae63d51b8b6c1cb3e057d80eac3e73a
0.4.4.0
12c1a84
Add java to PATH on windows bots and run ia32 editor tests instead of x64 on windows
by kustermann@google.com
· 12 years ago
88875ff
Small fix in buildbot_annotated_steps.py
by kustermann@google.com
· 12 years ago
538c35d
Added tools/bots/editor.py to build the editor (using gyp/build.py) and run editor tests
by kustermann@google.com
· 12 years ago
1156ea3
Add a warning to the old dart.js
by vsm@google.com
· 13 years ago
8b99543
Fix javahome for pub bots Review URL: https://codereview.chromium.org//11573003
by ricow@google.com
· 13 years ago
eb7ec0e
Suppress check on localStorage to enable chrome apps
by vsm@google.com
· 13 years ago
4385149
Phase out local storage usage in PortSync code
by vsm@google.com
· 13 years ago
e07e058
Remove the mode flag for clobbering - we will now just nuke the complete output directory.
by ricow@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
9049103
Add script for pub buildbots.
by rnystrom@google.com
· 13 years ago
1afe1c4
Change the editor build to use the latest changed svn revision and not the global svn revision.
by devoncarew@google.com
· 13 years ago
5031069
Fix SendPortSync dispatch for FF
by vsm@google.com
· 13 years ago
23b116f
Update .gitignore files to svn:ignore from r12476.
by ahe@google.com
· 13 years ago
a1770a8
Sync .gitignore with the corresponding svn properties.
by antonm@google.com
· 13 years ago
37b7e47
Remove proxying support from dart:html
by vsm@google.com
· 13 years ago
2b11b09
revert alternate build approach
by danrubel@google.com
· 13 years ago
4b29bcd
test alternate build approach
by danrubel@google.com
· 13 years ago
47e90c2
Cache function proxies. This ensures that we forward invocations to the original send port.
by vsm@google.com
· 13 years ago
8802f83
Serialize Elements through PortSync
by vsm@google.com
· 13 years ago
d7b836f
Support methods, getters, and setters on JS proxies.
by vsm@google.com
· 13 years ago
769cfa0
Support proxying of objects between JS and Dart.
by vsm@google.com
· 13 years ago
9259b26
Support general serializing of functions between JS and Dart
by vsm@google.com
· 13 years ago
2cba3d5
Remove second argument from python clobbering cmd on editor annotated steps
by ricow@google.com
· 13 years ago
41ad4a5
Add mission constant to dart editor annotated steps.
by ricow@google.com
· 13 years ago
71ff9c1
Fix dart editor buildbot scripts to support clobbering.
by ricow@google.com
· 13 years ago
0e9ad86
Move function serialization to sync ports.
by antonm@google.com
· 13 years ago
0e4bc22
Revert "Switch to new expiration protocol."
by antonm@google.com
· 13 years ago
46eda61
Switch to new expiration protocol.
by antonm@google.com
· 13 years ago
0db7d72
Support references in serialization.
by antonm@google.com
· 13 years ago
a8f0861
Fix bug in SendPortSync serialization
by hausner@google.com
· 13 years ago
7f897e1
Fix bug in array serialization
by hausner@google.com
· 13 years ago
cae0859
Fix deserializeList.
by efortuna@google.com
· 13 years ago
ee6b0e2
Serialize/deserialize lists in JS ports
by vsm@google.com
· 13 years ago
9c4f5ed
Added Dartium support for JS to Dart PortSync calls
by vsm@google.com
· 13 years ago
d14ba57
Add support for JS->Dart and Dart->dart via *PortSync.
by vsm@google.com
· 13 years ago
41d6657
Stop adding so many global functions in client/dart.js.
by kasperl@google.com
· 13 years ago
647a077
Make the new JS interop test pass on Dartium.
by kasperl@google.com
· 13 years ago
7c7246f
First experimental steps towards a better story for JS interop.
by kasperl@google.com
· 13 years ago
8a3a9f4
Don't call FixJavaHome() during dart-editor* builds
by danrubel@google.com
· 13 years ago
291f362
Add setup of JAVA_HOME to the annotated steps script. The buildbot will pass the relative path to this through an environment variable.
by ricow@google.com
· 13 years ago
3d9308f
Another attempt at fixing the Editor build.
by ahe@google.com
· 13 years ago
817cc50
Another attempt at fixing the Editor build.
by ahe@google.com
· 13 years ago
9b504b5
Remove frog from the SDK and stop running it from the editor.
by kasperl@google.com
· 13 years ago
61cb3e6
Use utils/compiler/buildbot.py instead of the script in frog/scripts.
by kasperl@google.com
· 13 years ago
5365677
Reapply r8017.
by dgrove@google.com
· 13 years ago
f1e63f4
revert r8017.
by dgrove@google.com
· 13 years ago
ec0085f2
Update README, continue evisceration of client directory
by dgrove@google.com
· 13 years ago
f578b83
Change the default Dart-to-JavaScript compiler in the editor to be dart2js.
by kasperl@google.com
· 13 years ago
4a80d19
Fix condition.
by antonm@google.com
· 13 years ago
4bd7240
Add expiration check into dart.js script.
by antonm@google.com
· 13 years ago
f379a1d
Allow developers to try out dart2js in their web apps.
by kasperl@google.com
· 13 years ago
8369d0a
reenable some dartc tests that have been disabled accidentally. Move
by sigmund@google.com
· 13 years ago
daef678
test renaming overhaul: step 4 client tests
by sigmund@google.com
· 13 years ago
bdc0d78
Fix bug http://code.google.com/p/dart/issues/detail?id=2718: methods that are implemented by the html/dom library should be called with dart2js calling conventions.
by ngeoffray@google.com
· 13 years ago
a0b50ca
Fix Safari status
by vsm@google.com
· 13 years ago
5f3607d
Reapply r6925 with fixed status file.
by vsm@google.com
· 13 years ago
f1d72ac
rename _tests.dart to _test.dart
by sigmund@google.com
· 13 years ago
3f51056
Revert "Break html_tests.dart into multiple tests"
by vsm@google.com
· 13 years ago
428f4f3
Break html_tests.dart into multiple tests
by vsm@google.com
· 13 years ago
6b90273
Make CanvasPixelArray pretent to be Uint8ClampedArray
by sra@google.com
· 13 years ago
ccd3de3
Revert "Make CanvasPixelArray pretent to be Uint8ClampedArray"
by sra@google.com
· 13 years ago
a8f78a5
Make CanvasPixelArray pretent to be Uint8ClampedArray
by sra@google.com
· 13 years ago
fc6219c
Temporary skip InstanceOf test.
by antonm@google.com
· 13 years ago
733536b
Adjust tests.
by antonm@google.com
· 13 years ago
9eac6a5
Remove frogsh.
by ahe@google.com
· 13 years ago
c809a98
Browser compat for window.requestAnimationFrame
by sra@google.com
· 13 years ago
18554fa
Revert "Browser compat for window.requestAnimationFrame"
by sra@google.com
· 13 years ago
e6c9d7d
Browser compat for window.requestAnimationFrame
by sra@google.com
· 13 years ago
0787331
Fix html TypedArray constructors
by vsm@google.com
· 13 years ago
f0ff872
Revert "Revert "Revert "Revert "Constructors for IDBKeyRange""""
by sra@google.com
· 13 years ago
d86ae6c
Revert "Revert "Revert "Constructors for IDBKeyRange"""
by sra@google.com
· 13 years ago
97f2aa5
Revert "Revert "Constructors for IDBKeyRange""
by sra@google.com
· 13 years ago
0ad7fde
Revert "Constructors for IDBKeyRange"
by sra@google.com
· 13 years ago
d1d09e8
Constructors for IDBKeyRange
by sra@google.com
· 13 years ago
545d7d9
Temporarily skip html_tests for frog/drt
by vsm@google.com
· 13 years ago
929356d
Test for IDBKeyRange
by sra@google.com
· 13 years ago
eb94e4a
Migrate to interpolation instead of concatenation.
by antonm@google.com
· 13 years ago
ab7afcc
Revert "Test for IDBKeyRange"
by sra@google.com
· 13 years ago
935e36e
Test for IDBKeyRange
by sra@google.com
· 13 years ago
4a81499
Map IDBAny and IDBKey to Dynamic
by sra@google.com
· 13 years ago
fdcd0cb
Fix for issue 2433: for stubs on native classes, only call a method with a non-mangled name when the method is a JS method.
by ngeoffray@google.com
· 13 years ago
aa51ea5
Next IndexedDB test - scan with a cursor.
by sra@google.com
· 13 years ago
c592185
Support Expectation.identical.
by antonm@google.com
· 13 years ago
b52accc
Add SerializedScriptValueTest.
by antonm@google.com
· 13 years ago
272f77d
Add very basic MessageEventTest.
by antonm@google.com
· 13 years ago
29afb06
Remove suppression for now fixed test.
by antonm@google.com
· 13 years ago
864dba1
Migrate the samples to one-argument version of requestAnimationFrame and re-enable the test.
by podivilov@google.com
· 13 years ago
6c4f398
second try: only mark fail on checked mode
by sigmund@google.com
· 13 years ago
76a9e07
status file of html/TypeArrays1Test: this was incorrectly importing dart:dom
by sigmund@google.com
· 13 years ago
656e981
unittest step2: bye bye to multiple entrypoints for unittest
by sigmund@google.com
· 13 years ago
7fda138
Remove suppression for NativeGCTest in release mode.
by podivilov@google.com
· 13 years ago
3c25486
Refine understanding of FF ImageData issue.
by sra@google.com
· 13 years ago
0645e29
Remove suppression for now supported test.
by antonm@google.com
· 13 years ago
9a26e2c
fix a couple more dartium tests
by sigmund@google.com
· 13 years ago
8756739
Suppress checked IndexedDB2Test
by sra@google.com
· 13 years ago
3031f70
IndexedDB test for maps.
by sra@google.com
· 13 years ago
7968e42
update a couple dartium tests
by sigmund@google.com
· 13 years ago
74bcffc
fix comments in .status files
by sigmund@google.com
· 13 years ago
1767ae0
fix ff bot
by sigmund@google.com
· 13 years ago
Next »