Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.0.0
/
sdk
tag
1c2bf9e7c26a25e5a0717155c8350e7bd5c899d1
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
3a8a14e23a43682e9d99d8f14869e3baa23b3e62
0.4.0.0
0f8df99
Fixing WheelEvent.deltaMode polyfill after IDL update.
by blois@google.com
· 13 years ago
8810e2b
Reset http-parser instead of only setting _state, when we have handled a full request-response conversation.
by ajohnsen@google.com
· 13 years ago
8e24228
Remove old InputStream and OutputStream classes from dart:io.
by whesse@google.com
· 13 years ago
8594f56
Update WebKit idl files after chrome roll
by ager@google.com
· 13 years ago
e9bb9c7
Revert "Use js.ExpressionStatement to avoid $N."
by ahe@google.com
· 13 years ago
b18131a
Use js.ExpressionStatement to avoid $N.
by ahe@google.com
· 13 years ago
987ba22
Remove class comments for now. Also use addComment for hooks API usage comment.
by ahe@google.com
· 13 years ago
d11973a
dart:io: Fix issue with empty reads on SecureSocket.
by whesse@google.com
· 13 years ago
1673941
Don't send null data events on a Socket stream.
by ajohnsen@google.com
· 13 years ago
bd58463
Use $-shorthand for accessing Isolate.$isolateProperties from constants.
by ahe@google.com
· 13 years ago
ef1b346
Move the inferred type querying to the type propagator so we can make use of receiver type information to get more precise inferred types.
by kasperl@google.com
· 13 years ago
284f2fe
IO v2: Some changes to dart:io doc comments.
by whesse@google.com
· 13 years ago
5902104
dart:io SecureSocket error fixed.
by whesse@google.com
· 13 years ago
762fbf7
Fix checked mode for previous commit
by sgjesse@google.com
· 13 years ago
df7e3a7
Fix dart2js analyze _api_test for dart:io
by sgjesse@google.com
· 13 years ago
97ef3c8
Move json, uri, utf and crypto libraries into the VM.
by asiva@google.com
· 13 years ago
894df1f
Use the function set of the world in the type inferrer instead of recomputing a call graph.
by ngeoffray@google.com
· 13 years ago
bbdd02d
More comments to StringBuffers.
by floitsch@google.com
· 13 years ago
15045f4
Fix test failure by making the resolution deal correctly with the deprecated interface feature and not have the phases after resolution deal with it.
by ngeoffray@google.com
· 13 years ago
5cba7a8
Deferred load of classes.
by ahe@google.com
· 13 years ago
d3cd5b4
Make sure we emit x != null instead of !(x == null).
by kasperl@google.com
· 13 years ago
be05285
Add TypeVisitor and use it for isSubtype.
by johnniwinther@google.com
· 13 years ago
b6b0a4d
Infer types of final fields.
by ngeoffray@google.com
· 13 years ago
08f7f76
dart2js: Teach the JS parser about array literals
by erikcorry@google.com
· 13 years ago
a7f2f94
Add missing files from previous commit
by sgjesse@google.com
· 13 years ago
488b016
Merge IO v2 branch to bleeding edge
by sgjesse@google.com
· 13 years ago
1ef7c2a
Make an erroneous element when setting a final field.
by ngeoffray@google.com
· 13 years ago
09c2410
Allow multiple close calls on a StreamController.
by ajohnsen@google.com
· 13 years ago
49b7678
Make sure createRuntimeType is only put in the resolution queue when it's actually needed.
by ngeoffray@google.com
· 13 years ago
7db95bd
Use implementation FunctionElements so that pachted methods' bodies are analyzed and return dynamic on JS calls (for now).
by polux@google.com
· 13 years ago
6153a12
Teach Selector.applies about mixins.
by kasperl@google.com
· 13 years ago
b633bd2
Record seen classes instead of relying on the resolver. This is more precise
by polux@google.com
· 13 years ago
dc61b22
Reland "Compute a better name for the interceptors methods and avoid generating duplicates."
by kasperl@google.com
· 13 years ago
cf02951
Add a small JS parser to ease the building of ASTs
by erikcorry@google.com
· 13 years ago
2fbe2bc
Revert "Compute a better name for the interceptors methods and avoid generating duplicates."
by kasperl@google.com
· 13 years ago
9a6210c
Compute a better name for the interceptors methods and avoid generating duplicates.
by kasperl@google.com
· 13 years ago
51cd645
Separating Web SQL into dart:web_sql.
by blois@google.com
· 13 years ago
834aa7d
Reverted older syntax highlighting change.
by amouravski@google.com
· 13 years ago
ce9edd3
DartDoc fix: rename Element.dataAttributes to Element.dataset in dartdoc implementation.
by whesse@google.com
· 13 years ago
f1ee50d
Try to not use incomplete Dart types in HType.
by ngeoffray@google.com
· 13 years ago
7ae583a
Support connecting to HTTPS URL's through a proxy
by sgjesse@google.com
· 13 years ago
c116e67
Add a JS Comment node and use it to add information about classes and top-level/static functions.
by ahe@google.com
· 13 years ago
247601a
Increase size for slow-consumer test (overflows memory on X64).
by lrn@google.com
· 13 years ago
86d845f
Manually optimize performance critical one-shot interceptors.
by ngeoffray@google.com
· 13 years ago
c4b3ab6
Type check method invocations.
by johnniwinther@google.com
· 13 years ago
0b84212
Change Stream callbacks.
by lrn@google.com
· 13 years ago
27b7c5f
The error message is different when calling methods directly on null in JavaScript like this:
by kasperl@google.com
· 13 years ago
f7cbd0a
Reland "Allow one-shot interceptors to be based on typed selectors."
by kasperl@google.com
· 13 years ago
75275f6
Revert "Allow one-shot interceptors to be based on typed selectors."
by kasperl@google.com
· 13 years ago
3cf57b8
Allow one-shot interceptors to be based on typed selectors.
by kasperl@google.com
· 13 years ago
8595b8b
Using an ordered set for Element.classes.
by blois@google.com
· 13 years ago
d8265d8
Fixing Geolocation on Firefox
by blois@google.com
· 13 years ago
cfff419
Changed DO NOT EDIT disclaimer on generated DOM libraries.
by amouravski@google.com
· 13 years ago
1ec95f8
Ensure $.$currentScript is null, not false when currentScript couldn't be captured.
by ahe@google.com
· 13 years ago
94b4da2
Change IsolateNatives.computeThisScript to use captured value of document.currentScript.
by ahe@google.com
· 13 years ago
d28773d
Don't enqueue Object.noSuchMethod unconditionally, it's only used if there's a call or super call to it.
by ngeoffray@google.com
· 13 years ago
ecce8a6
Remove deprecated Strings class.
by floitsch@google.com
· 13 years ago
fbc999f
Fix warnings spotted by dartc.
by ahe@google.com
· 13 years ago
5f3ab45
Field can be null if we continue after error.
by ngeoffray@google.com
· 13 years ago
f3b8011
It's not allowed to have an initializer for a final field that is initialized where it's declared.
by ngeoffray@google.com
· 13 years ago
27ac268
Deferred (aka lazy) loading of static functions.
by ahe@google.com
· 13 years ago
bbfe7b0
Reapply "Make Comparable generic."
by lrn@google.com
· 13 years ago
864ea03
Fix checked mode by consistenly using memberName rather than methodName in warnings for missing stuff.
by kasperl@google.com
· 13 years ago
aba87cd4
Improve IsolateNatives.computeThisScript().
by ahe@google.com
· 13 years ago
3445336
Throw an error when we redirect on a non-persistent connection.
by ajohnsen@google.com
· 13 years ago
b24abfb
Turn error into warning for non-static member access through the class.
by kasperl@google.com
· 13 years ago
1d81112
Improve loop tracking by keeping track of the typed selectors
by kasperl@google.com
· 13 years ago
d48f149
Re-apply "Delete HTypeMap, and re-arrange how we do speculative type propagation", with fix.
by ngeoffray@google.com
· 13 years ago
d4feeb4
Revert "Make Comparable generic."
by kasperl@google.com
· 13 years ago
a0f22b7
Make Comparable generic.
by lrn@google.com
· 13 years ago
d131b63
Handle malformed types in catch-on.
by johnniwinther@google.com
· 13 years ago
16b104c
Take type arguments into account in interface type subtype check.
by johnniwinther@google.com
· 13 years ago
4881893
Revert "Improve IsolateNatives.computeThisScript()."
by ahe@google.com
· 13 years ago
7fe85fd
Improve IsolateNatives.computeThisScript().
by ahe@google.com
· 13 years ago
0f78884
Use double.floor in the JS constant system to figure out if a dart int will be a JS double at runtime: this matches the runtime behavior that uses JS's Math.floor.
by ngeoffray@google.com
· 13 years ago
4a18db5
The mapping can be null for initializers of fields. This needs to be cleaned up.
by ngeoffray@google.com
· 13 years ago
25c6ded
Skeleton API for lazy library loading.
by ahe@google.com
· 13 years ago
a19a64a
Fix inferred types for inlined methods.
by kasperl@google.com
· 13 years ago
713b8bb
Revert r18628: some html tests break.
by ngeoffray@google.com
· 13 years ago
18d2860
Remove deprecated Collections.methods.
by floitsch@google.com
· 13 years ago
8b9c475
Refactor getCheckedModeHelper.
by johnniwinther@google.com
· 13 years ago
d65511b
Add StringSink and update StringBuffer.
by floitsch@google.com
· 13 years ago
ab46bbd
Revert "Add StringSink and update StringBuffer."
by floitsch@google.com
· 13 years ago
43d86c3
Delete HTypeMap, and re-arrange how we do speculative type propagation.
by ngeoffray@google.com
· 13 years ago
c32a0fd
Add StringSink and update StringBuffer.
by floitsch@google.com
· 13 years ago
45f6dbd
Start tracking all registered elements in one big full function set
by kasperl@google.com
· 13 years ago
05c7fd7
When inlining, create a new local handler, to avoid polluting the local handler of the caller.
by ngeoffray@google.com
· 13 years ago
2789d2d
Forgot that helper in previous CL.
by ngeoffray@google.com
· 13 years ago
f49e8f4
Stop resolving all of js_helper unconditionally.
by ngeoffray@google.com
· 13 years ago
03f5a66
Recommit changing List.skip/take/revert returns Iterable and remove mappedBy.
by lrn@google.com
· 13 years ago
f6c5bce
- Split the implementation of NoSuchMethodError in preparation for
by iposva@google.com
· 13 years ago
65112a3
Start working on tracking possible receiver types in the function set implementation.
by kasperl@google.com
· 13 years ago
0e0473d
Unbreak pub:
by rnystrom@google.com
· 13 years ago
e42ffff
Store mapping from import tag to library element.
by ahe@google.com
· 13 years ago
4cc1f27
Remove "Isolate" fields that are local to "init".
by ahe@google.com
· 13 years ago
0672317
Remove deprecated mappedBy.
by floitsch@google.com
· 13 years ago
ad839e6
Revert "Remove deprecated mappedBy."
by floitsch@google.com
· 13 years ago
b371007
Remove deprecated mappedBy.
by floitsch@google.com
· 13 years ago
14bf365
Update SplayTreeMap implementation.
by lrn@google.com
· 13 years ago
ecbf447
Reapply "New implementation of {,Linked}Hash{Set,Map}."
by lrn@google.com
· 13 years ago
Next »