| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Use v8 utility context in debugger agent. | pfeldman@chromium.org | 2009-04-10 | 1 | -7/+43 |
* | DevTools: Migrate CSS functionality to javascript. | pfeldman@chromium.org | 2009-04-10 | 9 | -354/+287 |
* | Serializing styles in JSON. Previous implementation (serializing as cssText) ... | serya@google.com | 2009-04-10 | 4 | -56/+133 |
* | Read script ids for call stack frames from 'backtrace' response. | yurys@google.com | 2009-04-09 | 1 | -1/+8 |
* | DevTools: Cache resources before attach, hide agents behind the flag. | pfeldman@chromium.org | 2009-04-09 | 4 | -50/+79 |
* | Reverting 13419. | pfeldman@chromium.org | 2009-04-09 | 4 | -79/+50 |
* | DevTools: Cache resource metainfo even when debugger agent is not attached. | pfeldman@chromium.org | 2009-04-09 | 4 | -50/+79 |
* | Implemented navigation through the search results (jump to next/next) | serya@google.com | 2009-04-09 | 2 | -20/+83 |
* | rebase and more minor changes. | aa@chromium.org | 2009-04-09 | 2 | -78/+20 |
* | DevTools: Fix errors found during dogfooding. | pfeldman@chromium.org | 2009-04-08 | 5 | -34/+23 |
* | 1. All debugger messages are dispatched in a static method on the IO thread. ... | yurys@google.com | 2009-04-08 | 4 | -14/+195 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -6/+6 |
* | DevTools: add basic console support. | pfeldman@chromium.org | 2009-04-07 | 4 | -37/+75 |
* | DevTools: Glue part for the 'attach early' functionality. | pfeldman@chromium.org | 2009-04-06 | 3 | -12/+33 |
* | 1. Scope pane is populated with local variables, arguments and 'this' object ... | yurys@google.com | 2009-04-03 | 3 | -52/+231 |
* | DevTools: Use string literals when encoding messages. | pfeldman@chromium.org | 2009-04-03 | 3 | -124/+89 |
* | DevTools: fixes for crashes / bugs while debugging calendar.google.com. | pfeldman@chromium.org | 2009-04-03 | 7 | -114/+180 |
* | DevTools: beautify debugger script list. | pfeldman@chromium.org | 2009-04-02 | 1 | -1/+11 |
* | DevTools: add missing changes to the js file (from the http://codereview.chro... | pfeldman@chromium.org | 2009-04-02 | 1 | -7/+31 |
* | Added trivial exception event handler that prints message to the Console and ... | yurys@google.com | 2009-04-02 | 1 | -0/+13 |
* | DevTools: Add support for r/o CSS inspection. Original review CL by serya : h... | pfeldman@chromium.org | 2009-04-02 | 6 | -44/+377 |
* | DevTools: add support for provisional load tracking. | pfeldman@chromium.org | 2009-04-02 | 5 | -34/+81 |
* | Debugger output is now handled on the render thread. | yurys@google.com | 2009-04-02 | 1 | -1/+4 |
* | 1. Supported removal of breakpoints from UI. | yurys@google.com | 2009-04-01 | 5 | -5/+138 |
* | DevTools: Support r/o properties inspection. | pfeldman@chromium.org | 2009-04-01 | 11 | -27/+363 |
* | Chrome side of WebKit merge 42026:42115 | playmobil@google.com | 2009-03-31 | 1 | -1/+1 |
* | 1. Allow to add breakpoints using Scripts panel. | yurys@google.com | 2009-03-31 | 2 | -35/+344 |
* | 1. Added 'scripts' command response handler that populates Scripts panel with... | yurys@google.com | 2009-03-30 | 2 | -61/+68 |
* | DevTools: support null callbacks in the frontend, encapsulate node ids. | pfeldman@chromium.org | 2009-03-30 | 3 | -8/+5 |
* | Fix devtools tests. | pfeldman@chromium.org | 2009-03-30 | 1 | -2/+2 |
* | DevTools: Implement basic DOM edit operations. | pfeldman@chromium.org | 2009-03-30 | 11 | -253/+537 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 3 | -20/+1 |
* | 1. Implemented an agent providing RPC interface to v8 debugger of the inspect... | yurys@google.com | 2009-03-27 | 11 | -5/+537 |
* | Make DevTools client survive 'refresh' of the inspectable tab. | pfeldman@chromium.org | 2009-03-26 | 5 | -48/+138 |
* | DevTools: Element Panel search implementation. | pfeldman@chromium.org | 2009-03-25 | 6 | -4/+222 |
* | Wire 'Inspect Element' action to the new DevTools (depending on the devtools ... | pfeldman@chromium.org | 2009-03-24 | 9 | -143/+205 |
* | DevToolsClient frontend improvements: | pfeldman@chromium.org | 2009-03-23 | 15 | -129/+561 |
* | Initial revision of the DevTools frontend. | pfeldman@chromium.org | 2009-03-22 | 10 | -0/+2571 |
* | Add support for Javascript function callbacks into the WebDevToolsClient. | pfeldman@chromium.org | 2009-03-20 | 9 | -80/+128 |
* | Make Rpc dispatch in DevTools static, remove redundant JSON parsing. | pfeldman@chromium.org | 2009-03-18 | 2 | -16/+19 |
* | Switch to useCapture in order to handle DOMNodeRemovedFromDocument events. | pfeldman@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | - Provide Rpc classes with unique ids so that their message id spaces do not ... | pfeldman@chromium.org | 2009-03-13 | 8 | -33/+202 |
* | Initial WebDevToolsAgent implementation contains two agent objects: Dom agent | pfeldman@chromium.org | 2009-03-12 | 11 | -0/+1824 |