summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-1613-88/+431
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-1611-517/+130
* Mark ExtensionApiTest.Storage as failing, it always fails on Windows after r1...alekseys@chromium.org2011-11-161-1/+7
* Add some commentary and warnings to extensions::ProcessMap.aa@chromium.org2011-11-151-0/+24
* Standardize naming of SelectFileDialog implementation files.jamescook@chromium.org2011-11-153-6/+5
* Revert 110099 - Creation of cookie_utils.joi@chromium.org2011-11-151-4/+3
* Enable ExtensionApiTest.GetViews on all platforms.jochen@chromium.org2011-11-151-10/+2
* Creation of cookie_utils.droger@google.com2011-11-151-3/+4
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-2/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-153-4/+5
* Append parameters to webstore URL to indicate launch source.estade@chromium.org2011-11-152-2/+3
* Use USE_VIRTUAL_KEYBOARD instead of TOUCH_UI when loading virtual keyboard co...hashimoto@chromium.org2011-11-151-1/+1
* Insert default stylesheet for platform apps.miket@chromium.org2011-11-151-3/+7
* Disable selection on aura. Clipboard semantics on aura must be same as windowsoshima@chromium.org2011-11-142-13/+13
* Enable extension APIs for content scripts.aa@chromium.org2011-11-126-20/+29
* Get BrowserTests to compile on windows with aura.ben@chromium.org2011-11-111-1/+1
* Cleanup: Remove unneeded forward declarations from chrome/browser/extensions.thestig@chromium.org2011-11-1119-36/+13
* platform_util OpenItem/ShowItemInFolder threading fixes.achuith@chromium.org2011-11-112-5/+5
* Fix crash in ExtensionService::SetIsIncognitoEnabled.jstritar@chromium.org2011-11-111-1/+5
* Don't close tabs from crashed extensions with background pages.yoz@chromium.org2011-11-113-3/+48
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* Move PluginPrefs to use PluginService instead of PluginList.rsesek@chromium.org2011-11-111-0/+11
* Add a tray notification UI for speech input recording in the extension API.leandrogracia@chromium.org2011-11-118-1320/+1
* More unittests for webRequest API and better conflict resolutionbattre@chromium.org2011-11-112-2/+352
* Extension Settings API: make it so that when leveldb storage areas fail to bekalman@chromium.org2011-11-1122-92/+356
* Don't start speech synthesis until after the audio mixer is initialized.dmazzoni@chromium.org2011-11-112-6/+81
* chromeos: Fix a bug where we were showing fullscreen dialogs from File Manager.satorux@chromium.org2011-11-101-29/+33
* Fix ExecuteTaskFileSystemCallback dispatchertbarzic@chromium.org2011-11-102-20/+29
* Add DidChangeFocus to FocusChangeListener.alicet@chromium.org2011-11-102-3/+3
* CookieMonster: Store expiration time also for session cookies.marja@chromium.org2011-11-101-6/+6
* Move code from extension_webrequest_api.cc to extension_webrequest_api_helper...battre@chromium.org2011-11-105-418/+741
* Revert 109285 - Reland deleted folder that drover didn't restore.rsleevi@chromium.org2011-11-107-0/+1319
* Revert 109285 - Seems to have broken chrome_frame_net_tests on the win_rel tr...rsleevi@chromium.org2011-11-101-1/+1
* Disabling FileSystemExtensionApiTest.FileBrowserTest again.tbarzic@chromium.org2011-11-101-1/+1
* Fix FileSystemExtensionApiTest.FileBrowserTesttbarzic@chromium.org2011-11-101-8/+1
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-092-5/+5
* Add a tray notification UI for speech input recording in the extension API.leandrogracia@chromium.org2011-11-098-1320/+1
* Report human-readable error on permission problem.dilmah@chromium.org2011-11-092-50/+62
* Move all Extension Settings API files from c/b/extensions to c/b/extensions/s...kalman@chromium.org2011-11-0944-737/+886
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-0917-352/+355
* Default apps should not be installed on profiles that already have apps. Therogerta@chromium.org2011-11-096-36/+77
* Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED.yoz@chromium.org2011-11-095-20/+8
* Various changes to the Extension Settings API.kalman@chromium.org2011-11-0928-1126/+1043
* Disable failing FileBrowserTest on CrOs.thakis@chromium.org2011-11-081-1/+8
* Lock the GTK UI of the content settings bubble if the corresponding content s...markusheintz@chromium.org2011-11-081-1/+1
* Fix a crash in PageActionImageView when extensions are reloaded due to incogn...finnur@chromium.org2011-11-084-14/+28
* Pass a correct button name to OnCandidateClicked()yusukes@chromium.org2011-11-081-4/+6
* Revert r108760 / reland r108744, r108753 w/ fixdpranke@chromium.org2011-11-081-9/+7
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-0811-144/+517
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-0811-517/+144