summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceapavlov@chromium.org2009-10-231-2/+2
* Use the existing ProfileTypes extensibility to plug in heap snapshotsapavlov@chromium.org2009-10-221-88/+31
* Modify the factory method name to follow WebKitapavlov@chromium.org2009-10-211-2/+2
* DevTools: test that content scripts are visible in the debugger scripts listyurys@google.com2009-10-211-8/+38
* Prepare heap profiler for WebKit profiles panel UI-related refactoringapavlov@chromium.org2009-10-191-0/+12
* DevTools: show diffs of retainers count between heap snapshots.mnaganov@chromium.org2009-10-192-122/+137
* DevTools: allow expanding constructor propertyyurys@google.com2009-10-192-68/+83
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-173-4/+6
* Convert devtools interfaces over to using WebString.darin@chromium.org2009-10-169-76/+52
* Fix heap profiler after a WebKit roll.apavlov@chromium.org2009-10-162-9/+42
* DevTools: now really fix TestProfilerTab (forgot to include the second file).mnaganov@chromium.org2009-10-151-2/+2
* DevTools: fix the TestProfilerTab test.mnaganov@chromium.org2009-10-151-4/+1
* DevTools: restore accidentally deleted if blockyurys@google.com2009-10-151-0/+10
* DevTools: enable DevToolsSanityTest.TestCompletionOnPause that failed because...yurys@google.com2009-10-152-2/+1
* DevTools: Forward copy and cookie-related messages to the inspector controller.pfeldman@chromium.org2009-10-141-0/+3
* DevTools: support autocompletion when script is pausedyurys@google.com2009-10-143-9/+176
* DevTools: prepare for a patch from WebKit bug 30328.mnaganov@chromium.org2009-10-142-0/+13
* DevTools: Make DevTools look like Chrome.pfeldman@chromium.org2009-10-1411-0/+72
* DevTools: prepare for a change in WebKit introducing profile types.mnaganov@chromium.org2009-10-131-0/+10
* DevTools: add methods to our InspectorController stub to prepare for a change...mnaganov@chromium.org2009-10-131-0/+16
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-122-1/+42
* DevTools: manually dispatch messages from the inspector controller - WebKit's...pfeldman@chromium.org2009-10-121-1/+4
* DevTools: enable databases panel.pfeldman@chromium.org2009-10-125-65/+18
* DevTools: show heap profiles in "Profiles" tab, remove temporary "Heap" tab.mnaganov@chromium.org2009-10-087-184/+69
* DevTools: fix and reenable TestDebugIntrinsicPropertiesyurys@google.com2009-10-081-26/+49
* DevTools: fix failing testsyurys@google.com2009-10-081-1/+1
* DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2...yurys@google.com2009-10-073-27/+191
* DevTools: auto-generate devtools.html from WebKit's inspector.htmlmnaganov@chromium.org2009-10-051-143/+0
* DevTools: Prepare DevTools for rolling onto r49084.pfeldman@chromium.org2009-10-052-11/+17
* DevTools: test that scopes can be epxandedyurys@google.com2009-10-021-7/+215
* DevTools Heap profiler: Show aggregated retainer graphs.mnaganov@chromium.org2009-10-013-92/+297
* DevTools: add tests for step over/out/inyurys@google.com2009-09-301-0/+259
* DevTools: Follow up fix for r27473pfeldman@chromium.org2009-09-291-1/+1
* DevTools: temporary fix for bug 23260. Guess resource type and content mimeTy...yurys@google.com2009-09-292-1/+29
* DevTools: Provisional fix for webkit merge: add event listeners panel js.pfeldman@chromium.org2009-09-251-0/+1
* DevTools: autoresume execution on parse errors.yurys@google.com2009-09-242-10/+68
* Reverting 27062 since "DevTools: repair on linux and reenable breakpoint test...yurys@google.com2009-09-241-2/+6
* Revert "DevTools: repair on linux and reenable breakpoint tests" revision 27060.maruel@chromium.org2009-09-241-6/+2
* DevTools: repair on linux and reenable breakpoint testsyurys@google.com2009-09-241-2/+6
* DevTools: Add local fix for console formatting while waiting for upstream fix...pfeldman@chromium.org2009-09-241-1/+13
* DevTools: added a new test for console evaluation on call frame.yurys@google.com2009-09-231-48/+174
* DevTools: Add more console tests.pfeldman@chromium.org2009-09-231-7/+28
* DevTools: repair eval on call frame.yurys@google.com2009-09-232-10/+8
* Make sure to include compiler_specific.h before using ALLOW_UNUSED.tony@chromium.org2009-09-211-0/+1
* Fix some compilation warnings found by gcc on mac.tony@chromium.org2009-09-211-2/+2
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-211-2/+2
* DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole....pfeldman@chromium.org2009-09-219-205/+50
* DevTools: don't duplicate eval scripts on each panel switch. yurys@google.com2009-09-182-8/+54
* DevTools: add WatchExpressionsSidebarPane.js to devtools.htmlyurys@google.com2009-09-171-0/+1
* DevTools heap profiler: Add a stub for heap-js-ret-item log record.mnaganov@chromium.org2009-09-161-0/+1