summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-182-2/+53
* ExtensionAPIClientTest.GetLastFocusedWindow is flakymaruel@chromium.org2009-09-181-1/+2
* Fix bug where content scripts can get GC'd if they don'taa@chromium.org2009-09-143-7/+34
* add mole collapse/expand events. convert mappy to use this.erikkay@chromium.org2009-09-111-0/+9
* Added chrome.i18n extension API.xji@chromium.org2009-09-091-0/+16
* share extension API test frameworkerikkay@chromium.org2009-08-313-0/+16
* Make a bunch of backlogged breaking changes to the extensions API in prep for...aa@chromium.org2009-08-281-27/+1
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-21/+35
* Try again to commit r24174: Change the way json_schema.js is loaded.aa@chromium.org2009-08-255-5/+69
* Revert r24217.aa@chromium.org2009-08-254-56/+2
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-254-2/+56
* Revert breakage from r24174.aa@chromium.org2009-08-243-55/+1
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-243-1/+55
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-232-5/+28
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-226-13/+49
* Async extension callbacks now always fire and set chrome.extension.lastError ...rafaelw@chromium.org2009-08-181-1/+1
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-142-17/+61
* I have taken over this patch, original authored by Adam Hunter (adamhunter).rafaelw@chromium.org2009-08-131-0/+12
* Allow extensions to use APIs that they didn't ask permission to use.mpcomplete@chromium.org2009-08-122-2/+12
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-105-19/+25
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-073-14/+128
* Support for referenced schema types in json_schema.rafaelw@chromium.org2009-08-051-0/+5
* mole API - take 2erikkay@chromium.org2009-08-041-0/+41
* Rolling back change 22245.chrome-bot@google.com2009-08-021-41/+0
* mole expand/collapse API, callable from a toolstrip for manual operationerikkay@chromium.org2009-08-011-0/+41
* 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