Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.5.0
/
sdk
tag
ec50ccea0f77dc54e735008dda0f2a27cfc125b4
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
a8d52d3e86bb4a5a96611a85241baf1af124dab5
0.8.5.0
05b7c47
TBR: fix build break
by jacobr@google.com
· 12 years ago
5ee1780
A few API changes:
by jacobr@google.com
· 12 years ago
e7aef33
Fixing custom element type extensions in Dartium to have correct native type ID
by blois@google.com
· 12 years ago
872e8c1
Fix an incorrect assertion in a pub test.
by nweiz@google.com
· 12 years ago
9e94325
Support all Transform methods on ForeignTransform.
by nweiz@google.com
· 12 years ago
71813b4
Build Native class dispatch and custom element data in finishClass.
by sra@google.com
· 12 years ago
49a3c1a
Revert "Revert "Resolve metadata on library tags""
by sra@google.com
· 12 years ago
8110ef8
Support logging in transformers when using pub build/serve.
by nweiz@google.com
· 12 years ago
a8f349d
Revert "Resolve metadata on library tags"
by sra@google.com
· 12 years ago
64f8f67
Resolve metadata on library tags
by sra@google.com
· 12 years ago
4f06435
Make AudioContext work in iOS 7.
by efortuna@google.com
· 12 years ago
a66e49f
Analyzer issue with changed return type of Set.add
by kevmoo@j832.com
· 12 years ago
49202bb
lib/convert: ascii oops
by kevmoo@j832.com
· 12 years ago
cf13438
Set.add returns true if item has been added, otherwise false
by kevmoo@j832.com
· 12 years ago
0d23dbc
Make TypedefMirror a direct descendant of TypeMirror.
by rmacnak@google.com
· 12 years ago
c700115
Slightly faster version of double.toInt for dart2js.
by lrn@google.com
· 12 years ago
ebb191e
Only allocate maps for ArgumentsTypes in the uncommon case of named arguments.
by ngeoffray@google.com
· 12 years ago
09116b8
Force resolution on metadata of static members
by johnniwinther@google.com
· 12 years ago
1a45bfd
Fix pub tests
by lry@google.com
· 12 years ago
948743a
Scanner for UTF-8 byte arrays
by lry@google.com
· 12 years ago
9c2f329
Remove defaultSelected property.
by efortuna@google.com
· 12 years ago
ee30fc0
Converting Polymer and TemplateElement to use deprecated Node.document
by blois@google.com
· 12 years ago
ab61301
Generate a class table of all the IDL classes in the database. This table is used
by asiva@google.com
· 12 years ago
3583928
Adding ElementEventStream.capture
by blois@google.com
· 12 years ago
a86bee0
Fix for events not firing on sanitized elements
by blois@google.com
· 12 years ago
e32d5c2
Cleanup JS() expressions.
by justinfagnani@google.com
· 12 years ago
cb304c5e
Adding HttpRequest.responseHeaders
by blois@google.com
· 12 years ago
e3b35da
Renaming Node.document back to Node.ownerDocument
by blois@google.com
· 12 years ago
0c4f4dc
Fixing dart2js size regression from CustomElement.detail
by blois@google.com
· 12 years ago
fdf866b
Regenerating DOM libraries
by blois@google.com
· 12 years ago
1936eca
Fix import and prefix-plus crash.
by johnniwinther@google.com
· 12 years ago
989ff0a
narrowing a type to void should not unconditionally return the null type: a non-nullable type narrowed to a void type gives the empty type.
by ngeoffray@google.com
· 12 years ago
440e672
Reapply "Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable.".""
by zarah@google.com
· 12 years ago
8d15f2f
Give hints on failed promotion.
by johnniwinther@google.com
· 12 years ago
af06e8b
Fix scheduleImmediate in Dartium.
by floitsch@google.com
· 12 years ago
6626059
Use setlets in the resolver datastructures and in the cached function set queries.
by kasperl@google.com
· 12 years ago
e65e5a4
Update the documentation for methods of fixed-length and unmodifiable lists.
by lrn@google.com
· 12 years ago
5cd777e
Update documentation for Map.keys/values.
by lrn@google.com
· 12 years ago
c7a9f21
Update check for cyclic typedefs.
by johnniwinther@google.com
· 12 years ago
3f8885c
Add a much simplified set implementation designed to waste little memory for small sets.
by kasperl@google.com
· 12 years ago
679c9ed
Fixing mirrors on Window, Document and Element
by blois@google.com
· 12 years ago
7aa71c2
Removing dart2js's extends tag inference
by blois@google.com
· 12 years ago
ef3ab25
Fixing double-completing indexed DB transactions
by blois@google.com
· 12 years ago
333054e
Supporting non-SSVs in CustomEvent.detail
by blois@google.com
· 12 years ago
fcbf921
Re-running go.sh
by blois@google.com
· 12 years ago
5ad0b1d
Revert "Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable."."
by zarah@google.com
· 12 years ago
9ed6732
Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable.".
by zarah@google.com
· 12 years ago
adc83bd
Report compile-time error when extending, mixing in or implementing a malformed type.
by karlklose@google.com
· 12 years ago
ea21582
Revert "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable.".
by zarah@google.com
· 12 years ago
f9a1523
Fix type of Iterable.
by zarah@google.com
· 12 years ago
8b1d572
Change "typedef" to "class" in core library and related tests.
by lrn@google.com
· 12 years ago
9a2def1
Document that concurrent modification is bad, m'kay.
by lrn@google.com
· 12 years ago
a444143
Generate onlyForRti class constructor for csp.
by johnniwinther@google.com
· 12 years ago
a741237
Add TypeVariable object on runtime to support reflection on type variables.
by zarah@google.com
· 12 years ago
19655e4
Revert "Revert "Removing setImmediate and hiding WindowTimers interface""
by blois@google.com
· 12 years ago
951dca7
Deprecate query and queryAll, also add back querySelector and querySelectorAll.
by efortuna@google.com
· 12 years ago
8e255ad
Revert "Removing setImmediate and hiding WindowTimers interface"
by blois@google.com
· 12 years ago
3a4ae83
Web Socket API for talking to Editor.
by rnystrom@google.com
· 12 years ago
3037100
Removing setImmediate and hiding WindowTimers interface
by blois@google.com
· 12 years ago
03eb80a
Maintain referential integrity of proxy instances in dart:js
by justinfagnani@google.com
· 12 years ago
4c06ef7
Dartium build issue w/ mutation observers
by blois@google.com
· 12 years ago
ea5d14d
MutationObserver changes for zones (again)
by blois@google.com
· 12 years ago
4e01232
Fixing MutationObserver constructor from zones change
by blois@google.com
· 12 years ago
9baacaf
Making all callbacks use zones (take 2)
by blois@google.com
· 12 years ago
96c4ac5
Unflake pub oauth2 test to see if it's still flaky.
by rnystrom@google.com
· 12 years ago
80df488
Add mixin accessor.
by gbracha@google.com
· 12 years ago
d97c965
Don't inline in a throw expression
by sra@google.com
· 12 years ago
79cd061
Fix typo.
by floitsch@google.com
· 12 years ago
d97500c
Support type promotion in dart2js.
by johnniwinther@google.com
· 12 years ago
732ab1c
Add factory-method for scheduleMicrotask, as well as a (failing) test.
by ajohnsen@google.com
· 12 years ago
10e9a79
Make print interceptable.
by floitsch@google.com
· 12 years ago
47499c6
Add more specific relation.
by johnniwinther@google.com
· 12 years ago
8009eb9
Avoid generating members for classes only for needed rti.
by johnniwinther@google.com
· 12 years ago
1bcc9dd
Create _RootZone and _RootSpecification.
by floitsch@google.com
· 12 years ago
529b2f1
Emit a compile-time error when using doubles as switch case expressions.
by karlklose@google.com
· 12 years ago
bda27bb
Changed LinkedHashSet to Set and LinkedHashMap to Map.
by kasperl@google.com
· 12 years ago
eb18535
Document equality and compareTo of numbers.
by lrn@google.com
· 12 years ago
448bd98
Emit compile-time error if a redirecting factory points to itself.
by karlklose@google.com
· 12 years ago
c66099f
Tighter native type annotations for some elements returning Lists
by sra@google.com
· 12 years ago
c403726
Update docs so that responseText returns empty String on failure.
by efortuna@google.com
· 12 years ago
68fbdfd
Handle a null dependencies map in lockfile.
by rnystrom@google.com
· 12 years ago
035e04f
Making all base class DOM types throw as well (to prevent a default constructor for DOM types that are not constructable).
by efortuna@google.com
· 12 years ago
e0d9778
Exit with an error on unexpected command line arguments.
by rnystrom@google.com
· 12 years ago
e1d441b
Revert "Making all callbacks use zones"
by blois@google.com
· 12 years ago
768e5a7
Move custom element analysis to own file
by sra@google.com
· 12 years ago
84a3415
Making all callbacks use zones
by blois@google.com
· 12 years ago
f51dad9
Untyping List types
by blois@google.com
· 12 years ago
7d005fd
Move metadata and interceptor emitting to own files.
by ahe@google.com
· 12 years ago
2dd6d7f
Make failing pub test accept different order of output lines.
by whesse@google.com
· 12 years ago
c2c1fc1
Implement the updated Map and Set interfaces in our "expensive" variants.
by kasperl@google.com
· 12 years ago
eac99db
Fix remaining uses of Directory.systemTemp outside test scripts.
by whesse@google.com
· 12 years ago
8922b10
Add EfficientLength marker interface to some iterabels.
by lrn@google.com
· 12 years ago
5870a6c
Emit a compile-time error when using default values in function typed parameter.
by karlklose@google.com
· 12 years ago
5ab3ca5
Handle missing const constructor.
by johnniwinther@google.com
· 12 years ago
0f7a0bd
Rename runAsync to scheduleMicrotask.
by floitsch@google.com
· 12 years ago
c1ae2cb
Mark reports_dart_parse_errors_test as flaky.
by floitsch@google.com
· 12 years ago
189b225
Simplify handling of Subscriptions.
by floitsch@google.com
· 12 years ago
dc9c5f4
Redo StreamTransformers so they work with Stack traces.
by floitsch@google.com
· 12 years ago
a2a244e
Switch dart2js 'typedef name = mixinApplication' to 'class name = mixinApplication'.
by aprelev@gmail.com
· 12 years ago
cee2b11
Revert "Maintain referential integrity of proxy instances in dart:js"
by justinfagnani@google.com
· 12 years ago
Next »