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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 10704225: Send an webNavigation event for navigations triggered by window.history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.appWindow.create": "appWindow.html#method-create", 9 "chrome.appWindow.create": "appWindow.html#method-create",
10 "chrome.appWindow.focus": "appWindow.html#method-focus", 10 "chrome.appWindow.focus": "appWindow.html#method-focus",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "chrome.types.ChromeSetting.onChange": "types.html#event-ChromeSetting-onCha nge", 352 "chrome.types.ChromeSetting.onChange": "types.html#event-ChromeSetting-onCha nge",
353 "chrome.types.ChromeSetting.set": "types.html#method-ChromeSetting-set", 353 "chrome.types.ChromeSetting.set": "types.html#method-ChromeSetting-set",
354 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames ", 354 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames ",
355 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame", 355 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame",
356 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN avigate", 356 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN avigate",
357 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted", 357 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted",
358 "chrome.webNavigation.onCompleted": "webNavigation.html#event-onCompleted", 358 "chrome.webNavigation.onCompleted": "webNavigation.html#event-onCompleted",
359 "chrome.webNavigation.onCreatedNavigationTarget": "webNavigation.html#event- onCreatedNavigationTarget", 359 "chrome.webNavigation.onCreatedNavigationTarget": "webNavigation.html#event- onCreatedNavigationTarget",
360 "chrome.webNavigation.onDOMContentLoaded": "webNavigation.html#event-onDOMCo ntentLoaded", 360 "chrome.webNavigation.onDOMContentLoaded": "webNavigation.html#event-onDOMCo ntentLoaded",
361 "chrome.webNavigation.onErrorOccurred": "webNavigation.html#event-onErrorOcc urred", 361 "chrome.webNavigation.onErrorOccurred": "webNavigation.html#event-onErrorOcc urred",
362 "chrome.webNavigation.onHistoryStateUpdated": "webNavigation.html#event-onHi storyStateUpdated",
362 "chrome.webNavigation.onReferenceFragmentUpdated": "webNavigation.html#event -onReferenceFragmentUpdated", 363 "chrome.webNavigation.onReferenceFragmentUpdated": "webNavigation.html#event -onReferenceFragmentUpdated",
363 "chrome.webNavigation.onTabReplaced": "webNavigation.html#event-onTabReplace d", 364 "chrome.webNavigation.onTabReplaced": "webNavigation.html#event-onTabReplace d",
364 "chrome.webRequest.handlerBehaviorChanged": "webRequest.html#method-handlerB ehaviorChanged", 365 "chrome.webRequest.handlerBehaviorChanged": "webRequest.html#method-handlerB ehaviorChanged",
365 "chrome.webRequest.onAuthRequired": "webRequest.html#event-onAuthRequired", 366 "chrome.webRequest.onAuthRequired": "webRequest.html#event-onAuthRequired",
366 "chrome.webRequest.onBeforeRedirect": "webRequest.html#event-onBeforeRedirec t", 367 "chrome.webRequest.onBeforeRedirect": "webRequest.html#event-onBeforeRedirec t",
367 "chrome.webRequest.onBeforeRequest": "webRequest.html#event-onBeforeRequest" , 368 "chrome.webRequest.onBeforeRequest": "webRequest.html#event-onBeforeRequest" ,
368 "chrome.webRequest.onBeforeSendHeaders": "webRequest.html#event-onBeforeSend Headers", 369 "chrome.webRequest.onBeforeSendHeaders": "webRequest.html#event-onBeforeSend Headers",
369 "chrome.webRequest.onCompleted": "webRequest.html#event-onCompleted", 370 "chrome.webRequest.onCompleted": "webRequest.html#event-onCompleted",
370 "chrome.webRequest.onErrorOccurred": "webRequest.html#event-onErrorOccurred" , 371 "chrome.webRequest.onErrorOccurred": "webRequest.html#event-onErrorOccurred" ,
371 "chrome.webRequest.onHeadersReceived": "webRequest.html#event-onHeadersRecei ved", 372 "chrome.webRequest.onHeadersReceived": "webRequest.html#event-onHeadersRecei ved",
(...skipping 2381 matching lines...) Expand 10 before | Expand all | Expand 10 after
2753 "zip_path": "examples/api/history/showHistory.zip" 2754 "zip_path": "examples/api/history/showHistory.zip"
2754 }, 2755 },
2755 { 2756 {
2756 "api_calls": [ 2757 "api_calls": [
2757 "chrome.i18n.getMessage", 2758 "chrome.i18n.getMessage",
2758 "chrome.webNavigation.onBeforeNavigate", 2759 "chrome.webNavigation.onBeforeNavigate",
2759 "chrome.webNavigation.onCommitted", 2760 "chrome.webNavigation.onCommitted",
2760 "chrome.webNavigation.onCompleted", 2761 "chrome.webNavigation.onCompleted",
2761 "chrome.webNavigation.onCreatedNavigationTarget", 2762 "chrome.webNavigation.onCreatedNavigationTarget",
2762 "chrome.webNavigation.onErrorOccurred", 2763 "chrome.webNavigation.onErrorOccurred",
2764 "chrome.webNavigation.onHistoryStateUpdated",
2763 "chrome.webNavigation.onReferenceFragmentUpdated" 2765 "chrome.webNavigation.onReferenceFragmentUpdated"
2764 ], 2766 ],
2765 "crx_path": null, 2767 "crx_path": null,
2766 "description": "Demonstration of the WebNavigation extension API.", 2768 "description": "Demonstration of the WebNavigation extension API.",
2767 "features": [ 2769 "features": [
2768 "background_page", 2770 "background_page",
2769 "browser_action", 2771 "browser_action",
2770 "webNavigation" 2772 "webNavigation"
2771 ], 2773 ],
2772 "icon": null, 2774 "icon": null,
2773 "id": "a3c674f7eb93621c590562ad3fa04de4f03f53a0", 2775 "id": "a3c674f7eb93621c590562ad3fa04de4f03f53a0",
2774 "name": "WebNavigation Tech Demo", 2776 "name": "WebNavigation Tech Demo",
2775 "packaged_app": false, 2777 "packaged_app": false,
2776 "path": "examples/api/webNavigation/basic/", 2778 "path": "examples/api/webNavigation/basic/",
2777 "protocols": [], 2779 "protocols": [],
2778 "search_string": "WEBNAVIGATION TECH DEMO DEMONSTRATION OF THE WEBNAVIGATI ON EXTENSION API. BACKGROUND_PAGE BROWSER_ACTION WEBNAVIGATION CHROME.I18N.GETME SSAGE CHROME.WEBNAVIGATION.ONBEFORENAVIGATE CHROME.WEBNAVIGATION.ONCOMMITTED CHR OME.WEBNAVIGATION.ONCOMPLETED CHROME.WEBNAVIGATION.ONCREATEDNAVIGATIONTARGET CHR OME.WEBNAVIGATION.ONERROROCCURRED CHROME.WEBNAVIGATION.ONREFERENCEFRAGMENTUPDATE D", 2780 "search_string": "WEBNAVIGATION TECH DEMO DEMONSTRATION OF THE WEBNAVIGATI ON EXTENSION API. BACKGROUND_PAGE BROWSER_ACTION WEBNAVIGATION CHROME.I18N.GETME SSAGE CHROME.WEBNAVIGATION.ONBEFORENAVIGATE CHROME.WEBNAVIGATION.ONCOMMITTED CHR OME.WEBNAVIGATION.ONCOMPLETED CHROME.WEBNAVIGATION.ONCREATEDNAVIGATIONTARGET CHR OME.WEBNAVIGATION.ONERROROCCURRED CHROME.WEBNAVIGATION.ONHISTORYSTATEUPDATED CHR OME.WEBNAVIGATION.ONREFERENCEFRAGMENTUPDATED",
2779 "source_files": [ 2781 "source_files": [
2780 "_locales/en/messages.json", 2782 "_locales/en/messages.json",
2781 "background.js", 2783 "background.js",
2782 "manifest.json", 2784 "manifest.json",
2783 "navigation_collector.js", 2785 "navigation_collector.js",
2784 "popup.css", 2786 "popup.css",
2785 "popup.html", 2787 "popup.html",
2786 "popup.js" 2788 "popup.js"
2787 ], 2789 ],
2788 "source_hash": "b3b6eb02fe573a1a3b4c8e05cc2908e74811e825", 2790 "source_hash": "a95f6a3e4b092d8304993ce574db6c7659074b48",
2789 "zip_path": "examples/api/webNavigation/basic.zip" 2791 "zip_path": "examples/api/webNavigation/basic.zip"
2790 }, 2792 },
2791 { 2793 {
2792 "api_calls": [ 2794 "api_calls": [
2793 "chrome.extension.isAllowedFileSchemeAccess", 2795 "chrome.extension.isAllowedFileSchemeAccess",
2794 "chrome.extension.isAllowedIncognitoAccess" 2796 "chrome.extension.isAllowedIncognitoAccess"
2795 ], 2797 ],
2796 "crx_path": null, 2798 "crx_path": null,
2797 "description": "Demonstrates the `extension.isAllowedFileSchemeAccess` and `extesion.isAllowedIncognitoAccess` APIs", 2799 "description": "Demonstrates the `extension.isAllowedFileSchemeAccess` and `extesion.isAllowedIncognitoAccess` APIs",
2798 "features": [ 2800 "features": [
(...skipping 12 matching lines...) Expand all
2811 "manifest.json", 2813 "manifest.json",
2812 "popup.html", 2814 "popup.html",
2813 "popup.js", 2815 "popup.js",
2814 "sample.css" 2816 "sample.css"
2815 ], 2817 ],
2816 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2818 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2817 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2819 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2818 } 2820 }
2819 ] 2821 ]
2820 } 2822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698