RESOLVED FIXED 148195
Standalone image documents should send their size to the UIClient just like standalone media documents
https://bugs.webkit.org/show_bug.cgi?id=148195
Summary Standalone image documents should send their size to the UIClient just like s...
Beth Dakin
Reported 2015-08-19 15:00:56 PDT
Standalone image documents should send their size to the UIClient just like standalone media documents rdar://problem/21951253
Attachments
Patch (12.18 KB, patch)
2015-08-19 15:04 PDT, Beth Dakin
no flags
Patch (11.95 KB, patch)
2015-08-19 15:43 PDT, Beth Dakin
thorton: review+
Beth Dakin
Comment 1 2015-08-19 15:04:16 PDT
Beth Dakin
Comment 2 2015-08-19 15:43:31 PDT
Tim Horton
Comment 3 2015-08-19 15:48:21 PDT
Comment on attachment 259420 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259420&action=review > Source/WebCore/page/ChromeClient.h:459 > + virtual void imageDocumentSizeChanged(const WebCore::IntSize&) { } > #if ENABLE(VIDEO) > virtual void mediaDocumentNaturalSizeChanged(const WebCore::IntSize&) { } Any reason these aren't combined?
Beth Dakin
Comment 4 2015-08-20 11:46:44 PDT
Xabier Rodríguez Calvar
Comment 5 2015-08-21 01:58:21 PDT
This commit is breaking (at least) GTK+ compilation.
Beth Dakin
Comment 6 2015-08-21 10:42:05 PDT
(In reply to comment #5) > This commit is breaking (at least) GTK+ compilation. Do you have a build failure log?
Xabier Rodríguez Calvar
Comment 7 2015-08-24 01:16:05 PDT
(In reply to comment #6) > (In reply to comment #5) > > This commit is breaking (at least) GTK+ compilation. > > Do you have a build failure log? It seems that this problem got fixed somehow. Now the problem is another unrelated one.
Csaba Osztrogonác
Comment 8 2015-08-26 01:43:44 PDT
Just to document, the EFL build was fixed by https://trac.webkit.org/changeset/188738 and the GTK was fixed by https://trac.webkit.org/changeset/188740
Note You need to log in before you can comment on or make changes to this bug.