Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.6.9.0
/
sdk
tag
784da8472a463442cd191487e074145bdb562c4b
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
78df948d946d566e4e75a7b0bdd16e84892f5688
0.6.9.0
8c07849
Only Firefox needs the vendor prefix. All other browsers have both (webkit browsers) or the unprefixed (IE).
by efortuna@google.com
· 12 years ago
69a4edc
Update HttpRequest.request documentation to mention ByteBuffer instead of ArrayBuffer.
by efortuna@google.com
· 12 years ago
ffd476b
Reapply Box Model convenience classes BUG= R=jmesserly@google.com
by efortuna@google.com
· 12 years ago
522a7ef
Add all 256 shuffle methods to Float32x4
by johnmccutchan@google.com
· 12 years ago
0300d91
Print entire SocketException in pub, to help debug the problem.
by ajohnsen@google.com
· 12 years ago
a78aeef
Capture and handle properly every call to JSArray that read or writes elements via a native call
by polux@google.com
· 12 years ago
2bd55c2
Keep track of when a socket has been destroyed
by ajohnsen@google.com
· 12 years ago
3af8457
Handle do-while
by polux@google.com
· 12 years ago
0958316
Account for boolean operators shortcircuiting behavior
by polux@google.com
· 12 years ago
ecdceae
Report an error if a const constructor calls a non-const constructor.
by ngeoffray@google.com
· 12 years ago
76d4625
Fixed bug in _ControllerStream.operator==.
by lrn@google.com
· 12 years ago
f22b7eb
Code refactoring: make the inferrer visitor generic in order to play with different type representations.
by ngeoffray@google.com
· 12 years ago
14a850c
Do not use the NamedMixinApplication node for anonymous mixins: otherwise, the [MixinApplicationElement.computeTypeParameters] would create additional type variables that should not exist.
by ngeoffray@google.com
· 12 years ago
1477f01
Implement reflection on native classes.
by ahe@google.com
· 12 years ago
7342994
Reverting 25196, 25195, 25192.
by efortuna@google.com
· 12 years ago
a092805
Adjust FF test status for moz-box-sizing, and fix type error.
by efortuna@google.com
· 12 years ago
6d09432
Added part of to Dimension class.
by efortuna@google.com
· 12 years ago
ef1cb88
Provide cross-browser Rects for box model dimensions for Elements.
by efortuna@google.com
· 12 years ago
c69aa59
Fix bot redness.
by ngeoffray@google.com
· 12 years ago
6d7b2a1
Rewrite how we handle synthesized constructors in the compiler. This was motivated by issue https://code.google.com/p/dart/issues/detail?id=11822.
by ngeoffray@google.com
· 12 years ago
10bf1ba
Diagnose unresolved constructors in platform libraries.
by ahe@google.com
· 12 years ago
bb87908
Add a VariableScope abstraction for tracking types of locals in the inferrer.
by ngeoffray@google.com
· 12 years ago
ef8711d
Fix representation test.
by karlklose@google.com
· 12 years ago
06493c3
Revert "Introduce StackTraceOnThrowMixin."
by floitsch@google.com
· 12 years ago
9a7a00e
Use jsAst for runtime type representations.
by karlklose@google.com
· 12 years ago
047c8d4
- Trace the length of lists.
by ngeoffray@google.com
· 12 years ago
5ef0e49
Change order of supertypes.
by karlklose@google.com
· 12 years ago
fd6a768
Use PUB_HOSTED_SERVER to set server URL for pub tests.
by rnystrom@google.com
· 12 years ago
ce64524
Implement accessing lazily initialized static fields.
by ahe@google.com
· 12 years ago
1e169d3
Remove explicit argument type checks in math min and max.
by srdjan@google.com
· 12 years ago
fda68dd
Revert r-25106, js semantics for numbers pop up again.
by ngeoffray@google.com
· 12 years ago
2c846b1
Add some cheap optimization, and another computation limit in the container tracer.
by ngeoffray@google.com
· 12 years ago
bea82f4
Implement invocation of statics.
by ahe@google.com
· 12 years ago
bff98ed
Code cleanup: remove accessors, they are redundant.
by ngeoffray@google.com
· 12 years ago
37560ff
Support for inlining small methods (independent of they're called inside a loop or not)
by kustermann@google.com
· 12 years ago
ed48b23
Fix a few issues related to mirrors:
by ahe@google.com
· 12 years ago
d0768e5
Replace old utf8 decoder with new one.
by floitsch@google.com
· 12 years ago
ba03042
Implement reflecting on static fields.
by ahe@google.com
· 12 years ago
5d3e705
Implement reflective access to static methods.
by ahe@google.com
· 12 years ago
3ab9639
Filter out accessors for fields.
by ahe@google.com
· 12 years ago
5873a31
Retain abstract classes.
by ahe@google.com
· 12 years ago
88a6cef
Remove debug print
by sra@google.com
· 12 years ago
767a899
Work-around for holders
by sra@google.com
· 12 years ago
71b38e0
Workaround for 11854 (broken type check)
by vsm@google.com
· 12 years ago
afd53a1
Avoid polluting global namespace by wrapping everything in a function.
by ahe@google.com
· 12 years ago
319a4c8
Fix crash https://code.google.com/p/dart/issues/detail?id=11793: only compute a range for a loop if all its inputs are integer.
by ngeoffray@google.com
· 12 years ago
23e1e7f
Fix a crash in our tests in host-checked mode by creating the right selector. Also add assertions when creating a selector that the name and kind make sense.
by ngeoffray@google.com
· 12 years ago
f6651e3
Fix crash https://code.google.com/p/dart/issues/detail?id=11724: check for erroneous before asking for the signature of an element.
by ngeoffray@google.com
· 12 years ago
1fdd1a3
Utility methods used for dartium debugger integration.
by jacobr@google.com
· 12 years ago
a81a6fc
RFC: introduce dart:js
by vsm@google.com
· 12 years ago
588a2a1
add option to pick up hosted url from an anvironment variable
by keertip@google.com
· 12 years ago
819289b
Decrement call counts when we realize a call does not reach a method anymore. This potentially saves in compile times.
by ngeoffray@google.com
· 12 years ago
a2c676e
A dart int literal is a dart2js' int unless it will become NaN or infinity.
by ngeoffray@google.com
· 12 years ago
a1d0585
Make iterating over resolvedElements deterministic across compilations by making it a LinkedHashMap.
by ngeoffray@google.com
· 12 years ago
f0c7e74
Refactored tryInlineMethod into meetsHardConstraints(), heuristicsSaysGoodToGo(), doInlining()
by kustermann@google.com
· 12 years ago
b0913f7
First version of Codecs and Converters.
by floitsch@google.com
· 12 years ago
9aa4a84
We have to take into account JavaScript number semantics when inferring a type for a literal int.
by ngeoffray@google.com
· 12 years ago
be22c70
The [Constant] class for a list does not know its element type, but the inferrer does. Make sure the builder uses the inferrer for constants.
by ngeoffray@google.com
· 12 years ago
40c7d89
Move MimeMultipartTransformer and HttpBodyHandler to mime and http_server packages.
by ajohnsen@google.com
· 12 years ago
2a070f0
Add point to Window class and Window polyfills of screen.
by efortuna@google.com
· 12 years ago
f160335
Updated with ArrayBuffer => ByteBuffer rename in HttpRequest docs.
by efortuna@google.com
· 12 years ago
a9d24ed
Rename "pathos" package to "path".
by rnystrom@google.com
· 12 years ago
e5cade9
Introduce StackTraceOnThrowMixin.
by floitsch@google.com
· 12 years ago
3b2c97a
Fix issue 11705: deal with user-defined Function classes that override noSuchMethod, and are being called with apply.
by ngeoffray@google.com
· 12 years ago
0fcc168
Let completers complete in the zone they were constructed in.
by floitsch@google.com
· 12 years ago
c5207bf
Replace StringBuffer with StringSink in json library.
by floitsch@google.com
· 12 years ago
7701886
Fix typo in BytesBuilder.add.
by ajohnsen@google.com
· 12 years ago
875d5d2
Add short-cut version for non-typed lists in BytesBuilder.
by ajohnsen@google.com
· 12 years ago
0892001
Change variable names to avoid confusion.
by ngeoffray@google.com
· 12 years ago
d99bc07
Eliminate SubstringWrapper.
by ahe@google.com
· 12 years ago
f7d1f50
Remove _BufferList from dart:io and now use BytesBuilder.
by ajohnsen@google.com
· 12 years ago
e99f910
Add BytesBuilder to dart:io for building up byte lists from smaller parts.
by ajohnsen@google.com
· 12 years ago
7c20ac6
Added boolean to toggle.
by efortuna@google.com
· 12 years ago
6bb3d44
Get rid of command-line config in pub.
by rnystrom@google.com
· 12 years ago
5d432a7
Added some more documentation to top level Window.
by amouravski@google.com
· 12 years ago
b18b59f
Pre-sort constants for stable ordering
by sra@google.com
· 12 years ago
c256ddf
dart:io | Support connection renegotiation (rehandshake) on SecureSocket.
by whesse@google.com
· 12 years ago
c13ac06
Remove support for conflicting constructors.
by johnniwinther@google.com
· 12 years ago
93bcd6b
Move toString() to collection classes.
by zarah@google.com
· 12 years ago
5d182e4
Remove eager registering of member type checks.
by johnniwinther@google.com
· 12 years ago
f7a8a8c
Handle unset package-root.
by johnniwinther@google.com
· 12 years ago
b96c693
Use typedefs in lib.
by johnniwinther@google.com
· 12 years ago
918601e
dart2js: bugfix in ssa/codegen.dart
by kustermann@google.com
· 12 years ago
2711e0d
Naive handling of closures.
by polux@google.com
· 12 years ago
6dd9af2
Handle for-in.
by polux@google.com
· 12 years ago
a9ea9a2
Convert decodeAudioData to return a Future.
by efortuna@google.com
· 12 years ago
f50bfde
Fixing CustomEvent.detail leaks.
by blois@google.com
· 12 years ago
2f8f7f4
Use type variables of mixin when computing the substitution.
by karlklose@google.com
· 12 years ago
6c5a79e
Add trace helper to dart2js util.
by johnniwinther@google.com
· 12 years ago
875d28e
Fixing mapping of attribute maps on FireFox.
by blois@google.com
· 12 years ago
7ed636e
fix print output for nodejs
by kevmoo@j832.com
· 12 years ago
cc9f39d
Add back appendBlob and send variants in WebSocket.
by efortuna@google.com
· 12 years ago
91aa700
Add Stream.join
by lrn@google.com
· 12 years ago
a0c76e6
Revert "Move toString() to collection classes."
by zarah@google.com
· 12 years ago
8ed47ae5
Move toString() to collection classes.
by zarah@google.com
· 12 years ago
75a0550
Make pub deploy copy over interop.js.
by rnystrom@google.com
· 12 years ago
ef9f4e7
Properly hiding import of deprecate from collection-dev.
by blois@google.com
· 12 years ago
eb3c590
Fix type bugs and update AsBroadcastStream to new interface.
by lrn@google.com
· 12 years ago
1c20194
Make new Future(X) go into the outer event loop.
by floitsch@google.com
· 12 years ago
d02d106
Make StreamController be a StreamSink, not just an EventSink.
by lrn@google.com
· 12 years ago
Next »