[webkit-changes] [217195] trunk/LayoutTests

2017-05-21 Thread ap
Title: [217195] trunk/LayoutTests Revision 217195 Author a...@apple.com Date 2017-05-20 23:01:27 -0700 (Sat, 20 May 2017) Log Message Correct line endings in a couple files. * fast/canvas/script-tests/canvas-gradient-without-path.js: *

[webkit-changes] [217200] trunk

2017-05-21 Thread sbarati
Title: [217200] trunk Revision 217200 Author sbar...@apple.com Date 2017-05-21 22:47:33 -0700 (Sun, 21 May 2017) Log Message We incorrectly throw a syntax error when declaring a top level for-loop iteration variable the same as a parameter https://bugs.webkit.org/show_bug.cgi?id=171041

[webkit-changes] [217197] trunk

2017-05-21 Thread antti
Title: [217197] trunk Revision 217197 Author an...@apple.com Date 2017-05-21 08:08:18 -0700 (Sun, 21 May 2017) Log Message matchMedia('print').addListener() fires in WK1 but never in WK2 when printing (breaks printing Google maps, QuickLooks)

[webkit-changes] [217196] trunk/Source/WebCore

2017-05-21 Thread zalan
Title: [217196] trunk/Source/WebCore Revision 217196 Author za...@apple.com Date 2017-05-21 07:40:10 -0700 (Sun, 21 May 2017) Log Message Remove redundant FrameView ref in FrameView::performPostLayoutTasks https://bugs.webkit.org/show_bug.cgi?id=172422 Reviewed by Antti Koivisto. This

[webkit-changes] [217198] trunk/Source/JavaScriptCore

2017-05-21 Thread sbarati
Title: [217198] trunk/Source/_javascript_Core Revision 217198 Author sbar...@apple.com Date 2017-05-21 14:29:57 -0700 (Sun, 21 May 2017) Log Message We overwrite the callee save space on the stack when throwing stack overflow from wasm https://bugs.webkit.org/show_bug.cgi?id=172316