|
DevTools: Implement styles toggle:
1. Split inject.js into injected object and the dispatch.
2. Surround utility function call with try/catch, pass potential exception all way to the client.
3. Fix user and user agent scripts detection
4. Introduce toggleStyle
5. Remove __defineGetter__ from the styles code: make things simple
6. Beautify code.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14839
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+472 lines, -241 lines) |
Patch |
 |
M |
webkit/glue/devtools/debugger_agent_impl.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/devtools/debugger_agent_impl.cc
|
View
|
|
2 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/devtools/js/devtools.js
|
View
|
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/devtools/js/devtools_host_stub.js
|
View
|
|
2 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/devtools/js/dom_agent.js
|
View
|
1
2
|
11 chunks |
+98 lines, -63 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/devtools/js/inject.js
|
View
|
1
2
|
1 chunk |
+285 lines, -155 lines |
0 comments
|
Download
|
 |
A |
webkit/glue/devtools/js/inject_dispatch.js
|
View
|
1
2
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/devtools/tools_agent.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webdevtoolsagent_impl.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_resources.grd
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|