1. 8e8bb6d Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
  2. d3c6c0d7 Add a new GetInstance() method for singleton classes used in chrome/browser files. by [email protected] · 15 years ago
  3. 8ecad5e Move: by [email protected] · 15 years ago
  4. 1bead071 Add an API for extensions to set the description text for the default by [email protected] · 15 years ago
  5. a65882c Allow an extension to dynamically set extra data in its update URL, in order by [email protected] · 15 years ago
  6. b1f04cc Split the private webstore install API into two parts. by [email protected] · 15 years ago
  7. e78543c Add api method to get an installed extension by ID. by [email protected] · 15 years ago
  8. 2a8f24e Fix some UI issues with omnibox extensions in incognito. by [email protected] · 15 years ago
  9. 9adb969 Part 3 of immutable Extension refactor. by [email protected] · 15 years ago
  10. a7ab1b78 Part 2 of extension event refactor. by [email protected] · 15 years ago
  11. 8a661f8 Expands the chrome.experimental.processes extension API. by [email protected] · 15 years ago
  12. 761e716 Pass test server port to javascript part of extensions API tests. by [email protected] · 15 years ago
  13. d688559 Add a promptBrowserLogin method to webstorePrivate extension API by [email protected] · 15 years ago
  14. ca4b5fa3 Rename ChromeThread to BrowserThread Part10: by [email protected] · 15 years ago
  15. e558ff8 Add a launchApp method to extension management API. by [email protected] · 15 years ago
  16. 246c05f Excempt certain extension functions from module permission check. by [email protected] · 15 years ago
  17. 22aa4b6 Relanding 3149027. TBR=dmazzoni,chaitanyag BUG=none. TEST=none. by [email protected] · 15 years ago
  18. 63cda0c Private API for web store to get sync login and set store login information. by [email protected] · 15 years ago
  19. bc535ee5 Add support for a "split" incognito behavior for extensions. by [email protected] · 15 years ago
  20. 583d45c1 Reland r57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  21. 6ac956a Revert 57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  22. b84ae67 Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  23. 48eb3ce Revert 57701 - Reland 3149027. by [email protected] · 15 years ago
  24. 9203e59 Reland 3149027. Review URL: http://codereview.chromium.org/3236004 by [email protected] · 15 years ago
  25. 5781bcf9 Revert 57595 - Initial TTS implementation on Mac and Windows.BUG=none.TEST=base extension test. Currently no mocking for the native TTS api's. Manually tested engines with ChromeVox (navigating around a page, expected interrupts, stopping speech, etc.). by [email protected] · 15 years ago
  26. 30f0ead Initial TTS implementation on Mac and Windows.BUG=none.TEST=base extension test. Currently no mocking for the native TTS api's. Manually tested engines with ChromeVox (navigating around a page, expected interrupts, stopping speech, etc.). by [email protected] · 15 years ago
  27. cffd789 First cut at experimental API for managing installed/enabled extensions. by [email protected] · 15 years ago
  28. 939856a FBTF: Move individual XXXMsg_Params structs to a new file. by [email protected] · 15 years ago
  29. d683385 Lands http://codereview.chromium.org/3153008 for bryeung: by [email protected] · 15 years ago
  30. 8b8e7c9 Initial version of chrome.experimental.sidebar extension API. by [email protected] · 15 years ago
  31. 285b32f Convert wide strings in extension_{page_actions_module,processes_api}_constants. by [email protected] · 15 years ago
  32. a5c7ac7c Convert wide strings in extension_tabs_module_constants. by [email protected] · 15 years ago
  33. aa916d57 Only use Browser::TYPE_NORMAL as the last-chance GetCurrentBrowser for Extension functions. by [email protected] · 15 years ago
  34. 315e7d4 Convert wide string constants in extension_bookmarks_module_constants. by [email protected] · 15 years ago
  35. 6d7a604 remove toolstrips by [email protected] · 15 years ago
  36. 8abe0a3 Adding tts experimental extensions api by [email protected] · 15 years ago
  37. a9c23a5 First stage of proxy extension API. by [email protected] · 15 years ago
  38. 745feedb Set a max limit on extension items' labels in context menus. by [email protected] · 15 years ago
  39. d070ec6 Rename ExternalProtocolHandler::OnUserGesture -> PermitLaunchUrl & call from EFD::HandleRequest. by [email protected] · 15 years ago
  40. 3a612be When I specified the rlz chrome extension api, I explicitly did not include a by [email protected] · 15 years ago
  41. 17d40f0 **Reapply change that caused build break in chromeos/arm** by [email protected] · 15 years ago
  42. 0937e50 Revert 50977 - Add support for RLZ chrome extension api. by [email protected] · 15 years ago
  43. 549c4e3 Add support for RLZ chrome extension api. by [email protected] · 15 years ago
  44. 56ad379 First pass at experimental omnibox API. There are plenty of rough edges and features to work on, but it's in a usable state. by [email protected] · 15 years ago
  45. 438c97d Update extension functions to always pass a list of arguments, even when one argument was passed. by [email protected] · 15 years ago
  46. 898bbd3 Add the new cookies API to Chrome Extensions, minus the event handler. by [email protected] · 15 years ago
  47. 66dbfb2c Add update and removeAll functions to extensions context menu API by [email protected] · 15 years ago
  48. d5164137c Include App pages in chrome://extensions "active views" list. by [email protected] · 15 years ago
  49. e3eafb29 Add chrome.tabs.getCurrent() api call to extensions. by [email protected] · 15 years ago
  50. 584b8e3f Allow extensions to access chrome://favicon/. by [email protected] · 15 years ago
  51. a7664e1 Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction. by [email protected] · 15 years ago
  52. bb64b51 Add calling frame's source_url to extension and dom ui requests. by [email protected] · 15 years ago
  53. 9b07185 Add a folders_only and subtree api to bookmark manager by [email protected] · 15 years ago
  54. 62b0b53 Fix the logic in extensions GetCurrentWindow: by [email protected] · 15 years ago
  55. a91afcb Re-land 42631: The problem was that notifications aren't implemented on linux/views yet. by [email protected] · 15 years ago
  56. c87b2881 Revert 42631 as it seems to have broken browser tests on linux_views. by [email protected] · 15 years ago
  57. a955860e Finish wiring up notifications in extensions. by [email protected] · 15 years ago
  58. 0ec9203 Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In particular remove GetExtensionHost() and GetExtensionDOMUI(). I'm going to add a new type of EFD::Delegate soon that is neither of these, and I don't think it makes sense to have the code assume that EFD::Delegate must be one of the two of them. by [email protected] · 15 years ago
  59. 2e3b520 Initial version of an experimental Extensions Context Menu API. by [email protected] · 15 years ago
  60. 44625595 Committing for dcheng@ by [email protected] · 15 years ago
  61. 01f829a Initial support for inspecting extension popups. by [email protected] · 15 years ago
  62. f34e7963 First cut at adding Extension Infobars to the experimental API. by [email protected] · 15 years ago
  63. f520541 Idle API for the extension system by [email protected] · 15 years ago
  64. cf25e4d Move metrics api to the experimental name space. by [email protected] · 15 years ago
  65. cb0ce1e02 Bookmark manager: Open in incognito window. by [email protected] · 15 years ago
  66. ebc1b68 Minor extensions code cleanup by [email protected] · 15 years ago
  67. 68f0791 extensions_ui: update "active views" for popups & TabContents by [email protected] · 15 years ago
  68. 438772df Add a metrics extensions API. by [email protected] · 15 years ago
  69. db7331a Allow users to enable extensions in incognito. Requires by [email protected] · 15 years ago
  70. ced90ae1 Bookmark Manager Drag and Drop backend. by [email protected] · 15 years ago
  71. 85ae959 Implement chrome.browserAction.setPopup(). by [email protected] · 15 years ago
  72. d406e2e Expose sortChildren to the bookmark manager extension API and use that from the bookmark manager. by [email protected] · 15 years ago
  73. 5cbe1e2 Add an accessibility API for events raised outside of the web content. by [email protected] · 15 years ago
  74. 03b3bbf Add clipboard hooks to the bookmark manager extension API. by [email protected] · 15 years ago
  75. 381162b Adds an experimental processes module to the extensions API. by [email protected] · 15 years ago
  76. e478d670 Allow extensions to add, remove, or change their page action popup. by [email protected] · 15 years ago
  77. cb6cf79 Add import/export extension apis by [email protected] · 15 years ago
  78. e7cb7c3 revert 37335: by [email protected] · 15 years ago
  79. 922982c Add an accessibility API for events raised outside of the web content. by [email protected] · 15 years ago
  80. 9dd97bc Add an experimental bookmark manager API to extensions. by [email protected] · 15 years ago
  81. a3c94c71 Adds bookmarks.getRecent that returns the recently bookmarked items. by [email protected] · 16 years ago
  82. a95631cb A collection of fixes allowing the chrome.experimental.popup.* set of APIs to function in circumstances where there is no Browser instance present. This is a symptom of a tab-contents view hosted in an ExternalTabContainer.The major change here is the removal of the explicit dependency on a Browser instance across all of the delegates involved when showing a pop-up API. I modified the following delegates:- ExtensionPopupHost::Delegate- TabContentsDelegate- ExtensionFunctionDispatcher::DelegateBecause the pop-up requires a Profile, and a gfx::NativeWindow, I added methods to the above interfaces to provide them.BUG=noneTEST=ExtensionApiTest.FLAKY_Popup by [email protected] · 16 years ago
  83. d13950e Add ExtensionsQuotaService to limit abusive amounts of requests by [email protected] · 16 years ago
  84. b1748b1d8 [GTTF] Reduce header dependencies in chrome. by [email protected] · 16 years ago
  85. d2ad262 Revert 33301 and 33305 due to unit_tests breakage. by [email protected] · 16 years ago
  86. 172c559 [GTTF] Reduce header dependencies in chrome. by [email protected] · 16 years ago
  87. b2725756 Refactoring of the chrome.experimental.popup API implementation to allow display of pop-ups for extensions viewed through a tab-contents view.I added a new class, ExtensionPopupHost. This class implements the necessary environment for managing child popup windows from either an ExtensionHost, or an ExtensionDOMUI. Note that this class is added as a member to ExtensionHost and ExtensionDOMUI. by [email protected] · 16 years ago
  88. 201b273 Small clean-up to not expose base::Process from RenderProcesHost, and instead only expose base::ProcessHandle. Precursor to moving process startup off the UI thread. by [email protected] · 16 years ago
  89. 61b41161 Disabled extensions should be uninstallable. by [email protected] · 16 years ago
  90. 1c1c77a5 Submitting change from http://codereview.chromium.org/276029/show by [email protected] · 16 years ago
  91. de768a83 Implement the Extension History API, v 0.1.The first version is a weak wrapper around the HistoryServices object in Chrome.BUG=22952TEST=browser_tests.exe --gtest_filer=ExtensionApiTest.History by [email protected] · 16 years ago
  92. 5de6dac Remove pageAction setXXXBadge functions. by [email protected] · 16 years ago
  93. 744ef17 Implement new page action API. by [email protected] · 16 years ago
  94. 1288ba0 Update browser actions api to be like new design doc. by [email protected] · 16 years ago
  95. 61424c06 Small cleanup to extension function registration to avoid scattered definitions. by [email protected] · 16 years ago
  96. e4dad9fb Modify extension request IPC messages to pass a ListValue instead of a string. by [email protected] · 16 years ago
  97. 5132483c Add an API to manipulate the browser action badge. by [email protected] · 16 years ago
  98. ec9ac0df Add chrome.browserAction.setName and .setIcon. by [email protected] · 16 years ago
  99. 912256b3 Try again to land "Implement script API:executeScript" by [email protected] · 16 years ago
  100. c7ad50f Don't allow updating tabs to javascript URLs without host by [email protected] · 16 years ago