summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/worker_devtools_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-472/+0
* Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file...mnissler@chromium.org2012-12-191-0/+472
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-472/+0
* DevTools: [remote debugging] emit Inspector.detached protocol message upon co...pfeldman@chromium.org2012-11-021-1/+1
* Move debugger and appcache to the content namespace.jam@chromium.org2012-10-241-3/+1
* Destroy WorkerDevToolsAgentHost when corresponding worker terminatesyurys@chromium.org2012-09-261-0/+1
* Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si...jam@chromium.org2012-09-251-26/+1
* Remove storage context accessors from ResourceContext.ajwong@chromium.org2012-09-111-0/+1
* DevTools: Fix a leak.jhawkins@chromium.org2012-08-311-3/+3
* Fix a bug where the inspector would not keep event pages alive.mpcomplete@chromium.org2012-08-221-1/+2
* Hide WorkerProcessHost from chrome.jam@chromium.org2012-02-011-2/+0
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-10/+9
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-9/+10
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-10/+9
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-6/+7
* Create an API around WorkerService that chrome consumes. Rename the existing ...jam@chromium.org2011-12-291-2/+2
* Update includes to new header locationsabarth@chromium.org2011-12-031-2/+2
* Define DevTools content APIyurys@chromium.org2011-12-011-10/+26
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-1/+2
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-6/+5
* Switch content/browser/debugger to base::Bindyurys@chromium.org2011-11-091-11/+9
* DevTools: notify devtools front-end when inspected worker terminatesyurys@chromium.org2011-11-091-0/+6
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* 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-211-92/+57
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-10/+12
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* DevTools: support shared worker initialization debuggeryurys@chromium.org2011-10-121-27/+174
* DevTools: persist worker devtools agent state in DevToolsManageryurys@chromium.org2011-10-101-0/+25
* DevTools: introduce WorkderDevToolsAgentHostyurys@chromium.org2011-09-081-0/+337