summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_process_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.viettrungluu@chromium.org2010-07-311-3/+3
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-0/+2
* Move context menu module out of experimental.aa@chromium.org2010-07-171-1/+0
* Added accessor for permissions map. NaCl needs this in order to look uperikkay@chromium.org2010-07-151-18/+43
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-5/+15
* Fix memory leak introduced in r47972 (http://codereview.chromium.org/2137012/...rafaelw@chromium.org2010-05-251-7/+10
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-11/+11
* Disallow display of multiple experimental.extension.popup(...) windows ericdingle@google.com2010-05-121-1/+1
* Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...zork@chromium.org2010-05-061-1/+1
* Disallow display of multiple experimental.extension.popup(...) windows.ericdingle@google.com2010-05-061-1/+1
* Rename some other occurrences of deperecated methods.antonm@chromium.org2010-05-061-1/+1
* Initial support for web-extent background pages.rafaelw@chromium.org2010-05-061-4/+6
* Revert "Clean-up of the asynchronous behaviour of the experimental extension ...phajdan.jr@chromium.org2010-05-011-1/+1
* Clean-up of the asynchronous behaviour of the experimental extension popup API. twiz@chromium.org2010-04-301-1/+1
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-191-0/+10
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-1/+1
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-1/+1
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-1/+1
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-1/+1
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-1/+1
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-021-1/+6
* 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-241-13/+7
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-0/+25
* Adding support for i18n to content scripts.cira@chromium.org2009-12-291-99/+0
* 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-161-12/+8
* 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
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-4/+4
* 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-231-4/+4
* 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-191-0/+1
* 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
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-091-57/+74
* 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-061-2/+19
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-4/+4