Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed)

Created:
9 years ago by vsm
Modified:
9 years ago
Reviewers:
sra1
CC:
reviews_dartlang.org, Jacob
Visibility:
Public.

Description

Add enables consistent with Chrome's WebKit jacobr: You'll also pick up new apis next time you gen dart:html. Committed: https://code.google.com/p/dart/source/detail?r=2328

Patch Set 1 #

Patch Set 2 : Alpha the ENABLE's #

Patch Set 3 : Alpha the ENABLEs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+843 lines, -26 lines) Patch
M client/dom/frog/frog_dom.dart View 21 chunks +67 lines, -1 line 0 comments Download
M client/dom/generated/monkey_dom.js View 18 chunks +39 lines, -2 lines 0 comments Download
M client/dom/generated/monkey_dom_externs.js View 12 chunks +23 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Blob.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Console.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/DOMWindow.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Document.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/File.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLEmbedElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLFrameElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLIFrameElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLMediaElement.dart View 4 chunks +22 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLObjectElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/InjectedScriptHost.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Navigator.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebKitBlobBuilder.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/WorkerContext.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/Blob.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/Console.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/DOMWindow.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/Document.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/File.dart View 1 chunk +2 lines, -0 lines 0 comments Download
client/dom/generated/src/interface/HTMLEmbedElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/HTMLFrameElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/HTMLIFrameElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/HTMLMediaElement.dart View 4 chunks +22 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/HTMLObjectElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/InjectedScriptHost.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/Navigator.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/WebKitBlobBuilder.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/interface/WorkerContext.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart View 1 chunk +27 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_ConsoleWrappingImplementation.dart View 2 chunks +15 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart View 2 chunks +16 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_FileWrappingImplementation.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_HTMLEmbedElementWrappingImplementation.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_HTMLMediaElementWrappingImplementation.dart View 2 chunks +36 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart View 2 chunks +17 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_NavigatorWrappingImplementation.dart View 2 chunks +21 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_WebKitBlobBuilderWrappingImplementation.dart View 1 chunk +19 lines, -11 lines 0 comments Download
M client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart View 1 chunk +20 lines, -0 lines 0 comments Download
M client/dom/generated/wrapping_dom.js View 22 chunks +302 lines, -6 lines 0 comments Download
M client/dom/generated/wrapping_dom_externs.js View 11 chunks +23 lines, -1 line 0 comments Download
M client/dom/scripts/fremontcutbuilder.py View 1 1 chunk +51 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
vsm
9 years ago (2011-12-09 23:05:49 UTC) #1
sra1
9 years ago (2011-12-09 23:12:06 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698