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

Unified Diff: client/dom/generated/wrapping_dom.js

Side-by-side diff isn't available for this file because of its large size.
Issue 8879007: Enable fullscreen API and file system API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: client/dom/generated/wrapping_dom.js
diff --git a/client/dom/generated/wrapping_dom.js b/client/dom/generated/wrapping_dom.js
index 9561334309ee475a9ea44ad6fc7d3619db470ee7..7b385396911589ba6e05d71c677ebd9be458e3f6 100644
--- a/client/dom/generated/wrapping_dom.js
+++ b/client/dom/generated/wrapping_dom.js
@@ -4550,6 +4550,54 @@ function native__DOMWindowWrappingImplementation__webkitRequestAnimationFrame(_t
}
}
+function native__DOMWindowWrappingImplementation__webkitRequestFileSystem(_this, type, size) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DOMWindowWrappingImplementation__webkitRequestFileSystem_2(_this, type, size, successCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size), __dom_unwrap(successCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DOMWindowWrappingImplementation__webkitRequestFileSystem_3(_this, type, size, successCallback, errorCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DOMWindowWrappingImplementation__webkitResolveLocalFileSystemURL(_this, url) {
+ try {
+ return __dom_wrap(_this.$dom.webkitResolveLocalFileSystemURL(__dom_unwrap(url)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DOMWindowWrappingImplementation__webkitResolveLocalFileSystemURL_2(_this, url, successCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitResolveLocalFileSystemURL(__dom_unwrap(url), __dom_unwrap(successCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DOMWindowWrappingImplementation__webkitResolveLocalFileSystemURL_3(_this, url, successCallback, errorCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitResolveLocalFileSystemURL(__dom_unwrap(url), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DataTransferItemWrappingImplementation__get_kind(_this) {
try {
return __dom_wrap(_this.$dom.kind);
@@ -5486,6 +5534,22 @@ function native__DocumentWrappingImplementation__set_title(_this, value) {
}
}
+function native__DocumentWrappingImplementation__get_webkitCurrentFullScreenElement(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitCurrentFullScreenElement);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DocumentWrappingImplementation__get_webkitFullScreenKeyboardInputAllowed(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitFullScreenKeyboardInputAllowed);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DocumentWrappingImplementation__get_webkitHidden(_this) {
try {
return __dom_wrap(_this.$dom.webkitHidden);
@@ -5494,6 +5558,14 @@ function native__DocumentWrappingImplementation__get_webkitHidden(_this) {
}
}
+function native__DocumentWrappingImplementation__get_webkitIsFullScreen(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitIsFullScreen);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DocumentWrappingImplementation__get_webkitVisibilityState(_this) {
try {
return __dom_wrap(_this.$dom.webkitVisibilityState);
@@ -5838,6 +5910,14 @@ function native__DocumentWrappingImplementation__querySelectorAll(_this, selecto
}
}
+function native__DocumentWrappingImplementation__webkitCancelFullScreen(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitCancelFullScreen());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DocumentFragmentWrappingImplementation__querySelector(_this, selectors) {
try {
return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
@@ -6310,6 +6390,14 @@ function native__ElementWrappingImplementation__webkitMatchesSelector(_this, sel
}
}
+function native__ElementWrappingImplementation__webkitRequestFullScreen(_this, flags) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFullScreen(__dom_unwrap(flags)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__ElementTimeControlWrappingImplementation__beginElement(_this) {
try {
return __dom_wrap(_this.$dom.beginElement());
@@ -32894,6 +32982,70 @@ function native__WorkerContextWrappingImplementation__removeEventListener_2(_thi
}
}
+function native__WorkerContextWrappingImplementation__webkitRequestFileSystem(_this, type, size) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__webkitRequestFileSystem_2(_this, type, size, successCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size), __dom_unwrap(successCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__webkitRequestFileSystem_3(_this, type, size, successCallback, errorCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__webkitRequestFileSystemSync(_this, type, size) {
+ try {
+ return __dom_wrap(_this.$dom.webkitRequestFileSystemSync(__dom_unwrap(type), __dom_unwrap(size)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__webkitResolveLocalFileSystemSyncURL(_this, url) {
+ try {
+ return __dom_wrap(_this.$dom.webkitResolveLocalFileSystemSyncURL(__dom_unwrap(url)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__webkitResolveLocalFileSystemURL(_this, url) {
+ try {
+ return __dom_wrap(_this.$dom.webkitResolveLocalFileSystemURL(__dom_unwrap(url)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__webkitResolveLocalFileSystemURL_2(_this, url, successCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitResolveLocalFileSystemURL(__dom_unwrap(url), __dom_unwrap(successCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WorkerContextWrappingImplementation__webkitResolveLocalFileSystemURL_3(_this, url, successCallback, errorCallback) {
+ try {
+ return __dom_wrap(_this.$dom.webkitResolveLocalFileSystemURL(__dom_unwrap(url), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__WorkerLocationWrappingImplementation__get_hash(_this) {
try {
return __dom_wrap(_this.$dom.hash);

Powered by Google App Engine
This is Rietveld 408576698