blob: 3cb3d171a7e479008572534d273759205d2afb6c [file] [log] [blame]
cdumez@apple.comedecdd02017-03-24 16:27:01 +000012017-03-24 Chris Dumez <cdumez@apple.com>
2
3 Extend svg/animations/animations-paused-disconnected-iframe.html
4 https://bugs.webkit.org/show_bug.cgi?id=170035
5
6 Reviewed by Andreas Kling.
7
8 Extend svg/animations/animations-paused-disconnected-iframe.html to cover more things.
9
10 * svg/animations/animations-paused-disconnected-iframe-expected.txt:
11 * svg/animations/animations-paused-disconnected-iframe.html:
12
commit-queue@webkit.org97bd82a2017-03-24 16:25:09 +0000132017-03-24 Youenn Fablet <youenn@apple.com>
14
15 Fix framesEncoded/framesDecoded RTC stats
16 https://bugs.webkit.org/show_bug.cgi?id=170024
17
18 Reviewed by Eric Carlson.
19
20 * webrtc/video-stats-expected.txt: Added.
21 * webrtc/video-stats.html: Added.
22
carlosgc@webkit.org798207a2017-03-24 13:19:56 +0000232017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
24
carlosgc@webkit.orgccdbb352017-03-24 13:59:02 +000025 Unreviewed GTK+ gardening. Mark media/video-load-require-user-gesture.html as failing after r214338.
26
27 * platform/gtk/TestExpectations:
28
292017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
30
carlosgc@webkit.org77c89412017-03-24 13:30:56 +000031 Unreviewed GTK+ gardening. Rebaseline http/tests/inspector/network/fetch-response-body.html/xhr-response-body.html after r214338.
32
33 We are now getting the right application/json for a file data.json. The soup network backend tries to gess the
34 mime type from the extension when sniffing is not allowed and the mime type is not known. See bug
35 webkit.org/b/168299, that was added actually to fix these tests, but at that time we also failed to guess the
36 mime type and returned application/octet-stream.
37
38 * platform/gtk/TestExpectations:
39 * platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt: Added.
40 * platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt: Added.
41
422017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
43
carlosgc@webkit.org798207a2017-03-24 13:19:56 +000044 Unreviewed GTK+ gardening. Rebaseline fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download.html after r214338.
45
46 We are now getting a MIME type for otf files.
47
48 * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt: Added.
49
pvollan@apple.come52fe062017-03-24 12:01:45 +0000502017-03-24 Per Arne Vollan <pvollan@apple.com>
51
52 Text stroke is sometimes clipped on video captions.
53 https://bugs.webkit.org/show_bug.cgi?id=170006
54
55 Reviewed by Eric Carlson.
56
57 * media/track/track-css-stroke-cues-expected.txt:
58 * media/track/track-css-stroke-cues.html:
59
carlosgc@webkit.org41922302017-03-24 08:21:21 +0000602017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
61
62 [GTK] Add MIMETypeRegistry implementation using xdgmime and remove the GTK+ one
63 https://bugs.webkit.org/show_bug.cgi?id=170001
64
65 Reviewed by Michael Catanzaro.
66
67 Remove platform specific expectations of two test because now we do the same as other wk2 ports.
68
69 * platform/gtk/TestExpectations:
70
antti@apple.com0e079ed2017-03-24 03:20:18 +0000712017-03-23 Antti Koivisto <antti@apple.com>
72
73 Revert r213712, caused iPad PLT regression
74 https://bugs.webkit.org/show_bug.cgi?id=170040
75
76 Unreviewed.
77
78 * http/tests/incremental/stylesheet-body-incremental-rendering-expected.html: Removed.
79 * http/tests/incremental/stylesheet-body-incremental-rendering.html: Removed.
80
cdumez@apple.com838ef372017-03-23 23:51:20 +0000812017-03-23 Chris Dumez <cdumez@apple.com>
82
83 SVG animations are not paused when their <svg> element is removed from the document
84 https://bugs.webkit.org/show_bug.cgi?id=170030
85 <rdar://problem/31230252>
86
87 Reviewed by Dean Jackson.
88
89 Add layout test coverage.
90
91 * svg/animations/animations-paused-when-removed-from-document-expected.txt: Added.
92 * svg/animations/animations-paused-when-removed-from-document.html: Added.
93
mmaxfield@apple.com0dea8b62017-03-23 23:14:02 +0000942017-03-22 Myles C. Maxfield <mmaxfield@apple.com>
95
96 font shorthand should accept variation values
97 https://bugs.webkit.org/show_bug.cgi?id=168998
98
99 Reviewed by Simon Fraser.
100
101 * fast/text/font-style-parse-expected.txt:
102 * fast/text/font-style-parse.html:
103 * fast/text/font-weight-parse-expected.txt:
104 * fast/text/font-weight-parse.html:
105
cdumez@apple.com62599cb2017-03-23 22:40:50 +00001062017-03-23 Chris Dumez <cdumez@apple.com>
107
108 SVG animations are not paused when inserted into a hidden page
109 https://bugs.webkit.org/show_bug.cgi?id=170026
110 <rdar://problem/31228704>
111
112 Reviewed by Andreas Kling.
113
114 Add layout test coverage.
115
116 * svg/animations/animations-paused-when-inserted-in-hidden-document-expected.txt: Added.
117 * svg/animations/animations-paused-when-inserted-in-hidden-document.html: Added.
118 * svg/animations/animations-paused-when-inserted-in-hidden-document2-expected.txt: Added.
119 * svg/animations/animations-paused-when-inserted-in-hidden-document2.html: Added.
120
mcatanzaro@igalia.comeb5d6d92017-03-23 22:39:57 +0000121== Rolled over to ChangeLog-2017-03-23 ==