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

Side by Side Diff: chrome/common/extensions/api/web_view_internal.json

Issue 538063003: Move execute_code_function to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build Created 6 years, 3 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 | « chrome/common/extensions/api/tabs.json ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 [ 5 [
6 { 6 {
7 "namespace": "webViewInternal", 7 "namespace": "webViewInternal",
8 "description": "none", 8 "description": "none",
9 "compiler_options": { 9 "compiler_options": {
10 "implemented_in": "chrome/browser/extensions/api/web_view/web_view_interna l_api.h" 10 "implemented_in": "chrome/browser/extensions/api/web_view/web_view_interna l_api.h"
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "type": "integer", 344 "type": "integer",
345 "name": "instanceId", 345 "name": "instanceId",
346 "description": "The instance ID of the guest <webview> process." 346 "description": "The instance ID of the guest <webview> process."
347 }, 347 },
348 { 348 {
349 "type": "string", 349 "type": "string",
350 "name": "src", 350 "name": "src",
351 "description": "The src of the guest <webview> tag." 351 "description": "The src of the guest <webview> tag."
352 }, 352 },
353 { 353 {
354 "$ref": "tabs.InjectDetails", 354 "$ref": "extensionTypes.InjectDetails",
355 "name": "details", 355 "name": "details",
356 "description": "Details of the script to run." 356 "description": "Details of the script to run."
357 }, 357 },
358 { 358 {
359 "type": "function", 359 "type": "function",
360 "name": "callback", 360 "name": "callback",
361 "optional": true, 361 "optional": true,
362 "description": "Called after all the JavaScript has been executed.", 362 "description": "Called after all the JavaScript has been executed.",
363 "parameters": [ 363 "parameters": [
364 { 364 {
(...skipping 16 matching lines...) Expand all
381 "type": "integer", 381 "type": "integer",
382 "name": "instanceId", 382 "name": "instanceId",
383 "description": "The instance ID of the guest <webview> process." 383 "description": "The instance ID of the guest <webview> process."
384 }, 384 },
385 { 385 {
386 "type": "string", 386 "type": "string",
387 "name": "src", 387 "name": "src",
388 "description": "The src of the guest <webview> tag." 388 "description": "The src of the guest <webview> tag."
389 }, 389 },
390 { 390 {
391 "$ref": "tabs.InjectDetails", 391 "$ref": "extensionTypes.InjectDetails",
392 "name": "details", 392 "name": "details",
393 "description": "Details of the CSS text to insert." 393 "description": "Details of the CSS text to insert."
394 }, 394 },
395 { 395 {
396 "type": "function", 396 "type": "function",
397 "name": "callback", 397 "name": "callback",
398 "optional": true, 398 "optional": true,
399 "description": "Called when all the CSS has been inserted.", 399 "description": "Called when all the CSS has been inserted.",
400 "parameters": [] 400 "parameters": []
401 } 401 }
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 "events": [ 715 "events": [
716 { 716 {
717 "name": "onClicked", 717 "name": "onClicked",
718 "type": "function", 718 "type": "function",
719 "nodoc": true, 719 "nodoc": true,
720 "$ref": "contextMenusInternal.onClicked" 720 "$ref": "contextMenusInternal.onClicked"
721 } 721 }
722 ] 722 ]
723 } 723 }
724 ] 724 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/tabs.json ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698