Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[CSS] Enable css-image-orientation on EFL and GTK ports.
https://bugs.webkit.org/show_bug.cgi?id=123698 Reviewed by Beth Dakin. Source/WebCore: r157909 added wrong early return for css-image-orientation. It causes about 20 regressions in layout test when enabling css-image-orientation. This fixes those wrong implementation as well as enables it on EFL and GTK ports by default. Test: fast/css/image-orientation/image-orientation.html * loader/cache/CachedImage.cpp: (WebCore::CachedImage::imageSizeForRenderer): * platform/graphics/BitmapImage.cpp: (WebCore::BitmapImage::updateSize): Tools: r157909 added wrong early return for css-image-orientation. It causes about 20 regressions in layout test when enabling css-image-orientaiton. This fixes those wrong implementation as well as enables it on EFL and GTK ports by default. * Scripts/webkitperl/FeatureList.pm: Canonical link: https://commits.webkit.org/141986@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@158659 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Gyuyoung Kim
committed
Nov 5, 2013
1 parent
fd58fda
commit 2e75c46
Showing
5 changed files
with
39 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters