summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* 1. Fires port.onDisconnect if tabs.connect fails.jstritar@chromium.org2010-10-281-3/+5
* Fix a regression introduced by extension event refactoring.mpcomplete@chromium.org2010-10-272-6/+20
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-11/+29
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-217-82/+41
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+2
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-086-20/+18
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-0/+1
* clang/mac: Fix build.thakis@chromium.org2010-10-041-2/+2
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-042-1/+22
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-032-22/+1
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-032-1/+22
* Generalize permission types to make it safer for us to add new permissions an...erikkay@chromium.org2010-09-282-4/+5
* Trying to reland r59889, this time as a multi-stage patch.mpcomplete@chromium.org2010-09-231-14/+10
* Revert 59889 - Fix regression introduced bythakis@chromium.org2010-09-191-4/+11
* Fix regression introduced bympcomplete@chromium.org2010-09-181-11/+4
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-151-2/+3
* Land implementation part of cl 3352009 (that cl was just dataaa@chromium.org2010-09-141-0/+5
* Excempt certain extension functions from module permission check.finnur@chromium.org2010-09-101-10/+1
* Allow experimental extension pop-ups from infobars.joi@chromium.org2010-09-031-1/+6
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-313-15/+31
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-315-47/+80
* Revert 57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-285-78/+47
* Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-285-47/+78
* fix browsertest failureerikkay@chromium.org2010-08-271-1/+1
* When the browser doesn't have connectivity to a hosted app, display a prettie...erikkay@chromium.org2010-08-274-3/+218
* Implement window.chrome.app.isInstalled .skerner@chromium.org2010-08-272-0/+89
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-15/+34
* Fix CRLF in extension_process_bindings.ccmpcomplete@chromium.org2010-08-171-700/+700
* remove toolstripserikkay@chromium.org2010-08-122-737/+700
* Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.viettrungluu@chromium.org2010-07-312-4/+4
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-265-0/+5
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-262-0/+4
* 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-152-18/+51
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-5/+15
* Remove ExtensionAPIClient tests. These have been supercededaa@chromium.org2010-06-161-740/+0
* Mark ExtensionAPIClientTest.CreateWindow as flaky on Windowsjshin@chromium.org2010-06-101-1/+7
* 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-212-45/+44
* Disable ExtensionAPIClientTest.GetAllWindows as it flakily crashes.jhawkins@chromium.org2010-05-121-1/+2
* Disallow display of multiple experimental.extension.popup(...) windows ericdingle@google.com2010-05-121-1/+1
* Disable ExtensionAPIClientTest.GetCurrentWindow, it's crashy.bauerb@chromium.org2010-05-121-3/+3
* Bummer: Re-disabling ExtensionAPIClientTest.GetLastFocusedWindow again becausejhawkins@chromium.org2010-05-121-1/+2
* TTF: Mark ExtensionAPIClientTest.GetLastFocusedWindow as flaky instead of dis...jhawkins@chromium.org2010-05-111-2/+2
* Disable BrowserTest.ThirtyFourTabs on Mac.bauerb@chromium.org2010-05-111-0/+1
* Disable ExtensionApiJsonValidityTest.WithV8 under windows.bauerb@chromium.org2010-05-111-1/+7
* 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