summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-2115-44/+45
* Only install default apps for new profiles.rogerta@chromium.org2011-12-211-11/+22
* Refactor a couple tab helpers so they aren't dependent on TabContentsWrapper,mpcomplete@chromium.org2011-12-212-6/+6
* fixing asan build after http://src.chromium.org/viewvc/chrome?view=rev&revisi...cdn@chromium.org2011-12-211-3/+3
* Add 'web_accessible_resource" keyword for version 2 extension manifests. This...cdn@chromium.org2011-12-211-0/+43
* Coverity; Fixing pass by value bugs.dpapad@chromium.org2011-12-213-4/+4
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-211-1/+0
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-2115-45/+44
* Add experimental.accessibility.getAlertsForTabhashimoto@chromium.org2011-12-211-0/+1
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-212-2/+6
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-2115-44/+45
* Fix Apps on the NTP failing to display.csharp@chromium.org2011-12-211-0/+10
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-213-3/+7
* Coverity: Fixing pass by value.dpapad@chromium.org2011-12-213-3/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+4
* Disable DefaultPluginLoadTest and PluginLoadUnload for thervargas@google.com2011-12-211-0/+5
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-4/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+5
* Coverity: Fixing pass by value bugsdpapad@chromium.org2011-12-202-2/+2
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-3/+3
* Disable ExtensionServiceTest.UpdatePendingTheme due to flaky ASANdmazzoni@chromium.org2011-12-201-1/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-2024-110/+110
* Removed FLAKY_ from ExtensionApiTest.Incognitobattre@chromium.org2011-12-201-3/+1
* Use Sync to store application icon positions on NTP.csharp@chromium.org2011-12-207-31/+259
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-2/+3
* [filebrowser] Add left panel with roots.dgozman@chromium.org2011-12-201-1/+1
* Deprecate WEBKIT threadjoth@chromium.org2011-12-202-5/+5
* Small tweaks to ExtensionHost:mpcomplete@chromium.org2011-12-202-43/+55
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-2/+3
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Make extension installs from sync be from_webstore.yoz@chromium.org2011-12-192-2/+9
* Fix extensions install procedure to use the user's temp directory for unzipping.pastarmovj@chromium.org2011-12-191-3/+54
* Added populate parameter to chrome.windows.get, chrome.windows.getCurrent,mtytel@chromium.org2011-12-194-34/+204
* Fix exclude_matches functionalityaa@chromium.org2011-12-194-0/+40
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-198-13/+8
* Split extension_api.json up into one json file for each api.koz@chromium.org2011-12-191-1/+1
* Updating extensions code to use UTF16RDevlin.Cronin@gmail.com2011-12-1717-132/+155
* Add aura compile testing by default to likely areas (4).petermayo@chromium.org2011-12-161-0/+12
* Include the information whether the tab is already in a tab strip with the re...jochen@chromium.org2011-12-163-17/+28
* Add a notification for EXTENSION_HOST_DOM_CONTENT_LOADED and use it to end st...pam@chromium.org2011-12-164-19/+48
* Extensions: send the whole manifest to the extensions process inkalman@chromium.org2011-12-161-13/+19
* Extensions: remove handling of the browserActions permissions because it's nokalman@chromium.org2011-12-161-1/+1
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-161-1/+2
* Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORTaa@chromium.org2011-12-163-3/+3
* Refactor UDP socket API to facilitate testing, then test.miket@chromium.org2011-12-1610-182/+459
* Remove extension disabled infobar when extension is unloaded for any reason.yoz@chromium.org2011-12-161-3/+1
* Make hosted apps launched via chrome.tabs.create with an URL redirect have th...mihaip@chromium.org2011-12-162-2/+46
* Add implementation of ExtensionActivityLog and extension API logging.ericdingle@chromium.org2011-12-153-2/+204