summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/content_settings_observer_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Delete WebKit/public/web/WebSecurityOrigin.h.mek2016-02-041-1/+1
| | | | | | | | | | | | | Somehow a code-reorg-gone-wrong left us with two copies of the WebSecurityOrigin.h file, one in public/web and one in public/platform. Since then the two files have diverged, but fortunately all the changes were made to the correct copy in public/platform. This finished said reorg by deleting the old no-longer-a-copy and updating all references to refer to the new location. Review URL: https://codereview.chromium.org/1671493003 Cr-Commit-Position: refs/heads/master@{#373662}
* ifdef extensions bits in ContentSettingsObserver.thestig@chromium.org2014-08-131-1/+6
| | | | | | | | | BUG=402728 Review URL: https://codereview.chromium.org/464693002 Cr-Commit-Position: refs/heads/master@{#289188} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289188 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Move kChromeDevToolsScheme constant into content namespace.tfarina@chromium.org2014-02-171-1/+1
| | | | | | | | | | BUG=None TEST=None, no functional changes TBR=jam@chromium.org Review URL: https://codereview.chromium.org/168953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251632 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-1/+1
| | | | | | | | | | BUG=None TEST=None, no functional changes TBR=jam@chromium.org Review URL: https://codereview.chromium.org/149643010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250244 0039d316-1c4b-4281-b951-d872f2087c98
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a ↵jam@chromium.org2013-12-171-0/+1
| | | | | | | | | | | RenderViewObserver BUG=304341 R=boliu@chromium.org, nasko@chromium.org Review URL: https://codereview.chromium.org/104833006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241306 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome-internal scheme, chrome::kChromeInternalScheme.msw@chromium.org2013-12-141-6/+0
| | | | | | | | | | | | | | The chrome-internal scheme was once used to host the NTP. It's now hosted at about:newtab, aka. chrome://newtab. There's no compelling reason to support chrome-internal. BUG=6564,327845 R=jam@chromium.org TEST=chrome-internal://foo no longer redirects to the new tab page, no one gets upset. Review URL: https://codereview.chromium.org/114883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240819 0039d316-1c4b-4281-b951-d872f2087c98
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-1/+1
| | | | | | | | | | | | This CL updates all references to the WebKit namespace in chrome and components. TBR=darin@chromium.org BUG=295096 Review URL: https://codereview.chromium.org/63273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233464 0039d316-1c4b-4281-b951-d872f2087c98
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
| | | | | | | | | | BUG=229660 TBR=thestig@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/18523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210197 0039d316-1c4b-4281-b951-d872f2087c98
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
| | | | | | | | | | | | | This CL changes the majority of include paths from the old Source/WebKit/chromium/public to the new public/web directory. TBR=darin BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17148003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206664 0039d316-1c4b-4281-b951-d872f2087c98
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-1/+2
| | | | | | | | | | | | | This doesn't create an extensions gyp target, or a module with a public API. It does set of DEPS rules and seems like it will make it easier for people to write correctly layered code today, while we are in transition. BUG=159265 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/11410015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167454 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly whitelist ftp directory listings.jochen@chromium.org2012-05-241-9/+1
| | | | | | | | | | | | Instead of guessing whether a page is actually a directory listing that requires JavaScript to work, just store this information in the WebURLResponse BUG=121399 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10440014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138925 0039d316-1c4b-4281-b951-d872f2087c98
* Content settings: whitelist kExtensionScheme and kChromeInternalScheme on ↵marja@chromium.org2011-12-021-0/+65
the renderer side. BUG=104700 TEST=ContentSettingsObserverTest.WhitelistedSchemes Review URL: http://codereview.chromium.org/8775005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112665 0039d316-1c4b-4281-b951-d872f2087c98