Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/2.7.0
/
sdk
/
lib
/
js
tag
0a99731d968723170151f909ce32bd64dc4a2c41
tagger
Alexander Thomas <athom@google.com>
Fri Dec 06 15:26:51 2019
object
4cc36055d6803b899667feaedc1216a96e9d1c72
2.7.0
a75ffc8
Add non-NNBD language version marker to all sdk (non-nnbd) files
by Sigmund Cherem
· 6 years ago
de2e16d
Add gni files to the html, js, and js_util packages in support of adding them to the flutter sdk.
by Devon Carew
· 6 years ago
bb87996
Fix some dart sdk documentation issues
by Parker Lougheed
· 6 years ago
c464a12
Minimize diffs between copies of js_dart2js.dart
by Nate Bosch
· 6 years ago
2cc0c4f
Update doc comments for `dart:js`
by Nate Bosch
· 6 years ago
3c2bfa5
Resolve type conflicts in dart:js
by Peter von der Ahé
· 6 years ago
56424f0
[js_runtime] Test for JavaScriptFunction type tests.
by Stephen Adams
· 7 years ago
410db09
Do not convert the worker object in jsinterop, just like we do for window
by Sigmund Cherem
· 7 years ago
f386b36
Update dartdoc to v0.18.0 and tag library categories.
by Janice Collins
· 7 years ago
898260a
Split dependency on dart:html from dart:js
by Sigmund Cherem
· 7 years ago
e6e6efc
Changes to patch files to make them strong-clean
by Sigmund Cherem
· 8 years ago
8f19937
Remove generic method comment syntax from dart:html.
by Leaf Petersen
· 8 years ago
0585e74
Fixed analyzer test to use dart2js not dartium
by Terry Lucas
· 8 years ago
a8cab7a
Revert "Removed Dartium SDK libs"
by William Hesse
· 8 years ago
4a58918
Removed Dartium SDK libs
by Terry Lucas
· 8 years ago
f126952
Revert: Removed Dartium SDK libs
by Terry Lucas
· 8 years ago
d96561a
Removed Dartium SDK libs
by Terry Lucas
· 8 years ago
05ca90aa
Removed Dartium test exceptions
by Terry Lucas
· 8 years ago
a189084
Removed Dartium SDK libs
by Terry Lucas
· 8 years ago
1265b4c
Fixed readPixels not working in Dartium.
by Terry Lucas
· 8 years ago
029b1cb
Spelling fixes e to i.
by Erik Corry
· 8 years ago
1f294cb
Fix problem introduced with 043c0096adeec45c0b7c544ce717956e1dd9942b.
by Peter von der Ahé
· 8 years ago
043c009
Complain about use before declaration.
by Peter von der Ahé
· 8 years ago
20dc749
Suppress Scale interface - unused.
by Terry Lucas
· 8 years ago
6f71f9c
Revert "[Experiment] Stop suppressing DragEvent"
by Alan Knight
· 8 years ago
0368881
Need to regen cached_patches; new class exposed.
by Terry Lucas
· 8 years ago
f27144d
Roll 50: Updated for push to origin/master.
by Terry Lucas
· 8 years ago
aa6353b
Dart SDK Spelling b, c, and d.
by Erik Corry
· 8 years ago
2fb5d08
Spelling a
by Erik Corry
· 8 years ago
4b9bba5
Stoppp using trippple consonants
by Erik Corry
· 8 years ago
ea6991a
Format all dart: library files
by Jacob Richman
· 8 years ago
badfd14
Fix type error in js_dart2js.dart caught by DDC.
by Jacob Richman
· 9 years ago
5595b96
Fix typos 'overriden' to 'overridden' and '@mustCall super' to '@mustCallSuper' (#27853)
by Mohamed Hayibor
· 9 years ago
b779679
Switch to @patch annotation from patch.
by Jacob Richman
· 9 years ago
7f29509
Fix so that logic to enable private user define @JS classes does not impact codegen for dart:html native classes where private classes are not an issue.
by Jacob Richman
· 9 years ago
96ca5db
Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop objects in cases where the member name is not known statically. These methods would be extension methods on JSObject if Dart supported extension methods. Update package js to export these methods. Implement in Dart2JS. Implement JS$ in dart2js.
by Jacob Richman
· 9 years ago
e010460
Utility class of static methods to efficiently manipulate typed JSInterop objects in a dynamic manner. Fix for @JS classes that are _private. Bug #25038 @JS on a _Private class in Dartium
by Jacob Richman
· 9 years ago
dead24a
Make allowInterop a generic method.
by Jacob Richman
· 9 years ago
94456a2
Optimization for patch file generation
by Terry Lucas
· 9 years ago
f26e522
Strip unused functionality from dart:html and fix strong mode errors. Switch from blacklisting pure interfaces to determining pure interfaces from the idl and whitelisting impure interfaces we need for dart2js.
by Jacob Richman
· 9 years ago
e8fd9f5
The patch file cached_patches.dart generated from C++ with special dartium switch --enable-blink-features=dartGenCachedPatches
by Terry Lucas
· 9 years ago
74ddf84
Remove MutationEvent bad entries in both removed list and renamed list
by Terry Lucas
· 9 years ago
7146915
Breaking Change: Support @JS at library level
by Terry Lucas
· 9 years ago
c65854d
Optimize dartium dart:html bindings so real world application performance is acceptable. Improves dart:html performance by 2X-30X for microbenchmarks. Real world improvement is typically 2X-3X.
by Jacob Richman
· 9 years ago
10e70db
Speed up interop patch file creation.
by Terry Lucas
· 9 years ago
4c8b023
Remove an incorrect type annotation on a setter.
by Natalie Weizenbaum
· 9 years ago
c66c110
Fix bug where multiple JSObject wrappers could be created for the same JsObject.
by Jacob Richman
· 10 years ago
cf7ae2e
Support JS$ prefix for dart and fix bug where _operator_getter and the [] operator were used inconsistently. Would only impact future use cases where js APIs returned types not auto-proxied with dart:html.
by Jacob Richman
· 10 years ago
2c6989d
TBR: bug fixes for switch from [] to JsNative.SetProperty Make calls to .isExternal property more robust
by Jacob Richman
· 10 years ago
6bfbb93
Make Dartium JS interop implementation more robust in the presence of JS paths that touch dart:html types. Note that the dart2js implementation was already robust in the presence of dart:html types.
by Jacob Richman
· 10 years ago
12e94fc
Make function type checks for types returned by typed JS interop pass for functions with <=10 arguments.
by Jacob Richman
· 10 years ago
6566e91
Fix dartium bug handling object literal constructors with zero arguments.
by Jacob Richman
· 10 years ago
156bc53
Hide implementation members in dart:html, dart:js and related libraries
by Kevin Moore
· 10 years ago
688b69f
Support isExternal method on MethodMirror in the Dart VM. Not really intended for public consumption. switch to using isExternal and using anonymous.
by Jacob Richman
· 10 years ago
1ea666f
Add documentation for allowInterop and allowInteropCaptureThis
by Jacob Richman
· 10 years ago
8831fb8
Deprecate new internal Dartium/JsInterop APIs that are public
by Alan Knight
· 10 years ago
ff200c1
Fix bug in allowInteropCaptureThis that caused JavaScript objects to accidentally be wrapped.
by Jacob Richman
· 10 years ago
be1fcb9
Switch Js to JS
by Jacob Richman
· 10 years ago
a936261
Hide internal methods like wrap_jso from the dart:html public interface
by Alan Knight
· 10 years ago
cd27524
Support user generated custom native JS classes.
by Jacob Richman
· 10 years ago
c92a245
Switch dart:html objects not to be NativeFieldWrapper subclasses with JsInterop
by Alan Knight
· 10 years ago
8d793ca
Dartium typed js interop work dart repo side of the change. Also tries to get
by Jacob Richman
· 10 years ago
ecfad36
Fixed custom elements to work in Polymer
by Terry L. Lucas
· 10 years ago
110b579
wrap_jso should wrap JsArray as well, not always call wrap on its contents
by Alan Knight
· 10 years ago
da7d637
Revert "wrap_jso should wrap JsArray as well, not always call wrap on its contents"
by Alan Knight
· 10 years ago
f0e52e4
wrap_jso should wrap JsArray as well, not always call wrap on its contents
by Alan Knight
· 10 years ago
eafe9d6
Make the dartWrapper access on JsObject private and provide top-level functions for it
by Alan Knight
· 10 years ago
07b2ddd
Preserve identity of Dart wrappers on DOM objects
by Alan Knight
· 10 years ago
eb2878c
dart2js: isExtensible can throw for bad objects.
by Florian Loitsch
· 10 years ago
7b322c2
Dartium JS Enabled take 2
by Terry L. Lucas
· 10 years ago
09c804a
Revert "Dartium JS Interop enabled."
by Terry L. Lucas
· 10 years ago
403bd16
Dartium JS Interop enabled.
by Terry L. Lucas
· 10 years ago
9b0d258
Revert "Dartium w/ JsInterop enabled"
by Terry L. Lucas
· 10 years ago
346af54
Dartium w/ JsInterop enabled
by Terry L. Lucas
· 10 years ago
012c998
Revert "Patched in Dartium JsInterop"
by Terry L. Lucas
· 10 years ago
4bb2e61
Patched in Dartium JsInterop
by Terry L. Lucas
· 10 years ago
ae72b6a
Enhance dart:js interop in a backwards compatible manner.
by Jacob Richman
· 10 years ago
7e9e4d8
Revert "Enhance dart:js interop in a backwards compatible manner."
by Jacob Richman
· 10 years ago
3fdeb66
Enhance dart:js interop in a backwards compatible manner. List objects can now be passed back and forth to Dartium without requiring jsify
by Jacob Richman
· 10 years ago
4b2d237
dart:js - speed up constructor calls with few arguments.
by Stephen Adams
· 10 years ago
7e2d71a
Avoid throwing exceptions on inter-frame communication.
by ahe@google.com
· 11 years ago
86a63cf
Fix js test for firefox now that null becomes 'null' and not 'undefined'
by sigmund@google.com
· 11 years ago
16f720a
Fix inconsistency with null vs undefined in dart:js
by sigmund@google.com
· 11 years ago
ecd3ed3
Use "self" instead of globalThis.
by ahe@google.com
· 11 years ago
7a06605
Ensure JsArray.length returns 'int'
by sra@google.com
· 11 years ago
842be2c
Use Date.getTime instead of Date.getMilliseconds in dart:js.
by floitsch@google.com
· 12 years ago
27981cb
remove pkg/browser/lib/interop.js
by jmesserly@google.com
· 12 years ago
b82877c
Redo "Generate isolate affinity tags and use them for dispatch and dart:js"
by sra@google.com
· 12 years ago
6f7219b
Revert "Generate isolate affinity tags and use them for dispatch and dart:js"
by sra@google.com
· 12 years ago
f185ca5
Generate isolate affinity tags and use them for dispatch and dart:js
by sra@google.com
· 12 years ago
0b33ed0
Ensure that dart:js does not attempt to load cached proxies from prototypes.
by vegorov@google.com
· 12 years ago
e83f516
Re-enable mirrors/immutable_collections_test on Dartium. Fix a bad constructor in Dartium's dart:js. Mark as slow.
by rmacnak@google.com
· 12 years ago
cc76287
Don't reuse proxies from other JS contexts
by justinfagnani@google.com
· 12 years ago
0dce271
Add Event, HtmlCollection, NodeList and Window to transferrable types
by justinfagnani@google.com
· 12 years ago
de3c1d7
Fix js_test in dart2js checked mode
by justinfagnani@google.com
· 12 years ago
60b57c3
Update headings to use sentence case.
by amouravski@google.com
· 12 years ago
4806160
Fix build break due to invalid type checks. TBR BUG= R=vsm@google.com
by jacobr@google.com
· 12 years ago
fa8b243
Add JsArray
by jacobr@google.com
· 12 years ago
579a6d4
New docs for dart:js
by justinfagnani@google.com
· 12 years ago
45e20b5
"Fix" dart:js tests in IE9
by justinfagnani@google.com
· 12 years ago
Next »