summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view_visitor.h
Commit message (Collapse)AuthorAgeFilesLines
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-20/+0
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6688047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78781 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out the setup for PhishingDOMFeatureExtractorTest into a new base class.bryner@chromium.org2010-09-021-0/+2
| | | | | | | | | | | | | | This setup will be shared by an upcoming higher-level test of client-side phishing detection. This change also removes the logic to use a unique thread name for each TEST_F; this is redundant now that each test runs in its own process. TEST=PhishingDOMFeatureExtractorTest still passes BUG=none Review URL: http://codereview.chromium.org/3253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58402 0039d316-1c4b-4281-b951-d872f2087c98
* Add undeclared virtual destructors part 2ziadh@chromium.org2010-07-271-1/+1
| | | | | | | | | | | | | Preventative maintainance for abstract classes that do not declare virtual destructors. Base classes that do not declare their destructors as virtual could potentially lead to memory leaks. r=jar BUG=47469 Review URL: http://codereview.chromium.org/3032024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53831 0039d316-1c4b-4281-b951-d872f2087c98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-091-0/+17
WebView to RenderView. R=mpcomplete BUG=10033 TEST=none Review URL: http://codereview.chromium.org/265044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28515 0039d316-1c4b-4281-b951-d872f2087c98