Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.4.0
/
sdk
tag
7d8f7dc3cebc9f62ed7412f5d16d85a4dccc9100
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
273eb82b4ae63d51b8b6c1cb3e057d80eac3e73a
0.4.4.0
36519f4
Redirect pure isolate print to helper isolate.
by antonm@google.com
· 12 years ago
9038678
Faster stringify / toString for numbers
by sra@google.com
· 12 years ago
5761086
Fix bug 9239 by always evaluating the receiver before the value in an instance SendSet.
by ngeoffray@google.com
· 12 years ago
70f8c7a
Work around issue 9499.
by nweiz@google.com
· 12 years ago
e1ac688
Set the correct package-root for dartdoc.
by nweiz@google.com
· 12 years ago
c590e8a
Switch pkg packages, pub, and dartdoc to use package: imports.
by nweiz@google.com
· 12 years ago
9d00ff1
dom: more final more of the time
by kevmoo@j832.com
· 12 years ago
a95c51b
Regen libs after IDL roll.
by antonm@google.com
· 12 years ago
d97ce70
Rebuild libs after the recent change.
by antonm@google.com
· 12 years ago
7a50271
Support pure isolate timers.
by antonm@google.com
· 12 years ago
d87a742
Helper to support getContext options map analysis.
by antonm@google.com
· 12 years ago
81f33f1
Revert "Revert "Canonical naming of Constants""
by sra@google.com
· 12 years ago
47e2e9a
Revert "Canonical naming of Constants"
by sra@google.com
· 12 years ago
1e0c55a
Canonical naming of Constants
by sra@google.com
· 12 years ago
ac5ad0a
Fix docs.dart, which has been sad and neglected.
by amouravski@google.com
· 12 years ago
dd0ef39
KeyboardEventStream: lock it down
by kevmoo@j832.com
· 12 years ago
9d60a08
Remove dead scalarlist patch
by johnmccutchan@google.com
· 12 years ago
d516a7a
Review changes
by johnmccutchan@google.com
· 12 years ago
12d188a
Support asynchronuous spawnDomFunction.
by antonm@google.com
· 12 years ago
031127b
Incorporate Pete's comments on KeyboardEventStream.
by efortuna@google.com
· 12 years ago
85aa5f8
Fix $eq regression
by sra@google.com
· 12 years ago
e07063f
Revert 12534006
by johnmccutchan@google.com
· 12 years ago
7b1d3b9
Port SIMD types from dart:scalarlist to dart:typeddata.
by johnmccutchan@google.com
· 12 years ago
1a3a521
Revert "Revert "Better constant folding of interpolation""
by sra@google.com
· 12 years ago
df60a3f
Revert "Better constant folding of interpolation"
by sra@google.com
· 12 years ago
599fa38
Better constant folding of interpolation
by sra@google.com
· 12 years ago
d3bdd53
Remove typeddata_base.dart, jsob_base.dart, uri_base.dart and utf_core.dart
by asiva@google.com
· 12 years ago
3ab72d4
Revert "Revert "Interceptor base class for all interceptors.""
by sra@google.com
· 12 years ago
b0e7728
Revert "Interceptor base class for all interceptors."
by sra@google.com
· 12 years ago
61a4a61
Interceptor base class for all interceptors.
by sra@google.com
· 12 years ago
135b47c
Add change to dartium source file in addition to the dart2js file.
by efortuna@google.com
· 12 years ago
5ecbac2
Modern-ify KeyEvent handling.
by efortuna@google.com
· 12 years ago
8651b2a
Fix registering on interceptor classes: the resolution queue register abstract classes (Sring, List, ...), the backend registers implementation classes (JSString, JSArray, ...).
by ngeoffray@google.com
· 12 years ago
338932d
Fix generated code for interceptor regression.
by ngeoffray@google.com
· 12 years ago
0f98931
Remove misleading comments.
by floitsch@google.com
· 12 years ago
3f0d393
Second attempt to fix dart2js.bat so it looks for dart2js snapshot in right place and propagates correct exit code back to caller.
by aprelev@gmail.com
· 12 years ago
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
Next »