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

Unified Diff: ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js

Issue 2817943002: Fully deprecate core.js. Moved last method to error.js. (Closed)
Patch Set: Tweak language 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/passwords/js_password_manager.h ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js
diff --git a/ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js b/ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js
index ae36f5981389e757b8e605153df2e8512a34da73..f7e21b3af961570b44356d28586b8b9b96b4d8c7 100644
--- a/ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js
+++ b/ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js
@@ -786,7 +786,8 @@ Context.getContextDataFromPoint = function(x, y) {
* @private
*/
Context.contextFromPoint = function(x, y) {
- // Should this use core.js's elementFromPoint_() instead?
+ // TODO(crbug.com/711350): Evaluate whether this should use context_menu.js's
+ // elementFromPoint_() instead?
var contextData = new ContextData();
var element = document.elementFromPoint(x, y);
if (!element) {
« no previous file with comments | « ios/chrome/browser/passwords/js_password_manager.h ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698