RESOLVED FIXED 55762
Web Inspector: [chromium] pause when script is running is broken
https://bugs.webkit.org/show_bug.cgi?id=55762
Summary Web Inspector: [chromium] pause when script is running is broken
Pavel Podivilov
Reported 2011-03-04 03:38:29 PST
Web Inspector: [chromium] pause when script is running is broken.
Attachments
Patch. (1.35 KB, patch)
2011-03-04 03:45 PST, Pavel Podivilov
no flags
Patch. (4.18 KB, patch)
2011-03-04 06:14 PST, Pavel Podivilov
pfeldman: review-
Patch. (2.22 KB, patch)
2011-03-04 07:03 PST, Pavel Podivilov
yurys: review+
Pavel Podivilov
Comment 1 2011-03-04 03:45:53 PST
Pavel Feldman
Comment 2 2011-03-04 03:55:14 PST
Comment on attachment 84721 [details] Patch. View in context: https://bugs.webkit.org/attachment.cgi?id=84721&action=review > Source/WebCore/inspector/CodeGeneratorInspector.pm:745 > + *result = makeString(domain, "_", command); Please reuse code from dispatch above. Line 712.
Pavel Podivilov
Comment 3 2011-03-04 06:14:18 PST
Pavel Feldman
Comment 4 2011-03-04 06:24:21 PST
Comment on attachment 84736 [details] Patch. View in context: https://bugs.webkit.org/attachment.cgi?id=84736&action=review > Source/WebCore/inspector/CodeGeneratorInspector.pm:702 > + HashMap<String, CallHandler>::iterator it = dispatchMap.end(); Declare lower? > Source/WebCore/inspector/CodeGeneratorInspector.pm:707 > if (it == dispatchMap.end()) { else?
Pavel Podivilov
Comment 5 2011-03-04 07:03:32 PST
Pavel Podivilov
Comment 6 2011-03-05 05:45:39 PST
Note You need to log in before you can comment on or make changes to this bug.