summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash that was caused by a NULL entry in the PendingRequestMap.mpcomplete@chromium.org2009-07-301-5/+7
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-303-3/+6
* Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.abarth@chromium.org2009-07-301-2/+2
* Fix port disconnect so that it's refcounted. This fixes a bug where a channelmpcomplete@chromium.org2009-07-271-1/+44
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-241-22/+22
* Another try at enabling the content script messaging test.mpcomplete@chromium.org2009-07-241-12/+13
* Revert "Fix an issue with unregistering content script contexts."mpcomplete@chromium.org2009-07-221-13/+12
* Fix an issue with unregistering content script contexts.mpcomplete@chromium.org2009-07-221-12/+13
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-221-1/+9
* Don't dispatch the extensions bindings unload event during GC.mpcomplete@chromium.org2009-07-211-12/+26
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-206-23/+89
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-162-44/+47
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-6/+6
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-153-8/+69
* Various minor fixes:aa@chromium.org2009-07-151-86/+0
* Reverting 20714.finnur@chromium.org2009-07-152-58/+3
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-152-3/+58
* Chrome-side of fixes for content-script messaging.mpcomplete@chromium.org2009-07-142-28/+73
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-131-2/+3
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+18
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-097-71/+68
* Fix some issues with extension messaging:mpcomplete@chromium.org2009-07-021-1/+4
* Add a couple of more extension unit tests for pagefinnur@chromium.org2009-07-021-0/+9
* Send port disconnect events when a frame is unloaded.mpcomplete@chromium.org2009-07-012-2/+15
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-308-252/+303
* Add notifications for when V8Proxy creates or destroys a V8 Context.mpcomplete@chromium.org2009-06-262-0/+22
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-221-1/+6
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-195-49/+17
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-185-17/+49
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-172-41/+53
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-101-11/+20
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-106-78/+114
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-086-112/+79
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-086-79/+112
* BUG=12192rafaelw@chromium.org2009-05-303-5/+2
* extensions chrome.self.getViews():rafaelw@chromium.org2009-05-162-0/+85
* Revert "Revert "implemented extensions api windows.update().""aa@chromium.org2009-05-141-0/+83
* Revert "implemented extensions api windows.update()."aa@chromium.org2009-05-141-83/+0
* implemented extensions api windows.update().rafaelw@chromium.org2009-05-141-0/+83
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-123-26/+68
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-124-9/+13
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-118-0/+0
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+1
* BUG=11200rafaelw@chromium.org2009-05-053-69/+69
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-30/+168
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-054-4/+4
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-041-3/+3
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-0/+6
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-015-24/+54