Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: webkit/glue/devtools/js/devtools_host_stub.js

Issue 443002: Support context data in form of a string... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/devtools/js/debugger_agent.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/devtools_host_stub.js
===================================================================
--- webkit/glue/devtools/js/devtools_host_stub.js (revision 33057)
+++ webkit/glue/devtools/js/devtools_host_stub.js (working copy)
@@ -181,8 +181,7 @@
'http://www/~test/t.js","id":59,"lineOffset":0,"columnOffset":0,' +
'"lineCount":1,"sourceStart":"function fib(n) {","sourceLength":300,' +
'"scriptType":2,"compilationType":0,"context":{"ref":60}}],"refs":[{' +
- '"handle":60,"type":"context","data":{"type":"page","value":3}}],' +
- '"running":false}';
+ '"handle":60,"type":"context","data":"page,3"}],"running":false}';
this.sendResponse_(response1);
} else if ('{"seq":3,"type":"request","command":"scripts","arguments":{' +
'"ids":[59],"includeSource":true}}' == cmd) {
@@ -192,8 +191,8 @@
'"http://www/~test/t.js","id":59,"lineOffset":0,"columnOffset":0,' +
'"lineCount":1,"source":"function fib(n) {return n+1;}",' +
'"sourceLength":244,"scriptType":2,"compilationType":0,"context":{' +
- '"ref":0}}],"refs":[{"handle":0,"type":"context","data":{"type":' +
- '"page","value":3}}],"running":false}');
+ '"ref":0}}],"refs":[{"handle":0,"type":"context","data":"page,3}],"' +
+ '"running":false}');
} else {
debugPrint('Unexpected command: ' + cmd);
}
« no previous file with comments | « webkit/glue/devtools/js/debugger_agent.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698