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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: fix memory leak.
pfeldman@chromium.org
2009-05-13
1
-0
/
+1
*
DevTools: optimize network agent performance while not attached.
pfeldman@chromium.org
2009-05-13
2
-40
/
+107
*
Page global contexts are assigned uniques ids.Script list now contain scripts...
yurys@google.com
2009-05-13
7
-46
/
+106
*
DevTools: migrate to 'native' JSON serialization.
pfeldman@chromium.org
2009-05-12
7
-17
/
+13
*
Don't request scripts until ScriptsPanel is visible.
yurys@google.com
2009-05-12
2
-6
/
+32
*
Split V8Proxy::retrieveActiveFrame() into two methods.
aa@chromium.org
2009-05-12
1
-1
/
+1
*
DevTools: Activate inspector window on break / exception.
pfeldman@chromium.org
2009-05-08
1
-0
/
+1
*
DevTools: Update test expectataions.
pfeldman@chromium.org
2009-05-06
1
-17
/
+19
*
DevTools: Do not fail on closing WebInspector while on a breakpoint.
pfeldman@chromium.org
2009-05-06
4
-39
/
+77
*
Chrome changes for WebKit merge 43114:43242
darin@chromium.org
2009-05-05
1
-29
/
+31
*
In OOP-sytle JavaScript programs there are lots of anonymous functions which ...
yurys@google.com
2009-05-05
1
-7
/
+1
*
DevTools: Bugfixes for the round of sanity testing.
pfeldman@chromium.org
2009-05-05
4
-8
/
+31
*
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: Support XmlHTTPRequests sniffing.
pfeldman@chromium.org
2009-05-04
2
-1
/
+21
*
DevTools: Fix access violation (null pointer) on document tear down.
pfeldman@chromium.org
2009-05-01
2
-3
/
+6
*
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
5
-338
/
+349
*
DevTools: Implement styles toggle:
pfeldman@chromium.org
2009-04-29
8
-239
/
+469
*
1. Debugger front-end scripts are now updated from 'afterCompile' events.
yurys@google.com
2009-04-28
3
-52
/
+86
*
Merge WebKit console and load deferrer changes.
pfeldman@chromium.org
2009-04-28
3
-52
/
+12
*
Ignore whitespace while mirroring Dom to the client.
pfeldman@chromium.org
2009-04-27
3
-17
/
+55
*
To avoid reauest and response json parsing caller_id is passed as ClientData ...
yurys@google.com
2009-04-24
3
-119
/
+49
*
Review URL: http://codereview.chromium.org/93009
yurys@google.com
2009-04-23
2
-2
/
+2
*
DevTools: Run nested message loop instead of whitelisting the messages.
pfeldman@chromium.org
2009-04-22
4
-23
/
+102
*
DevTools: Make all devtools messages dispatch through debugger interrupt.
pfeldman@chromium.org
2009-04-17
4
-21
/
+45
*
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: Use v8 utility context in debugger agent.
pfeldman@chromium.org
2009-04-10
1
-7
/
+43
*
DevTools: Migrate CSS functionality to javascript.
pfeldman@chromium.org
2009-04-10
9
-354
/
+287
*
Serializing styles in JSON. Previous implementation (serializing as cssText) ...
serya@google.com
2009-04-10
4
-56
/
+133
*
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
4
-50
/
+79
*
Reverting 13419.
pfeldman@chromium.org
2009-04-09
4
-79
/
+50
*
DevTools: Cache resource metainfo even when debugger agent is not attached.
pfeldman@chromium.org
2009-04-09
4
-50
/
+79
*
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
5
-34
/
+23
*
1. All debugger messages are dispatched in a static method on the IO thread. ...
yurys@google.com
2009-04-08
4
-14
/
+195
*
Switch to using WebDragData in WebView and WebViewDelegate.
darin@chromium.org
2009-04-07
1
-6
/
+6
*
DevTools: add basic console support.
pfeldman@chromium.org
2009-04-07
4
-37
/
+75
*
DevTools: Glue part for the 'attach early' functionality.
pfeldman@chromium.org
2009-04-06
3
-12
/
+33
*
1. Scope pane is populated with local variables, arguments and 'this' object ...
yurys@google.com
2009-04-03
3
-52
/
+231
*
DevTools: Use string literals when encoding messages.
pfeldman@chromium.org
2009-04-03
3
-124
/
+89
*
DevTools: fixes for crashes / bugs while debugging calendar.google.com.
pfeldman@chromium.org
2009-04-03
7
-114
/
+180
*
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
[next]