Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.1.6.1
/
lib
/
html
tag
115c6645389c5e8c07168ab8e7be3bb966d4f426
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
4bdeea0d13e6df41d66ac84c9e9ebf92eb5cc461
0.1.6.1
7d05eaa
Make AudioBufferSourceNode not picky about the number of parameters that are
by efortuna@google.com
· 13 years ago
02d9df2
Make WheelEvent.delta{X,Y} return num, not int.
by antonm@google.com
· 13 years ago
f6c129c
Move interface merging info to type registry.
by podivilov@google.com
· 13 years ago
2a77601
Rename WebKit's WheelEvent.wheelDelta{X,Y} to W3C WheelEvent.delta{X,Y}.
by antonm@google.com
· 13 years ago
5464ab0
Get rid of webkit_renames in dartdomgenerator.py.
by podivilov@google.com
· 13 years ago
f8762b2
Introduce ListLikeIDLTypeInfo as a replacement for nativified_classes table.
by podivilov@google.com
· 13 years ago
9d19336
Add interface_name and implementation_name to IDLTypeInfo class and use them instead of dart_type.
by podivilov@google.com
· 13 years ago
df630b6
Fixed typo
by vsm@google.com
· 13 years ago
9a19a1f
Roll IDL to multivm@937
by vsm@google.com
· 13 years ago
30b34c8
Better return types for window.location and window.history
by vsm@google.com
· 13 years ago
166d2b2
Fix some type narrowing
by vsm@google.com
· 13 years ago
9fa3103
Remove explicit interface versions of dartdoc files.
by sra@google.com
· 13 years ago
845c13e
Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants.
by blois@google.com
· 13 years ago
c40edf6
Wrap Window in case it's a window from a different page / frame.
by vsm@google.com
· 13 years ago
06f1665
Adding synchronous measurement methods to Element. Refactoring unit tests some so element_test passes on all browsers.
by blois@google.com
· 13 years ago
5c1a93e
Convert between Dart and JavaScript SerializedScriptValues on postMessage.
by sra@google.com
· 13 years ago
caa4308
Fixes to get SelectElement working properly on IE.
by blois@google.com
· 13 years ago
c4c8c62
Remove window.length and window.frames
by vsm@google.com
· 13 years ago
bc5a932
Fixing SelectElement.selectedOptions to work on all platforms.
by blois@google.com
· 13 years ago
e5285fb
Make fremontcut serial by default
by vsm@google.com
· 13 years ago
c71b6b2
Fix JS native binding and documentation for interfaces with overridden name.
by podivilov@google.com
· 13 years ago
d20462a
Finish Listifying html classes.
by efortuna@google.com
· 13 years ago
fa3dba7
Override CSSStyleDeclaration.getPropertyValue in general way.
by antonm@google.com
· 13 years ago
a1d9180
New cross frame base types.
by vsm@google.com
· 13 years ago
14db66f
Revert "Adding synchronous measurement methods to Element."
by blois@google.com
· 13 years ago
87cda6a
Move Dart type narrowing to TypeRegistry.
by podivilov@google.com
· 13 years ago
f892f55
Refactor idl to dart renaming logic for interfaces.
by podivilov@google.com
· 13 years ago
6ec1dff
Adding synchronous measurement methods to Element.
by blois@google.com
· 13 years ago
9725519
Get rid of webkit renames.
by podivilov@google.com
· 13 years ago
4198b9d
Revert "Fixing SelectElement.selectedOptions to work across all platforms."
by blois@google.com
· 13 years ago
4f39658
Remove global DartType function.
by podivilov@google.com
· 13 years ago
25f6748
Fixing SelectElement.selectedOptions to work across all platforms.
by blois@google.com
· 13 years ago
b0ae358
Regenerate html_dart2js.dart
by efortuna@google.com
· 13 years ago
13f81bf
Changing return value of request animation frame.
by blois@google.com
· 13 years ago
bffc05a
CSSStyleDeclaration.getPropertyValue returns empty string instead of null.
by efortuna@google.com
· 13 years ago
f36360e
Converting NodeList to List<Node>.
by blois@google.com
· 13 years ago
5169ef12
Extract common logic for emitting implementation classes.
by podivilov@google.com
· 13 years ago
b9e0a92
Merge BaseGenerator into HtmlDartInterfaceGenerator.
by podivilov@google.com
· 13 years ago
f37795b
Remove constants declaration from dart2js implementation classes.
by podivilov@google.com
· 13 years ago
e44ef72
Make event renames optional, not mandatory.
by antonm@google.com
· 13 years ago
a6efb08
Provide a fallback for AudioBufferSourceNode.start to noteOn and stop to
by efortuna@google.com
· 13 years ago
c4530c2
Revert "Changing return value of request animation frame."
by blois@google.com
· 13 years ago
2de1699
Fix the type on a wrapped window
by vsm@google.com
· 13 years ago
ae16efa
Changing return value of request animation frame.
by blois@google.com
· 13 years ago
2e12205
Missed a change in the rename from initCustomEvent -> $dom_initCustomEvent.
by efortuna@google.com
· 13 years ago
1919b5a
Removing ElementList.
by blois@google.com
· 13 years ago
d44e51f
Revert r13127. TBR. Review URL: https://codereview.chromium.org//11036024
by efortuna@google.com
· 13 years ago
047bf6a
Add constructor for CustomEvent.
by efortuna@google.com
· 13 years ago
9c9d53a
Rebuild Dartium dart:html after recent changes.
by antonm@google.com
· 13 years ago
a800e16
Cleanup html events generation.
by podivilov@google.com
· 13 years ago
315a0f8
Get rid of System class.
by podivilov@google.com
· 13 years ago
d0aa4f7
Remove systeminterface from scripts.
by efortuna@google.com
· 13 years ago
c6c2918
Revert "Removing ElementList (splitting out removing NodeList into a separate CL)."
by blois@google.com
· 13 years ago
215bc35
Removing explicit typing of filtered element list.
by blois@google.com
· 13 years ago
2d71772
Removing ElementList (splitting out removing NodeList into a separate CL).
by blois@google.com
· 13 years ago
10af113
Remove dart:dom scripts.
by podivilov@google.com
· 13 years ago
7225168
Switch to native check for shadow root support.
by antonm@google.com
· 13 years ago
79beeec
Speed up fremontcut/dartdomgenerator
by vsm@google.com
· 13 years ago
abee513
Reapply change to hide VM-only List implementation classes.
by ager@google.com
· 13 years ago
f8e5245
Adding 'supported' check for shadow root.
by blois@google.com
· 13 years ago
9cfdc2d
Revert "Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants."
by blois@google.com
· 13 years ago
ab68472
Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants.
by blois@google.com
· 13 years ago
fe66a0a
Revert hiding of VM-only coreimpl list implementation types. While I
by ager@google.com
· 13 years ago
8e6a2c8
Hide VM-only coreimpl List implementation types. These should not be
by ager@google.com
· 13 years ago
b001a58
Get rid of System classes for backend generators.
by podivilov@google.com
· 13 years ago
e73afc3
Reapply FooList -> List<Foo> with Gamepad fix for dartium.
by efortuna@google.com
· 13 years ago
700da17
Roll IDL to multivm@910, Take #2
by vsm@google.com
· 13 years ago
adcd660
Revert "Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants."
by blois@google.com
· 13 years ago
539fb98
Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants.
by blois@google.com
· 13 years ago
7488109
Revert "Roll IDL to multivm@910"
by vsm@google.com
· 13 years ago
c9d56a6
Roll IDL to multivm@910
by vsm@google.com
· 13 years ago
192ca09
webkitRequestAimationFrame->requestAnimationFrame with hand edits to
by efortuna@google.com
· 13 years ago
eada8aa
Fixing up WheelEvent to follow W3C standards and work on all platforms.
by blois@google.com
· 13 years ago
98f7601
Add Element.xtag to public interface
by jmesserly@google.com
· 13 years ago
21cb9f8
Refactor file paths handling in generator.
by podivilov@google.com
· 13 years ago
b935f8f
"Reverting 12887" R=efortuna@google.com
by jmesserly@google.com
· 13 years ago
bf978d4
Adding constructor to ContentElement.
by blois@google.com
· 13 years ago
f54390c
Reapply webkitRequestAimationFrame->requestAnimationFrame with fix for dartium
by efortuna@google.com
· 13 years ago
014c75b
Regen html_dartium.dart
by vsm@google.com
· 13 years ago
b7db16a
Changing CSSClassSet from isFrozen to frozen for API consistency.
by blois@google.com
· 13 years ago
565633e
Regenerate dart:html files
by vsm@google.com
· 13 years ago
b0ac844
Temporarily exposing createObjectUrl on Window.
by blois@google.com
· 13 years ago
b44e38c
Revert "Temporarily expose createObjectUrl/revokeObjectUrl on window."
by blois@google.com
· 13 years ago
5d53ea6
Temporarily expose createObjectUrl/revokeObjectUrl on window.
by antonm@google.com
· 13 years ago
6717e8b
Emit static IDL members.
by antonm@google.com
· 13 years ago
ce6d3bd
Hiding getElement* methods on ShadowRoot.
by blois@google.com
· 13 years ago
5031069
Fix SendPortSync dispatch for FF
by vsm@google.com
· 13 years ago
8b9d9b7
Revert "Adding constructor to ContentElement."
by blois@google.com
· 13 years ago
d270006
Adding constructor to ContentElement.
by blois@google.com
· 13 years ago
f1afe99c
Fixing creating SVG elements with trailing newlines.
by blois@google.com
· 13 years ago
a1faa6f
Change IllegalArgumentException to ArgumentError.
by lrn@google.com
· 13 years ago
9480a93
Refresh generated files after new roll.
by antonm@google.com
· 13 years ago
f527595
Roll Chrome forward.
by antonm@google.com
· 13 years ago
55d7ab1
Revert r12819 to look at IE fix offline.
by efortuna@google.com
· 13 years ago
7c00742
Change raw string indicator from @ to r.
by efortuna@google.com
· 13 years ago
c9ea6ff
Remove Webkit prefix for RequestAnimationFrame.
by efortuna@google.com
· 13 years ago
3f3417c
Revert r12808. Review URL: https://codereview.chromium.org//10981005
by efortuna@google.com
· 13 years ago
42a03cb
Reapply 12799. Review URL: https://codereview.chromium.org//10957066
by efortuna@google.com
· 13 years ago
23a4b72
Revert 12799. Review URL: https://codereview.chromium.org//10957064
by efortuna@google.com
· 13 years ago
a41389a
Don't generate FooList if it behaves like List<Foo> exactly.
by efortuna@google.com
· 13 years ago
Next »