Changeset 170837 in webkit
- Timestamp:
- Jul 6, 2014, 10:02:34 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r170823 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * TestExpectations: Turned on layout tests for the img@sizes feature. 9 1 10 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com> 2 11 -
trunk/LayoutTests/TestExpectations
r170576 r170837 127 127 128 128 webkit.org/b/133057 fast/table/border-collapsing/collapsed-borders-adjoining-sections.html [ ImageOnlyFailure ] 129 130 # Skip img@sizes tests since it is disabled by default.131 fast/dom/HTMLImageElement/sizes132 http/tests/loading/sizes -
trunk/Source/JavaScriptCore/ChangeLog
r170834 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * Configurations/FeatureDefines.xcconfig: Moved compile flag to alphabetical order. 9 1 10 2014-07-06 Daewoong Jang <daewoong.jang@navercorp.com> 2 11 -
trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig
r170576 r170837 171 171 ENABLE_PDFKIT_PLUGIN = $(ENABLE_PDFKIT_PLUGIN_$(PLATFORM_NAME)); 172 172 ENABLE_PDFKIT_PLUGIN_macosx = ENABLE_PDFKIT_PLUGIN; 173 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES; 173 174 ENABLE_POINTER_LOCK = ; 174 175 ENABLE_PROMISES = ENABLE_PROMISES; … … 229 230 ENABLE_WEB_REPLAY_iphonesimulator = ; 230 231 ENABLE_WEB_SOCKETS = ENABLE_WEB_SOCKETS; 231 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;232 232 233 233 ENABLE_WEB_TIMING = $(ENABLE_WEB_TIMING_$(PLATFORM_NAME)); -
trunk/Source/WTF/ChangeLog
r170778 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * wtf/FeatureDefines.h: Added compile flag definition. 9 1 10 2014-07-03 Gyuyoung Kim <gyuyoung.kim@samsung.com> 2 11 -
trunk/Source/WTF/wtf/FeatureDefines.h
r170764 r170837 785 785 #endif 786 786 787 #if !defined(ENABLE_PICTURE_SIZES) 788 #define ENABLE_PICTURE_SIZES 1 789 #endif 790 787 791 #if !defined(ENABLE_WEB_TIMING) 788 792 #define ENABLE_WEB_TIMING 0 -
trunk/Source/WebCore/ChangeLog
r170833 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * Configurations/FeatureDefines.xcconfig: Moved compile flag to alphabetical order. 9 1 10 2014-07-06 Gyuyoung Kim <gyuyoung.kim@samsung.com> 2 11 -
trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig
r170576 r170837 171 171 ENABLE_PDFKIT_PLUGIN = $(ENABLE_PDFKIT_PLUGIN_$(PLATFORM_NAME)); 172 172 ENABLE_PDFKIT_PLUGIN_macosx = ENABLE_PDFKIT_PLUGIN; 173 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES; 173 174 ENABLE_POINTER_LOCK = ; 174 175 ENABLE_PROMISES = ENABLE_PROMISES; … … 229 230 ENABLE_WEB_REPLAY_iphonesimulator = ; 230 231 ENABLE_WEB_SOCKETS = ENABLE_WEB_SOCKETS; 231 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;232 232 233 233 ENABLE_WEB_TIMING = $(ENABLE_WEB_TIMING_$(PLATFORM_NAME)); -
trunk/Source/WebKit/ChangeLog
r170698 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * mac/Configurations/FeatureDefines.xcconfig: Moved compile flag to alphabetical order. 9 1 10 2014-07-01 Alex Christensen <achristensen@webkit.org> 2 11 -
trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig
r170576 r170837 171 171 ENABLE_PDFKIT_PLUGIN = $(ENABLE_PDFKIT_PLUGIN_$(PLATFORM_NAME)); 172 172 ENABLE_PDFKIT_PLUGIN_macosx = ENABLE_PDFKIT_PLUGIN; 173 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES; 173 174 ENABLE_POINTER_LOCK = ; 174 175 ENABLE_PROMISES = ENABLE_PROMISES; … … 229 230 ENABLE_WEB_REPLAY_iphonesimulator = ; 230 231 ENABLE_WEB_SOCKETS = ENABLE_WEB_SOCKETS; 231 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;232 232 233 233 ENABLE_WEB_TIMING = $(ENABLE_WEB_TIMING_$(PLATFORM_NAME)); -
trunk/Source/WebKit2/ChangeLog
r170831 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * Configurations/FeatureDefines.xcconfig: Moved compile flag to alphabetical order. 9 1 10 2014-07-06 Brady Eidson <beidson@apple.com> 2 11 -
trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig
r170576 r170837 171 171 ENABLE_PDFKIT_PLUGIN = $(ENABLE_PDFKIT_PLUGIN_$(PLATFORM_NAME)); 172 172 ENABLE_PDFKIT_PLUGIN_macosx = ENABLE_PDFKIT_PLUGIN; 173 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES; 173 174 ENABLE_POINTER_LOCK = ; 174 175 ENABLE_PROMISES = ENABLE_PROMISES; … … 229 230 ENABLE_WEB_REPLAY_iphonesimulator = ; 230 231 ENABLE_WEB_SOCKETS = ENABLE_WEB_SOCKETS; 231 ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;232 232 233 233 ENABLE_WEB_TIMING = $(ENABLE_WEB_TIMING_$(PLATFORM_NAME)); -
trunk/Source/cmake/OptionsEfl.cmake
r170823 r170837 83 83 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETWORK_PROCESS ON) 84 84 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NOSNIFF ON) 85 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_PICTURE_SIZES ON) 85 86 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOLUTION_MEDIA_QUERY ON) 86 87 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_REQUEST_ANIMATION_FRAME ON) -
trunk/Source/cmake/OptionsGTK.cmake
r170751 r170837 81 81 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NAVIGATOR_HWCONCURRENCY ON) 82 82 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API ON) 83 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_PICTURE_SIZES ON) 83 84 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_QUOTA OFF) 84 85 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOLUTION_MEDIA_QUERY OFF) -
trunk/Tools/ChangeLog
r170835 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * Scripts/webkitperl/FeatureList.pm: Turn on the img@sizes feature. 9 1 10 2014-07-06 Hyowon Kim <hw1008.kim@samsung.com> 2 11 -
trunk/Tools/Scripts/webkitperl/FeatureList.pm
r170823 r170837 348 348 349 349 { option => "picture-sizes", desc => "Toggle sizes attribute support", 350 define => "ENABLE_PICTURE_SIZES", default => 0, value => \$pictureSizesSupport },350 define => "ENABLE_PICTURE_SIZES", default => 1, value => \$pictureSizesSupport }, 351 351 352 352 { option => "promises", desc => "Toggle Promise support", -
trunk/WebKitLibraries/ChangeLog
r170685 r170837 1 2014-07-06 Yoav Weiss <yoav@yoav.ws> 2 3 Turn on img@sizes compile flag 4 https://bugs.webkit.org/show_bug.cgi?id=134634 5 6 Reviewed by Benjamin Poulain. 7 8 * win/tools/vsprops/FeatureDefines.props: Added compile flag. 9 1 10 2014-07-01 Pratik Solanki <psolanki@apple.com> 2 11 -
trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props
r170425 r170837 61 61 <ENABLE_QUOTA /> 62 62 <ENABLE_NAVIGATOR_CONTENT_UTILS /> 63 <ENABLE_PICTURE_SIZES>ENABLE_PICTURE_SIZES</ENABLE_PICTURE_SIZES> 63 64 <ENABLE_PROMISES>ENABLE_PROMISES</ENABLE_PROMISES> 64 65 <ENABLE_REQUEST_ANIMATION_FRAME>ENABLE_REQUEST_ANIMATION_FRAME</ENABLE_REQUEST_ANIMATION_FRAME>
Note:
See TracChangeset
for help on using the changeset viewer.