summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings/tab_specific_content_settings.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 144957 - Bring up a content settings icon for ungestured registerProto...gbillock@chromium.org2012-06-291-3/+0
* Bring up a content settings icon for ungestured registerProtocolHandler call.gbillock@chromium.org2012-06-291-0/+3
* Move the mixed scripting infobar to a page action icon / content setting.cevans@chromium.org2012-06-211-1/+2
* Fix regression from r138369 where the IPC to tell content settings for the Re...jam@chromium.org2012-06-071-2/+17
* Get rid of the need of ViewType::VIEW_TYPE_INTERSTITIAL_PAGE in content. Ther...jam@chromium.org2012-05-221-0/+6
* Remove a bunch of trivial render_view_host_delegate.h includes in chrome.jam@chromium.org2012-05-221-2/+1
* Display third party cookies and site data counts in the Website Settings UI.markusheintz@chromium.org2012-05-151-10/+16
* Display cookies and site data information in the Website Settings UI.markusheintz@chromium.org2012-04-201-0/+37
* In addition to the request URL we now also pass the first party URL (the URL ...markusheintz@chromium.org2012-04-051-3/+10
* Extract LocalShareObjectsContainer into a separate filemarkusheintz@chromium.org2012-03-081-35/+0
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Move creation of CookiesTreeModel to UI code and add getter for the LocalStor...markusheintz@chromium.org2012-03-061-21/+0
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+3
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* 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-271-3/+4
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-15/+16
* 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-221-1/+1
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-2/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-1/+1
* Don't use the DOMStorageType for a chrome IPC, so that we can get rid of that...jam@chromium.org2011-11-231-5/+4
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-1/+1
* Remove some unnecessary includes of view_messages.h.jam@chromium.org2011-11-171-1/+0
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-1/+1
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-161-17/+5
* Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...kmadhusu@chromium.org2011-11-161-1/+1
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-1/+1
* Revert 109213 - Take script URLs into account when applying script content se...cmp@chromium.org2011-11-101-4/+3
* Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.cmp@chromium.org2011-11-101-2/+15
* ContentSettingsObserver (+ related classes) cleanup.marja@chromium.org2011-11-091-15/+2
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-091-3/+4
* Revert 109036 (speculative; seems to cause increased worker test flakiness) -...thakis@chromium.org2011-11-081-4/+3
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-3/+4
* Revert 109005 - Take script URLs into account when applying script content se...marja@chromium.org2011-11-081-4/+3
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-3/+4
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2