Bug 56243

Summary: Web Inspector: follow up to error reporting, fixing multiple regressions.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Pavel Feldman
Reported 2011-03-11 22:58:06 PST
Patch to follow.
Attachments
Patch (28.81 KB, patch)
2011-03-11 23:03 PST, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2011-03-11 23:03:38 PST
Ilya Tikhonovsky
Comment 2 2011-03-11 23:10:37 PST
Comment on attachment 85571 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=85571&action=review > Source/WebCore/inspector/InspectorRuntimeAgent.cpp:87 > + if (!injectedScript.setPropertyValue(objectId, propertyName, expression)) > + *errorString = "Failed setting value."; please generate the error in js function and propagate it to the top level.
Pavel Feldman
Comment 3 2011-03-12 01:11:02 PST
Note You need to log in before you can comment on or make changes to this bug.