summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools
Commit message (Expand)AuthorAgeFilesLines
* DevTools: fix memory leak.pfeldman@chromium.org2009-05-131-0/+1
* DevTools: optimize network agent performance while not attached.pfeldman@chromium.org2009-05-132-40/+107
* Page global contexts are assigned uniques ids.Script list now contain scripts...yurys@google.com2009-05-137-46/+106
* DevTools: migrate to 'native' JSON serialization.pfeldman@chromium.org2009-05-127-17/+13
* Don't request scripts until ScriptsPanel is visible.yurys@google.com2009-05-122-6/+32
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-1/+1
* DevTools: Activate inspector window on break / exception.pfeldman@chromium.org2009-05-081-0/+1
* DevTools: Update test expectataions.pfeldman@chromium.org2009-05-061-17/+19
* DevTools: Do not fail on closing WebInspector while on a breakpoint.pfeldman@chromium.org2009-05-064-39/+77
* Chrome changes for WebKit merge 43114:43242darin@chromium.org2009-05-051-29/+31
* In OOP-sytle JavaScript programs there are lots of anonymous functions which ...yurys@google.com2009-05-051-7/+1
* DevTools: Bugfixes for the round of sanity testing.pfeldman@chromium.org2009-05-054-8/+31
* 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: Support XmlHTTPRequests sniffing.pfeldman@chromium.org2009-05-042-1/+21
* DevTools: Fix access violation (null pointer) on document tear down.pfeldman@chromium.org2009-05-012-3/+6
* 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-295-338/+349
* DevTools: Implement styles toggle:pfeldman@chromium.org2009-04-298-239/+469
* 1. Debugger front-end scripts are now updated from 'afterCompile' events.yurys@google.com2009-04-283-52/+86
* Merge WebKit console and load deferrer changes.pfeldman@chromium.org2009-04-283-52/+12
* Ignore whitespace while mirroring Dom to the client.pfeldman@chromium.org2009-04-273-17/+55
* To avoid reauest and response json parsing caller_id is passed as ClientData ...yurys@google.com2009-04-243-119/+49
* Review URL: http://codereview.chromium.org/93009yurys@google.com2009-04-232-2/+2
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-224-23/+102
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-174-21/+45
* 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: 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