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