Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.3.5.1
/
sdk
tag
013e0e8f2198fdd0c7c0fbd12743a3389981616d
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
337f4984dc24967d5522d5e9ef461358e7ae7568
0.3.5.1
244007e
Cleanup universe to not have backend related things.
by ngeoffray@google.com
· 13 years ago
b5a9bf8
Mark Expect as deprecated.
by floitsch@google.com
· 13 years ago
4e12cd5
Remove Stopwatch interface and make it a class.
by floitsch@google.com
· 13 years ago
caa7fe2
Add Stopwatch.isRunning.
by floitsch@google.com
· 13 years ago
15a2c6d
Re-submit of 12213058 to fix CharacterData.remove
by blois@google.com
· 13 years ago
53d0049
Converting XHR from onLoad to onReadyStateChange
by blois@google.com
· 13 years ago
38aa4e1
Update doc for Future.whenComplete.
by floitsch@google.com
· 13 years ago
2b18155
Fix deprecated html bugs in dartdoc.
by johnniwinther@google.com
· 13 years ago
ddd0a88
Deprecate IllegalJSRegExpException.
by floitsch@google.com
· 13 years ago
2190783
Use @deprecated to get editor support.
by floitsch@google.com
· 13 years ago
0e6cc37
Fix bad handling of done events in _ForwardingStream.
by lrn@google.com
· 13 years ago
7f5b624
Always explicitely give a type to HInvokeStatic, and make the literal map know it's a map.
by ngeoffray@google.com
· 13 years ago
18446e1
Remove LibraryCompiler
by johnniwinther@google.com
· 13 years ago
45afd73
Code cleanup: remove useless fields.
by ngeoffray@google.com
· 13 years ago
3e9006f
Fix issue 8379
by sgjesse@google.com
· 13 years ago
eed368b
Revert "Fixing CharacterData.remove not working on FireFox."
by blois@google.com
· 13 years ago
72753e0
Fixing CharacterData.remove not working on FireFox.
by blois@google.com
· 13 years ago
e1efa71
Hide collection-dev library.
by floitsch@google.com
· 13 years ago
381472b
Check arguments counts.
by johnniwinther@google.com
· 13 years ago
8762c41
Revert "Hide collection-dev library."
by floitsch@google.com
· 13 years ago
8ac8cab
Fix issue http://dartbug.com/8350 by dealing with interceptors in invokeOn.
by kasperl@google.com
· 13 years ago
2a56791
Hide collection-dev library.
by floitsch@google.com
· 13 years ago
46ddf1d
Fix warning spotted by dartc.
by ngeoffray@google.com
· 13 years ago
aa9215f
Allow intercepted calls to have typed selectors.
by ngeoffray@google.com
· 13 years ago
2fda3e0
Fix size problem spotted by sra@, where iae and ioore were always put in the codegen work list.
by ngeoffray@google.com
· 13 years ago
71552db
Fixing some indexed_db tests.
by blois@google.com
· 13 years ago
92c58f7
Depth based bailout name conflict avoidance
by sra@google.com
· 13 years ago
2a904c4
Avoid duplicate call stubs. Issue 8322.
by sra@google.com
· 13 years ago
cd51673
Removed some cruft from ApiDoc.
by amouravski@google.com
· 13 years ago
e0ec17f
Remove old hack/TODO.
by ahe@google.com
· 13 years ago
cb10990e
Remove Sink and move CollectionSink to async.
by floitsch@google.com
· 13 years ago
6de3b1f
Follow up to IDL roll.
by antonm@google.com
· 13 years ago
de199da
Remove dead option. Review URL: https://codereview.chromium.org//12209014
by ngeoffray@google.com
· 13 years ago
3784b7e
Fix braino in SSA optimizer and add a test for it.
by ngeoffray@google.com
· 13 years ago
66c5aa8
WebKit IDL roll.
by antonm@google.com
· 13 years ago
c5a83b2
Improve checking of patches.
by johnniwinther@google.com
· 13 years ago
8d585f8
Allow metadata on script tags.
by ahe@google.com
· 13 years ago
bb2e271
Add common supertype for InterfaceType and TypedefType
by johnniwinther@google.com
· 13 years ago
84e5081
Add missing method
by ahe@google.com
· 13 years ago
77f96ff
Fix type bug in CssClassSet.
by lrn@google.com
· 13 years ago
85cc11f
MetadataAnnotation should be spannable.
by ahe@google.com
· 13 years ago
db98396
Allow private selectors to be typed, and fix ClassElement.isSubclassOf to take patches into account.
by ngeoffray@google.com
· 13 years ago
12840df
Revert "Implement substitution for type variables."
by karlklose@google.com
· 13 years ago
0743352
Implement substitution for type variables.
by karlklose@google.com
· 13 years ago
2a7fb1c
Added expand method to iterables.
by lrn@google.com
· 13 years ago
36eb593
Reserve three- and four-character names used by the DOM
by erikcorry@google.com
· 13 years ago
124f19a
Turn getters and setters that we know are not intercepted into regular getter and setter calls.
by ngeoffray@google.com
· 13 years ago
1499e83
Fix VariableDefinitions.endToken for formal parameters.
by johnniwinther@google.com
· 13 years ago
19bbbbe
dart2js: Fix assert by removing dupes from selector list
by erikcorry@google.com
· 13 years ago
42c6058
dart2js: Use a static list of names to map to 1-char minified identifiers
by erikcorry@google.com
· 13 years ago
b82378e
Revert "Fresh try at "Use browsers JSON.parse for parsing JSON.""
by sra@google.com
· 13 years ago
2a3de27
Fresh try at "Use browsers JSON.parse for parsing JSON."
by sra@google.com
· 13 years ago
f05f2c7
'Moved all documentation from old .dartdoc files.' BUG=
by amouravski@google.com
· 13 years ago
164e568
Fixing the status of element_types_test/supported_object on IE.
by blois@google.com
· 13 years ago
0f4a3a7
Finished porting code from the old html-json docs.
by amouravski@google.com
· 13 years ago
cc0c8e4
Fixing element_types_test/supported_object
by blois@google.com
· 13 years ago
882372b
Better naming for bound closures
by sra@google.com
· 13 years ago
5662b47
"Reverting 18090"
by efortuna@google.com
· 13 years ago
58a4c28
Remove webkit prefix and annotate with experimental tag.
by efortuna@google.com
· 13 years ago
7ef9e96
Added constructor for touchlist.
by efortuna@google.com
· 13 years ago
2c655f4
Revert IDB optional mode parameter.
by efortuna@google.com
· 13 years ago
88128b9
Fix Console.timerEnd signature in dart2js.
by efortuna@google.com
· 13 years ago
63e4979
Make mode argument optional for IDB transaction.
by efortuna@google.com
· 13 years ago
7240291
Adapt String interface for Utf16.
by floitsch@google.com
· 13 years ago
596c245
Revert "Adapt String interface for Utf16."
by floitsch@google.com
· 13 years ago
659d4ad
Adapt String interface for Utf16.
by floitsch@google.com
· 13 years ago
cb1bff1
Revert "Remove Sink and move CollectionSink to async."
by floitsch@google.com
· 13 years ago
02f6b18
Remove Sink and move CollectionSink to async.
by floitsch@google.com
· 13 years ago
5b9be9d
Make leap_server reusable and fix a path.
by ahe@google.com
· 13 years ago
fa18e97
Simplify lookup of core/helper classes.
by ahe@google.com
· 13 years ago
b615b83
Change the way that events are annotated.
by amouravski@google.com
· 13 years ago
93a1b6e
Added Area Element class doc.
by amouravski@google.com
· 13 years ago
21f3ed6
Fix warning spotted by dartc.
by ngeoffray@google.com
· 13 years ago
edd8c17
Properly register types on the JS foreign instruction.
by ngeoffray@google.com
· 13 years ago
49fc924
Fix bugs in EmptyIterable and MappedListIterable.
by lrn@google.com
· 13 years ago
0d91963
Added MappedListIterable/Iterator to implement map() on Lists.
by lrn@google.com
· 13 years ago
ddb46e5
Correct modifiers in isolate_patch.
by johnniwinther@google.com
· 13 years ago
42ccc2a
Revert "Revert "Revert "Use browsers JSON.parse for parsing JSON."""
by sra@google.com
· 13 years ago
75a7b7e
Revert "Revert "Use browsers JSON.parse for parsing JSON.""
by sra@google.com
· 13 years ago
e525fdb
Revert "Use browsers JSON.parse for parsing JSON."
by sra@google.com
· 13 years ago
cafd5dd
Use browsers JSON.parse for parsing JSON.
by sra@google.com
· 13 years ago
33eb015
Regenerating DOM files.
by blois@google.com
· 13 years ago
c128c06
Removing dart:html APIs which were deprecated in M2.
by blois@google.com
· 13 years ago
ce74c20
Add supported checks to the SVG library, and library cleanup.
by efortuna@google.com
· 13 years ago
ad62fa5
A bunch more documentation.
by amouravski@google.com
· 13 years ago
1fe57ce
Fix the arity of a call to a constructor body, now that we pass not just the parameters.
by ngeoffray@google.com
· 13 years ago
c6c01a2
Fix a crash in dart2js where references to this in inlined initializers id not know what instruction to use.
by ngeoffray@google.com
· 13 years ago
044ade3
Better support for vector conversions.
by antonm@google.com
· 13 years ago
11c5bd3
Add Future.of that calls a function and captures the result
by lrn@google.com
· 13 years ago
5081457
Fix warnings spotted by dartc.
by ngeoffray@google.com
· 13 years ago
b344c2f
Deprecate strings class.
by floitsch@google.com
· 13 years ago
69423ba
Re-apply 'Inline factory constructors', and this time handle the provided type variables.
by ngeoffray@google.com
· 13 years ago
f09d9c7
Revert r17964. Review URL: https://codereview.chromium.org//12090116
by ngeoffray@google.com
· 13 years ago
58a6266
Fix bug from mappedBy -> map conversion.
by johnniwinther@google.com
· 13 years ago
b9cf228
After interceptor work, no need for this hack anymore.
by ngeoffray@google.com
· 13 years ago
9d905c3
Inline factory constructors.
by ngeoffray@google.com
· 13 years ago
1d982e1
Fixing dartium xhr issue
by blois@google.com
· 13 years ago
fcccafd
Add even more documentation back to HTML.
by amouravski@google.com
· 13 years ago
956d645
Can now correctly add documentation to constructors.
by amouravski@google.com
· 13 years ago
1fb79cd
Resubmit "Adding ease-of-use methods to HttpRequest."
by blois@google.com
· 13 years ago
Next »