summaryrefslogtreecommitdiffstats
path: root/content/public
Commit message (Expand)AuthorAgeFilesLines
* Fix components buildjam@chromium.org2012-01-041-1/+1
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-042-4/+13
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-034-5/+14
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-3/+3
* Remove unused 'in_complete' parameter.darin@chromium.org2012-01-031-8/+7
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-032-3/+3
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-022-3/+4
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-023-19/+24
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-311-0/+73
* Convert various ReleaseSoon methods to use base::Bind()dcheng@chromium.org2011-12-301-3/+3
* Remove CreateViewForWidget from ContentBrowserClient now that all the RenderW...jam@chromium.org2011-12-301-15/+0
* Create an API around WorkerService that chrome consumes. Rename the existing ...jam@chromium.org2011-12-293-0/+62
* Coverity fixes for uninitialized varsgroby@chromium.org2011-12-291-1/+2
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-1/+2
* TBR=jampfeldman@chromium.org2011-12-291-0/+3
* fix components buildjam@chromium.org2011-12-291-1/+1
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-293-3/+252
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-292-29/+9
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-283-73/+73
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-282-9/+29
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-0/+2
* Fix components buildjam@chromium.org2011-12-281-2/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-282-6/+24
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-286-6/+153
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-278-5/+149
* Made MockDownloadManagerDelegate a gmock.ahendrickson@chromium.org2011-12-271-2/+2
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-272-2/+18
* Get rid of WebContentsObserver::tab_contents().jam@chromium.org2011-12-261-2/+0
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-6/+5
* IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...yusukes@chromium.org2011-12-261-1/+8
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-256-11/+24
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-254-4/+114
* Add --dart-flags and --disable-dart command line switches.podivilov@chromium.org2011-12-232-0/+8
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-232-15/+15
* Get rid of all the empty functions in the source file for WebContentsDelegate.tfarina@chromium.org2011-12-232-248/+73
* Rename notification to NOTIFICATION_WEB_CONTENTS_DELEGATE_DESTROYED.tfarina@chromium.org2011-12-222-2/+2
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-224-1/+204
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-223-7/+27
* Fixed coverity uninit bugsgroby@chromium.org2011-12-221-0/+1
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-222-1/+156
* Fix for parsing error.ahendrickson@chromium.org2011-12-221-1/+2
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-222-0/+111
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-0/+105
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-0/+5
* Add Randy as OWNER in content\public\browser for the downloads code to help r...jam@chromium.org2011-12-211-0/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+12
* Allow keyboard shortcuts on interstitial pages.mattm@chromium.org2011-12-211-0/+4
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-213-14/+16
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-12/+2
* Move AccessTokenStore to Content API, now that it is a pure-virtual class.joi@chromium.org2011-12-213-1/+80