summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* added windows.getWindows() and tabs.moveTab()rafaelw@chromium.org2009-04-173-17/+139
* Remove ExtensionProcessManager and move its functionality ontompcomplete@google.com2009-04-1611-196/+131
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-169-7/+211
* Miscellaneous API sprucing.aa@chromium.org2009-04-161-3/+3
* TBR: Revert "Miscellaneous API sprucing."aa@chromium.org2009-04-151-3/+3
* Miscellaneous API sprucing.aa@chromium.org2009-04-151-3/+3
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-142-1/+96
* Remove ExtensionContentScriptInject unit test.aa@chromium.org2009-04-141-59/+0
* Prevent an extension from double observing a message filter.maruel@chromium.org2009-04-142-13/+25
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-142-96/+0
* TBR: Fix unit tests, line endings.aa@chromium.org2009-04-141-2/+2
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-142-0/+96
* Fix a crash where the ResourceMessageFilter is deleted before apaulg@google.com2009-04-142-8/+27
* Hook up extension events to the json parser, and change the extension messagempcomplete@google.com2009-04-132-1/+6
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-135-12/+127
* Flesh out more extensions tab api (added getTab, removeTab, updateTab)rafaelw@chromium.org2009-04-103-6/+168
* Remove content script unit test. Too flakey. Will revisitaa@chromium.org2009-04-101-6/+3
* Introducing ExtensionProcessManager. This manages the ExtensionViews tompcomplete@google.com2009-04-098-21/+188
* Check that the ExtensionFunction has a callback for attempting to send a resp...rafaelw@chromium.org2009-04-091-1/+3
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-0810-122/+234
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-1/+2
* Remove unneeded includes of base/string_piece.hthestig@chromium.org2009-04-071-1/+2
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-0710-234/+122
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-1/+1
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-0710-122/+234
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-042-2/+35
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-031-2/+5
* Remove deprecated wstring ctor of JSONFileValueSerializer.phajdan.jr@chromium.org2009-04-033-3/+3
* Move code to allow dns queries (and accompanyingaa@chromium.org2009-04-031-13/+0
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-023-106/+119
* OCD fixing of style for the initializer list of ExtensionView.brettw@chromium.org2009-03-311-3/+6
* Make the "id" key for extension manifests optional inaa@chromium.org2009-03-315-56/+84
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-288-74/+345
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-271-0/+14
* Minor tweaks to get chrome-ui://extensions working on the Mac.jrg@chromium.org2009-03-261-0/+12
* Implement default css for toolstrips.aa@chromium.org2009-03-243-1/+15
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-242-0/+74
* Rename ExtensionMessageService::PostMessage because windows #defines that tompcomplete@google.com2009-03-232-2/+2
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-235-6/+226