| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Do not fail on closing WebInspector while on a breakpoint. | pfeldman@chromium.org | 2009-05-06 | 1 | -0/+1 |
* | DevTools: Bugfixes for the round of sanity testing. | pfeldman@chromium.org | 2009-05-05 | 1 | -0/+1 |
* | Now it's possible to evaluate expressions in the debugger console. | yurys@google.com | 2009-05-04 | 1 | -0/+6 |
* | DevTools: Fix access violation (null pointer) on document tear down. | pfeldman@chromium.org | 2009-05-01 | 1 | -2/+2 |
* | DevTools: keep links on the edited styles so that they are not collected betw... | pfeldman@chromium.org | 2009-04-29 | 1 | -4/+10 |
* | DevTools: Implement styles toggle: | pfeldman@chromium.org | 2009-04-29 | 1 | -3/+3 |
* | Merge WebKit console and load deferrer changes. | pfeldman@chromium.org | 2009-04-28 | 1 | -12/+24 |
* | DevTools: Run nested message loop instead of whitelisting the messages. | pfeldman@chromium.org | 2009-04-22 | 1 | -2/+7 |
* | DevTools: Make all devtools messages dispatch through debugger interrupt. | pfeldman@chromium.org | 2009-04-17 | 1 | -3/+9 |
* | DevTools: Cache resources before attach, hide agents behind the flag. | pfeldman@chromium.org | 2009-04-09 | 1 | -2/+8 |
* | Reverting 13419. | pfeldman@chromium.org | 2009-04-09 | 1 | -8/+2 |
* | DevTools: Cache resource metainfo even when debugger agent is not attached. | pfeldman@chromium.org | 2009-04-09 | 1 | -2/+8 |
* | DevTools: Fix errors found during dogfooding. | pfeldman@chromium.org | 2009-04-08 | 1 | -2/+2 |
* | 1. All debugger messages are dispatched in a static method on the IO thread. ... | yurys@google.com | 2009-04-08 | 1 | -3/+7 |
* | DevTools: add basic console support. | pfeldman@chromium.org | 2009-04-07 | 1 | -0/+35 |
* | DevTools: Glue part for the 'attach early' functionality. | pfeldman@chromium.org | 2009-04-06 | 1 | -12/+20 |
* | DevTools: add support for provisional load tracking. | pfeldman@chromium.org | 2009-04-02 | 1 | -18/+27 |
* | DevTools: Support r/o properties inspection. | pfeldman@chromium.org | 2009-04-01 | 1 | -4/+20 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 1 | -22/+24 |
* | 1. Implemented an agent providing RPC interface to v8 debugger of the inspect... | yurys@google.com | 2009-03-27 | 1 | -0/+33 |
* | Make DevTools client survive 'refresh' of the inspectable tab. | pfeldman@chromium.org | 2009-03-26 | 1 | -23/+42 |
* | Wire 'Inspect Element' action to the new DevTools (depending on the devtools ... | pfeldman@chromium.org | 2009-03-24 | 1 | -8/+10 |
* | Make Rpc dispatch in DevTools static, remove redundant JSON parsing. | pfeldman@chromium.org | 2009-03-18 | 1 | -3/+6 |
* | - Provide Rpc classes with unique ids so that their message id spaces do not ... | pfeldman@chromium.org | 2009-03-13 | 1 | -1/+2 |
* | Initial WebDevToolsAgent implementation contains two agent objects: Dom agent | pfeldman@chromium.org | 2009-03-12 | 1 | -0/+113 |