Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.3.3
/
sdk
tag
818894db94f7b266716eb35621b8702e3b422300
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
4216dde6ab127c76019cfda22f463ca662250f4d
0.4.3.3
804fcbe
Revert the revert.
by efortuna@google.com
· 12 years ago
ad7c3f9
"Reverting 20336"
by efortuna@google.com
· 12 years ago
2c3d35e
Bring in new IDL files and generated code. Update the script that syncs the idl files to deal with the new third_party setup.
by ager@google.com
· 12 years ago
d2ea504
dart:io | Add "followLinks" optional parameter to Directory.list, let it return Link objects when false.
by whesse@google.com
· 12 years ago
639cab0
Changing the IDL DartName= annotation to only operate on a per-member basis, allowing overloaded methods to be renamed independently.
by blois@google.com
· 12 years ago
46a4ecd
Unrevert https://codereview.chromium.org/12722009/
by amouravski@google.com
· 12 years ago
139b774
Narrowing attribute maps to only accept strings.
by blois@google.com
· 12 years ago
8e5fc00
Undeprecating some Element position APIs.
by blois@google.com
· 12 years ago
8652d54
Reverting "Fix drawImage on Firefox and update html.status."
by blois@google.com
· 12 years ago
5858afd
Write the magic number 0xf5f5dcdc into a script snapshot file and use this to distinguish whether a script snapshot or a regular script file is being passed on the command line (removed the --use-script-snapshot option).
by asiva@google.com
· 12 years ago
575ee14
Adding CORS support to HttpRequest
by blois@google.com
· 12 years ago
4eeb17e
Fix drawImage on Firefox and update html.status.
by amouravski@google.com
· 12 years ago
b5f7c44
Fixing documentation for HttpRequest
by blois@google.com
· 12 years ago
275632b
Move rti helpers to js_rti
by johnniwinther@google.com
· 12 years ago
beeafa0
Add js_rti.dart
by johnniwinther@google.com
· 12 years ago
6f4011b
Convert a == to a builtin identity check if the receiver type can only hit Object==.
by ngeoffray@google.com
· 12 years ago
2bc9a79
Add FileSystemEntity.identical, to test if two file system objects are the same.
by whesse@google.com
· 12 years ago
87808c5
Fold length getter on const list and literal string, as well as const list indexing.
by ngeoffray@google.com
· 12 years ago
1028a2c
New CL for https://codereview.chromium.org/12770009/, but this time treat intercepted calls uniformly. The regression we had was because a call on an interceptor was not optimized anymore.
by ngeoffray@google.com
· 12 years ago
0109262
Rename RtcdtmfSender class.
by efortuna@google.com
· 12 years ago
30f857f
Adding support flags to Event.clipboardData
by blois@google.com
· 12 years ago
5f94cbc
Remove last of webkit prefixes from HTMLDocument.
by efortuna@google.com
· 12 years ago
b162613
Support for callbacks on ScriptProcessNode.
by antonm@google.com
· 12 years ago
f364ed0
Add toggleAll to CSSClassSet.
by efortuna@google.com
· 12 years ago
7ac12b5
Work around VM RegExp limits
by sra@google.com
· 12 years ago
85c959e
Update drawImage to create more fast paths.
by amouravski@google.com
· 12 years ago
1f820a4
Document timer with respect to JS issue.
by efortuna@google.com
· 12 years ago
aedcf9e
Enable getUserMedia to take constraints for its parameters.
by efortuna@google.com
· 12 years ago
de98abf
Remove lineDash field in favor of gettors/settors.
by efortuna@google.com
· 12 years ago
0eba171
Make Float{32,64}Array implement List<double>.
by antonm@google.com
· 12 years ago
6c40cac
Remove streamSpawnUri and mangler.
by floitsch@google.com
· 12 years ago
075be16
Fix typo (offsetX instead of offsetY).
by floitsch@google.com
· 12 years ago
484a948
Add a function for finding the HTTP proxy server from environment variables
by sgjesse@google.com
· 12 years ago
076fa4c
Revert "Always try to constant fold an intercepted call (that is calls with an extra parameter. It does not have to be on an interceptor)."
by kasperl@google.com
· 12 years ago
4172b62
Always try to constant fold an intercepted call (that is calls with an extra parameter. It does not have to be on an interceptor).
by kasperl@google.com
· 12 years ago
0e34f85
Make sure to treat types marked with the JavaScriptIndexingBehavior interface as subtypes of JSIndexable.
by kasperl@google.com
· 12 years ago
428b58d
dart:io | Add Link.targetSync on all platforms.
by whesse@google.com
· 12 years ago
ee65a4b
Fix braino in simple types inferrer: use the argument type instead of the dynamic type for final field parameter assignment.
by ngeoffray@google.com
· 12 years ago
00162c2
Get rid of HType.computeType.
by kasperl@google.com
· 12 years ago
c444108
Cleanup in the simpe types inferrer, and use the field type when doing field++.
by ngeoffray@google.com
· 12 years ago
b909583
Optimize getters of known fields of native classes via interceptors
by sra@google.com
· 12 years ago
5d6e060
Reapply making ScriptProcessorNode not an EventTarget.
by efortuna@google.com
· 12 years ago
a0c4075
Recognize uses of current interceptor
by sra@google.com
· 12 years ago
6f0860c
Move loop tracking in simple types inferrer.
by ngeoffray@google.com
· 12 years ago
7055e7b
Add unhandledExceptionCallback to streamSpawnFunction.
by floitsch@google.com
· 12 years ago
2b23e12
Make bit operations return int in JSNumber and make the heuristics for speculating types on bit operations the same as the ones in JSNumber (that is, check if the inputs are number).
by ngeoffray@google.com
· 12 years ago
f643f21
Fix buildbot by removing the giveUpType. It does not add any value anymore, we don't stop analyzing a method just because we gave up on its return type.
by ngeoffray@google.com
· 12 years ago
7cf521d
Track argument types, and remove obsolete code that also used to track it.
by ngeoffray@google.com
· 12 years ago
ce705f0
Fix bug in constraint system, by nor recording a constraint if we know the constraint is on a local variable.
by ngeoffray@google.com
· 12 years ago
21046aa
Allow an empty HTTP resason phrase
by sgjesse@google.com
· 12 years ago
49dec76
Change all File APIs to make the mode and encoding arguments named
by sgjesse@google.com
· 12 years ago
65cd1d4
Fix indentation.
by karlklose@google.com
· 12 years ago
c7fd94a
Use inferred type in the SSA builder for super calls, and fix a bug with operator== in the type inferrer.
by ngeoffray@google.com
· 12 years ago
485f7f8
Fix warning, spotted by dartc.
by ngeoffray@google.com
· 12 years ago
cfe618c
Stop renaming members which exposed as named optionals.
by antonm@google.com
· 12 years ago
28e5011
- Introduce the notion of setter constraints in the type inferrer, where we record things like: field++, field += 42, field = other.field. Take these contraints into account when computing the type.
by ngeoffray@google.com
· 12 years ago
313c811
Remove unused MathNatives class
by erikcorry@google.com
· 12 years ago
d4f52ad
- Fix bug in the type inferrer for catch clauses.
by ngeoffray@google.com
· 12 years ago
c4437b9
Reapply the expanded names with the correct form of requestFileSystem on the
by efortuna@google.com
· 12 years ago
26c5c48
Revert 20127
by efortuna@google.com
· 12 years ago
fad6202
Fix for Issue 9182
by sra@google.com
· 12 years ago
1fa1a54
Adding tests for Element & Node lists insert method.
by blois@google.com
· 12 years ago
3e1f5ce
Expanded map options to named parameters.
by efortuna@google.com
· 12 years ago
b2594b0
Fix up static analysis errors introduced by Futures CL.
by efortuna@google.com
· 12 years ago
aca4a1d
Fixing dart2js size regression introduced by Node.model.
by blois@google.com
· 12 years ago
ad74dd0
Added the CanvasImageSource interface, which all types that a canvas can draw
by amouravski@google.com
· 12 years ago
37f8dea
Improved interceptor optimization test.
by sra@google.com
· 12 years ago
26b77f9
Adding a model property to Node which is inherited through the tree.
by blois@google.com
· 12 years ago
c5cae7f
HFieldGet and HFieldSet may be pure.
by sra@google.com
· 12 years ago
4c32dff
Do not generate control-flow for is-checks in the builder.
by karlklose@google.com
· 12 years ago
b0a2eca
dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows.
by whesse@google.com
· 12 years ago
f85fa4f
Make argument to StringSink.writeln optional.
by floitsch@google.com
· 12 years ago
40b5bc1
Deprecate Iterable and Stream's min and max methods.
by lrn@google.com
· 12 years ago
ff12ed6
Revert "Do not generate control-flow for is-checks in the builder."
by karlklose@google.com
· 12 years ago
b1ea3d1
Do not generate control-flow for is-checks in the builder.
by karlklose@google.com
· 12 years ago
8828693
dart:io | The empty path should return "." for its toNativePath value.
by whesse@google.com
· 12 years ago
8ec0be9
Move JS AST building stuff into a separate file from the AST nodes
by erikcorry@google.com
· 12 years ago
cd432cf
Fix function subtype test for inline function types.
by johnniwinther@google.com
· 12 years ago
844cd39
Change getRange to sublist. Make getRange deprecated.
by lrn@google.com
· 12 years ago
a1029cb
Fix after bad merge.
by floitsch@google.com
· 12 years ago
76d507c
Add List.insert.
by floitsch@google.com
· 12 years ago
9010575
dart:io | Handle drive letters in Path.relativeTo on Windows.
by whesse@google.com
· 12 years ago
978bfad
Re-land "Make sure TypeMask.union/intersection always return a non-null TypeMask."
by kasperl@google.com
· 12 years ago
05905fd
Add Stream.periodic.
by floitsch@google.com
· 12 years ago
4c6f537
Second fix to bad merge
by erikcorry@google.com
· 12 years ago
d67f114
Fix setOption on Socket and _DetachedSocket.
by ajohnsen@google.com
· 12 years ago
c8fc3e7
Mark test passing and fix bad merge
by erikcorry@google.com
· 12 years ago
9833df5
Trust type annotations on int, double and num. Collapse {int,double} into num.
by polux@google.com
· 12 years ago
6f6d65d
Revert "Make sure TypeMask.union/intersection always return a non-null TypeMask."
by kasperl@google.com
· 12 years ago
fb53f40
Add setOption method on Socket/RawSocket.
by ajohnsen@google.com
· 12 years ago
f0ed72c
Make sure TypeMask.union/intersection always return a non-null TypeMask.
by kasperl@google.com
· 12 years ago
0126447
Fix return type of redirecting factory, as well as doing a closure call on a getter.
by ngeoffray@google.com
· 12 years ago
f231e13
Start only having raw interface types in type masks.
by kasperl@google.com
· 12 years ago
9de16ed
Fix CssClassSet methods to accept Set, not Collection.
by lrn@google.com
· 12 years ago
2a857de
dart2js: Create noSuchMethod handlers at runtime to reduce overhead.
by erikcorry@google.com
· 12 years ago
30d5d32
Do not infer types of native fields and methods. Use the type annotations instead.
by ngeoffray@google.com
· 12 years ago
69731ad
We must visit the children of string interpolation, string juxtaposition, list and map.
by ngeoffray@google.com
· 12 years ago
2987d53
dart:io | Add Link class, as sibling to File and Directory.
by whesse@google.com
· 12 years ago
8b30b78
dart2dart: Work around name argument bug dartbug.com/9103 in the compiler
by erikcorry@google.com
· 12 years ago
5768211
Make Set.containsAll accept Iterable. Deprecate Set.isSubsetOf.
by lrn@google.com
· 12 years ago
Next »