summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Convert ReplaceStringPlaceholders(std::string...) to take atony@chromium.org2009-10-291-5/+5
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-2/+5
* Fix premultiplication mismatch inaa@chromium.org2009-10-241-2/+3
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-232-6/+6
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-221-1/+3
* TBR: darinmhm@chromium.org2009-10-211-3/+1
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-211-1/+3
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-193-1/+6
* Implement new page action API.mpcomplete@chromium.org2009-10-161-7/+11
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-1/+3
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-092-4/+12
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-093-61/+78
* Fix memory leak in ExtensionAPIClientTest.mpcomplete@chromium.org2009-10-061-2/+2
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-061-20/+67
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-062-3/+28
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-4/+4
* Use the current frame's URL when initializing the extension framework for a f...mpcomplete@chromium.org2009-09-291-5/+4
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-283-2/+108
* Force garbage collection after running any unit tests that initialize WebViews.jorlow@chromium.org2009-09-251-14/+11
* Disable the json_schema_unittest since it crashes after a WebKit deps roll.jorlow@chromium.org2009-09-241-12/+14
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-192-2/+53
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-182-53/+2
* 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