| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop debugger by escape key. | sgjesse@chromium.org | 2009-04-29 | 3 | -3/+16 |
* | Move another batch of functions for WebContents to TabContents. This also | brettw@chromium.org | 2009-04-24 | 2 | -42/+34 |
* | Review URL: http://codereview.chromium.org/87034 | apavlov@chromium.org | 2009-04-22 | 12 | -79/+89 |
* | Review URL: http://codereview.chromium.org/77006 | apavlov@chromium.org | 2009-04-21 | 7 | -41/+51 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 7 | -26/+20 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 7 | -20/+26 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 7 | -26/+20 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 2 | -4/+0 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 4 | -6/+6 |
* | DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or... | pfeldman@chromium.org | 2009-04-10 | 19 | -7/+2010 |
* | DevTools: Fix errors found during dogfooding. | pfeldman@chromium.org | 2009-04-08 | 1 | -1/+2 |
* | Make the RenderViewHostFactory a global. This prevents us from having to pass | brettw@chromium.org | 2009-04-07 | 2 | -4/+2 |
* | DevTools: tell agent it has client attached early (prior to the navigation). | pfeldman@chromium.org | 2009-04-07 | 2 | -18/+12 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 1 | -1/+1 |
* | Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f... | thestig@chromium.org | 2009-04-03 | 1 | -6/+1 |
* | DevTools: move devtools messages to common. | pfeldman@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -1/+0 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -191/+0 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 2 | -19/+71 |
* | Wire 'Inspect Element' action to the new DevTools (depending on the devtools ... | pfeldman@chromium.org | 2009-03-24 | 2 | -0/+30 |
* | Currently we have two types of devtools UI: Chrome built in developer tools w... | yurys@google.com | 2009-03-23 | 13 | -278/+319 |
* | Initial revision of the DevTools frontend. | pfeldman@chromium.org | 2009-03-22 | 1 | -2/+2 |
* | Merge DOMUIContents into WebContents. | brettw@chromium.org | 2009-03-17 | 2 | -6/+5 |
* | Initial unit tests implementation. | yurys@google.com | 2009-03-17 | 4 | -12/+149 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 2 | -4/+4 |
* | bustage fix - file moved | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | bustage fix - file moved | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | DevToolsManager is a service in the browser process that manages all open dev... | yurys@google.com | 2009-03-16 | 13 | -136/+518 |
* | Rename DebuggerContents to DebuggerUI and move to the dom_ui folder. | brettw@chromium.org | 2009-03-13 | 4 | -197/+0 |
* | Enable building of browser/debugger/debugger_{contents,shell}.cc on Linux. | sgk@google.com | 2009-03-11 | 1 | -0/+20 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 12 | -13/+0 |
* | - Developer tools frontend is served from chrom-ui://devtools/tools.html | yurys@google.com | 2009-03-06 | 1 | -1/+7 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 4 | -20/+31 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 6 | -8/+8 |
* | Fix 16/wide build bustange on non-Windows. | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Fix the build with some forgotten string conversions on non-Windows. | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 2 | -5/+5 |
* | Add a command line flag --v8-proxy-resolver, to select the new PAC implementa... | ericroman@google.com | 2009-03-03 | 1 | -0/+11 |
* | Developer tools messages are forwarded as wrapped IPC::Messages(previously th... | yurys@google.com | 2009-02-26 | 6 | -0/+290 |
* | Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI. | glen@chromium.org | 2009-02-25 | 2 | -13/+28 |
* | Final step in converting all grit includes to have grit in the path. | tc@google.com | 2009-02-24 | 1 | -1/+1 |
* | Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu... | mmoss@chromium.org | 2009-02-23 | 1 | -0/+1 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -1/+1 |
* | Revert r10090, which was committed without proper review. | darin@chromium.org | 2009-02-20 | 8 | -389/+0 |
* | Add tab content type for developer tools UI. | yurys@google.com | 2009-02-20 | 8 | -0/+389 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Reverting 9944. | yurys@google.com | 2009-02-18 | 8 | -406/+0 |
* | Create communication channel between developer tools UI implemented in JS and... | yurys@google.com | 2009-02-18 | 8 | -0/+406 |
* | Reverting 9855. | maruel@chromium.org | 2009-02-16 | 8 | -396/+0 |