Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.6.0
/
sdk
tag
e7249fc4d9617a5b54509dde0726485776503de8
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
6c6bfcefd438836639eae165601282b6bd1f8ceb
0.8.6.0
7e68530
Add back unseparated out version of method overloads in dart:html.
by efortuna@google.com
· 12 years ago
7645b3b
Temporarily disable TouchList constructor to implement varargs.
by efortuna@google.com
· 12 years ago
45e20b5
"Fix" dart:js tests in IE9
by justinfagnani@google.com
· 12 years ago
3c4f43a
Guard against null prototype properties
by sra@google.com
· 12 years ago
1787f36
Rerun go.sh
by efortuna@google.com
· 12 years ago
88482fe
Companion CL to support $0, $1, $2
by jacobr@google.com
· 12 years ago
3f7cda1
Preemptive initialization of dispatch records
by sra@google.com
· 12 years ago
76bc354
Mark version_negotiation_test as flaky.
by ajohnsen@google.com
· 12 years ago
66ce112
Remove bailouts.
by ngeoffray@google.com
· 12 years ago
5a38d4d
Optimize JSNumber:~/.
by ngeoffray@google.com
· 12 years ago
9c7ba71
Don't close existing connection on HttpServer close (and stream cancel).
by ajohnsen@google.com
· 12 years ago
12acea6
Check const expressions for malformed types.
by johnniwinther@google.com
· 12 years ago
6dbc9e5
dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated.
by whesse@google.com
· 12 years ago
4ce7174
Remove incorrect return type from internal method.
by lrn@google.com
· 12 years ago
543c869
Revert "Faster ~/2 for dart2js."
by lrn@google.com
· 12 years ago
ae60e65
Faster ~/2 for dart2js.
by lrn@google.com
· 12 years ago
e3975ab
Reduce the code inside a try/finally for Iterable.toString.
by lrn@google.com
· 12 years ago
aa5395d
Remove debugging code that leads to a warning.
by ngeoffray@google.com
· 12 years ago
104c889
Improve list tracing by resetting a subset of the inference graph that deals with inferred lists, and re-infer that subset.
by ngeoffray@google.com
· 12 years ago
efaf708
Make ExpensiveSet.add return a bool.
by kasperl@google.com
· 12 years ago
b8a3d75
Add isFinite getter to num.
by lrn@google.com
· 12 years ago
e155f27
Fix another closure/type variable error by using analyzeTypeVariables.
by ngeoffray@google.com
· 12 years ago
360ea42
Rename mdv -> template_binding, remove experiemntal apis from dart:html
by jmesserly@google.com
· 12 years ago
15e0863
Revert "Revert "Removing some deprecated members""
by blois@google.com
· 12 years ago
a4a2e26
Reapply lineDash with polyfill.
by efortuna@google.com
· 12 years ago
7c2e629
Fix type errors detected with --error-on-bad-type.
by sigmund@google.com
· 12 years ago
3d20b786
Fixing experimental annotation on HtmlDocument.register
by blois@google.com
· 12 years ago
b44d43c
Revise the barback transformer-finding logic slightly.
by nweiz@google.com
· 12 years ago
3aef09e
Revert "Removing some deprecated members"
by blois@google.com
· 12 years ago
3ea4328
fix todomvc tests
by jmesserly@google.com
· 12 years ago
cfa8004
VM: Always return immutable collections from the mirrors.
by rmacnak@google.com
· 12 years ago
f4ebe95
Code review changes for ngeoffray's comments on r28278
by sra@google.com
· 12 years ago
811147d
Removing redirections of deprecated members
by blois@google.com
· 12 years ago
63f250a
Removing a number of deprecated members
by blois@google.com
· 12 years ago
e2c4716
Removing some deprecated members
by blois@google.com
· 12 years ago
690a145
Revert "Converting Polymer and TemplateElement to use deprecated Node.document"
by blois@google.com
· 12 years ago
8b4e5e9
"Reverting 29013" TBR BUG=
by efortuna@google.com
· 12 years ago
f4e40d6
Make getLineDash return [] instead of null if it has not yet been set.
by efortuna@google.com
· 12 years ago
cf9be8e
Tightening up custom element registration for dart2js
by blois@google.com
· 12 years ago
a87372a
dart:io | Remove deprecated _Path library, and use FileSystemEntity.parent for recursive Directory.create.
by whesse@google.com
· 12 years ago
6da04e0
Support reflection on recursive upper bounds of type variables.
by zarah@google.com
· 12 years ago
bfc3d53
dart:io | Add FileSystemEntity.parent, make File.directory call it.
by whesse@google.com
· 12 years ago
47201ab
Fix crash https://code.google.com/p/dart/issues/detail?id=14014: remove what seems to be obsolete code.
by ngeoffray@google.com
· 12 years ago
7743533
Handle resolution of Class.named<TypeArg> correctly.
by johnniwinther@google.com
· 12 years ago
250b113
Mark jQuery methods as experimental.
by efortuna@google.com
· 12 years ago
7da21ce
Allow all events to be accessed via on[foo] instead of just onFoo
by efortuna@google.com
· 12 years ago
0177ed7
CanvasRenderingContext2D.fillText now works correctly with null maxWidth.
by amouravski@google.com
· 12 years ago
8e4205d
Reapply remove upgradeCustomElement methods.
by efortuna@google.com
· 12 years ago
c2dfe36
Run go.sh to regenerate html_dartium.dart
by amouravski@google.com
· 12 years ago
37989cf
"Reverting 28947" TBR BUG=
by efortuna@google.com
· 12 years ago
3a4a3ba
Remove Platform.upgrateCustomElements.
by efortuna@google.com
· 12 years ago
eb64b24
Let StreamSubscription.cancel return a Future.
by ajohnsen@google.com
· 12 years ago
2b50c5d
Fis crash https://code.google.com/p/dart/issues/detail?id=14242, by calling resolveArguments on the arguments of a SendSet, instead of a raw NodeList visit.
by ngeoffray@google.com
· 12 years ago
1475ab7
dart:io | Remove deprecated behavior of Directory('').createTemp, replaced by Directory.systemTemp.
by whesse@google.com
· 12 years ago
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
Next »