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

Side by Side Diff: ios/web/web_state/js/resources/web_bundle.js

Issue 2800003002: Pull context menu related APIs from core.js to their own file. (Closed)
Patch Set: git squash commit for context-menu. Created 3 years, 8 months 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 unified diff | Download patch
« no previous file with comments | « ios/web/web_state/js/resources/core.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Set of scripts required by web layer backed up by WKWebView. 5 // Set of scripts required by web layer backed up by WKWebView.
6 goog.provide('__crWeb.webBundle'); 6 goog.provide('__crWeb.webBundle');
7 7
8 goog.require('__crWeb.console'); 8 goog.require('__crWeb.console');
9 goog.require('__crWeb.contextMenu');
9 goog.require('__crWeb.core'); 10 goog.require('__crWeb.core');
10 goog.require('__crWeb.dialogOverrides'); 11 goog.require('__crWeb.dialogOverrides');
OLDNEW
« no previous file with comments | « ios/web/web_state/js/resources/core.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698