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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: migrate to 'native' JSON serialization.
pfeldman@chromium.org
2009-05-12
6
-15
/
+13
*
Don't request scripts until ScriptsPanel is visible.
yurys@google.com
2009-05-12
2
-6
/
+32
*
DevTools: Activate inspector window on break / exception.
pfeldman@chromium.org
2009-05-08
1
-0
/
+1
*
In OOP-sytle JavaScript programs there are lots of anonymous functions which ...
yurys@google.com
2009-05-05
1
-7
/
+1
*
DevTools: Add Metrics sidebar support.
pfeldman@chromium.org
2009-05-04
4
-24
/
+125
*
DevTools: Implement search in scripts.
pfeldman@chromium.org
2009-05-04
2
-2
/
+41
*
Now it's possible to evaluate expressions in the debugger console.
yurys@google.com
2009-05-04
2
-37
/
+99
*
DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...
pfeldman@chromium.org
2009-05-04
1
-7
/
+4
*
DevTools: Implement styles editing.
pfeldman@chromium.org
2009-04-30
4
-48
/
+235
*
1. When exception is thrown debugger will pause and show call stack.
yurys@google.com
2009-04-30
3
-8
/
+82
*
DevTools: keep links on the edited styles so that they are not collected betw...
pfeldman@chromium.org
2009-04-29
3
-319
/
+328
*
DevTools: Implement styles toggle:
pfeldman@chromium.org
2009-04-29
5
-230
/
+445
*
1. Debugger front-end scripts are now updated from 'afterCompile' events.
yurys@google.com
2009-04-28
1
-52
/
+77
*
Merge WebKit console and load deferrer changes.
pfeldman@chromium.org
2009-04-28
1
-6
/
+4
*
1. Supported 'lookup' and 'evaluate' requests in the front end.
yurys@google.com
2009-04-16
2
-19
/
+247
*
v8 uses 0-based line numbering, while in WebKit they are numbered from 1 so w...
yurys@google.com
2009-04-13
1
-4
/
+29
*
DevTools: Migrate CSS functionality to javascript.
pfeldman@chromium.org
2009-04-10
6
-223
/
+287
*
Serializing styles in JSON. Previous implementation (serializing as cssText) ...
serya@google.com
2009-04-10
2
-39
/
+86
*
Read script ids for call stack frames from 'backtrace' response.
yurys@google.com
2009-04-09
1
-1
/
+8
*
DevTools: Cache resources before attach, hide agents behind the flag.
pfeldman@chromium.org
2009-04-09
1
-18
/
+1
*
Reverting 13419.
pfeldman@chromium.org
2009-04-09
1
-1
/
+18
*
DevTools: Cache resource metainfo even when debugger agent is not attached.
pfeldman@chromium.org
2009-04-09
1
-18
/
+1
*
Implemented navigation through the search results (jump to next/next)
serya@google.com
2009-04-09
2
-20
/
+83
*
rebase and more minor changes.
aa@chromium.org
2009-04-09
2
-78
/
+20
*
DevTools: Fix errors found during dogfooding.
pfeldman@chromium.org
2009-04-08
2
-13
/
+11
*
DevTools: add basic console support.
pfeldman@chromium.org
2009-04-07
3
-35
/
+66
*
1. Scope pane is populated with local variables, arguments and 'this' object ...
yurys@google.com
2009-04-03
3
-52
/
+231
*
DevTools: fixes for crashes / bugs while debugging calendar.google.com.
pfeldman@chromium.org
2009-04-03
4
-21
/
+76
*
DevTools: beautify debugger script list.
pfeldman@chromium.org
2009-04-02
1
-1
/
+11
*
DevTools: add missing changes to the js file (from the http://codereview.chro...
pfeldman@chromium.org
2009-04-02
1
-7
/
+31
*
Added trivial exception event handler that prints message to the Console and ...
yurys@google.com
2009-04-02
1
-0
/
+13
*
DevTools: Add support for r/o CSS inspection. Original review CL by serya : h...
pfeldman@chromium.org
2009-04-02
3
-43
/
+264
*
DevTools: add support for provisional load tracking.
pfeldman@chromium.org
2009-04-02
3
-3
/
+30
*
1. Supported removal of breakpoints from UI.
yurys@google.com
2009-04-01
2
-4
/
+125
*
DevTools: Support r/o properties inspection.
pfeldman@chromium.org
2009-04-01
6
-10
/
+260
*
1. Allow to add breakpoints using Scripts panel.
yurys@google.com
2009-03-31
2
-35
/
+344
*
1. Added 'scripts' command response handler that populates Scripts panel with...
yurys@google.com
2009-03-30
2
-61
/
+68
*
DevTools: support null callbacks in the frontend, encapsulate node ids.
pfeldman@chromium.org
2009-03-30
3
-8
/
+5
*
DevTools: Implement basic DOM edit operations.
pfeldman@chromium.org
2009-03-30
3
-21
/
+178
*
DevTools: add support for navigating to other tab while inspecting.
pfeldman@chromium.org
2009-03-27
2
-17
/
+1
*
1. Implemented an agent providing RPC interface to v8 debugger of the inspect...
yurys@google.com
2009-03-27
5
-4
/
+315
*
Make DevTools client survive 'refresh' of the inspectable tab.
pfeldman@chromium.org
2009-03-26
4
-43
/
+132
*
DevTools: Element Panel search implementation.
pfeldman@chromium.org
2009-03-25
3
-2
/
+96
*
Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...
pfeldman@chromium.org
2009-03-24
5
-74
/
+111
*
DevToolsClient frontend improvements:
pfeldman@chromium.org
2009-03-23
8
-102
/
+330
*
Initial revision of the DevTools frontend.
pfeldman@chromium.org
2009-03-22
9
-0
/
+2553