summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-192-0/+11
* Add chrome.tabs.getCurrent() api call to extensions.rafaelw@chromium.org2010-04-141-1/+16
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-145-13/+49
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-135-43/+13
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-135-13/+43
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-135-43/+13
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-135-13/+43
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-9/+87
* detect preferences errorserikkay@chromium.org2010-04-061-1/+1
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-022-2/+7
* Add two Extension view types: Notification and Infobars.finnur@chromium.org2010-03-261-1/+7
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-246-18/+35
* Add unit test that uses V8's JSON.parse() to read extension_api.json .skerner@chromium.org2010-03-031-0/+135
* Attempt to fix a crash in extension bindings' CallFunctionInContext.mpcomplete@chromium.org2010-02-262-6/+20
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-253-2/+31
* Adding @@extension_id reserved message to l10n message map for extension.cira@chromium.org2010-02-181-3/+0
* Replace __MSG_some_name__ template within extension css files with localized ...cira@chromium.org2010-02-111-25/+0
* Track the parent_frame for content script contexts instead of the parent_cont...mpcomplete@chromium.org2010-02-092-21/+19
* Move base.js file to the renderer/resources since it's not used by DevTools a...yurys@chromium.org2010-02-091-2/+1
* Reland r36541 (which went in without any commit log by some magic). Was rever...jshin@chromium.org2010-01-191-2/+0
* Revert 36541 (which went in without any commit log by some black magic). jshin@chromium.org2010-01-191-0/+2
* Review URL: http://codereview.chromium.org/545123jshin@chromium.org2010-01-191-2/+0
* Adding support for i18n to content scripts.cira@chromium.org2009-12-294-109/+115
* Adds bookmarks.getRecent that returns the recently bookmarked items.arv@chromium.org2009-12-181-0/+6
* Dispose of V8 contexts when an extension request gets a response.mpcomplete@chromium.org2009-12-181-0/+2
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-171-2/+20
* Fix regression where we stopped running content scripts inaa@chromium.org2009-12-162-12/+12
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-3/+14
* Ok, here is a different approach at this change.aa@chromium.org2009-12-021-0/+22
* Revert 33255 - Report active extensions in crash reports. This only implement...nsylvain@chromium.org2009-11-301-22/+0
* Report active extensions in crash reports. This only implements Windows right...aa@chromium.org2009-11-301-0/+22
* Stab-in-the-dark at fixing a top crasher.aa@chromium.org2009-11-251-9/+23
* Refactoring of the chrome.experimental.popup API implementation to allow disp...twiz@google.com2009-11-161-3/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-123-8/+8
* Clean up extension message port data in the renderer.mpcomplete@chromium.org2009-11-031-3/+18
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-12/+80
* 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