1. c63f2b7 Extend TTS extension API to support richer events returned from the engine by [email protected] · 14 years ago
  2. 933ebbe Disable Bookmark Manager menus that change bookmarks when bookmark editing by [email protected] · 14 years ago
  3. c1d05aa Adding an experimental app notification API. by [email protected] · 14 years ago
  4. 22991be Revert 90496 - Probable cause of InstantTest.On[Change/Submit/Cancel]Event failures. by [email protected] · 14 years ago
  5. 528c52e Added a private chromeAuthPrivate API. by [email protected] · 14 years ago
  6. 0d3e4a2 Start refractoring extension permissions into ExtensionPermissionSet. by [email protected] · 14 years ago
  7. 61334fa Adding methods for unmounting a volume and fetching volume metadata to fileBrowserPrivate API by [email protected] · 14 years ago
  8. 49ba482 Content settings extension API: Implement ContentSetting.getResourceIdentifiers. by [email protected] · 14 years ago
  9. 3c8faef Adjust virtual keyboard size base on input method candidates. by [email protected] · 14 years ago
  10. c357acb4 Handle extension webrequest API on the IO thread. This speeds up blocking event by [email protected] · 14 years ago
  11. fa062426 Content settings extension API by [email protected] · 14 years ago
  12. 532a8c6 Add bookmarks.getSubTree() function. by [email protected] · 14 years ago
  13. a6d0664 Added folder watch calls to fileBrowserPrivate API. This changelist adds new event chrome.fileBrowserPrivate.onFileChanged that raised when content change operation is detected in watched folder. The file browser adds/removes watched folders by calling chrome.fileBrowserPrivate.addFileWatch/removeFileWatch methods. by [email protected] · 14 years ago
  14. ce980204 Moving mediaplayer to the chrome filebrowser. Observable behaviour should not change. by [email protected] · 14 years ago
  15. a2aef2e Split UI-specific bits off ExtensionFunction into a separate class. by [email protected] · 14 years ago
  16. ed2b100 Move external protocol handling from TC. by [email protected] · 14 years ago
  17. 55ce33071 Small cleanup to move ExtensionFunctionDispatcher to use WeakPtr instead of Peer. by [email protected] · 14 years ago
  18. bcde748 Add hideKeyboard API to chrome.experimental.input. by [email protected] · 14 years ago
  19. c6e584c Private API for extensions like ssh-client that need access to websocket-to-tcp proxy. by [email protected] · 14 years ago
  20. f1852b5 Add 2 Extension APIs for handwriting: experimental.input.sendHandritingStroke and cancelHandWriting by [email protected] · 14 years ago
  21. c5dbef0 Re-land r84928: Move EFD to ExtensionTabHelper. by [email protected] · 14 years ago
  22. 16095bf Revert "Re-land r84928: Move ExtensionFunctionDispatcher to" by [email protected] · 14 years ago
  23. 4bae577 Re-land r84928: Move ExtensionFunctionDispatcher to ExtensionTabHelper. by [email protected] · 14 years ago
  24. 41999c7 Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh."" by [email protected] · 14 years ago
  25. 7600428c Revert "Looks like this introduced leaks in sync ui tests. Sigh." by [email protected] · 14 years ago
  26. 474a38f Looks like this introduced leaks in sync ui tests. Sigh. by [email protected] · 14 years ago
  27. 52836b6 Move ExtensionFunctionDispatcher to ExtensionTabHelper. This by [email protected] · 14 years ago
  28. 27072cad Add IME UI related extension API. by [email protected] · 14 years ago
  29. f5d9bd14 Remove unused experimental.clipboard APIs. by [email protected] · 14 years ago
  30. b35b26b3 Browser::Type cleanup. by [email protected] · 14 years ago
  31. 71c8baff Revert 84095 - Add IME UI related extension API. by [email protected] · 14 years ago
  32. 14e8f8c7 Add IME UI related extension API. by [email protected] · 14 years ago
  33. c8d407e Clean up ExtensionService shutdown and related notifications. by [email protected] · 14 years ago
  34. afd1e52 Move UserMetrics to content. by [email protected] · 14 years ago
  35. f82d57b5 Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb extension request messages in a more sane way.Before, each RVH had ProcessWebUIMessage(), which wasserving as a manual way of plumbing both WebUI andextension messages to the right place, even though onlya few RVHD responded to either message.Instead of this, we now just teach more of the stack howto handle IPC messages in general, and delegate them upthrough the stack, giving each layer a chance to handlethem if it knows how.The result is simpler and smaller:179 insertions(+), 252 deletions(-)BUG=80311Review URL: http://codereview.chromium.org/6901021"This reverts commit 643b280cedd9f0b76948686f39f50f295aba362f.TBR=mpcomplete@chromium.org" by [email protected] · 14 years ago
  36. 16544bd Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb extension request messages in a more sane way.Before, each RVH had ProcessWebUIMessage(), which wasserving as a manual way of plumbing both WebUI andextension messages to the right place, even though onlya few RVHD responded to either message.Instead of this, we now just teach more of the stack howto handle IPC messages in general, and delegate them upthrough the stack, giving each layer a chance to handlethem if it knows how.The result is simpler and smaller:179 insertions(+), 252 deletions(-)BUG=80311Review URL: http://codereview.chromium.org/6901021"This reverts commit 643b280cedd9f0b76948686f39f50f295aba362f.TBR=mpcomplete@chromium.org by [email protected] · 14 years ago
  37. ef9df92 Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb extension request messages in a more sane way.Before, each RVH had ProcessWebUIMessage(), which wasserving as a manual way of plumbing both WebUI andextension messages to the right place, even though onlya few RVHD responded to either message.Instead of this, we now just teach more of the stack howto handle IPC messages in general, and delegate them upthrough the stack, giving each layer a chance to handlethem if it knows how.The result is simpler and smaller:179 insertions(+), 252 deletions(-)BUG=80311Review URL: http://codereview.chromium.org/6901021" by [email protected] · 14 years ago
  38. 39755c3 Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb extension request messages in a more sane way.Before, each RVH had ProcessWebUIMessage(), which wasserving as a manual way of plumbing both WebUI andextension messages to the right place, even though onlya few RVHD responded to either message.Instead of this, we now just teach more of the stack howto handle IPC messages in general, and delegate them upthrough the stack, giving each layer a chance to handlethem if it knows how.The result is simpler and smaller:179 insertions(+), 252 deletions(-)BUG=80311Review URL: http://codereview.chromium.org/6901021 by [email protected] · 14 years ago
  39. 1be4da9 Remove weird dependency on extensions from webui. by [email protected] · 14 years ago
  40. 912aee1e0 Reduce static data in ExtensionProcessBindings. Some was not by [email protected] · 14 years ago
  41. 7c158cca Support TOUCH_ICON in FaviconSource by [email protected] · 14 years ago
  42. 94bda20 Wired existing media player code with the new file browser. Added a new private method to view selected files: by [email protected] · 14 years ago
  43. b6b805e9 New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safely hand over access to local file system elements from content extension to 3rd party extension. by [email protected] · 14 years ago
  44. 99b3700 Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safely hand over access to local file system elements from content extension to 3rd party extension.As agreed with aa@ and asargent@, this new API defines following event:chrome.fileHandler.onExecute.addListener(function(id, file_entries) {}This event is invoked when user selects files in ChromeOS file browser. The extension needs to register itself as file content hanlder with following manifest changes: ... "file_browser_actions": [ { "id" : "ActionIdentifier", "default_title" : "Action title", "default_icon" : "icon.png", "file_filters" : [ "filesystem:*.jpeg", ... ] } ... ], ...BUG=chromium-os:11996TEST=ExtensionApiTest.FileBrowserTest, ExtensionManifestTest.FileBrowserActionsReview URL: http://codereview.chromium.org/6749021 by [email protected] · 14 years ago
  45. 76066e5 New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safely hand over access to local file system elements from content extension to 3rd party extension. by [email protected] · 14 years ago
  46. 00070c73 Cleanup: Update a bunch of files to the new location of browser_window.h. Part 1/1. by [email protected] · 14 years ago
  47. ac31010 This is downstream fix for chrome.experimental.debugger API. by [email protected] · 14 years ago
  48. 9d4c2c5 Support for fileBrowserPrivate extension file selection apis. by [email protected] · 14 years ago
  49. 71b73f0 Cleanup: Update a bunch of files to the new location of browser_list.h. Part 1/3. by [email protected] · 14 years ago
  50. 5349ac6d Add a webstore install method that lets us prompt the user before downloading. by [email protected] · 14 years ago
  51. 553602e1 Move dispatching and sending of the last extension specific messages out of TabContents and RenderView.I added a TabContents::Registrar helper class for allowing classing to temporarily observe a TabContents. This allows them to easily and safetly filter IPC messages. I used this for ExecuteCodeInTabFunction. by [email protected] · 14 years ago
  52. 6cfef4d Revert 80026 - Support for fileBrowserPrivate extension file selection apis. by [email protected] · 14 years ago
  53. 4206ebc Support for fileBrowserPrivate extension file selection apis. by [email protected] · 14 years ago
  54. ff31a8a DevTools: make extensions more user-friendly. by [email protected] · 14 years ago
  55. 44c49c9 Move extension messages to their own file and add a RenderViewObserver to start moving the extension code out of RenderView. by [email protected] · 14 years ago
  56. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  57. 55d9bed Wired local file system support for File API. The local file system provider currently exists for ChromeOS builds only. by [email protected] · 14 years ago
  58. 61b55b6 Added extensions API to provide customization values. by [email protected] · 14 years ago
  59. 91ba331 Extensions: expose raw debugging protocol via extension API. by [email protected] · 14 years ago
  60. 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
  61. f16039d2 fav icon -> favicon. Pass 12/12: all the rest by [email protected] · 14 years ago
  62. 16835e6 fav icon -> favicon. Pass 11: rest of chrome/browser/ui by [email protected] · 14 years ago
  63. c7c401d Exposing extension preferences via the `chrome.extension` API. by [email protected] · 14 years ago
  64. 3e334269 Use PreferenceTransformerInterface in extension preference APIs. by [email protected] · 14 years ago
  65. 05cc4e7 Implement blocking for webRequest.onBeforeRequest extension event. by [email protected] · 14 years ago
  66. f20d733 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
  67. 5de63471 Get rid of a bunch of includes to old locations of headers. by [email protected] · 14 years ago
  68. fd42ac30f WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/ui/webui. Final Part. by [email protected] · 14 years ago
  69. 63a8051 Remove RemoveCustomProxySettingsFunction as it is substituted by clear of preferences api by [email protected] · 14 years ago
  70. c433bcb Implementation of 'clear' for preference settings in extension preference api by [email protected] · 14 years ago
  71. ccfdfbdf Migrated Proxy Settings API to mechanisms of Content Settings API by [email protected] · 14 years ago
  72. 598bbcc Implement experimental.contentSettings.misc.blockThirdPartyCookies. by [email protected] · 14 years ago
  73. 6599259 WebUI: Fix the naming of some files and its classes. by [email protected] · 14 years ago
  74. 42b79565 WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/. by [email protected] · 14 years ago
  75. 2f69b38 Reland "WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 5." by [email protected] · 14 years ago
  76. 2bb5130 Revert 75453 - WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 5. by [email protected] · 14 years ago
  77. 33d6752e WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 5. by [email protected] · 14 years ago
  78. c41fe66 Retrying r74887: Add plumbing to webRequest API to support event filtering. by [email protected] · 14 years ago
  79. 1132a950 Revert 74887 - Add plumbing to webRequest API to support event filtering. by [email protected] · 14 years ago
  80. 00023ad Add plumbing to webRequest API to support event filtering. by [email protected] · 14 years ago
  81. 9e92f7c Removing the experimental Chrome extension popup API. This API will not be added to the set of available extension APIs. by [email protected] · 14 years ago
  82. 18f4ea5 Implementation of getCurrentProxySettings for proxy settings API. by [email protected] · 14 years ago
  83. 248ce19 Attempt 3 at: Splits ChromeURLDataManager into 2 chunks: by [email protected] · 14 years ago
  84. 6c988198 Revert 74340 - Attempt 2 at: Splits ChromeURLDataManager into 2 chunks: by [email protected] · 14 years ago
  85. f37bff4 Attempt 2 at: Splits ChromeURLDataManager into 2 chunks: by [email protected] · 14 years ago
  86. 71f381a Revert 74292 - Splits ChromeURLDataManager into 2 chunks: by [email protected] · 14 years ago
  87. 0983c7a0 Splits ChromeURLDataManager into 2 chunks: by [email protected] · 14 years ago
  88. 8f9d4eb WebUI: Rename ExtensionDOMUI to ExtensionWebUI. by [email protected] · 14 years ago
  89. 7764170 Separate proxy settings for Incognito mode. by [email protected] · 14 years ago
  90. e0813a39 WebUI: Change DOMUI to WebUI in more two class names. by [email protected] · 14 years ago
  91. e93d2d0 Added new methods to chrome.experimental.metrics to enable or disable sending the crash reports and UMA to Google. by [email protected] · 14 years ago
  92. a4a38c1 Extend the TTS extension API to allow an extension to register itself as by [email protected] · 14 years ago
  93. c6602763 Add stats for figuring out how often we kill processes because of malformed IPCs or unexpected values. by [email protected] · 14 years ago
  94. 9006b115 Cleanup: Remove unneeded includes of notification_service.h in other headers. by [email protected] · 15 years ago
  95. eaa7dd18 Rename ExtensionsService to ExtensionService. by [email protected] · 15 years ago
  96. 8e8bb6d Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
  97. d3c6c0d7 Add a new GetInstance() method for singleton classes used in chrome/browser files. by [email protected] · 15 years ago
  98. 8ecad5e Move: by [email protected] · 15 years ago
  99. 1bead071 Add an API for extensions to set the description text for the default by [email protected] · 15 years ago
  100. a65882c Allow an extension to dynamically set extra data in its update URL, in order by [email protected] · 15 years ago