summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-174-13/+13
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+0
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-103-6/+6
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-142-8/+15
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-112-15/+8
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-112-8/+15
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-087-22/+23
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-042-8/+13
* Revert "Revert "Finish wiring up chrome.app.install().""aa@chromium.org2010-11-261-1/+22
* Revert "Finish wiring up chrome.app.install()."aa@chromium.org2010-11-231-22/+1
* Finish wiring up chrome.app.install().aa@chromium.org2010-11-231-1/+22
* 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