summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-053-3/+3
* Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close thempcomplete@google.com2009-05-051-2/+3
* Several minor visual fixes to toolstrips:aa@chromium.org2009-05-044-33/+41
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-041-4/+4
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-045-8/+8
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-017-9/+278
* Enable user_script_master_unittest for Mac since DirectoryWatcher was ported.shess@chromium.org2009-05-012-8/+10
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-015-139/+177
* Only send events to renderers that are listening to an event.Notify browser w...erikkay@google.com2009-05-013-8/+50
* use EXTENSION_FUNCTION_VALIDATE in extension_tabs_module.ccrafaelw@chromium.org2009-04-302-60/+24
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-305-4/+74
* Fix race where sometimes CSS is not applied to toolstrips. Iaa@chromium.org2009-04-292-4/+4
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-2910-220/+458
* more extensions bookmarks changes:* add schema verification* add unit tests f...erikkay@google.com2009-04-293-11/+259
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-282-8/+4
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-288-3/+110
* Fix several painting glitches for toolstrips.aa@chromium.org2009-04-272-9/+41
* No code change, just converting CRLF to LF to prevent changesfinnur@chromium.org2009-04-241-156/+156
* Pass the ExtensionID to the ExtensionFunctionDispatcher.finnur@chromium.org2009-04-244-4/+18
* Add a gcc warning if we don't check the results of ReadParam. Sometc@google.com2009-04-241-2/+2
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-6/+2
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-232-6/+3
* Arrange so ExtensionMessageService::RendererReady is called on the IO thread.mpcomplete@google.com2009-04-232-63/+50
* Refactor index value capture outside of DCHECK to fix build failure in release.rafaelw@chromium.org2009-04-231-2/+2
* Revert of http://codereview.chromium.org/87058 which appears to hang the XP T...robertshield@google.com2009-04-231-25/+15
* Fix ExtensionView to properly set the size of the RenderWidgetHostView. With...erikkay@google.com2009-04-221-15/+25
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-222-11/+90
* Run user_script_master_unittest.cc on Mac.shess@chromium.org2009-04-221-4/+8
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-23/+7
* Reverting 14005.brettw@chromium.org2009-04-181-7/+23
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-23/+7
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-176-121/+554