Bug 166876

Summary: REGRESSION(r189555): ImageDocument title no longer includes the size of the image
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, commit-queue, darin, esprehn+autocc, gyuyoung.kim, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2017-01-09 19:56:10 PST
ImageDocument title no longer includes the size of the image after r189555.
Comment 1 Chris Dumez 2017-01-09 19:56:32 PST
<rdar://problem/29939970>
Comment 2 Chris Dumez 2017-01-09 20:00:06 PST
Created attachment 298435 [details]
Patch
Comment 3 WebKit Commit Bot 2017-01-09 21:05:38 PST
Comment on attachment 298435 [details]
Patch

Clearing flags on attachment: 298435

Committed r210536: <http://trac.webkit.org/changeset/210536>
Comment 4 WebKit Commit Bot 2017-01-09 21:05:43 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Darin Adler 2017-01-09 23:00:57 PST
Comment on attachment 298435 [details]
Patch

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

> Source/WebCore/html/ImageDocument.cpp:220
> +    auto head = HTMLHeadElement::create(*this);
> +    rootElement->appendChild(head);

Classic case where we might want a “why” comment.
Comment 6 Chris Dumez 2017-01-10 10:52:16 PST
Reopening to attach new patch.
Comment 7 Chris Dumez 2017-01-10 10:52:19 PST
Created attachment 298482 [details]
Patch
Comment 8 WebKit Commit Bot 2017-01-10 12:13:20 PST
Comment on attachment 298482 [details]
Patch

Clearing flags on attachment: 298482

Committed r210556: <http://trac.webkit.org/changeset/210556>
Comment 9 WebKit Commit Bot 2017-01-10 12:13:26 PST
All reviewed patches have been landed.  Closing bug.