summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/js
Commit message (Expand)AuthorAgeFilesLines
* 1. Supported 'lookup' and 'evaluate' requests in the front end.yurys@google.com2009-04-162-19/+247
* v8 uses 0-based line numbering, while in WebKit they are numbered from 1 so w...yurys@google.com2009-04-131-4/+29
* DevTools: Migrate CSS functionality to javascript.pfeldman@chromium.org2009-04-106-223/+287
* Serializing styles in JSON. Previous implementation (serializing as cssText) ...serya@google.com2009-04-102-39/+86
* 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-091-18/+1
* Reverting 13419.pfeldman@chromium.org2009-04-091-1/+18
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-091-18/+1
* 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-082-13/+11
* DevTools: add basic console support.pfeldman@chromium.org2009-04-073-35/+66
* 1. Scope pane is populated with local variables, arguments and 'this' object ...yurys@google.com2009-04-033-52/+231
* DevTools: fixes for crashes / bugs while debugging calendar.google.com.pfeldman@chromium.org2009-04-034-21/+76
* 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-023-43/+264
* DevTools: add support for provisional load tracking.pfeldman@chromium.org2009-04-023-3/+30
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-012-4/+125
* DevTools: Support r/o properties inspection.pfeldman@chromium.org2009-04-016-10/+260
* 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
* DevTools: Implement basic DOM edit operations.pfeldman@chromium.org2009-03-303-21/+178
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-272-17/+1
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-275-4/+315
* Make DevTools client survive 'refresh' of the inspectable tab.pfeldman@chromium.org2009-03-264-43/+132
* DevTools: Element Panel search implementation.pfeldman@chromium.org2009-03-253-2/+96
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-245-74/+111
* DevToolsClient frontend improvements:pfeldman@chromium.org2009-03-238-102/+330
* Initial revision of the DevTools frontend.pfeldman@chromium.org2009-03-229-0/+2553