summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-075-85/+55
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-075-55/+85
* Move WebUIFactory into content/public/browser and make it use WebContents ins...jam@chromium.org2012-01-071-2/+1
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-062-3/+3
* Ignore delete for non-existing item to avoid stopping sync when app notificat...munjal@chromium.org2012-01-061-0/+7
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-0610-14/+3
* Cleanup extension permissions module.jstritar@chromium.org2012-01-0620-317/+798
* Prevent calling internal metrics code with invalid values.rkc@chromium.org2012-01-061-1/+20
* Mark FAILS test that's failing on Vista build.miket@chromium.org2012-01-061-1/+8
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-064-12/+12
* Fix extension chrome.experimental.clear key parsing.mattm@chromium.org2012-01-062-10/+49
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-055-5/+2
* An interim commit that works for simple cases. There is an arbitrary 1K limit...miket@chromium.org2012-01-0516-56/+395
* Make ExtensionHost::host_contents() return a WebContents and update calling c...jam@chromium.org2012-01-052-3/+5
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-055-43/+31
* Revert 116407 - Update Extension Pack UI to warn before overwriting existing CRXmrossetti@chromium.org2012-01-058-118/+44
* Update Extension Pack UI to warn before overwriting existing CRXaa@chromium.org2012-01-048-44/+118
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-0412-49/+62
* OnExternalExtensionFileFound: log new version correctlyjaysoffian@gmail.com2012-01-041-2/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-048-28/+31
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-046-98/+101
* sync: Merge the server-side protocol changes.albertb@chromium.org2012-01-041-2/+2
* Update app_notification_manager to always be deleted on UI thread.joth@chromium.org2012-01-042-13/+10
* Move background_page extension manifest key to background.page.aa@chromium.org2012-01-042-7/+11
* Hide downloads of extensions blacklist from web request API.battre@chromium.org2012-01-042-42/+51
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-048-13/+17
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-035-28/+35
* Fix build break after merge conflictjam@chromium.org2012-01-031-0/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-038-23/+31
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-0324-131/+156
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-023-7/+6
* Correctly report new navigation targets in incognito profilesjochen@chromium.org2012-01-024-8/+108
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-024-48/+57
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-303-9/+14
* Disable flaky on Win WebKit debug AppApiTest.AppProcessRedirectBackmnaganov@chromium.org2011-12-301-1/+2
* Delay some extension startup until after first run import.yoz@chromium.org2011-12-302-11/+39
* Make webstore installs work when the Downloads folder is missing.asargent@chromium.org2011-12-293-3/+49
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-0/+1
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-293-4/+4
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-1/+0
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-282-9/+11
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-0/+1
* Refactor FirstRun class code into namespace first_run progressively. This cl ...jennyz@chromium.org2011-12-281-1/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-285-7/+13
* Remove some unnecessary render_widget_host_view_mac.h includes in chrome.jam@chromium.org2011-12-281-1/+0
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-289-14/+17
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-2812-26/+41
* Speculative fix for default apps failing to remain installed after the first ...yoz@chromium.org2011-12-281-3/+7
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-276-2/+8