summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/js/debugger_agent.js
Commit message (Expand)AuthorAgeFilesLines
* Merge 33197 - Support context data in form of a stringsgjesse@chromium.org2009-11-271-2/+26
* DevTools: wait for initial scripts response before processing backtrace responseyurys@google.com2009-11-111-0/+39
* DevTools: Turn pause on exceptions off by default (as in Web Inspector and Fi...pfeldman@chromium.org2009-11-061-1/+1
* DevTools: prepare for WebKit change 50460.mnaganov@chromium.org2009-11-031-1/+3
* DevTools: add all scripts from afterCompile events when scripts panel is show...yurys@google.com2009-10-311-5/+13
* DevTools: allow expanding constructor propertyyurys@google.com2009-10-191-2/+1
* Fix heap profiler after a WebKit roll.apavlov@chromium.org2009-10-161-1/+2
* DevTools: enable DevToolsSanityTest.TestCompletionOnPause that failed because...yurys@google.com2009-10-151-1/+0
* DevTools: support autocompletion when script is pausedyurys@google.com2009-10-141-0/+92
* DevTools: show heap profiles in "Profiles" tab, remove temporary "Heap" tab.mnaganov@chromium.org2009-10-081-1/+1
* DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2...yurys@google.com2009-10-071-2/+4
* DevTools: autoresume execution on parse errors.yurys@google.com2009-09-241-2/+3
* DevTools: don't duplicate eval scripts on each panel switch. yurys@google.com2009-09-181-8/+0
* DevTools: provisional support for scopes of type 'Catch' introduced in v8 by ...yurys@google.com2009-09-081-1/+5
* DevTools: call a no-op function from the utility context to trigger v8 execut...yurys@google.com2009-09-041-41/+3
* DevTools: scripts request is now sent only when context id is received(if we ...yurys@google.com2009-09-041-16/+54
* Support conditional breakpoints in DevTools (backend) to follow WebKitapavlov@chromium.org2009-09-021-4/+65
* DevTools: Close inspector controller on detach; hide node highlight on detach...pfeldman@chromium.org2009-09-011-8/+0
* DevTools: Provisional commit to handle Web inspector call frame changes upstr...pfeldman@chromium.org2009-08-311-1/+1
* DevTools: Migrate to the new InjectedScript-based CallFrame.pfeldman@chromium.org2009-08-241-237/+143
* Fix WebInspector breakpoint removal broken after WebKit changes (disabling a ...apavlov@chromium.org2009-08-171-1/+7
* DevTools: add initial stuff for Heap profiler.mnaganov@chromium.org2009-08-051-23/+50
* DevTools: prepare for l10n.mnaganov@chromium.org2009-08-031-5/+11
* DevTools: hide script for javascript:void(0)yurys@google.com2009-07-301-2/+31
* DevTools: print function source in eval selection requests.pfeldman@chromium.org2009-07-231-0/+3
* DevTools: Handle errors in evaluation response.pfeldman@chromium.org2009-07-221-5/+7
* DevTools Profiler: small UI improvements.mnaganov@chromium.org2009-07-211-1/+12
* DevTools: remember variable tree expansion state while debugging.pfeldman@chromium.org2009-07-201-0/+24
* DevTools: mitigate WebKit console API changes.pfeldman@chromium.org2009-07-141-0/+1
* DevTools: postpone after-compile event propagation to the UI until scripts pa...pfeldman@chromium.org2009-07-101-8/+23
* DevTools: Show exception message in a resource message bubble while stopped o...pfeldman@chromium.org2009-07-101-0/+69
* DevTools: handle call frames with unresolved script sources upon exception br...pfeldman@chromium.org2009-07-081-7/+22
* DevTools: Push context id to the client on 'window object cleared' event.pfeldman@chromium.org2009-07-081-21/+11
* DevTools: Issue 'scripts' command on attach only, work based on after_compile...pfeldman@chromium.org2009-07-071-6/+0
* DevTools: clear breakpoints when devtools window is closing. This change depe...yurys@google.com2009-07-071-0/+2
* DevTools: Provisional support for global properties' and scope roots completi...pfeldman@chromium.org2009-07-061-0/+23
* DevTools: show all scopes for current call frame in the scopes pane.yurys@google.com2009-06-291-14/+75
* DevTools: Mute aftercompile events until 'scripts' result is ready.pfeldman@chromium.org2009-06-221-0/+9
* DevTools: when script has URL all breakpoints are set using that URL and line...yurys@google.com2009-06-191-26/+65
* DevTools: Migrate to new WebKit console API.pfeldman@chromium.org2009-06-171-18/+0
* DevTools: Provisional commit for https://bugs.webkit.org/attachment.cgi?id=31...pfeldman@chromium.org2009-06-151-14/+23
* DevTools: extension content script names are shown with a background color di...yurys@google.com2009-06-151-5/+30
* DevTools: when injected script context is created its context data is set to ...yurys@google.com2009-06-111-1/+1
* DevTools: do not skip first array element.pfeldman@chromium.org2009-06-111-1/+1
* DevTools Profiler: better handling of DevTools' reset and initial load.mnaganov@chromium.org2009-06-051-35/+41
* DevTools: Fix expression evaluation while on a breakpoint.pfeldman@chromium.org2009-06-041-1/+1
* DevTools Profiler: use sampling rate reported by V8 profiler.mnaganov@chromium.org2009-06-021-1/+2
* DevTools Profiler UI changes.mnaganov@chromium.org2009-06-021-0/+16
* Separate results of profiling sessions.mnaganov@chromium.org2009-05-281-16/+14
* Sync with the profiler changes in V8.mnaganov@chromium.org2009-05-261-47/+62