| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: remove obsolete methods from DevToolsClientHost | yurys@chromium.org | 2011-11-22 | 2 | -40/+1 |
* | Revert "DevTools: remove obsolete methods from DevToolsClientHost" | yurys@chromium.org | 2011-11-22 | 2 | -1/+40 |
* | DevTools: remove obsolete methods from DevToolsClientHost | yurys@chromium.org | 2011-11-22 | 2 | -40/+1 |
* | Make DevToolsManager a singleton, remove it from ContentBrowserClient. | yurys@chromium.org | 2011-11-22 | 3 | -9/+5 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -6/+5 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -3/+4 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 4 | -14/+17 |
* | Fix DevToolsManagerTest.ReattachOnCancelPendingNavigation assert failure in d... | yurys@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | DevTools: reattach to previous RVH when pending navigation is being canceled. | yurys@chromium.org | 2011-11-16 | 3 | -0/+51 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 3 | -4/+4 |
* | Fix components build on Linux when toolkit_views=1. | tony@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | Cleanup: Remove unneeded forward declarations in content/browser. | thestig@chromium.org | 2011-11-10 | 3 | -10/+7 |
* | Switch content/browser/debugger to base::Bind | yurys@chromium.org | 2011-11-09 | 3 | -48/+40 |
* | DevTools: reattach to crashed inspected page when it reloads | yurys@chromium.org | 2011-11-09 | 1 | -1/+2 |
* | DevTools: notify devtools front-end when inspected worker terminates | yurys@chromium.org | 2011-11-09 | 1 | -0/+6 |
* | content: Remove 16 exit time destructors and 15 static initializers. | thakis@chromium.org | 2011-11-08 | 6 | -35/+51 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 4 | -0/+8 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 4 | -4/+4 |
* | 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 | 2 | -95/+62 |
* | Fix the asan fix. | joaodasilva@chromium.org | 2011-10-20 | 2 | -2/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -4/+4 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 4 | -4/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -12/+14 |
* | Move content_client.h into content/public. | joi@chromium.org | 2011-10-18 | 1 | -1/+0 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 2 | -1/+2 |
* | net: Move EscapeForHTML() functions into net namespace. | tfarina@chromium.org | 2011-10-13 | 1 | -15/+16 |
* | DevTools: support shared worker initialization debugger | yurys@chromium.org | 2011-10-12 | 4 | -37/+215 |
* | DevTools: allow attaching/detaching DevToolsAgentHosts | yurys@chromium.org | 2011-10-10 | 2 | -1/+14 |
* | DevTools: persist worker devtools agent state in DevToolsManager | yurys@chromium.org | 2011-10-10 | 4 | -1/+47 |
* | DevTools: preserve saved agent runtime state after first navigation | yurys@chromium.org | 2011-10-07 | 1 | -1/+3 |
* | Now that WebKit r96590 is rolled, reapply http://codereview.chromium.org/8135... | yurys@chromium.org | 2011-10-05 | 6 | -51/+34 |
* | Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimePrope... | yurys@chromium.org | 2011-10-04 | 6 | -34/+51 |
* | DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties map | yurys@chromium.org | 2011-10-04 | 6 | -51/+34 |
* | DevTools: introduce Attach/Detach on DevToolsAgentHost | yurys@chromium.org | 2011-10-03 | 4 | -37/+21 |
* | DevTools: disable page prerendering for inspected tabs | yurys@chromium.org | 2011-10-03 | 2 | -0/+19 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 2 | -3/+4 |
* | DevTools: don't send Detach followed by Attach message on navigation if inspe... | yurys@chromium.org | 2011-09-28 | 1 | -0/+2 |
* | Export more symbols needed for the component build of content. | dpranke@chromium.org | 2011-09-16 | 1 | -1/+2 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 4 | -7/+13 |
* | DevTools: introduce WorkderDevToolsAgentHost | yurys@chromium.org | 2011-09-08 | 9 | -392/+418 |
* | DevTools handler now handles messages from both client and agent and is creat... | yurys@chromium.org | 2011-08-31 | 8 | -194/+66 |
* | Move more files to content_unittests. | phajdan.jr@chromium.org | 2011-08-30 | 1 | -9/+33 |
* | DevTools: introduce DevToolsAgentHost | yurys@chromium.org | 2011-08-29 | 6 | -118/+297 |
* | Revert 98552 (OpenAndManuallyCloseDevToolsClientHost now fails on | thakis@chromium.org | 2011-08-27 | 6 | -296/+118 |
* | DevTools: introduce DevToolsAgentHost | yurys@chromium.org | 2011-08-27 | 6 | -118/+296 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -1/+4 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | Revert "DevTools: introduce DevToolsAgentHost" | yurys@chromium.org | 2011-08-16 | 6 | -312/+125 |
* | DevTools: introduce DevToolsAgentHost | yurys@chromium.org | 2011-08-16 | 6 | -125/+312 |