Bug 130547

Summary: WindowFeatures.{x|y|width|height} are not initialized
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: DOMAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: BlinkMergeCandidate, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 none

Description David Kilzer (:ddkilzer) 2014-03-20 17:11:57 PDT
Uninit Error reported from write at IPC::Channel::ChannelImpl::ProcessOutgoingMessages <https://code.google.com/p/chromium/issues/detail?id=342591>

Code Review:  <https://codereview.chromium.org/177633011/>
Comment 1 David Kilzer (:ddkilzer) 2014-03-20 17:12:13 PDT
<rdar://problem/16383151>
Comment 2 David Kilzer (:ddkilzer) 2014-03-21 08:30:19 PDT
Created attachment 227436 [details]
Patch v1
Comment 3 Darin Adler 2014-03-21 10:04:19 PDT
Comment on attachment 227436 [details]
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=227436&action=review

I’m saying review+ but this change doesn’t seem to have much benefit.

> Source/WebCore/ChangeLog:13
> +        - Initialize x, y, width, height in String constructor.

Why? To make automated code analysis tools happy? To actually fix a bug? Where’s the test case for the bug?
Comment 4 David Kilzer (:ddkilzer) 2014-03-21 10:25:43 PDT
(In reply to comment #3)
> (From update of attachment 227436 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=227436&action=review
> 
> I’m saying review+ but this change doesn’t seem to have much benefit.
> 
> > Source/WebCore/ChangeLog:13
> > +        - Initialize x, y, width, height in String constructor.
> 
> Why? To make automated code analysis tools happy? To actually fix a bug? Where’s the test case for the bug?

It's to make code analysis tools happy.
Comment 5 WebKit Commit Bot 2014-03-21 10:37:24 PDT
Comment on attachment 227436 [details]
Patch v1

Clearing flags on attachment: 227436

Committed r166072: <http://trac.webkit.org/changeset/166072>
Comment 6 WebKit Commit Bot 2014-03-21 10:37:27 PDT
All reviewed patches have been landed.  Closing bug.