summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger
Commit message (Expand)AuthorAgeFilesLines
* Reenable NavigateToPrerenderedPageWhenDevToolsAttached after WebKit r101176yurys@chromium.org2011-11-291-2/+1
* base::Bind: Convert devtools_sanity_unittest.cc.jhawkins@chromium.org2011-11-281-36/+16
* Revert InspectSharedWorker and PauseInSharedWorkerInitialization tests to pas...caseq@google.com2011-11-281-2/+16
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-252-8/+7
* Disable two tests started crashing after WebKit r101166yurys@chromium.org2011-11-251-1/+2
* DevTools: remove support for legacy remote debugger.yurys@chromium.org2011-11-2418-2657/+0
* Disable InspectSharedWorker/PauseInSharedWorkInitialization across all platfo...rsleevi@chromium.org2011-11-231-14/+2
* Disable InspectSharedWorker/PauseInSharedWorkerInitialization that times out.oshima@google.com2011-11-231-2/+2
* Roll WebKit 100977:101017.adamk@chromium.org2011-11-221-4/+2
* DevTools: remove obsolete methods from DevToolsClientHostyurys@chromium.org2011-11-222-18/+34
* Revert "DevTools: remove obsolete methods from DevToolsClientHost"yurys@chromium.org2011-11-222-23/+21
* DevTools: remove obsolete methods from DevToolsClientHostyurys@chromium.org2011-11-222-21/+23
* WebKit roll 100904:100924steveblock@chromium.org2011-11-211-1/+1
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-219-40/+44
* Enforce that most content messages files can't be included by chrome.jam@chromium.org2011-11-191-3/+2
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* Cleanup: Remove more forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-1/+0
* Standardize naming of SelectFileDialog implementation files.jamescook@chromium.org2011-11-151-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* [Mac] Make detached DevTools window draggable by the titlebar - Chrome-side p...asvitkine@chromium.org2011-11-102-3/+13
* Mark DevToolsSanityTest.TestReattachAfterCrash flaky on Linux.joi@chromium.org2011-11-091-0/+4
* DevTools: reattach to crashed inspected page when it reloadsyurys@chromium.org2011-11-091-0/+18
* chrome: Remove 7 exit time constructors and 3 static initializersthakis@chromium.org2011-11-058-30/+30
* Refactor loading out of ExtensionService.yoz@chromium.org2011-11-021-1/+2
* Implement inspect action for workers in Task Manageryurys@chromium.org2011-11-022-0/+24
* Move BrowserThread to content namespace.joi@chromium.org2011-11-023-0/+6
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Removing dedicated worker-related IPC codei (first round). dslomov@chromium.org2011-10-271-2/+1
* Mark WorkerDevToolsSanityTest.PauseInSharedWorkerInitialization flaky on Wind...vandebo@chromium.org2011-10-261-1/+3
* base::Bind: Convert chrome/browser/debugger.jhawkins@chromium.org2011-10-224-21/+25
* When WorkerProcessHost receives WorkerHostMsg_WorkerContextDestroyed message ...yurys@chromium.org2011-10-211-3/+3
* Fix the asan fix.joaodasilva@chromium.org2011-10-202-2/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-5/+6
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-192-3/+3
* Remove FLAKY modifier from WorkerDevToolsSanityTest.PauseInSharedWorkerInitia...yurys@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-193-30/+34
* Remove toolstrips from Chrome.aa@chromium.org2011-10-171-1/+1
* Enable DevTools tests for debugger pause functionalityyurys@chromium.org2011-10-171-5/+2
* Mark PauseInSharedWorkerInitialization as flakyyurys@chromium.org2011-10-171-1/+1
* Enable WorkerDevToolsSanityTest.InspectSharedWorkeryurys@chromium.org2011-10-171-1/+6
* Disable WorkerDevToolsSanityTest.PauseInSharedWorkerInitialization on Mac OS Xyurys@chromium.org2011-10-171-1/+8
* DevTools: test that debugger can be paused in shared worker initialization codeyurys@chromium.org2011-10-171-2/+78
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-1/+2
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-9/+11
* DevTools: support shared worker initialization debuggeryurys@chromium.org2011-10-121-17/+36
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-2/+3
* DevTools: introduce Attach/Detach on DevToolsAgentHostyurys@chromium.org2011-10-031-1/+4
* DevTools: don't send Detach followed by Attach message on navigation if inspe...yurys@chromium.org2011-09-281-0/+7
* Pass name of a devtools extension when adding it to DevTools.caseq@chromium.org2011-09-221-0/+1
* Fix a weird link error by replacing std::string::compare() with !=.satorux@chromium.org2011-09-151-1/+1