blob: 6b7d1eb0729f46ce053c11d9d89114c8fc008d6c [file] [log] [blame]
commit-queue@webkit.orga9a659a2017-03-24 19:43:42 +000012017-03-24 Youenn Fablet <youenn@apple.com>
2
3 Add support for qpSum in WebRTC stats
4 https://bugs.webkit.org/show_bug.cgi?id=170060
5
6 Reviewed by Eric Carlson.
7
8 * webrtc/video-stats.html:
9
dbates@webkit.org8bc9f862017-03-24 19:34:11 +0000102017-03-24 Daniel Bates <dabates@apple.com>
11
12 Prevent new navigations during document unload
13 https://bugs.webkit.org/show_bug.cgi?id=169934
14 <rdar://problem/31247584>
15
16 Reviewed by Chris Dumez.
17
18 Add a test to ensure that we do not cause an assertion fail when calling setTimeout
19 after starting a navigation from an onunload event handler.
20
21 * fast/frames/frame-unload-navigate-and-setTimeout-assert-fail-expected.txt: Added.
22 * fast/frames/frame-unload-navigate-and-setTimeout-assert-fail.html: Added.
23
mmaxfield@apple.coma5cbce32017-03-24 19:01:54 +0000242017-03-24 Myles C. Maxfield <mmaxfield@apple.com>
25
26 Implement font-optical-sizing
27 https://bugs.webkit.org/show_bug.cgi?id=168895
28
29 Reviewed by Dean Jackson.
30
31 * fast/text/variations/optical-sizing-expected.txt: Added.
32 * fast/text/variations/optical-sizing.html: Added.
33
yoav@yoav.ws24b4bb12017-03-24 18:41:42 +0000342017-03-24 Yoav Weiss <yoav@yoav.ws>
35
36 Add a warning for unused link preloads.
37 https://bugs.webkit.org/show_bug.cgi?id=165670
38
39 Reviewed by Youenn Fablet.
40
41 This adds a test for the unused preload warning, and adapts some of the other preload tests,
42 to avoid warnings.
43
44 * http/tests/preload/download_resources-expected.txt: Changed.
45 * http/tests/preload/download_resources.html: Added references to preloaded resources.
46 * http/tests/preload/onerrer_event-expected.txt: Changed.
47 * http/tests/preload/onerror_event.html: Added references to preloaded resources.
48 * http/tests/preload/onload_event.html: Added references to preloaded resources.
49 * http/tests/preload/resources/single_download_preload.html: Deflaked.
50 * http/tests/preload/unused_preload_warning-expected.txt: Added.
51 * http/tests/preload/unused_preload_warning.html: Added.
52
bfulgham@apple.comd29ec582017-03-24 18:39:28 +0000532017-03-24 Brent Fulgham <bfulgham@apple.com>
54
55 Handle recursive calls to ProcessingInstruction::checkStyleSheet
56 https://bugs.webkit.org/show_bug.cgi?id=169982
57 <rdar://problem/31083051>
58
59 Reviewed by Antti Koivisto.
60
61 * fast/dom/beforeload/image-removed-during-before-load-expected.txt: Added.
62 * fast/dom/beforeload/image-removed-during-before-load.html: Added.
63 * fast/dom/beforeload/recursive-css-pi-before-load-expected.txt: Added.
64 * fast/dom/beforeload/recursive-css-pi-before-load.html: Added.
65 * fast/dom/beforeload/recursive-link-before-load-expected.txt: Added.
66 * fast/dom/beforeload/recursive-link-before-load.html: Added.
67 * fast/dom/beforeload/recursive-xsl-pi-before-load-expected.txt: Added.
68 * fast/dom/beforeload/recursive-xsl-pi-before-load.html: Added.
69 * fast/dom/beforeload/resources/content.xhtml: Added.
70 * fast/dom/beforeload/resources/pass.css: Added.
71 * fast/dom/beforeload/resources/test.xsl: Added.
72
mmaxfield@apple.com34ad4442017-03-24 18:23:48 +0000732017-03-24 Myles C. Maxfield <mmaxfield@apple.com>
74
75 font-style needs a new CSSValue to make CSSRule.cssText work correctly
76 https://bugs.webkit.org/show_bug.cgi?id=169258
77
78 Reviewed by David Hyatt.
79
80 Update tests' expected results.
81
82 * fast/text/font-selection-font-face-parse-expected.txt:
83 * fast/text/font-selection-font-face-parse.html:
84 * fast/text/font-style-parse-expected.txt:
85 * fast/text/font-style-parse.html:
86 * platform/mac-elcapitan/fast/text/font-selection-font-face-parse-expected.txt:
87 * svg/css/getComputedStyle-basic-expected.txt:
88
commit-queue@webkit.org9107d182017-03-24 18:01:18 +0000892017-03-24 Youenn Fablet <youenn@apple.com>
90
91 Add libwebrtc backend support for RTCRtpSender::replaceTrack
92 https://bugs.webkit.org/show_bug.cgi?id=169841
93
94 Reviewed by Alex Christensen.
95
96 * webrtc/audio-replace-track-expected.txt: Added.
97 * webrtc/audio-replace-track.html: Added.
98 * webrtc/video-replace-track-expected.txt: Added.
99 * webrtc/video-replace-track.html: Added.
100 * webrtc/video-replace-track-to-null-expected.txt: Added.
101 * webrtc/video-replace-track-to-null.html: Added.
102
ryanhaddad@apple.com149fc0a2017-03-24 17:20:09 +00001032017-03-24 Ryan Haddad <ryanhaddad@apple.com>
104
105 Update TestExpectations for media/restore-from-page-cache.html.
106
107 Unreviewed test gardening.
108
109 * platform/mac-wk2/TestExpectations:
110 * platform/mac/TestExpectations:
111
carlosgc@webkit.org8d5cd132017-03-24 17:11:57 +00001122017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
113
114 Unreviewed GTK+ gardening. Mark webrtc/video-stats.html as failing.
115
116 * platform/gtk/TestExpectations:
117
commit-queue@webkit.orgc66ff202017-03-24 16:32:53 +00001182017-03-24 Youenn Fablet <youenn@apple.com>
119
120 Add support for DataChannel and MediaStreamTrack stats
121 https://bugs.webkit.org/show_bug.cgi?id=170031
122
123 Reviewed by Eric Carlson.
124
125 * webrtc/datachannel/datachannel-stats-expected.txt: Added.
126 * webrtc/datachannel/datachannel-stats.html: Added.
127 * webrtc/video-mediastreamtrack-stats-expected.txt: Added.
128 * webrtc/video-mediastreamtrack-stats.html: Added.
129
cdumez@apple.comedecdd02017-03-24 16:27:01 +00001302017-03-24 Chris Dumez <cdumez@apple.com>
131
132 Extend svg/animations/animations-paused-disconnected-iframe.html
133 https://bugs.webkit.org/show_bug.cgi?id=170035
134
135 Reviewed by Andreas Kling.
136
137 Extend svg/animations/animations-paused-disconnected-iframe.html to cover more things.
138
139 * svg/animations/animations-paused-disconnected-iframe-expected.txt:
140 * svg/animations/animations-paused-disconnected-iframe.html:
141
commit-queue@webkit.org97bd82a2017-03-24 16:25:09 +00001422017-03-24 Youenn Fablet <youenn@apple.com>
143
144 Fix framesEncoded/framesDecoded RTC stats
145 https://bugs.webkit.org/show_bug.cgi?id=170024
146
147 Reviewed by Eric Carlson.
148
149 * webrtc/video-stats-expected.txt: Added.
150 * webrtc/video-stats.html: Added.
151
carlosgc@webkit.org798207a2017-03-24 13:19:56 +00001522017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
153
carlosgc@webkit.orgccdbb352017-03-24 13:59:02 +0000154 Unreviewed GTK+ gardening. Mark media/video-load-require-user-gesture.html as failing after r214338.
155
156 * platform/gtk/TestExpectations:
157
1582017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
159
carlosgc@webkit.org77c89412017-03-24 13:30:56 +0000160 Unreviewed GTK+ gardening. Rebaseline http/tests/inspector/network/fetch-response-body.html/xhr-response-body.html after r214338.
161
162 We are now getting the right application/json for a file data.json. The soup network backend tries to gess the
163 mime type from the extension when sniffing is not allowed and the mime type is not known. See bug
164 webkit.org/b/168299, that was added actually to fix these tests, but at that time we also failed to guess the
165 mime type and returned application/octet-stream.
166
167 * platform/gtk/TestExpectations:
168 * platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt: Added.
169 * platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt: Added.
170
1712017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
172
carlosgc@webkit.org798207a2017-03-24 13:19:56 +0000173 Unreviewed GTK+ gardening. Rebaseline fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download.html after r214338.
174
175 We are now getting a MIME type for otf files.
176
177 * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt: Added.
178
pvollan@apple.come52fe062017-03-24 12:01:45 +00001792017-03-24 Per Arne Vollan <pvollan@apple.com>
180
181 Text stroke is sometimes clipped on video captions.
182 https://bugs.webkit.org/show_bug.cgi?id=170006
183
184 Reviewed by Eric Carlson.
185
186 * media/track/track-css-stroke-cues-expected.txt:
187 * media/track/track-css-stroke-cues.html:
188
carlosgc@webkit.org41922302017-03-24 08:21:21 +00001892017-03-24 Carlos Garcia Campos <cgarcia@igalia.com>
190
191 [GTK] Add MIMETypeRegistry implementation using xdgmime and remove the GTK+ one
192 https://bugs.webkit.org/show_bug.cgi?id=170001
193
194 Reviewed by Michael Catanzaro.
195
196 Remove platform specific expectations of two test because now we do the same as other wk2 ports.
197
198 * platform/gtk/TestExpectations:
199
antti@apple.com0e079ed2017-03-24 03:20:18 +00002002017-03-23 Antti Koivisto <antti@apple.com>
201
202 Revert r213712, caused iPad PLT regression
203 https://bugs.webkit.org/show_bug.cgi?id=170040
204
205 Unreviewed.
206
207 * http/tests/incremental/stylesheet-body-incremental-rendering-expected.html: Removed.
208 * http/tests/incremental/stylesheet-body-incremental-rendering.html: Removed.
209
cdumez@apple.com838ef372017-03-23 23:51:20 +00002102017-03-23 Chris Dumez <cdumez@apple.com>
211
212 SVG animations are not paused when their <svg> element is removed from the document
213 https://bugs.webkit.org/show_bug.cgi?id=170030
214 <rdar://problem/31230252>
215
216 Reviewed by Dean Jackson.
217
218 Add layout test coverage.
219
220 * svg/animations/animations-paused-when-removed-from-document-expected.txt: Added.
221 * svg/animations/animations-paused-when-removed-from-document.html: Added.
222
mmaxfield@apple.com0dea8b62017-03-23 23:14:02 +00002232017-03-22 Myles C. Maxfield <mmaxfield@apple.com>
224
225 font shorthand should accept variation values
226 https://bugs.webkit.org/show_bug.cgi?id=168998
227
228 Reviewed by Simon Fraser.
229
230 * fast/text/font-style-parse-expected.txt:
231 * fast/text/font-style-parse.html:
232 * fast/text/font-weight-parse-expected.txt:
233 * fast/text/font-weight-parse.html:
234
cdumez@apple.com62599cb2017-03-23 22:40:50 +00002352017-03-23 Chris Dumez <cdumez@apple.com>
236
237 SVG animations are not paused when inserted into a hidden page
238 https://bugs.webkit.org/show_bug.cgi?id=170026
239 <rdar://problem/31228704>
240
241 Reviewed by Andreas Kling.
242
243 Add layout test coverage.
244
245 * svg/animations/animations-paused-when-inserted-in-hidden-document-expected.txt: Added.
246 * svg/animations/animations-paused-when-inserted-in-hidden-document.html: Added.
247 * svg/animations/animations-paused-when-inserted-in-hidden-document2-expected.txt: Added.
248 * svg/animations/animations-paused-when-inserted-in-hidden-document2.html: Added.
249
mcatanzaro@igalia.comeb5d6d92017-03-23 22:39:57 +0000250== Rolled over to ChangeLog-2017-03-23 ==