| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: implement WebDevToolsAgentClient::WebKitClientMessageLoop. Also mak... | yurys@chromium.org | 2010-05-27 | 1 | -0/+30 |
* | Move devtool resources from webkit_resources.grd to an upstream grd file. | tony@chromium.org | 2010-03-11 | 1 | -1/+1 |
* | Prepare for removing glue/devtools: move devtools_message_data.* to glue/ | yurys@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | DevTools: load injected script using WebKit API. Now with test_shell working. | yurys@chromium.org | 2010-01-31 | 1 | -0/+15 |
* | Revert "DevTools: load injected script using WebKit API" | yurys@chromium.org | 2010-01-31 | 1 | -15/+0 |
* | DevTools: load injected script using WebKit API | yurys@chromium.org | 2010-01-31 | 1 | -0/+15 |
* | Remove unnecessary references to webkit/glue/glue_util.h in | darin@chromium.org | 2010-01-13 | 1 | -7/+3 |
* | DevTools: use WebDevToolsMessageData for devtools rpc messages | yurys@chromium.org | 2009-12-11 | 1 | -33/+10 |
* | Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages" | yurys@chromium.org | 2009-12-11 | 1 | -10/+33 |
* | DevTools: use WebDevToolsMessageData for devtools rpc messages | yurys@chromium.org | 2009-12-11 | 1 | -33/+10 |
* | Re-apply 34040. Now after 34055 build should succeed. | mnaganov@chromium.org | 2009-12-08 | 1 | -0/+16 |
* | Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu... | mnaganov@chromium.org | 2009-12-08 | 1 | -16/+0 |
* | DevTools: make possible profiling of scripts doing heavy calculations. | mnaganov@chromium.org | 2009-12-08 | 1 | -0/+16 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -3/+3 |
* | DevTools: support cross-navigation instrumentation. | pfeldman@chromium.org | 2009-11-02 | 1 | -7/+22 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -0/+1 |
* | Move WebDevToolsAgent{Delegate} into the WebKit API. | darin@chromium.org | 2009-10-17 | 1 | -16/+19 |
* | Convert devtools interfaces over to using WebString. | darin@chromium.org | 2009-10-16 | 1 | -9/+20 |
* | Enables the sending of Timeline Agent and Resource messages to the devtools a... | jamesr@chromium.org | 2009-10-12 | 1 | -0/+9 |
* | DevTools: Remove base/values dependency from devtools. | pfeldman@chromium.org | 2009-08-27 | 1 | -4/+10 |
* | DevTools: allow reload while on a breakpoint: detach agent on navigation atte... | pfeldman@chromium.org | 2009-07-13 | 1 | -0/+7 |
* | DevTools: decouple class and method names from RPC message arguments. That wo... | yurys@google.com | 2009-05-29 | 1 | -4/+8 |
* | DevTools: Run nested message loop instead of whitelisting the messages. | pfeldman@chromium.org | 2009-04-22 | 1 | -0/+12 |
* | DevTools: Make all devtools messages dispatch through debugger interrupt. | pfeldman@chromium.org | 2009-04-17 | 1 | -5/+16 |
* | DevTools: Cache resources before attach, hide agents behind the flag. | pfeldman@chromium.org | 2009-04-09 | 1 | -0/+1 |
* | Reverting 13419. | pfeldman@chromium.org | 2009-04-09 | 1 | -1/+0 |
* | DevTools: Cache resource metainfo even when debugger agent is not attached. | pfeldman@chromium.org | 2009-04-09 | 1 | -0/+1 |
* | DevTools: Split message handling on the agent side into the Renderer and IO h... | pfeldman@chromium.org | 2009-04-06 | 1 | -102/+11 |
* | DevTools: move devtools messages to common. | pfeldman@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Debugger output is now handled on the render thread. | yurys@google.com | 2009-04-02 | 1 | -16/+8 |
* | 1. Supported removal of breakpoints from UI. | yurys@google.com | 2009-04-01 | 1 | -67/+1 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 1 | -11/+40 |
* | 1. Implemented an agent providing RPC interface to v8 debugger of the inspect... | yurys@google.com | 2009-03-27 | 1 | -3/+10 |
* | Make DevTools client survive 'refresh' of the inspectable tab. | pfeldman@chromium.org | 2009-03-26 | 1 | -3/+18 |
* | Wire 'Inspect Element' action to the new DevTools (depending on the devtools ... | pfeldman@chromium.org | 2009-03-24 | 1 | -0/+6 |
* | Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code. | yurys@google.com | 2009-03-17 | 1 | -0/+181 |