Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "api": { | 2 "api": { |
| 3 "chrome.bookmarks.create": "bookmarks.html#method-create", | 3 "chrome.bookmarks.create": "bookmarks.html#method-create", |
| 4 "chrome.bookmarks.export": "bookmarks.html#method-export", | 4 "chrome.bookmarks.export": "bookmarks.html#method-export", |
| 5 "chrome.bookmarks.get": "bookmarks.html#method-get", | 5 "chrome.bookmarks.get": "bookmarks.html#method-get", |
| 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", | 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", |
| 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", | 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", |
| 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", | 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", |
| 9 "chrome.bookmarks.import": "bookmarks.html#method-import", | 9 "chrome.bookmarks.import": "bookmarks.html#method-import", |
| 10 "chrome.bookmarks.move": "bookmarks.html#method-move", | 10 "chrome.bookmarks.move": "bookmarks.html#method-move", |
| (...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 941 ], | 941 ], |
| 942 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE", | 942 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE", |
| 943 "source_files": [ | 943 "source_files": [ |
| 944 "background.html", | 944 "background.html", |
| 945 "imageinfo/binaryajax.js", | 945 "imageinfo/binaryajax.js", |
| 946 "imageinfo/exif.js", | 946 "imageinfo/exif.js", |
| 947 "imageinfo/imageinfo.js", | 947 "imageinfo/imageinfo.js", |
| 948 "info.html", | 948 "info.html", |
| 949 "manifest.json" | 949 "manifest.json" |
| 950 ], | 950 ], |
| 951 "source_hash": "672f49ed8edbe0829c7ba5a1d890b4440b157991", | 951 "source_hash": "c746d9114348f4b414c1ec05e988e2807feb963a", |
|
jochen (gone - plz use gerrit)
2011/02/17 08:18:26
i think you should remove this file from the CL
Mike West
2011/02/17 09:11:00
Done.
| |
| 952 "zip_path": "examples/extensions/imageinfo.zip" | 952 "zip_path": "examples/extensions/imageinfo.zip" |
| 953 }, | 953 }, |
| 954 { | 954 { |
| 955 "api_calls": [ | 955 "api_calls": [ |
| 956 "chrome.extension.getBackgroundPage", | 956 "chrome.extension.getBackgroundPage", |
| 957 "chrome.extension.onRequest", | 957 "chrome.extension.onRequest", |
| 958 "chrome.pageAction.hide", | 958 "chrome.pageAction.hide", |
| 959 "chrome.pageAction.setTitle", | 959 "chrome.pageAction.setTitle", |
| 960 "chrome.pageAction.show", | 960 "chrome.pageAction.show", |
| 961 "chrome.tabs.get", | 961 "chrome.tabs.get", |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1573 "source_files": [ | 1573 "source_files": [ |
| 1574 "manifest.json", | 1574 "manifest.json", |
| 1575 "typedUrls.html", | 1575 "typedUrls.html", |
| 1576 "typedUrls.js" | 1576 "typedUrls.js" |
| 1577 ], | 1577 ], |
| 1578 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2", | 1578 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2", |
| 1579 "zip_path": "examples/api/history/showHistory.zip" | 1579 "zip_path": "examples/api/history/showHistory.zip" |
| 1580 } | 1580 } |
| 1581 ] | 1581 ] |
| 1582 } | 1582 } |
| OLD | NEW |