summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger
Commit message (Expand)AuthorAgeFilesLines
* DevTools: remove obsolete methods from DevToolsClientHostyurys@chromium.org2011-11-222-40/+1
* Revert "DevTools: remove obsolete methods from DevToolsClientHost"yurys@chromium.org2011-11-222-1/+40
* DevTools: remove obsolete methods from DevToolsClientHostyurys@chromium.org2011-11-222-40/+1
* Make DevToolsManager a singleton, remove it from ContentBrowserClient.yurys@chromium.org2011-11-223-9/+5
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-6/+5
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+4
* Add OVERRIDE to content/.avi@chromium.org2011-11-174-14/+17
* Fix DevToolsManagerTest.ReattachOnCancelPendingNavigation assert failure in d...yurys@chromium.org2011-11-161-1/+1
* DevTools: reattach to previous RVH when pending navigation is being canceled.yurys@chromium.org2011-11-163-0/+51
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-153-4/+4
* Fix components build on Linux when toolkit_views=1.tony@chromium.org2011-11-141-1/+1
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-103-10/+7
* Switch content/browser/debugger to base::Bindyurys@chromium.org2011-11-093-48/+40
* DevTools: reattach to crashed inspected page when it reloadsyurys@chromium.org2011-11-091-1/+2
* DevTools: notify devtools front-end when inspected worker terminatesyurys@chromium.org2011-11-091-0/+6
* content: Remove 16 exit time destructors and 15 static initializers.thakis@chromium.org2011-11-086-35/+51
* Move BrowserThread to content namespace.joi@chromium.org2011-11-024-0/+8
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-284-4/+4
* Removing dedicated worker-related IPC codei (first round). dslomov@chromium.org2011-10-271-1/+1
* When WorkerProcessHost receives WorkerHostMsg_WorkerContextDestroyed message ...yurys@chromium.org2011-10-212-95/+62
* 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-4/+4
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-194-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-12/+14
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+0
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-182-1/+2
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-15/+16
* DevTools: support shared worker initialization debuggeryurys@chromium.org2011-10-124-37/+215
* DevTools: allow attaching/detaching DevToolsAgentHostsyurys@chromium.org2011-10-102-1/+14
* DevTools: persist worker devtools agent state in DevToolsManageryurys@chromium.org2011-10-104-1/+47
* DevTools: preserve saved agent runtime state after first navigationyurys@chromium.org2011-10-071-1/+3
* Now that WebKit r96590 is rolled, reapply http://codereview.chromium.org/8135...yurys@chromium.org2011-10-056-51/+34
* Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimePrope...yurys@chromium.org2011-10-046-34/+51
* DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties mapyurys@chromium.org2011-10-046-51/+34
* DevTools: introduce Attach/Detach on DevToolsAgentHostyurys@chromium.org2011-10-034-37/+21
* DevTools: disable page prerendering for inspected tabsyurys@chromium.org2011-10-032-0/+19
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-302-3/+4
* DevTools: don't send Detach followed by Attach message on navigation if inspe...yurys@chromium.org2011-09-281-0/+2
* Export more symbols needed for the component build of content.dpranke@chromium.org2011-09-161-1/+2
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-134-7/+13
* DevTools: introduce WorkderDevToolsAgentHostyurys@chromium.org2011-09-089-392/+418
* DevTools handler now handles messages from both client and agent and is creat...yurys@chromium.org2011-08-318-194/+66
* Move more files to content_unittests.phajdan.jr@chromium.org2011-08-301-9/+33
* DevTools: introduce DevToolsAgentHostyurys@chromium.org2011-08-296-118/+297
* Revert 98552 (OpenAndManuallyCloseDevToolsClientHost now fails onthakis@chromium.org2011-08-276-296/+118
* DevTools: introduce DevToolsAgentHostyurys@chromium.org2011-08-276-118/+296
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-1/+4
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Revert "DevTools: introduce DevToolsAgentHost"yurys@chromium.org2011-08-166-312/+125
* DevTools: introduce DevToolsAgentHostyurys@chromium.org2011-08-166-125/+312