| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: rename debugger/ to devtools/, move DevTools files into content/ren... | pfeldman@chromium.org | 2012-12-19 | 1 | -472/+0 |
* | Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file... | mnissler@chromium.org | 2012-12-19 | 1 | -0/+472 |
* | DevTools: rename debugger/ to devtools/, move DevTools files into content/ren... | pfeldman@chromium.org | 2012-12-19 | 1 | -472/+0 |
* | DevTools: [remote debugging] emit Inspector.detached protocol message upon co... | pfeldman@chromium.org | 2012-11-02 | 1 | -1/+1 |
* | Move debugger and appcache to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -3/+1 |
* | Destroy WorkerDevToolsAgentHost when corresponding worker terminates | yurys@chromium.org | 2012-09-26 | 1 | -0/+1 |
* | Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si... | jam@chromium.org | 2012-09-25 | 1 | -26/+1 |
* | Remove storage context accessors from ResourceContext. | ajwong@chromium.org | 2012-09-11 | 1 | -0/+1 |
* | DevTools: Fix a leak. | jhawkins@chromium.org | 2012-08-31 | 1 | -3/+3 |
* | Fix a bug where the inspector would not keep event pages alive. | mpcomplete@chromium.org | 2012-08-22 | 1 | -1/+2 |
* | Hide WorkerProcessHost from chrome. | jam@chromium.org | 2012-02-01 | 1 | -2/+0 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -10/+9 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -9/+10 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -10/+9 |
* | Get rid of unnecessary accessors in BrowserProcessHost that were transitional... | jam@chromium.org | 2012-01-13 | 1 | -6/+7 |
* | Create an API around WorkerService that chrome consumes. Rename the existing ... | jam@chromium.org | 2011-12-29 | 1 | -2/+2 |
* | Update includes to new header locations | abarth@chromium.org | 2011-12-03 | 1 | -2/+2 |
* | Define DevTools content API | yurys@chromium.org | 2011-12-01 | 1 | -10/+26 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -1/+2 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -6/+5 |
* | Switch content/browser/debugger to base::Bind | yurys@chromium.org | 2011-11-09 | 1 | -11/+9 |
* | DevTools: notify devtools front-end when inspected worker terminates | yurys@chromium.org | 2011-11-09 | 1 | -0/+6 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Removing dedicated worker-related IPC codei (first round). | dslomov@chromium.org | 2011-10-27 | 1 | -1/+1 |
* | When WorkerProcessHost receives WorkerHostMsg_WorkerContextDestroyed message ... | yurys@chromium.org | 2011-10-21 | 1 | -92/+57 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -10/+12 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | DevTools: support shared worker initialization debugger | yurys@chromium.org | 2011-10-12 | 1 | -27/+174 |
* | DevTools: persist worker devtools agent state in DevToolsManager | yurys@chromium.org | 2011-10-10 | 1 | -0/+25 |
* | DevTools: introduce WorkderDevToolsAgentHost | yurys@chromium.org | 2011-09-08 | 1 | -0/+337 |