summaryrefslogtreecommitdiffstats
path: root/content/test/mock_render_process.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move a bunch of code in content\common (as well as a few left in renderer) ↵jam@chromium.org2012-10-221-0/+3
| | | | | | | | to the content namespace. Review URL: https://codereview.chromium.org/11227033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163359 0039d316-1c4b-4281-b951-d872f2087c98
* Make RenderProcessImpl::CreateTransportDIB and ↵fsamuel@chromium.org2012-08-021-2/+5
| | | | | | | | | | | | RenderProcessImpl::FreeTransportDIB public This code allows for platform-specific ways to allocate and free TransportDIBs. This is needed by the BrowserPlugin. Make them public so that they can be accessed by the BrowserPlugin BUG=none Review URL: https://chromiumcodereview.appspot.com/10826100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149538 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-031-1/+1
| | | | | | | | | | BUG=104040 R=ben@chromium.org TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10351002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135232 0039d316-1c4b-4281-b951-d872f2087c98
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-2/+11
| | | | | | | | | | BUG=113496 TEST="Google Dashboard" link in Sync settings loads in new process. Review URL: http://codereview.chromium.org/9663045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126949 0039d316-1c4b-4281-b951-d872f2087c98
* Move some testing classes used by chrome to content\renderer, to match what ↵jam@chromium.org2011-10-101-0/+44
we're doing with other test classes. BUG=98716 Review URL: http://codereview.chromium.org/8216019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104781 0039d316-1c4b-4281-b951-d872f2087c98