We should use the @2x versions of the icons when device scale factor is >=2
Created attachment 232248 [details] Patch
Comment on attachment 232248 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232248&action=review > Source/WebKit2/PlatformGTK.cmake:520 > + " <file alias=\"images/deleteButton@2x\">deleteButton@2x.png</file>\n" > " <file alias=\"images/missingImage\">missingImage.png</file>\n" > + " <file alias=\"images/missingImage@2x\">missingImage@2x.png</file>\n" > " <file alias=\"images/panIcon\">panIcon.png</file>\n" > " <file alias=\"images/textAreaResizeCorner\">textAreaResizeCorner.png</file>\n" > + " <file alias=\"images/textAreaResizeCorner@2x\">textAreaResizeCorner@2x.png</file>\n" Don't we need to add these files as well?
(In reply to comment #2) > (From update of attachment 232248 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=232248&action=review > > > Source/WebKit2/PlatformGTK.cmake:520 > > + " <file alias=\"images/deleteButton@2x\">deleteButton@2x.png</file>\n" > > " <file alias=\"images/missingImage\">missingImage.png</file>\n" > > + " <file alias=\"images/missingImage@2x\">missingImage@2x.png</file>\n" > > " <file alias=\"images/panIcon\">panIcon.png</file>\n" > > " <file alias=\"images/textAreaResizeCorner\">textAreaResizeCorner.png</file>\n" > > + " <file alias=\"images/textAreaResizeCorner@2x\">textAreaResizeCorner@2x.png</file>\n" > > Don't we need to add these files as well? What do you mean? add which ones? where?
Comment on attachment 232248 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232248&action=review >>> Source/WebKit2/PlatformGTK.cmake:520 >>> + " <file alias=\"images/textAreaResizeCorner@2x\">textAreaResizeCorner@2x.png</file>\n" >> >> Don't we need to add these files as well? > > What do you mean? add which ones? where? I see now that they are already checked into the repository.
(In reply to comment #4) > (From update of attachment 232248 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=232248&action=review > > >>> Source/WebKit2/PlatformGTK.cmake:520 > >>> + " <file alias=\"images/textAreaResizeCorner@2x\">textAreaResizeCorner@2x.png</file>\n" > >> > >> Don't we need to add these files as well? > > > > What do you mean? add which ones? where? > > I see now that they are already checked into the repository. Ah, you meant in the repo :-)
Committed r169446: <http://trac.webkit.org/changeset/169446>