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

Issue 8879007: Enable fullscreen API and file system API (Closed)

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

Description

Enable fullscreen API and file system API These were discussed in the Hackathon HTML5 lecture. They are also enabled in Dartium. Enabling so they can be used. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=2227

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+398 lines, -4 lines) Patch
M client/dom/frog/frog_dom.dart View 8 chunks +32 lines, -0 lines 0 comments Download
M client/dom/generated/monkey_dom.js View 5 chunks +15 lines, -4 lines 0 comments Download
M client/dom/generated/monkey_dom_externs.js View 3 chunks +9 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/DOMWindow.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Document.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Element.dart View 2 chunks +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WorkerContext.dart View 2 chunks +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/DOMWindow.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/Document.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/Element.dart View 2 chunks +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/WorkerContext.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart View 1 chunk +42 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart View 2 chunks +15 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart View 1 chunk +52 lines, -0 lines 0 comments Download
M client/dom/generated/wrapping_dom.js View 6 chunks +152 lines, -0 lines 0 comments Download
M client/dom/generated/wrapping_dom_externs.js View 3 chunks +9 lines, -0 lines 0 comments Download
M client/dom/scripts/fremontcutbuilder.py View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sra1
tbr Already enabled in Dartium.
9 years ago (2011-12-08 06:47:36 UTC) #1
vsm
9 years ago (2011-12-08 15:33:26 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698