summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/worker_devtools_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* 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