summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-2113-663/+503
* Hook up more of extension uninstall.aa@chromium.org2009-05-2013-503/+663
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-2013-663/+503
* Hook up more of extension uninstall.aa@chromium.org2009-05-2013-503/+663
* tabs.onUpdated now sends 'url' when 'state' has changed to 'loading' when nav...rafaelw@chromium.org2009-05-204-110/+254
* Allow connecting and messaging with extension ports by funneling externalmpcomplete@google.com2009-05-192-15/+99
* Fix inspection of extensions.aa@chromium.org2009-05-193-4/+5
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-191-1/+1
* Fix a crash in the extension system when sending response back to extension w...finnur@chromium.org2009-05-182-4/+7
* Add a handle to the ExtensionShelf. This is how users will drag extension to...erikkay@google.com2009-05-186-5/+305
* First step to enable end-to-end testing of extensions through theaa@chromium.org2009-05-155-77/+442
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-153-97/+187
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-152-5/+5
* Add ExtensionsService::Uninstall() plus unit tests.aa@chromium.org2009-05-156-58/+185
* Uploaded & applied on behalf of Roger Tawa (rogerta@google.com).rafaelw@chromium.org2009-05-154-20/+136
* Add error handling to PageAction extension API.finnur@chromium.org2009-05-142-13/+29
* Extend the chrome.tabs API to allow relative paths.finnur@chromium.org2009-05-141-5/+26
* Add support for almost-recursive watches in Linux DirectoryWatcherphajdan.jr@chromium.org2009-05-141-1/+5
* Enable basic saving/restoring window placements on Mac.rohitrao@chromium.org2009-05-141-1/+1
* Revert "Revert "implemented extensions api windows.update().""aa@chromium.org2009-05-143-2/+55
* Revert "implemented extensions api windows.update()."aa@chromium.org2009-05-143-55/+2
* implemented extensions api windows.update().rafaelw@chromium.org2009-05-143-2/+55
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-132-2/+2
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-129-165/+224
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-119-0/+0
* Fix a bug where the extension toolstrip could get reparented to the desktop.erikkay@google.com2009-05-111-9/+11
* Use scoped pointers for the theme information in an Extension.glen@chromium.org2009-05-092-16/+16
* Attempt to fix leak in extensions (no Purify here).glen@chromium.org2009-05-091-3/+3
* Add browser_theme_provider to GYP so that Mac and Linux can build.glen@chromium.org2009-05-091-18/+2
* This is the first pass at themes.glen@chromium.org2009-05-096-41/+251
* Move win_util.h from common to app.ben@chromium.org2009-05-081-3/+2
* Add PreferredSizeChanged() to View to allow subviews to notify their parents ...erikkay@google.com2009-05-083-16/+17
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-083-5/+4
* Make background pages work more nicely with the tabs API.aa@chromium.org2009-05-075-34/+33
* Disable some unit tests due to webkit merge 43242:43321hclam@chromium.org2009-05-071-2/+2
* Add inspect links for all active views in chrome://extensions.aa@chromium.org2009-05-079-30/+170
* BUG=112200rafaelw@chromium.org2009-05-061-30/+59
* Resurrect ExtensionProcessManager. Move the code for starting extensionmpcomplete@google.com2009-05-068-100/+200
* Tweak the padding around toolstrips on the extension shelf.erikkay@google.com2009-05-061-9/+13
* Create a separate UI surface for extensions (bottom shelf) and remove them fr...erikkay@google.com2009-05-065-17/+289
* PageActions now work across tabs and windows.finnur@chromium.org2009-05-066-57/+65
* Added FindTabById which finds the Browser, TabStripModel, TabContents & index...rafaelw@chromium.org2009-05-062-65/+65
* honor index in createTab()rafaelw@chromium.org2009-05-062-10/+6
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-052-2/+4
* BUG=11200rafaelw@chromium.org2009-05-051-2/+2
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-052-3/+3
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-055-152/+315