summaryrefslogtreecommitdiffstats
path: root/content/public/test
Commit message (Expand)AuthorAgeFilesLines
* Call blink::initialize() at the beginning of RenderViewTest::SetUp()bashi2015-08-191-1/+4
* Pass full url with Media Router Route.apacible2015-08-192-3/+13
* Revert of aura: Require explicit ownership of the Env instance. (patchset #7 ...fsamuel2015-08-182-11/+3
* aura: Require explicit ownership of the Env instance.sadrul2015-08-182-3/+11
* Fix flakiness in postMessage-related SitePerProcessBrowserTests.alexmos2015-08-151-3/+5
* ApplicationImpl cleanup, part 1:ben2015-08-101-1/+1
* aura: Sanitize the lifetime of aura::Env instance.sadrul2015-08-072-4/+21
* Support restricting browsing data removal for downloads by origin.ttr3142015-08-061-2/+7
* This reverts 3 CLsoshima2015-08-052-21/+4
* aura: Remove more code that explicitly creates/destroys aura::Env.sadrul2015-08-041-3/+0
* Deflake IME tests for low-res devicesmckev2015-08-041-2/+4
* aura: Do not create Env instance from WebContentsViewAura.sadrul2015-08-041-1/+21
* Add a NavigationHandle class to content/public/browserclamy2015-07-312-0/+34
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* Crash tests when BrowserTestBase::SetUp is not calledpvalenzuela2015-07-304-9/+15
* Revert of ApplicationImpl cleanup, part 1: (patchset #4 id:60001 of https://c...dzhioev2015-07-301-1/+1
* ApplicationImpl cleanup, part 1:ben2015-07-301-1/+1
* Make unit tests *not* depend on browser_test_utils.carlosk2015-07-294-118/+116
* test launcher: print test file names and lines in summary resultsphajdan.jr2015-07-291-2/+2
* Move existing kSitePerProcess checks to a policy-oracle objectnick2015-07-272-0/+24
* PlzNavigate: support for should_replace_current_entryclamy2015-07-271-3/+3
* Reland "Add ExecuteJavaScriptForTest and make all tests use it"Jochen Eisinger2015-07-245-8/+8
* Revert of Add ExecuteJavaScriptForTest and make all tests use it (patchset #1...sigbjornf2015-07-245-8/+8
* Add ExecuteJavaScriptForTest and make all tests use itjochen2015-07-245-8/+8
* Initialize CompositorDependencies in RenderWidget's constructor.dcheng2015-07-221-1/+1
* Make quota logic obey durable storage permissiondgrogan2015-07-212-0/+10
* Remove RenderThread::TaskRunner()skyostil2015-07-202-5/+0
* Roll src/testing/gtest/ to 00a70a9667d92a4695d84e4fa36b64f611f147da.phajdan.jr2015-07-181-1/+3
* Remove aruslan@ from OWNERS files.aurimas2015-07-171-1/+0
* Remove legacy StartsWithASCII function.brettw2015-07-162-3/+6
* Fix accessibility with out-of-process iframes.lfg2015-07-162-0/+57
* OOPIF: Fix window.open to work from frames with remote parent.alexmos2015-07-152-14/+8
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-151-1/+1
* Move browser-to-renderer opener plumbing to frame routing IDs.alexmos2015-07-092-8/+6
* [android] Remove unpack library fallback.rmcilroy2015-07-021-1/+2
* Revert of Fix accessibility with out-of-process iframes. (patchset #12 id:220...michaeln2015-07-012-54/+0
* Remove jcivelli from OWNERS.aurimas2015-07-011-1/+0
* Remove INJECT_EVENTS permissions from test APKs.newt2015-07-011-3/+3
* Fix accessibility with out-of-process iframes.lfg2015-06-302-0/+54
* Preserve top frame's window.name on cross-process popup navigations.alexmos2015-06-261-1/+0
* Add more string_util functions to base namespace.brettw2015-06-241-1/+2
* Add a flag showing whether the current request was ignored by a handlergsennton2015-06-242-3/+5
* Add a TestRenderFrame to use in RenderViewTestsclamy2015-06-241-6/+11
* Add fileManagerPrivate.onCopyError event.yawano2015-06-241-5/+4
* Force a GuestView's embedder to be focused on TouchStart.wjmaclean2015-06-222-0/+31
* Let PageClickTracker use onMouseDownmiletus2015-06-192-0/+32
* Add a FrameWatcher class to listen to compositor frame swap events.dtapuska2015-06-182-0/+57
* Update content module for IPC attachment brokering.erikchen2015-06-172-0/+5
* Remove --block-cross-site-documents (for now). We'll need to reimplement this...nick2015-06-161-4/+0
* [Test] Refactor TestWebUI from SyncSetupHandlerTest.imcheng2015-06-162-0/+189