index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
glue
/
devtools
/
js
/
debugger_agent.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 33197 - Support context data in form of a string
sgjesse@chromium.org
2009-11-27
1
-2
/
+26
*
DevTools: wait for initial scripts response before processing backtrace response
yurys@google.com
2009-11-11
1
-0
/
+39
*
DevTools: Turn pause on exceptions off by default (as in Web Inspector and Fi...
pfeldman@chromium.org
2009-11-06
1
-1
/
+1
*
DevTools: prepare for WebKit change 50460.
mnaganov@chromium.org
2009-11-03
1
-1
/
+3
*
DevTools: add all scripts from afterCompile events when scripts panel is show...
yurys@google.com
2009-10-31
1
-5
/
+13
*
DevTools: allow expanding constructor property
yurys@google.com
2009-10-19
1
-2
/
+1
*
Fix heap profiler after a WebKit roll.
apavlov@chromium.org
2009-10-16
1
-1
/
+2
*
DevTools: enable DevToolsSanityTest.TestCompletionOnPause that failed because...
yurys@google.com
2009-10-15
1
-1
/
+0
*
DevTools: support autocompletion when script is paused
yurys@google.com
2009-10-14
1
-0
/
+92
*
DevTools: show heap profiles in "Profiles" tab, remove temporary "Heap" tab.
mnaganov@chromium.org
2009-10-08
1
-1
/
+1
*
DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2...
yurys@google.com
2009-10-07
1
-2
/
+4
*
DevTools: autoresume execution on parse errors.
yurys@google.com
2009-09-24
1
-2
/
+3
*
DevTools: don't duplicate eval scripts on each panel switch.
yurys@google.com
2009-09-18
1
-8
/
+0
*
DevTools: provisional support for scopes of type 'Catch' introduced in v8 by ...
yurys@google.com
2009-09-08
1
-1
/
+5
*
DevTools: call a no-op function from the utility context to trigger v8 execut...
yurys@google.com
2009-09-04
1
-41
/
+3
*
DevTools: scripts request is now sent only when context id is received(if we ...
yurys@google.com
2009-09-04
1
-16
/
+54
*
Support conditional breakpoints in DevTools (backend) to follow WebKit
apavlov@chromium.org
2009-09-02
1
-4
/
+65
*
DevTools: Close inspector controller on detach; hide node highlight on detach...
pfeldman@chromium.org
2009-09-01
1
-8
/
+0
*
DevTools: Provisional commit to handle Web inspector call frame changes upstr...
pfeldman@chromium.org
2009-08-31
1
-1
/
+1
*
DevTools: Migrate to the new InjectedScript-based CallFrame.
pfeldman@chromium.org
2009-08-24
1
-237
/
+143
*
Fix WebInspector breakpoint removal broken after WebKit changes (disabling a ...
apavlov@chromium.org
2009-08-17
1
-1
/
+7
*
DevTools: add initial stuff for Heap profiler.
mnaganov@chromium.org
2009-08-05
1
-23
/
+50
*
DevTools: prepare for l10n.
mnaganov@chromium.org
2009-08-03
1
-5
/
+11
*
DevTools: hide script for javascript:void(0)
yurys@google.com
2009-07-30
1
-2
/
+31
*
DevTools: print function source in eval selection requests.
pfeldman@chromium.org
2009-07-23
1
-0
/
+3
*
DevTools: Handle errors in evaluation response.
pfeldman@chromium.org
2009-07-22
1
-5
/
+7
*
DevTools Profiler: small UI improvements.
mnaganov@chromium.org
2009-07-21
1
-1
/
+12
*
DevTools: remember variable tree expansion state while debugging.
pfeldman@chromium.org
2009-07-20
1
-0
/
+24
*
DevTools: mitigate WebKit console API changes.
pfeldman@chromium.org
2009-07-14
1
-0
/
+1
*
DevTools: postpone after-compile event propagation to the UI until scripts pa...
pfeldman@chromium.org
2009-07-10
1
-8
/
+23
*
DevTools: Show exception message in a resource message bubble while stopped o...
pfeldman@chromium.org
2009-07-10
1
-0
/
+69
*
DevTools: handle call frames with unresolved script sources upon exception br...
pfeldman@chromium.org
2009-07-08
1
-7
/
+22
*
DevTools: Push context id to the client on 'window object cleared' event.
pfeldman@chromium.org
2009-07-08
1
-21
/
+11
*
DevTools: Issue 'scripts' command on attach only, work based on after_compile...
pfeldman@chromium.org
2009-07-07
1
-6
/
+0
*
DevTools: clear breakpoints when devtools window is closing. This change depe...
yurys@google.com
2009-07-07
1
-0
/
+2
*
DevTools: Provisional support for global properties' and scope roots completi...
pfeldman@chromium.org
2009-07-06
1
-0
/
+23
*
DevTools: show all scopes for current call frame in the scopes pane.
yurys@google.com
2009-06-29
1
-14
/
+75
*
DevTools: Mute aftercompile events until 'scripts' result is ready.
pfeldman@chromium.org
2009-06-22
1
-0
/
+9
*
DevTools: when script has URL all breakpoints are set using that URL and line...
yurys@google.com
2009-06-19
1
-26
/
+65
*
DevTools: Migrate to new WebKit console API.
pfeldman@chromium.org
2009-06-17
1
-18
/
+0
*
DevTools: Provisional commit for https://bugs.webkit.org/attachment.cgi?id=31...
pfeldman@chromium.org
2009-06-15
1
-14
/
+23
*
DevTools: extension content script names are shown with a background color di...
yurys@google.com
2009-06-15
1
-5
/
+30
*
DevTools: when injected script context is created its context data is set to ...
yurys@google.com
2009-06-11
1
-1
/
+1
*
DevTools: do not skip first array element.
pfeldman@chromium.org
2009-06-11
1
-1
/
+1
*
DevTools Profiler: better handling of DevTools' reset and initial load.
mnaganov@chromium.org
2009-06-05
1
-35
/
+41
*
DevTools: Fix expression evaluation while on a breakpoint.
pfeldman@chromium.org
2009-06-04
1
-1
/
+1
*
DevTools Profiler: use sampling rate reported by V8 profiler.
mnaganov@chromium.org
2009-06-02
1
-1
/
+2
*
DevTools Profiler UI changes.
mnaganov@chromium.org
2009-06-02
1
-0
/
+16
*
Separate results of profiling sessions.
mnaganov@chromium.org
2009-05-28
1
-16
/
+14
*
Sync with the profiler changes in V8.
mnaganov@chromium.org
2009-05-26
1
-47
/
+62
[next]