summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/blocked_content
Commit message (Expand)AuthorAgeFilesLines
* Move window_open_disposition.h from webkit/ into ui/base.tfarina@chromium.org2013-01-221-1/+1
* Create favicon tab helpers for blocked popups.avi@chromium.org2013-01-081-0/+4
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-071-1/+1
* Remove straggling TabContents references.avi@chromium.org2012-12-142-3/+3
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Fix crash in blocked content.avi@chromium.org2012-12-101-0/+3
* If a WebContents is deleted, delete any associated TabContents.avi@chromium.org2012-11-211-15/+2
* Reverts "If a WebContents is deleted, delete any associated TabContents."avi@chromium.org2012-11-201-2/+15
* If a WebContents is deleted, delete any associated TabContents.avi@chromium.org2012-11-191-15/+2
* Fix blocked content leak when TabContents is not created.wangxianzhu@chromium.org2012-11-101-2/+14
* Move WebContentsUserData to content/public/browser.joi@chromium.org2012-10-091-3/+3
* Revert "Revert 159158 - Make using WebContentsUserData simpler."avi@chromium.org2012-09-282-2/+1
* Revert 159158 - Make using WebContentsUserData simpler.dharani@google.com2012-09-282-1/+2
* Switch TabSpecificContentSettings to use WebContentsUserData.avi@chromium.org2012-09-281-5/+4
* Make using WebContentsUserData simpler.avi@chromium.org2012-09-272-2/+1
* Move WebContentsUserData to chrome/browser/common.avi@chromium.org2012-09-271-1/+1
* Switch BlockedContentTabHelper to use WebContentsUserData.avi@chromium.org2012-09-215-92/+110
* Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData.avi@chromium.org2012-09-181-1/+1
* Pass result of blockage across content API when new tab blocked. This change ...tsepez@chromium.org2012-09-074-14/+31
* Rename WasRestored to WasShown across all uses.scshunt@chromium.org2012-07-271-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-0/+1
* TabContentsWrapper -> TabContents, part 35.avi@chromium.org2012-06-115-75/+63
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-053-3/+6
* Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to...pkasting@chromium.org2012-05-261-3/+2
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-173-15/+17
* Block printing from blocked popup. abodenha@chromium.org2012-03-232-2/+23
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-2/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-283-11/+12
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-282-4/+6
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-272-12/+14
* Get rid of WebContentsObserver::tab_contents().jam@chromium.org2011-12-261-6/+6
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-4/+4
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+2
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-202-4/+4
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-4/+4
* Remove deprecated TabContentsDelegate::OpenURLFromTab variantjochen@chromium.org2011-12-022-21/+0
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-2/+2