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

Unified Diff: client/dom/scripts/fremontcutbuilder.py

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alpha the ENABLEs 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/generated/wrapping_dom_externs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/fremontcutbuilder.py
diff --git a/client/dom/scripts/fremontcutbuilder.py b/client/dom/scripts/fremontcutbuilder.py
index 9bff535629ae974425663053fbb960ec3ef047c0..eebc8a2a5633e849c59916808b9e0e14dad4c499 100755
--- a/client/dom/scripts/fremontcutbuilder.py
+++ b/client/dom/scripts/fremontcutbuilder.py
@@ -49,18 +49,66 @@ def main():
webkit_revision = '1060'
# TODO(vsm): Reconcile what is exposed here and inside WebKit code
- # generation.
+ # generation. We need to recheck this periodically for now.
webkit_defines = [
'LANGUAGE_DART',
'LANGUAGE_JAVASCRIPT',
- 'ENABLE_DOM_STORAGE',
+
+ # Enabled Chrome WebKit build.
+ 'ENABLE_3D_PLUGIN',
+ 'ENABLE_3D_RENDERING',
+ 'ENABLE_ACCELERATED_2D_CANVAS',
+ 'ENABLE_BLOB',
+ 'ENABLE_BLOB_SLICE',
+ 'ENABLE_CHANNEL_MESSAGING',
+ 'ENABLE_CLIENT_BASED_GEOLOCATION',
+ 'ENABLE_DATA_TRANSFER_ITEMS',
+ 'ENABLE_DETAILS',
+ 'ENABLE_DEVICE_ORIENTATION',
+ 'ENABLE_DIRECTORY_UPLOAD',
+ 'ENABLE_DOWNLOAD_ATTRIBUTE',
'ENABLE_FILE_SYSTEM',
+ 'ENABLE_FILTERS',
'ENABLE_FULLSCREEN_API',
+ 'ENABLE_GAMEPAD',
+ 'ENABLE_GEOLOCATION',
+ 'ENABLE_GESTURE_EVENTS',
+ 'ENABLE_GESTURE_RECOGNIZER',
+ 'ENABLE_INDEXED_DATABASE',
+ 'ENABLE_INPUT_SPEECH',
+ 'ENABLE_JAVASCRIPT_DEBUGGER',
+ 'ENABLE_JAVASCRIPT_I18N_API',
+ 'ENABLE_LINK_PREFETCH',
+ 'ENABLE_MEDIA_SOURCE',
+ 'ENABLE_MEDIA_STATISTICS',
+ 'ENABLE_MEDIA_STREAM',
+ 'ENABLE_METER_TAG',
+ 'ENABLE_MHTML',
+ 'ENABLE_MOUSE_LOCK_API',
'ENABLE_NOTIFICATIONS',
- 'ENABLE_OFFLINE_WEB_APPLICATIONS',
+ 'ENABLE_PAGE_VISIBILITY_API',
+ 'ENABLE_PROGRESS_TAG',
+ 'ENABLE_QUOTA',
+ 'ENABLE_REGISTER_PROTOCOL_HANDLER',
'ENABLE_REQUEST_ANIMATION_FRAME',
+ 'ENABLE_RUBY',
+ 'ENABLE_SANDBOX',
+ 'ENABLE_SHARED_WORKERS',
+ 'ENABLE_SMOOTH_SCROLLING',
+ 'ENABLE_SQL_DATABASE',
+ 'ENABLE_SVG',
+ 'ENABLE_SVG_FONTS',
+ 'ENABLE_TOUCH_EVENTS',
+ 'ENABLE_V8_SCRIPT_DEBUG_SERVER',
'ENABLE_VIDEO',
+ 'ENABLE_VIDEO_TRACK',
+ 'ENABLE_WEBGL',
+ 'ENABLE_WEB_AUDIO',
+ 'ENABLE_WEB_SOCKETS',
'ENABLE_WEB_TIMING',
+ 'ENABLE_WORKERS',
+ 'ENABLE_XHR_RESPONSE_BLOB',
+ 'ENABLE_XSLT',
]
webkit_options = databasebuilder.DatabaseBuilderOptions(
idl_syntax=idlparser.WEBKIT_SYNTAX,
« no previous file with comments | « client/dom/generated/wrapping_dom_externs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698