| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Revert 19813 since it creates more problems than solves. | pfeldman@chromium.org | 2009-07-02 | 1 | -1/+0 |
* | DevTools: Set up utility context earlier (prevent from crash). | pfeldman@chromium.org | 2009-07-02 | 1 | -0/+1 |
* | DevTools: the context should be disposed to releas scripts and other resource... | yurys@google.com | 2009-06-18 | 1 | -0/+1 |
* | DevTools: Add support for dumping objects into the console. (Take 2). | pfeldman@chromium.org | 2009-06-17 | 1 | -3/+4 |
* | Revert 18484 - DevTools: Add support for dumping objects into the console. | laforge@chromium.org | 2009-06-16 | 1 | -4/+3 |
* | DevTools: Add support for dumping objects into the console. | pfeldman@chromium.org | 2009-06-16 | 1 | -3/+4 |
* | DevTools: now that WebKit implementation of WebInspector.SourceView expects I... | yurys@google.com | 2009-06-09 | 1 | -0/+1 |
* | DevTools: Catch up with InspectorController changes. | pfeldman@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | DevTools: decouple class and method names from RPC message arguments. That wo... | yurys@google.com | 2009-05-29 | 1 | -2/+6 |
* | DevTools: Migrate to InspectorController for network and console events. | pfeldman@chromium.org | 2009-05-27 | 1 | -29/+6 |
* | Page global contexts are assigned uniques ids.Script list now contain scripts... | yurys@google.com | 2009-05-13 | 1 | -1/+3 |
* | DevTools: Bugfixes for the round of sanity testing. | pfeldman@chromium.org | 2009-05-05 | 1 | -0/+2 |
* | DevTools: keep links on the edited styles so that they are not collected betw... | pfeldman@chromium.org | 2009-04-29 | 1 | -0/+2 |
* | Merge WebKit console and load deferrer changes. | pfeldman@chromium.org | 2009-04-28 | 1 | -7/+17 |
* | DevTools: Run nested message loop instead of whitelisting the messages. | pfeldman@chromium.org | 2009-04-22 | 1 | -0/+2 |
* | DevTools: Make all devtools messages dispatch through debugger interrupt. | pfeldman@chromium.org | 2009-04-17 | 1 | -0/+2 |
* | DevTools: add basic console support. | pfeldman@chromium.org | 2009-04-07 | 1 | -0/+17 |
* | DevTools: add support for provisional load tracking. | pfeldman@chromium.org | 2009-04-02 | 1 | -8/+9 |
* | DevTools: Support r/o properties inspection. | pfeldman@chromium.org | 2009-04-01 | 1 | -1/+6 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 1 | -2/+3 |
* | 1. Implemented an agent providing RPC interface to v8 debugger of the inspect... | yurys@google.com | 2009-03-27 | 1 | -4/+7 |
* | Make DevTools client survive 'refresh' of the inspectable tab. | pfeldman@chromium.org | 2009-03-26 | 1 | -2/+7 |
* | Wire 'Inspect Element' action to the new DevTools (depending on the devtools ... | pfeldman@chromium.org | 2009-03-24 | 1 | -1/+1 |
* | Make Rpc dispatch in DevTools static, remove redundant JSON parsing. | pfeldman@chromium.org | 2009-03-18 | 1 | -3/+0 |
* | - Provide Rpc classes with unique ids so that their message id spaces do not ... | pfeldman@chromium.org | 2009-03-13 | 1 | -0/+1 |
* | Initial WebDevToolsAgent implementation contains two agent objects: Dom agent | pfeldman@chromium.org | 2009-03-12 | 1 | -0/+72 |