Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.4.2
/
sdk
tag
5b1988ba5d84e879c1dc6a357453e3e24910da1d
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
3ca877bab6f920dff1d3631194ba337088521baf
0.2.4.2
3fb4170
Rename File.readAsText to File.readAsString. There is no Text type in Dart
by ager@google.com
· 13 years ago
927aa56
Include command in ProcessException.
by ager@google.com
· 13 years ago
e6b804f
Add a new interceptor class JsArray, and support intercepting some list methods with the new interceptor scheme.
by ngeoffray@google.com
· 13 years ago
dd9ff17
Fix this longstanding bug that luckily did not bite us yet: Use Class.prototype.foo$bailout.call(this, ...) to call a bailout method instead of this.foo$bailout to avoid executing the bailout method of a subclass.
by ngeoffray@google.com
· 13 years ago
f5c8043
Reject deprecated language features.
by ahe@google.com
· 13 years ago
fe0c55a
Rename classes, methods and fields when minifying
by erikcorry@google.com
· 13 years ago
8d0d1e8
Added file missing file from previous commit
by sgjesse@google.com
· 13 years ago
cf01064
Refactor the HTTP parser to collect headers
by sgjesse@google.com
· 13 years ago
8d3a51e
Use abstract classes instead of interfaces in dart2js.
by karlklose@google.com
· 13 years ago
cdbf6e2
Do not canonicalize Type instances.
by karlklose@google.com
· 13 years ago
3372f67
Unmerging HTMLDocument from Document, moving appropriate methods from Document to HTMLDocument, fixing issues around Document not being correctly wrapped for some XMLDocuments.
by blois@google.com
· 13 years ago
a018b07
Revert "Dart generation changes for splitting apart resolvers."
by blois@google.com
· 13 years ago
6f7058f
Dart generation changes for splitting apart resolvers.
by blois@google.com
· 13 years ago
61af45d
Removed DivElement align property as it is obsolete.
by amouravski@google.com
· 13 years ago
fb18d73
Add NativeEnqueuer to work with the Enqueuer.
by sra@google.com
· 13 years ago
1358f7a
Added raytracer to gl samples.
by vsm@google.com
· 13 years ago
98b389c
Adding missing 'part of html' statements.
by blois@google.com
· 13 years ago
f90b55a
Do not use StringBuffer to create strings from individual char
by ager@google.com
· 13 years ago
35d8203
Collect the HTTP header in a byte buffer and send it all at once.
by sgjesse@google.com
· 13 years ago
b8ebc6f
Avoid repeated lower-casing of the same string when adding HTTP headers.
by ager@google.com
· 13 years ago
cadc7c5
Reapply "Exception no longer an interface."
by lrn@google.com
· 13 years ago
7d83493
Don't copy Int8Arrays when passing them in as lists of bytes and don't
by ager@google.com
· 13 years ago
a0d271a
Clean up operator names.
by ahe@google.com
· 13 years ago
6e6a322
Track the origin element of inlined arguments to super constructor.
by ahe@google.com
· 13 years ago
e004d21
Fix a couple of bugs in handling of factory redirections.
by ahe@google.com
· 13 years ago
9249b57
Removing the Window.clientInformation property as it's an IE legacy version of Window.navigator.
by blois@google.com
· 13 years ago
45244ee
Removing all remaining abstract method modifiers from dart:html.
by blois@google.com
· 13 years ago
31d0dce
Fixing SVGElement.classes.
by blois@google.com
· 13 years ago
e3fc690
Un-hiding Node.nodeType.
by blois@google.com
· 13 years ago
7df8d41
Removing window.prompt.
by blois@google.com
· 13 years ago
6dc3ba6
Rename addHTML to addHtml. Review URL: https://codereview.chromium.org//11409003
by efortuna@google.com
· 13 years ago
cb04825
Removing Event.srcElement.
by blois@google.com
· 13 years ago
961adb8
Fixing location APIs in checked mode. On Firefox, these setters are returning the String value which was set and causing errors.
by blois@google.com
· 13 years ago
39e4908
Move JsString into its own file.
by ngeoffray@google.com
· 13 years ago
3e2f323
Dynamic -> dynamic.
by floitsch@google.com
· 13 years ago
05d8c37
Add tls_socket.dart to sdk/lib/io/io.dart.
by whesse@google.com
· 13 years ago
9dfdb48
Add a TlsSocket class to dart:io, that implements secure client sockets using TLS (SSL).
by whesse@google.com
· 13 years ago
d5aab75
Reword an error message, and test that the error is produced.
by ahe@google.com
· 13 years ago
36e9660
Document --analyze-all option.
by ahe@google.com
· 13 years ago
929970a
Change <T> to <E> in Sequence<T> and subclasses.
by lrn@google.com
· 13 years ago
b8b04e8
Support corelib tests in checked mode.
by ngeoffray@google.com
· 13 years ago
c51c9d5
Move some string methods in the interceptor, and support for optional parameters in intercepted methods.
by ngeoffray@google.com
· 13 years ago
fff76e0
Fix incorrect names.
by antonm@google.com
· 13 years ago
5b2656e
Implement --analyze-all option.
by ahe@google.com
· 13 years ago
476bd57
Add a getter interceptor to the new interceptor scheme. Also cleanup the "this" that turns into a receiver hack, so that a method in an intercepted class can call another method of itself.
by ngeoffray@google.com
· 13 years ago
b7b3bb5
Make ReceivePort an abstract class.
by ajohnsen@google.com
· 13 years ago
87eec0e
Revert "Exception no longer an interface."
by lrn@google.com
· 13 years ago
def3ee6
Exception no longer an interface.
by lrn@google.com
· 13 years ago
a742983
Start new design for interceptors and implement String.charCodeAt with it.
by ngeoffray@google.com
· 13 years ago
4a18bbf
Remove deprecated exception classes.
by lrn@google.com
· 13 years ago
c27bd8b
Refactoring of the HTTP library
by sgjesse@google.com
· 13 years ago
970cc5b
Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl.
by ajohnsen@google.com
· 13 years ago
ab69873
Make RegExp constructor non-const.
by ajohnsen@google.com
· 13 years ago
1daf6eb
Correctly pass constructor arguments to _HMAC.
by ajohnsen@google.com
· 13 years ago
8e10088
Make interfaces into abstract classes in 'dart:crypto'.
by ajohnsen@google.com
· 13 years ago
dc7d5fa
Byte array documentation fix
by sgjesse@google.com
· 13 years ago
ec9fee9
"Reverting 14829-14832"
by ajohnsen@google.com
· 13 years ago
0dbc2e6
Two more files with const RegExp.
by ajohnsen@google.com
· 13 years ago
1e471c2
Fix const RegExp -> final RegExp in a dartdoc file.
by ajohnsen@google.com
· 13 years ago
2b4fb1a
Change const Regexp -> new RegExp in a few HTML files.
by ajohnsen@google.com
· 13 years ago
8dc3edd
Make RegExp's constructor non-const.
by ajohnsen@google.com
· 13 years ago
ed44b92
Splitting SVG types out of dart:html.
by blois@google.com
· 13 years ago
b52d834
Add generated files. Review URL: https://codereview.chromium.org//11365209
by efortuna@google.com
· 13 years ago
b2cbdba
Remove named function literals from library and tests
by hausner@google.com
· 13 years ago
23c2d17
Make KeyCode constants const.
by efortuna@google.com
· 13 years ago
50cbd0f
Fixing an issue where optional parameters were having their types dropped.
by blois@google.com
· 13 years ago
8e6f238
a === b -> identical(a, b)
by floitsch@google.com
· 13 years ago
e442853
Remove dependency on dart:json.
by ahe@google.com
· 13 years ago
df55ddb
Introduce missing arguments in HTMLSelectElement.remove.
by antonm@google.com
· 13 years ago
ddca63f
Update get$hashCode to not use JS for most uses. Also fix issue 6522 where the hashCode of a String was always 0.
by ngeoffray@google.com
· 13 years ago
b7781fb
dart2js: Added support for writing dependency information into a file.
by kustermann@google.com
· 13 years ago
1555c1d
Convert String to a class.
by lrn@google.com
· 13 years ago
2d8076e
Add scripts equivalent to the macos/linux scripts in sdk/bin.
by dgrove@google.com
· 13 years ago
65db39f
Create wrappers for MacOS/Linux to allow sdk "binaries" to be
by dgrove@google.com
· 13 years ago
5cacad7
Report errors on duplicate export.
by johnniwinther@google.com
· 13 years ago
7ae2e02
Use the work element instead of the current element to satisfy unit tests.
by ngeoffray@google.com
· 13 years ago
785c53e
Fix warnings in mirror implementation's diagnostic listener.
by karlklose@google.com
· 13 years ago
e87c6c8
Cleanup how we query for interceptors.
by ngeoffray@google.com
· 13 years ago
df4eaf9
Fix multiple onRequest callbacks during redirect.
by sgjesse@google.com
· 13 years ago
04678c2
Fix for issue 6628: no need to use an interceptor if the send was resolved.
by ngeoffray@google.com
· 13 years ago
de85504
Changes to allow more precise inference of live native classes.
by sra@google.com
· 13 years ago
f89aca9
Removing Element.rect.
by blois@google.com
· 13 years ago
4580ca3
Type unconverted window and event targets correctly
by vsm@google.com
· 13 years ago
d5f9483
Cleaning up dart:html generation after interface/implementation merge.
by blois@google.com
· 13 years ago
0a014a8
Adding 'part of html' to all files which are used by dart:html.
by blois@google.com
· 13 years ago
0f2eb4e
Updated relative paths since they broke after the recent library move.
by amouravski@google.com
· 13 years ago
329bd77
Handle compound operators.
by polux@google.com
· 13 years ago
6ea71be
Remove a state variable from the HTTP library
by sgjesse@google.com
· 13 years ago
cce280a
Use Socket.read instead of Socket.readList in HTTP
by sgjesse@google.com
· 13 years ago
80ae89c
Update library syntax. Review URL: https://codereview.chromium.org//11377035
by gram@google.com
· 13 years ago
045cf96
Some changes to improve precision of types in dart:html
by sra@google.com
· 13 years ago
149c90b
Making Dartium merged classes private.
by blois@google.com
· 13 years ago
d6185f9
Revert "Report errors on duplicate export."
by johnniwinther@google.com
· 13 years ago
092397c
Report errors on duplicate export.
by johnniwinther@google.com
· 13 years ago
d55ee43
Don't crash when decoding astral plane UTF-8.
by rnystrom@google.com
· 13 years ago
383419e
Merge of ErroneousElement and ErroneousFunctionElement
by johnniwinther@google.com
· 13 years ago
03ebf05
Implement redirecting constructors.
by ahe@google.com
· 13 years ago
c2162f1
Fix the build: we must still not mangle parameter names of native methods.
by ngeoffray@google.com
· 13 years ago
9e11276
Do not always error-out when evaluating a map that is not a compile time constant.
by ngeoffray@google.com
· 13 years ago
ea12ccd
Clean up the codegen by not re-computing parameter names.
by ngeoffray@google.com
· 13 years ago
Next »