[webkit-changes] [206715] branches/safari-602.2.14.0-branch/Source

2016-10-01 Thread bshafiei
Title: [206715] branches/safari-602.2.14.0-branch/Source Revision 206715 Author bshaf...@apple.com Date 2016-10-01 22:25:50 -0700 (Sat, 01 Oct 2016) Log Message Versioning. Modified Paths branches/safari-602.2.14.0-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [206714] trunk/Source/WebInspectorUI

2016-10-01 Thread commit-queue
Title: [206714] trunk/Source/WebInspectorUI Revision 206714 Author commit-qu...@webkit.org Date 2016-10-01 19:46:37 -0700 (Sat, 01 Oct 2016) Log Message Web Inspector: Selection does not show up over execution highlight ranges https://bugs.webkit.org/show_bug.cgi?id=162844 Patch by

[webkit-changes] [206713] trunk

2016-10-01 Thread simon . fraser
Title: [206713] trunk Revision 206713 Author simon.fra...@apple.com Date 2016-10-01 18:05:14 -0700 (Sat, 01 Oct 2016) Log Message Support transitions/animations of background-position with right/bottom-relative values https://bugs.webkit.org/show_bug.cgi?id=162048 Reviewed by Dean

[webkit-changes] [206712] trunk

2016-10-01 Thread simon . fraser
Title: [206712] trunk Revision 206712 Author simon.fra...@apple.com Date 2016-10-01 18:05:06 -0700 (Sat, 01 Oct 2016) Log Message Bad cast when CSS position programmatically changed from -webkit-sticky to fixed https://bugs.webkit.org/show_bug.cgi?id=160826 Reviewed by Zalan Bujtas.

[webkit-changes] [206711] trunk

2016-10-01 Thread utatane . tea
Title: [206711] trunk Revision 206711 Author utatane@gmail.com Date 2016-10-01 16:36:21 -0700 (Sat, 01 Oct 2016) Log Message [ES6] Align attributes of Generator related properties to spec https://bugs.webkit.org/show_bug.cgi?id=162839 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [206710] trunk

2016-10-01 Thread utatane . tea
Title: [206710] trunk Revision 206710 Author utatane@gmail.com Date 2016-10-01 16:35:17 -0700 (Sat, 01 Oct 2016) Log Message [ES6] GeneratorFunction constructor should instantiate generator function https://bugs.webkit.org/show_bug.cgi?id=162838 Reviewed by Saam Barati. JSTests: *

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

2016-10-01 Thread fpizlo
Title: [206709] trunk/Source/_javascript_Core Revision 206709 Author fpi...@apple.com Date 2016-10-01 14:14:19 -0700 (Sat, 01 Oct 2016) Log Message Get rid of isMarkedOrNewlyAllocated https://bugs.webkit.org/show_bug.cgi?id=162842 Reviewed by Dan Bernstein. This function has

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

2016-10-01 Thread commit-queue
Title: [206708] trunk/Source/WebCore Revision 206708 Author commit-qu...@webkit.org Date 2016-10-01 09:31:44 -0700 (Sat, 01 Oct 2016) Log Message removing FetchBoyd::m_type Remove FetchBody::m_type https://bugs.webkit.org/show_bug.cgi?id=162841 Patch by Youenn Fablet

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

2016-10-01 Thread commit-queue
Title: [206707] trunk/Source/_javascript_Core Revision 206707 Author commit-qu...@webkit.org Date 2016-10-01 08:32:59 -0700 (Sat, 01 Oct 2016) Log Message Rename DebugHookID to DebugHookType https://bugs.webkit.org/show_bug.cgi?id=162820 Patch by Joseph Pecoraro on