| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Preserve WebInspector window while switching RenderViewHost. | pfeldman@chromium.org | 2009-05-07 | 1 | -0/+3 |
* | DevTools: Enable debugging of non-TabContents including extensions. | pfeldman@chromium.org | 2009-05-07 | 1 | -133/+71 |
* | DevTools: localize window title, append inspected tab url there. | pfeldman@chromium.org | 2009-05-05 | 1 | -7/+17 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -10/+5 |
* | Move another batch of functions for WebContents to TabContents. This also | brettw@chromium.org | 2009-04-24 | 1 | -29/+21 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -12/+8 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -8/+12 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -12/+8 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -3/+3 |
* | DevTools: Fix errors found during dogfooding. | pfeldman@chromium.org | 2009-04-08 | 1 | -1/+2 |
* | DevTools: tell agent it has client attached early (prior to the navigation). | pfeldman@chromium.org | 2009-04-07 | 1 | -16/+5 |
* | DevTools: move devtools messages to common. | pfeldman@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 1 | -19/+66 |
* | Wire 'Inspect Element' action to the new DevTools (depending on the devtools ... | pfeldman@chromium.org | 2009-03-24 | 1 | -0/+23 |
* | Currently we have two types of devtools UI: Chrome built in developer tools w... | yurys@google.com | 2009-03-23 | 1 | -114/+76 |
* | Initial unit tests implementation. | yurys@google.com | 2009-03-17 | 1 | -11/+19 |
* | DevToolsManager is a service in the browser process that manages all open dev... | yurys@google.com | 2009-03-16 | 1 | -0/+202 |