[webkit-changes] [209309] trunk

2016-12-03 Thread utatane . tea
Title: [209309] trunk Revision 209309 Author utatane@gmail.com Date 2016-12-03 16:28:49 -0800 (Sat, 03 Dec 2016) Log Message Refactor SymbolImpl layout https://bugs.webkit.org/show_bug.cgi?id=165247 Reviewed by Darin Adler. Source/_javascript_Core: Use SymbolImpl::{create,

[webkit-changes] [209308] trunk/Tools

2016-12-03 Thread mitz
Title: [209308] trunk/Tools Revision 209308 Author m...@apple.com Date 2016-12-03 16:11:41 -0800 (Sat, 03 Dec 2016) Log Message Fixed the build after r209307. * TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm: (TEST): Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [209307] trunk

2016-12-03 Thread mitz
Title: [209307] trunk Revision 209307 Author m...@apple.com Date 2016-12-03 15:49:32 -0800 (Sat, 03 Dec 2016) Log Message [Cocoa] Expose InjectedBundlePageEditorClient via the Objective-C bundle SPI https://bugs.webkit.org/show_bug.cgi?id=165276 Reviewed by Darin Adler.

[webkit-changes] [209305] trunk/LayoutTests

2016-12-03 Thread hyatt
Title: [209305] trunk/LayoutTests Revision 209305 Author hy...@apple.com Date 2016-12-03 13:43:04 -0800 (Sat, 03 Dec 2016) Log Message [CSS Parser] Remove Inspector test of Bison errors https://bugs.webkit.org/show_bug.cgi?id=165362 Reviewed by Simon Fraser. The old parser logs invalid

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

2016-12-03 Thread hyatt
Title: [209304] trunk/Source/WebCore Revision 209304 Author hy...@apple.com Date 2016-12-03 13:22:49 -0800 (Sat, 03 Dec 2016) Log Message [CSS Parser] Remove line numbers from StyleRule. https://bugs.webkit.org/show_bug.cgi?id=165361 Reviewed by Simon Fraser. StyleRules have a concept

[webkit-changes] [209303] trunk

2016-12-03 Thread weinig
Title: [209303] trunk Revision 209303 Author wei...@apple.com Date 2016-12-03 12:22:43 -0800 (Sat, 03 Dec 2016) Log Message optional sequence values not handled correctly by binding generator https://bugs.webkit.org/show_bug.cgi?id=142562 Source/WebCore: Also fixes: Remove

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

2016-12-03 Thread hyatt
Title: [209302] trunk/Source/WebCore Revision 209302 Author hy...@apple.com Date 2016-12-03 11:56:49 -0800 (Sat, 03 Dec 2016) Log Message [CSS Parser] Support Dashboard Regions https://bugs.webkit.org/show_bug.cgi?id=165357 Reviewed by Daniel Bates. * css/CSSValueKeywords.in: *

[webkit-changes] [209299] trunk

2016-12-03 Thread simon . fraser
Title: [209299] trunk Revision 209299 Author simon.fra...@apple.com Date 2016-12-03 10:33:54 -0800 (Sat, 03 Dec 2016) Log Message Improve the behavior of scroll-into-view when the target is inside position:fixed https://bugs.webkit.org/show_bug.cgi?id=165354 Reviewed by Zalan Bujtas.

[webkit-changes] [209297] trunk

2016-12-03 Thread simon . fraser
Title: [209297] trunk Revision 209297 Author simon.fra...@apple.com Date 2016-12-03 08:36:14 -0800 (Sat, 03 Dec 2016) Log Message localToAbsolute() does incorrect conversion for elements inside position:fixed with zooming https://bugs.webkit.org/show_bug.cgi?id=165244 Reviewed by Zalan