summaryrefslogtreecommitdiffstats
path: root/content/test/content_browser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-271-175/+0
* Allow ContentRendererClient used in kSingleProcessMode to leak.rdsmith@chromium.org2014-03-201-2/+7
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-181-26/+18
* Plumb network stack information about existence of cached copyrdsmith@chromium.org2014-02-061-5/+18
* Page distiller corebengr@chromium.org2013-11-131-5/+0
* Drop kDisableAcceleratedVideoDecode in ContentBrowserTest::SetUp().xhwang@chromium.org2013-10-251-6/+0
* Implements ui::InputMethodLinuxX11 which is a IME bridge from/to gtk-immodule...yukishiino@chromium.org2013-10-241-0/+14
* Enable HW video decode on android (only affects WebRTC).fischman@chromium.org2013-10-111-1/+1
* content: Make sure SetUp() gets called correctly.sadrul@chromium.org2013-09-181-1/+6
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-3/+3
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* Fixing gpu_ipc_browsertests.cchubbe@chromium.org2013-07-011-0/+2
* GTTF: Convert WebContentsImplBrowserTest to use EmbeddedTestServer.phajdan.jr@chromium.org2013-05-201-0/+5
* content: Move two more url constants into content namespace.tfarina@chromium.org2013-05-151-2/+2
* [content shell] move app startup related code to app subdirjochen@chromium.org2013-05-081-1/+1
* [content shell] move code common to several processes to a common dirjochen@chromium.org2013-05-071-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* [content shell] move renderer specific code into a sub directoryjochen@chromium.org2013-05-031-1/+1
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-8/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-3/+3
* [content shell] W3C SVG tests need to run in a smaller windowjochen@chromium.org2013-01-101-2/+2
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-1/+1
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-301-1/+1
* when running in single process mode, modify the browser's command line to inc...jochen@chromium.org2012-10-251-1/+0
* BrowserTestBase::CreateTestServer should accept FilePathtoyoshim@chromium.org2012-10-111-1/+1
* Rewrite layout_browsertests to use content_shell --dump-render-tree to execut...jochen@chromium.org2012-09-261-2/+4
* Disable HW decode in content_browsertests except on win & cros (to match chro...fischman@chromium.org2012-09-131-0/+6
* Add a MANUAL_ prefix for browser tests. These tests don't run unless --run-ma...jam@chromium.org2012-08-131-0/+5
* Don't print the callstack in forked browser test processes. This may allocate...jam@chromium.org2012-08-081-20/+0
* Convert speech and session history browser_tests to run under content_browser...jam@chromium.org2012-07-271-0/+10
* Add the RenderProcessHost::FastShutdownIfPossible calls to ContentBrowserTest...jam@chromium.org2012-07-271-0/+5
* Disable GPU process prelaunching in content_browsertests on Linux. This is ca...jam@chromium.org2012-07-261-0/+5
* Move over a bunch of tests from browser_tests to content_browsertests.jam@chromium.org2012-07-261-4/+1
* Move all the layout tests that ran under browser_tests to run under content_b...jam@chromium.org2012-07-251-0/+26
* Move plugin_browsertests.cc from browser_tests to content_browsertests.jam@chromium.org2012-07-231-1/+11
* Move content_shell and content_browsertests code into the content namespace.jam@chromium.org2012-07-191-3/+7
* Use a temp dir for the BrowserContext when content_shell is running as a brow...jam@chromium.org2012-07-191-1/+4
* Get content_browsertest working. I've added a simple test for now, and will c...jam@chromium.org2012-07-191-6/+30
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-1/+13
* Make an empty content browser test work.phajdan.jr@chromium.org2011-10-051-10/+5
* Fix remaining newline issues.phajdan.jr@chromium.org2011-09-301-1/+1
* Add (not yet working) content_browsertests target.phajdan.jr@chromium.org2011-09-301-0/+72