summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug 103190: We do not need the call that leaks.munjal@chromium.org2011-11-071-1/+0
* Add UMA histogram on percentage of network duration spent waiting on extensionbattre@chromium.org2011-11-071-0/+2
* Support UTF8 in header values in webRequest API.battre@chromium.org2011-11-076-20/+143
* Add per-user external extension source for Mac.skerner@chromium.org2011-11-071-6/+9
* Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on...dpranke@chromium.org2011-11-051-7/+9
* Modify code in chrome to call wrapper functions on PluginServicedpranke@chromium.org2011-11-041-9/+7
* Finish up the app notification setup code:munjal@chromium.org2011-11-043-99/+302
* always read and write link url and link text independently without enforcing ...munjal@chromium.org2011-11-041-6/+7
* Fix annoying autorelease messages for browser tests.shess@chromium.org2011-11-041-2/+2
* Added parentFrameId to webRequest API callsbattre@chromium.org2011-11-045-7/+26
* Move download extension api implementation to download/ dir.tfarina@chromium.org2011-11-047-928/+4
* redesign and reimplement proxy config service and tracker, revise proxy ui on...kuan@chromium.org2011-11-041-1/+12
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-043-3/+1
* Get rid of experimental flag from tts apitest.dmazzoni@chromium.org2011-11-041-5/+0
* Don't reload into an app process.creis@chromium.org2011-11-031-2/+2
* Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...creis@chromium.org2011-11-031-52/+0
* base::Bind conversion for chrome/browser/extensions/file_reader.adamk@chromium.org2011-11-034-29/+22
* Wait for the tab opened by the extension to be loaded before navigating itjochen@chromium.org2011-11-031-2/+6
* Make sure that the about:blank tab is loaded after returning from the extensionjochen@chromium.org2011-11-031-1/+3
* Remove 'using' from browser_thread.h, and make things compile.joi@chromium.org2011-11-033-0/+6
* Add a missing header for official build to fix compile error.sadrul@chromium.org2011-11-031-0/+4
* Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq...battre@chromium.org2011-11-0312-11/+212
* ntp: remove ShownSectionHandler and all references to itestade@chromium.org2011-11-034-141/+0
* Adds a webstorePrivate method for silently installing extensions.jstritar@chromium.org2011-11-0212-20/+309
* Ignore paths when matching patterns for extensions.dcheng@chromium.org2011-11-022-0/+28
* Pass extension_id to AppNotifyChannelSetupasargent@chromium.org2011-11-024-0/+8
* Refactor loading out of ExtensionService.yoz@chromium.org2011-11-0216-716/+1023
* Moving the SignalingTask class to base/test.tommi@chromium.org2011-11-021-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0278-8/+147
* Remove dcheck at CrxInstaller teardowncpu@chromium.org2011-11-021-13/+7
* Ensure forced process swaps use the correct page_id and SiteInstance.creis@chromium.org2011-11-011-0/+52
* Don't close background pages if there is a pending response (callback).tessamac@chromium.org2011-11-014-5/+42
* Fixed touch build after 8395042.altimofeev@chromium.org2011-11-011-4/+5