summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
...
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-273-5/+5
* Do not inherit from std::vector.tfarina@chromium.org2012-07-251-1/+1
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-2/+2
* Move content settings data files that are in chrome\test\data\npapi up one le...jam@chromium.org2012-07-201-4/+2
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-1/+1
* Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r...jam@chromium.org2012-07-201-4/+5
* Move browsing_data_helper files into a separate directory.markusheintz@chromium.org2012-07-192-13/+13
* Always enable dom automation for browser_tests. This avoids developers having...jam@chromium.org2012-07-181-3/+1
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-183-4/+6
* Bring up a content settings icon for ungestured registerProtocolHandler call.shess@chromium.org2012-07-175-1/+58
* Revert 147045 - Bring up a content settings icon for ungestured registerProto...shess@chromium.org2012-07-175-58/+1
* Bring up a content settings icon for ungestured registerProtocolHandler call.gbillock@chromium.org2012-07-175-1/+58
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-121-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1111-11/+0
* browser: Move more files into chrome namespace.tfarina@chromium.org2012-07-061-2/+2
* Fix crash triggered by the media stream policy setting.mnissler@chromium.org2012-07-061-3/+5
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-12/+13
* Revert 144957 - Bring up a content settings icon for ungestured registerProto...gbillock@chromium.org2012-06-294-57/+1
* Bring up a content settings icon for ungestured registerProtocolHandler call.gbillock@chromium.org2012-06-294-1/+57
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-0/+3
* Make third-party cookie blocking take precedence over any rules that match al...bauerb@chromium.org2012-06-252-106/+124
* Feature1:xians@chromium.org2012-06-256-19/+66
* Move the mixed scripting infobar to a page action icon / content setting.cevans@chromium.org2012-06-214-2/+9
* Whitelist all previously loaded extensions when registering the ExtensionServ...bauerb@chromium.org2012-06-184-20/+8
* TabContentsWrapper -> TabContents, part 9.avi@chromium.org2012-06-081-13/+13
* Fix regression from r138369 where the IPC to tell content settings for the Re...jam@chromium.org2012-06-071-2/+17
* Refactor *BrowsingDataCookieHelper and remove the profile dependency.markusheintz@chromium.org2012-06-061-1/+2
* Change "session only" content settings to "clear on exit", and add code that ...jochen@chromium.org2012-06-054-4/+102
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-046-6/+6
* Don't force non-session only cookies to be session only cookies, instead dele...jochen@chromium.org2012-05-302-0/+29
* Remove IsWebIntentsEnabledForActiveBrowser and change HostContentSettingsMap ...ben@chromium.org2012-05-242-8/+12
* Get rid of the need of ViewType::VIEW_TYPE_INTERSTITIAL_PAGE in content. Ther...jam@chromium.org2012-05-222-0/+8
* Remove a bunch of trivial render_view_host_delegate.h includes in chrome.jam@chromium.org2012-05-221-2/+1
* Move Extension into extensions namespaceaa@chromium.org2012-05-212-4/+10
* Move content settings extension API to content_settings dir.hebert.christopherj@chromium.org2012-05-173-9/+9
* Cleanup: Remove an unused member variable.jhawkins@chromium.org2012-05-161-4/+0
* Web Intents: Remove the flag and compile-time define.jhawkins@chromium.org2012-05-161-4/+0
* Display third party cookies and site data counts in the Website Settings UI.markusheintz@chromium.org2012-05-153-22/+160
* Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...jam@chromium.org2012-05-141-0/+103
* Fix bug that causes the deletion of all notification settings after a browser...markusheintz@chromium.org2012-05-092-260/+67
* Revert 135661 - Move the click-to-play tests from plugin_test to browser_test...rvargas@google.com2012-05-071-96/+0
* Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...jam@chromium.org2012-05-071-0/+96
* Remove browser from web intents UI code.benwells@chromium.org2012-05-021-1/+1
* While migrating obsolete location settings ignore corrupted setting values.markusheintz@chromium.org2012-05-022-5/+20
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-272-5/+4
* Display cookies and site data information in the Website Settings UI.markusheintz@chromium.org2012-04-203-0/+131
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-112-5/+5
* Show ServerBoundCerts in site data viewer.mattm@chromium.org2012-04-062-0/+9
* In addition to the request URL we now also pass the first party URL (the URL ...markusheintz@chromium.org2012-04-053-15/+43
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2012-04-032-6/+16