summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools
Commit message (Expand)AuthorAgeFilesLines
* BUG=12192rafaelw@chromium.org2009-05-302-329/+0
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-295-58/+103
* DevTools: Fix standalone mode for Inspector frontend.pfeldman@chromium.org2009-05-281-2/+2
* DevTools: Add support for non-trivial console messages.pfeldman@chromium.org2009-05-281-2/+15
* Separate results of profiling sessions.mnaganov@chromium.org2009-05-283-33/+75
* DevTools: Migrate to InspectorController for network and console events.pfeldman@chromium.org2009-05-2712-681/+196
* DevTools: use event context to decide which agent should be used for handling...yurys@google.com2009-05-262-80/+49
* Sync with the profiler changes in V8.mnaganov@chromium.org2009-05-265-61/+92
* DevTools: disable console autocompletion until we come up with some good solu...yurys@google.com2009-05-251-0/+11
* DevTools: Messages converted to wide strings don't work on Mac and Linux. Use...yurys@google.com2009-05-212-4/+4
* DevTools: Temporarily use JSON with escaping to handle non-latin data.pfeldman@chromium.org2009-05-211-1/+3
* DevTools: Reverting 16586. Necessary v8 changes are not rolled yet.yurys@google.com2009-05-212-49/+80
* DevTools: Use message format in WebInspector.UIString override.pfeldman@chromium.org2009-05-211-1/+1
* DevTools: Display main resource url as devtools window title.pfeldman@chromium.org2009-05-213-7/+15
* DevTools: only supported event types are forwarded to the client. Unsupported...yurys@google.com2009-05-211-0/+7
* DevTools: use event context to decide which agent should be used for handling...yurys@google.com2009-05-212-80/+49
* DevTools: if the number of actual parameters is greater than number of the fo...yurys@google.com2009-05-201-13/+25
* DevTools: do work with new InspectorController.pfeldman@chromium.org2009-05-193-27/+13
* Fix build breakage (add file missing in 115508).pfeldman@chromium.org2009-05-191-0/+2
* DevTools: do not cache xmlhttp when client is not attached; reduce agent cach...pfeldman@chromium.org2009-05-191-10/+17
* DevTools: utility scripts and all other scripts not having context data are f...yurys@google.com2009-05-181-0/+36
* DevTools: to speed up devtools start up time script sources are omitted from ...yurys@google.com2009-05-182-1/+84
* DevTools: changed debugger response handling so to the short format. Now obje...yurys@google.com2009-05-182-177/+66
* DevTools: Introduce lightweight version of JSON serialization.pfeldman@chromium.org2009-05-151-1/+1
* DevTools: simplify client dispatch via moving it into javascript.pfeldman@chromium.org2009-05-152-97/+25
* DevTools: save time on line lookup in l10n error report.pfeldman@chromium.org2009-05-147-416/+426
* Add initial version of DevTools Profiler.mnaganov@chromium.org2009-05-149-2/+478
* 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