Changeset 123415 in webkit
- Timestamp:
- Jul 23, 2012, 6:59:17 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r123414 r123415 1 2012-07-23 Roger Fong <roger_fong@apple.com> 2 3 Disable flexbox on Windows 4 https://bugs.webkit.org/show_bug.cgi?id=92047 5 <rdar://problem/11570384> 6 7 Reviewed by Darin Adler. 8 9 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows. 10 11 * platform/win/Skipped: 12 Add related CSS3 Flexbox tests to skip list. 13 1 14 2012-07-23 Hanyee Kim <choco@company100.net> 2 15 -
trunk/LayoutTests/platform/win/Skipped
r123347 r123415 1941 1941 svg/W3C-SVG-1.1-SE/text-intro-05-t.svg 1942 1942 1943 # CSS3 flexbox is disabled <rdar://problem/11570384> 1944 css3/flexbox 1945 transitions/flex-transitions.html 1946 fast/multicol/span/clone-flexbox.html 1947 1943 1948 # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled 1944 1949 # https://bugs.webkit.org/show_bug.cgi?id=85558 -
trunk/WebKitLibraries/ChangeLog
r123300 r123415 1 2012-07-23 Roger Fong <roger_fong@apple.com> 2 3 Disable flexbox on Windows 4 https://bugs.webkit.org/show_bug.cgi?id=92047 5 <rdar://problem/11570384> 6 7 Reviewed by Darin Adler. 8 9 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows. 10 11 * win/tools/vsprops/FeatureDefines.vsprops: 12 Disable ENABLE_CSS3_FLEXBOX property. 13 1 14 2012-07-23 Kent Tamura <tkent@chromium.org> 2 15 -
trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops
r123300 r123415 39 39 <UserMacro 40 40 Name="ENABLE_CSS3_FLEXBOX" 41 Value=" ENABLE_CSS3_FLEXBOX"41 Value="" 42 42 PerformEnvironmentSet="true" 43 43 />
Note:
See TracChangeset
for help on using the changeset viewer.