summaryrefslogtreecommitdiffstats
path: root/content/browser/devtools/devtools_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a NavigationHandle class to content/public/browserclamy2015-07-311-0/+1
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-6/+7
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-7/+6
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-6/+7
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-7/+6
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-6/+7
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-081-4/+6
* Revert of Classify navigations without page id in parallel to the existing cl...ksakamoto2015-05-081-6/+4
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-071-4/+6
* Revert of Classify navigations without page id in parallel to the existing cl...pdr2015-05-051-6/+4
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-041-4/+6
* [DevTools] Cleanup DevToolsTarget and DevToolsManagerDelegate after moving to...dgozman2015-04-281-85/+1
* Revert of Classify navigations without page id in parallel to the existing cl...vkuzkokov2015-04-281-6/+4
* Classify navigations without page id in parallel to the existing classifier.avi2015-04-281-4/+6
* Revert of Classify navigations without page id in parallel to the existing cl...mohsen2015-04-271-6/+4
* Classify navigations without page id in parallel to the existing classifier.avi2015-04-271-4/+6
* [DevTools] Remove DevToolsManager::Observer.dgozman2015-04-211-132/+0
* Add MockRenderProcessHost::SimulateCrash to simplify unit testing of crashes.nick2015-04-181-1/+3
* PlzNavigate: track pending commitsclamy2015-04-171-3/+3
* PlzNavigate: add proper helper functions to DevToolsManagerTestclamy2015-03-311-0/+3
* DevTools: rename RenderViewDevToolsAgentHost to RenderFrame*.pfeldman2015-01-291-1/+0
* Split EmbeddedWorkerDevToolsManager into two for Shared- and ServiceWorkerkinuko2014-12-221-3/+3
* [DevTools] Fix DevToolsManagerTest.TestObservervkuzkokov2014-12-121-2/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+2
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-45/+39
* Replacing the OVERRIDE with override and FINAL with final in content/browser...mohan.reddy2014-10-071-28/+28
* Fix DevToolsManagerTest.TestObserver flakiness.dgozman2014-09-291-23/+42
* [DevTools] Implement DevToolsManager::Observer which notifies about target up...dgozman2014-09-291-0/+205
* Revert of [DevTools] Implement DevToolsManager::Observer which notifies about...dgozman2014-09-261-206/+0
* [DevTools] Implement DevToolsManager::Observer which notifies about target up...dgozman2014-09-261-0/+206
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-5/+5
* [DevTools] Rename DevToolsManagerImpl to DevToolsManager.dgozman2014-09-101-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/browser/devto...dcheng2014-08-271-2/+2
* [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...dgozman@chromium.org2014-08-181-49/+29
* Move WebContentsTester::TestDidNavigate to use RFH's. This eliminates one usagenick@chromium.org2014-08-151-2/+4
* Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost...pfeldman@chromium.org2014-08-121-29/+49
* [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...dgozman@chromium.org2014-08-081-49/+29
* DevTools: migrate DevTools APIs to use WebContents instead of RenderViewHost.pfeldman@chromium.org2014-08-081-8/+8
* DevTools: Sync lifetime of DevToolsExternalAgentProxy, its delegate and DevTo...vkuzkokov@chromium.org2014-05-291-6/+4
* Move TestRenderFrameHost, TestRenderViewHost and TestBackingStore to content\...jam@chromium.org2013-12-051-1/+1
* Remove unnecessary ContentBrowserClient in test.creis@chromium.org2013-11-051-28/+0
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+1
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-4/+0
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-6/+6
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-6/+10
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-3/+2
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-1/+1
* Remove redundant DevToolsManager methods and clean up its clients.kaznacheev@chromium.org2013-04-011-23/+16
* Introduced DevToolsExternalAgentProxy interface for connecting to an agent by...kaznacheev@chromium.org2013-03-261-0/+59