Bug 97016

Summary: Web Inspector: setPropertyValue does not work for non-finite numbers
Product: WebKit Reporter: Andrey Adaikin <aandrey>
Component: Web Inspector (Deprecated)Assignee: Andrey Adaikin <aandrey>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Andrey Adaikin 2012-09-18 07:05:09 PDT
Patch to follow.
Comment 1 Andrey Adaikin 2012-09-18 07:08:22 PDT
Created attachment 164552 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-09-18 09:05:02 PDT
Comment on attachment 164552 [details]
Patch

This looks like a hack. I think this should be fixed on a lower (protocol) level as a workaround for JSON.stringify/JSON.parse not supporting infinite values.
Comment 3 Andrey Adaikin 2012-09-19 07:56:39 PDT
Otherwise we should hack the public remote debugging protocol API.
As discussed with Pavel, we decided to live with this workaround for now.
Comment 4 WebKit Review Bot 2012-09-20 05:44:29 PDT
Comment on attachment 164552 [details]
Patch

Clearing flags on attachment: 164552

Committed r129122: <http://trac.webkit.org/changeset/129122>
Comment 5 WebKit Review Bot 2012-09-20 05:44:32 PDT
All reviewed patches have been landed.  Closing bug.