summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/js
Commit message (Expand)AuthorAgeFilesLines
* DevTools: migrate to 'native' JSON serialization.pfeldman@chromium.org2009-05-126-15/+13
* Don't request scripts until ScriptsPanel is visible.yurys@google.com2009-05-122-6/+32
* DevTools: Activate inspector window on break / exception.pfeldman@chromium.org2009-05-081-0/+1
* In OOP-sytle JavaScript programs there are lots of anonymous functions which ...yurys@google.com2009-05-051-7/+1
* DevTools: Add Metrics sidebar support.pfeldman@chromium.org2009-05-044-24/+125
* DevTools: Implement search in scripts.pfeldman@chromium.org2009-05-042-2/+41
* Now it's possible to evaluate expressions in the debugger console.yurys@google.com2009-05-042-37/+99
* DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...pfeldman@chromium.org2009-05-041-7/+4
* DevTools: Implement styles editing.pfeldman@chromium.org2009-04-304-48/+235
* 1. When exception is thrown debugger will pause and show call stack.yurys@google.com2009-04-303-8/+82
* DevTools: keep links on the edited styles so that they are not collected betw...pfeldman@chromium.org2009-04-293-319/+328
* DevTools: Implement styles toggle:pfeldman@chromium.org2009-04-295-230/+445
* 1. Debugger front-end scripts are now updated from 'afterCompile' events.yurys@google.com2009-04-281-52/+77
* Merge WebKit console and load deferrer changes.pfeldman@chromium.org2009-04-281-6/+4
* 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