[webkit-changes] [207806] trunk

2016-10-24 Thread cdumez
Title: [207806] trunk Revision 207806 Author cdu...@apple.com Date 2016-10-24 22:16:00 -0700 (Mon, 24 Oct 2016) Log Message IDBDatabase.createObjectStore() should take a IDBObjectStoreParameters dictionary in parameter https://bugs.webkit.org/show_bug.cgi?id=163916 Reviewed by Darin

[webkit-changes] [207805] trunk

2016-10-24 Thread achristensen
Title: [207805] trunk Revision 207805 Author achristen...@apple.com Date 2016-10-24 21:40:23 -0700 (Mon, 24 Oct 2016) Log Message URLParser should match old URL::parse with %2E in path https://bugs.webkit.org/show_bug.cgi?id=163929 Reviewed by Alexey Proskuryakov.

[webkit-changes] [207804] trunk

2016-10-24 Thread zalan
Title: [207804] trunk Revision 207804 Author za...@apple.com Date 2016-10-24 21:19:09 -0700 (Mon, 24 Oct 2016) Log Message Do not update selection rect on dirty lineboxes. https://bugs.webkit.org/show_bug.cgi?id=163862 Reviewed by Simon Fraser. Source/WebCore: In certain cases

[webkit-changes] [207803] trunk

2016-10-24 Thread ryanhaddad
Title: [207803] trunk Revision 207803 Author ryanhad...@apple.com Date 2016-10-24 20:46:32 -0700 (Mon, 24 Oct 2016) Log Message Unreviewed, rolling out r207795. Introduced API test failures on iOS and macOS. Reverted changeset: "URLParser should match old URL::parse with %2E in path"

[webkit-changes] [207801] branches/safari-602-branch/Source

2016-10-24 Thread matthew_hanson
Title: [207801] branches/safari-602-branch/Source Revision 207801 Author matthew_han...@apple.com Date 2016-10-24 20:23:10 -0700 (Mon, 24 Oct 2016) Log Message Merge r204472. rdar://problem/28544885 Modified Paths branches/safari-602-branch/Source/WTF/ChangeLog

[webkit-changes] [207800] branches/safari-602-branch/Source

2016-10-24 Thread matthew_hanson
Title: [207800] branches/safari-602-branch/Source Revision 207800 Author matthew_han...@apple.com Date 2016-10-24 20:23:02 -0700 (Mon, 24 Oct 2016) Log Message Versioning. Modified Paths branches/safari-602-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [207802] branches/safari-602-branch/Source/WebKit2

2016-10-24 Thread matthew_hanson
Title: [207802] branches/safari-602-branch/Source/WebKit2 Revision 207802 Author matthew_han...@apple.com Date 2016-10-24 20:23:14 -0700 (Mon, 24 Oct 2016) Log Message Merge r206762. rdar://problem/28544885 Modified Paths branches/safari-602-branch/Source/WebKit2/ChangeLog

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

2016-10-24 Thread utatane . tea
Title: [207799] trunk/Source/WebCore Revision 207799 Author utatane@gmail.com Date 2016-10-24 19:55:22 -0700 (Mon, 24 Oct 2016) Log Message Unreviewed, attempt to fix Windows build after r207787 https://bugs.webkit.org/show_bug.cgi?id=163657 Make the constructor public in

[webkit-changes] [207798] trunk

2016-10-24 Thread utatane . tea
Title: [207798] trunk Revision 207798 Author utatane@gmail.com Date 2016-10-24 19:35:59 -0700 (Mon, 24 Oct 2016) Log Message Arrow functions with concise bodies cannot return regular expressions https://bugs.webkit.org/show_bug.cgi?id=163162 Reviewed by Filip Pizlo. JSTests: *

[webkit-changes] [207797] trunk

2016-10-24 Thread cdumez
Title: [207797] trunk Revision 207797 Author cdu...@apple.com Date 2016-10-24 18:48:42 -0700 (Mon, 24 Oct 2016) Log Message event.(dataTransfer|clipboardData).getData('text/html') (onpaste, ondrop) https://bugs.webkit.org/show_bug.cgi?id=19893 Reviewed by Ryosuke Niwa. Source/WebCore:

[webkit-changes] [207796] tags/Safari-602.3.4/

2016-10-24 Thread matthew_hanson
Title: [207796] tags/Safari-602.3.4/ Revision 207796 Author matthew_han...@apple.com Date 2016-10-24 18:38:19 -0700 (Mon, 24 Oct 2016) Log Message New tag. Added Paths tags/Safari-602.3.4/ Diff ___ webkit-changes mailing list

[webkit-changes] [207795] trunk

2016-10-24 Thread achristensen
Title: [207795] trunk Revision 207795 Author achristen...@apple.com Date 2016-10-24 18:31:42 -0700 (Mon, 24 Oct 2016) Log Message URLParser should match old URL::parse with %2E in path https://bugs.webkit.org/show_bug.cgi?id=163929 Reviewed by Alexey Proskuryakov.

[webkit-changes] [207794] trunk/Source

2016-10-24 Thread pvollan
Title: [207794] trunk/Source Revision 207794 Author pvol...@apple.com Date 2016-10-24 17:45:03 -0700 (Mon, 24 Oct 2016) Log Message [Win] CMake build type is not set. https://bugs.webkit.org/show_bug.cgi?id=163917 Reviewed by Alex Christensen. The CMAKE_BUILD_TYPE variable should be

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

2016-10-24 Thread utatane . tea
Title: [207793] trunk/Source/WebCore Revision 207793 Author utatane@gmail.com Date 2016-10-24 17:31:05 -0700 (Mon, 24 Oct 2016) Log Message Unreviewed, attempt to fix Windows build after r207787 https://bugs.webkit.org/show_bug.cgi?id=163657 According to the similar code in WebKit,

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

2016-10-24 Thread simon . fraser
Title: [207792] trunk/Source/WebCore Revision 207792 Author simon.fra...@apple.com Date 2016-10-24 17:22:08 -0700 (Mon, 24 Oct 2016) Log Message Fix the lifetime of strings used in LOG_WITH_STREAM https://bugs.webkit.org/show_bug.cgi?id=163923 Reviewed by Brent Fulgham. Make sure the

[webkit-changes] [207791] trunk/Source

2016-10-24 Thread cdumez
Title: [207791] trunk/Source Revision 207791 Author cdu...@apple.com Date 2016-10-24 17:16:29 -0700 (Mon, 24 Oct 2016) Log Message Reduce special handling for typed arrays in JSDOMConvert.h https://bugs.webkit.org/show_bug.cgi?id=163907 Reviewed by Sam Weinig. Reduce special handling

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

2016-10-24 Thread ryanhaddad
Title: [207790] trunk/Source/WebCore Revision 207790 Author ryanhad...@apple.com Date 2016-10-24 17:11:38 -0700 (Mon, 24 Oct 2016) Log Message Unreviewed, rolling out r207783. This change appears to have caused fast/selectors/invalid- functional-pseudo-class.html to crash on iOS and

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

2016-10-24 Thread utatane . tea
Title: [207789] trunk/Source/_javascript_Core Revision 207789 Author utatane@gmail.com Date 2016-10-24 17:07:15 -0700 (Mon, 24 Oct 2016) Log Message [DOMJIT][DFG] CallDOM never writes Stack https://bugs.webkit.org/show_bug.cgi?id=163926 Reviewed by Filip Pizlo and Saam Barati.

[webkit-changes] [207788] trunk

2016-10-24 Thread beidson
Title: [207788] trunk Revision 207788 Author beid...@apple.com Date 2016-10-24 17:05:24 -0700 (Mon, 24 Oct 2016) Log Message IndexedDB 2.0: Support new IDBKeyRange interfaces. and https://bugs.webkit.org/show_bug.cgi?id=163910 Reviewed by Andy Estes. Source/WebCore: No new tests

[webkit-changes] [207787] trunk

2016-10-24 Thread utatane . tea
Title: [207787] trunk Revision 207787 Author utatane@gmail.com Date 2016-10-24 16:34:32 -0700 (Mon, 24 Oct 2016) Log Message [DOMJIT] Add a way for DOMJIT::Patchpoint to express effects https://bugs.webkit.org/show_bug.cgi?id=163657 Reviewed by Saam Barati. Source/_javascript_Core:

[webkit-changes] [207786] trunk/LayoutTests

2016-10-24 Thread mmaxfield
Title: [207786] trunk/LayoutTests Revision 207786 Author mmaxfi...@apple.com Date 2016-10-24 16:12:15 -0700 (Mon, 24 Oct 2016) Log Message Font variations test gardening Unreviewed. * platform/mac/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

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

2016-10-24 Thread achristensen
Title: [207785] trunk/Source/_javascript_Core Revision 207785 Author achristen...@apple.com Date 2016-10-24 15:51:59 -0700 (Mon, 24 Oct 2016) Log Message JSONParse should not crash with null Strings https://bugs.webkit.org/show_bug.cgi?id=163918 Reviewed by Michael Saboff. When

[webkit-changes] [207784] trunk

2016-10-24 Thread commit-queue
Title: [207784] trunk Revision 207784 Author commit-qu...@webkit.org Date 2016-10-24 15:09:29 -0700 (Mon, 24 Oct 2016) Log Message Web Inspector: Scope chain shouldn't show empty Closure sections https://bugs.webkit.org/show_bug.cgi?id=152348 Patch by Devin Rousso

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

2016-10-24 Thread hyatt
Title: [207783] trunk/Source/WebCore Revision 207783 Author hy...@apple.com Date 2016-10-24 14:51:44 -0700 (Mon, 24 Oct 2016) Log Message [CSS Parser] Fix :lang argument parsing https://bugs.webkit.org/show_bug.cgi?id=163913 Reviewed by Zalan Bujtas. *

[webkit-changes] [207782] trunk

2016-10-24 Thread commit-queue
Title: [207782] trunk Revision 207782 Author commit-qu...@webkit.org Date 2016-10-24 14:48:13 -0700 (Mon, 24 Oct 2016) Log Message Web Inspector: Improve Quick Open sorting algorithm https://bugs.webkit.org/show_bug.cgi?id=163705 Patch by Devin Rousso on

[webkit-changes] [207781] trunk

2016-10-24 Thread keith_miller
Title: [207781] trunk Revision 207781 Author keith_mil...@apple.com Date 2016-10-24 14:44:34 -0700 (Mon, 24 Oct 2016) Log Message Wasm should support floating point operations. https://bugs.webkit.org/show_bug.cgi?id=163770 Reviewed by Michael Saboff. JSTests: Add appropriate b3op

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

2016-10-24 Thread achristensen
Title: [207780] trunk/Source/WebCore Revision 207780 Author achristen...@apple.com Date 2016-10-24 14:34:09 -0700 (Mon, 24 Oct 2016) Log Message Fix AppleWin build after r207720. * html/canvas/OESVertexArrayObject.cpp: Modified Paths trunk/Source/WebCore/ChangeLog

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

2016-10-24 Thread achristensen
Title: [207779] trunk/Source/WebCore Revision 207779 Author achristen...@apple.com Date 2016-10-24 14:17:14 -0700 (Mon, 24 Oct 2016) Log Message Fix AppleWin build after r207720. * bindings/js/JSWebGLRenderingContextBaseCustom.cpp: Modified Paths trunk/Source/WebCore/ChangeLog

[webkit-changes] [207778] trunk/LayoutTests

2016-10-24 Thread ryanhaddad
Title: [207778] trunk/LayoutTests Revision 207778 Author ryanhad...@apple.com Date 2016-10-24 14:16:17 -0700 (Mon, 24 Oct 2016) Log Message Rebaseline tests for ios-simulator after r207757. https://bugs.webkit.org/show_bug.cgi?id=163904 Unreviewed test gardening. *

[webkit-changes] [207777] trunk/LayoutTests

2016-10-24 Thread achristensen
Title: [20] trunk/LayoutTests Revision 20 Author achristen...@apple.com Date 2016-10-24 14:01:53 -0700 (Mon, 24 Oct 2016) Log Message Rebase tests after r207767 https://bugs.webkit.org/show_bug.cgi?id=163891 * js/dom/global-constructors-attributes-expected.txt: *

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

2016-10-24 Thread achristensen
Title: [207776] trunk/Source/WebCore Revision 207776 Author achristen...@apple.com Date 2016-10-24 13:53:28 -0700 (Mon, 24 Oct 2016) Log Message Fix Windows build after r207767 and r207769 * css/CSSAllInOne.cpp: * platform/network/curl/ResourceHandleManager.cpp:

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

2016-10-24 Thread pvollan
Title: [207775] trunk/Source/WebCore Revision 207775 Author pvol...@apple.com Date 2016-10-24 13:47:04 -0700 (Mon, 24 Oct 2016) Log Message [Win] AVCF based media engine does not block cross-site/cross-domain loads. https://bugs.webkit.org/show_bug.cgi?id=163783 Reviewed by Brent

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

2016-10-24 Thread andersca
Title: [207774] trunk/Source/WebCore Revision 207774 Author ander...@apple.com Date 2016-10-24 13:42:48 -0700 (Mon, 24 Oct 2016) Log Message Fix build with newer versions of clang https://bugs.webkit.org/show_bug.cgi?id=163908 rdar://problem/28852016 Reviewed by Tim Horton. Use the

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

2016-10-24 Thread commit-queue
Title: [207773] trunk/Source/WebCore Revision 207773 Author commit-qu...@webkit.org Date 2016-10-24 13:25:02 -0700 (Mon, 24 Oct 2016) Log Message Remove unnecessary unused variable stubs https://bugs.webkit.org/show_bug.cgi?id=163688 Patch by Joseph Pecoraro on

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

2016-10-24 Thread achristensen
Title: [207772] trunk/Source/WebCore Revision 207772 Author achristen...@apple.com Date 2016-10-24 13:19:23 -0700 (Mon, 24 Oct 2016) Log Message Try to fix Windows build after r207767 https://bugs.webkit.org/show_bug.cgi?id=163891 * DerivedSources.cpp: Modified Paths

[webkit-changes] [207771] trunk/LayoutTests

2016-10-24 Thread ryanhaddad
Title: [207771] trunk/LayoutTests Revision 207771 Author ryanhad...@apple.com Date 2016-10-24 11:53:09 -0700 (Mon, 24 Oct 2016) Log Message Rebaseline inspector/dom/getAccessibilityPropertiesForNode.html https://bugs.webkit.org/show_bug.cgi?id=163901 Unreviewed test gardening. *

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

2016-10-24 Thread zandobersek
Title: [207770] trunk/Source/WebCore Revision 207770 Author zandober...@gmail.com Date 2016-10-24 11:29:36 -0700 (Mon, 24 Oct 2016) Log Message [CodeGenerator] Only allow a single interface or standalone dictionary per WebIDL file https://bugs.webkit.org/show_bug.cgi?id=163889 Reviewed

[webkit-changes] [207769] trunk

2016-10-24 Thread achristensen
Title: [207769] trunk Revision 207769 Author achristen...@apple.com Date 2016-10-24 11:25:40 -0700 (Mon, 24 Oct 2016) Log Message URL::port should return Optional https://bugs.webkit.org/show_bug.cgi?id=163806 Reviewed by Darin Adler. LayoutTests/imported/w3c: *

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

2016-10-24 Thread zandobersek
Title: [207768] trunk/Source/WebCore Revision 207768 Author zandober...@gmail.com Date 2016-10-24 11:24:12 -0700 (Mon, 24 Oct 2016) Log Message [CodeGeneratorJS] Support enums for standalone dictionaries https://bugs.webkit.org/show_bug.cgi?id=163885 Reviewed by Youenn Fablet. Add

[webkit-changes] [207767] trunk

2016-10-24 Thread hyatt
Title: [207767] trunk Revision 207767 Author hy...@apple.com Date 2016-10-24 11:18:09 -0700 (Mon, 24 Oct 2016) Log Message Remove CSSCharsetRule from the CSS OM https://bugs.webkit.org/show_bug.cgi?id=163891 Reviewed by Darin Adler. Source/WebCore: Remove CSSCharsetRule from the CSS

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

2016-10-24 Thread commit-queue
Title: [207766] trunk/Source/WebCore Revision 207766 Author commit-qu...@webkit.org Date 2016-10-24 11:12:01 -0700 (Mon, 24 Oct 2016) Log Message [CodeGeneratorJS] Standalone dictionaries have misplaced build guards https://bugs.webkit.org/show_bug.cgi?id=163881 Patch by Zan Dobersek

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

2016-10-24 Thread mark . lam
Title: [207765] trunk/Source/_javascript_Core Revision 207765 Author mark@apple.com Date 2016-10-24 10:53:40 -0700 (Mon, 24 Oct 2016) Log Message Dumping of op_negate bytecode is broken. https://bugs.webkit.org/show_bug.cgi?id=163896 Reviewed by Darin Adler. It thinks the bytecode

[webkit-changes] [207764] trunk

2016-10-24 Thread eric . carlson
Title: [207764] trunk Revision 207764 Author eric.carl...@apple.com Date 2016-10-24 10:53:12 -0700 (Mon, 24 Oct 2016) Log Message [MediaStream] Separate media capture and audio playback muting https://bugs.webkit.org/show_bug.cgi?id=163855 Reviewed by Darin Adler. Source/WebCore:

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

2016-10-24 Thread darin
Title: [207763] trunk/Source/WebCore Revision 207763 Author da...@apple.com Date 2016-10-24 09:48:54 -0700 (Mon, 24 Oct 2016) Log Message Try to fix Windows build. * bindings/js/JSWebGL2RenderingContextCustom.cpp: Rearranged includes so they are inside the conditional as they should be.

[webkit-changes] [207762] trunk

2016-10-24 Thread commit-queue
Title: [207762] trunk Revision 207762 Author commit-qu...@webkit.org Date 2016-10-24 09:25:02 -0700 (Mon, 24 Oct 2016) Log Message Activate WEB_RTC compilation flags for Mac bots https://bugs.webkit.org/show_bug.cgi?id=163886 Patch by Youenn Fablet on 2016-10-24

[webkit-changes] [207761] trunk

2016-10-24 Thread beidson
Title: [207761] trunk Revision 207761 Author beid...@apple.com Date 2016-10-24 09:24:09 -0700 (Mon, 24 Oct 2016) Log Message IndexedDB 2.0: Support IDBIndex name assignment. and https://bugs.webkit.org/show_bug.cgi?id=163805 Reviewed by Alex Christensen. LayoutTests/imported/w3c: *

[webkit-changes] [207760] trunk/Tools

2016-10-24 Thread wenson_hsieh
Title: [207760] trunk/Tools Revision 207760 Author wenson_hs...@apple.com Date 2016-10-24 08:53:22 -0700 (Mon, 24 Oct 2016) Log Message Unreviewed, add myself as a WebKit reviewer * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog

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

2016-10-24 Thread hyatt
Title: [207759] trunk/Source/WebCore Revision 207759 Author hy...@apple.com Date 2016-10-24 08:07:27 -0700 (Mon, 24 Oct 2016) Log Message [CSS Parser] Fix -webkit-box-reflect parsing https://bugs.webkit.org/show_bug.cgi?id=163890 Reviewed by Zalan Bujtas. *

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

2016-10-24 Thread graouts
Title: [207758] trunk/Source/WebCore Revision 207758 Author grao...@webkit.org Date 2016-10-24 07:58:05 -0700 (Mon, 24 Oct 2016) Log Message [Modern Media Controls] Concatenate JS and CSS files into a single JS and CSS resources https://bugs.webkit.org/show_bug.cgi?id=163785 Reviewed

[webkit-changes] [207757] trunk

2016-10-24 Thread hyatt
Title: [207757] trunk Revision 207757 Author hy...@apple.com Date 2016-10-24 07:39:40 -0700 (Mon, 24 Oct 2016) Log Message [CSS Parser] Unprefix -webkit-writing-mode https://bugs.webkit.org/show_bug.cgi?id=163870 Reviewed by Zalan Bujtas. Source/WebCore: *

[webkit-changes] [207756] trunk/LayoutTests

2016-10-24 Thread commit-queue
Title: [207756] trunk/LayoutTests Revision 207756 Author commit-qu...@webkit.org Date 2016-10-24 04:50:29 -0700 (Mon, 24 Oct 2016) Log Message svg/as-image/svg-image-with-data-uri-use-data-uri.svg is flaky after r207754 https://bugs.webkit.org/show_bug.cgi?id=163887 Unreviewed. Patch

[webkit-changes] [207755] trunk

2016-10-24 Thread antti
Title: [207755] trunk Revision 207755 Author an...@apple.com Date 2016-10-24 02:50:47 -0700 (Mon, 24 Oct 2016) Log Message Avoid unnecessary full style resolution in getComputedStyle for non-inherited properties https://bugs.webkit.org/show_bug.cgi?id=163875 Reviewed by Andreas Kling.

[webkit-changes] [207754] trunk

2016-10-24 Thread commit-queue
Title: [207754] trunk Revision 207754 Author commit-qu...@webkit.org Date 2016-10-24 01:04:20 -0700 (Mon, 24 Oct 2016) Log Message ASSERTION FAILED: canvas()->securityOrigin()->toString() == cachedImage.origin()->toString() https://bugs.webkit.org/show_bug.cgi?id=163242 Patch by Youenn

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

2016-10-24 Thread commit-queue
Title: [207753] trunk/Source/WebCore Revision 207753 Author commit-qu...@webkit.org Date 2016-10-24 00:52:09 -0700 (Mon, 24 Oct 2016) Log Message Remove CachedResource::passesSameOriginPolicyCheck https://bugs.webkit.org/show_bug.cgi?id=163593 Patch by Youenn Fablet

[webkit-changes] [207752] trunk

2016-10-24 Thread commit-queue
Title: [207752] trunk Revision 207752 Author commit-qu...@webkit.org Date 2016-10-24 00:49:14 -0700 (Mon, 24 Oct 2016) Log Message Redirections should be upgraded if CSP policy says so https://bugs.webkit.org/show_bug.cgi?id=163544 Patch by Youenn Fablet on 2016-10-24

[webkit-changes] [207750] branches/safari-602-branch

2016-10-24 Thread matthew_hanson
Title: [207750] branches/safari-602-branch Revision 207750 Author matthew_han...@apple.com Date 2016-10-24 00:19:00 -0700 (Mon, 24 Oct 2016) Log Message Merge r206771. rdar://problem/28811939 Modified Paths branches/safari-602-branch/Source/WebCore/ChangeLog

[webkit-changes] [207751] branches/safari-602-branch

2016-10-24 Thread matthew_hanson
Title: [207751] branches/safari-602-branch Revision 207751 Author matthew_han...@apple.com Date 2016-10-24 00:19:04 -0700 (Mon, 24 Oct 2016) Log Message Merge r207220. rdar://problem/28811939 Modified Paths branches/safari-602-branch/Source/WebCore/ChangeLog

[webkit-changes] [207749] branches/safari-602-branch/Source/WebKit2

2016-10-24 Thread matthew_hanson
Title: [207749] branches/safari-602-branch/Source/WebKit2 Revision 207749 Author matthew_han...@apple.com Date 2016-10-24 00:18:54 -0700 (Mon, 24 Oct 2016) Log Message Merge r206123. rdar://problem/28544885 Modified Paths branches/safari-602-branch/Source/WebKit2/ChangeLog

[webkit-changes] [207741] branches/safari-602-branch/Source/WebCore

2016-10-24 Thread matthew_hanson
Title: [207741] branches/safari-602-branch/Source/WebCore Revision 207741 Author matthew_han...@apple.com Date 2016-10-24 00:18:22 -0700 (Mon, 24 Oct 2016) Log Message Merge r206074. rdar://problem/28216061 Modified Paths branches/safari-602-branch/Source/WebCore/ChangeLog

[webkit-changes] [207746] branches/safari-602-branch

2016-10-24 Thread matthew_hanson
Title: [207746] branches/safari-602-branch Revision 207746 Author matthew_han...@apple.com Date 2016-10-24 00:18:43 -0700 (Mon, 24 Oct 2016) Log Message Merge r207274. rdar://problem/28849629 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [207747] branches/safari-602-branch

2016-10-24 Thread matthew_hanson
Title: [207747] branches/safari-602-branch Revision 207747 Author matthew_han...@apple.com Date 2016-10-24 00:18:47 -0700 (Mon, 24 Oct 2016) Log Message Merge r207275. rdar://problem/28810752 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [207748] branches/safari-602-branch

2016-10-24 Thread matthew_hanson
Title: [207748] branches/safari-602-branch Revision 207748 Author matthew_han...@apple.com Date 2016-10-24 00:18:51 -0700 (Mon, 24 Oct 2016) Log Message Merge r207486. rdar://problem/28409742 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [207745] branches/safari-602-branch/Source/WebKit/mac

2016-10-24 Thread matthew_hanson
Title: [207745] branches/safari-602-branch/Source/WebKit/mac Revision 207745 Author matthew_han...@apple.com Date 2016-10-24 00:18:39 -0700 (Mon, 24 Oct 2016) Log Message Merge r207160. rdar://problem/28857480 Modified Paths branches/safari-602-branch/Source/WebKit/mac/ChangeLog

[webkit-changes] [207744] branches/safari-602-branch

2016-10-24 Thread matthew_hanson
Title: [207744] branches/safari-602-branch Revision 207744 Author matthew_han...@apple.com Date 2016-10-24 00:18:37 -0700 (Mon, 24 Oct 2016) Log Message Merge r207159. rdar://problem/28857481 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [207740] branches/safari-602-branch/Source/WebKit2

2016-10-24 Thread matthew_hanson
Title: [207740] branches/safari-602-branch/Source/WebKit2 Revision 207740 Author matthew_han...@apple.com Date 2016-10-24 00:18:19 -0700 (Mon, 24 Oct 2016) Log Message Merge r203809. rdar://problem/28433607 Modified Paths branches/safari-602-branch/Source/WebKit2/ChangeLog

[webkit-changes] [207742] branches/safari-602-branch/Source/WebCore

2016-10-24 Thread matthew_hanson
Title: [207742] branches/safari-602-branch/Source/WebCore Revision 207742 Author matthew_han...@apple.com Date 2016-10-24 00:18:25 -0700 (Mon, 24 Oct 2016) Log Message Merge r206706. rdar://problem/28635081 Modified Paths branches/safari-602-branch/Source/WebCore/ChangeLog

[webkit-changes] [207743] branches/safari-602-branch

2016-10-24 Thread matthew_hanson
Title: [207743] branches/safari-602-branch Revision 207743 Author matthew_han...@apple.com Date 2016-10-24 00:18:28 -0700 (Mon, 24 Oct 2016) Log Message Merge r206712. rdar://problem/28216065 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [207739] branches/safari-602-branch/Source

2016-10-24 Thread matthew_hanson
Title: [207739] branches/safari-602-branch/Source Revision 207739 Author matthew_han...@apple.com Date 2016-10-24 00:18:17 -0700 (Mon, 24 Oct 2016) Log Message Versioning. Modified Paths branches/safari-602-branch/Source/_javascript_Core/Configurations/Version.xcconfig

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

2016-10-24 Thread zandobersek
Title: [207738] trunk/Source/_javascript_Core Revision 207738 Author zandober...@gmail.com Date 2016-10-24 00:05:20 -0700 (Mon, 24 Oct 2016) Log Message Unreviewed. Build fix for Clang and libstdc++ configurations. * b3/testb3.cpp: (JSC::B3::testAbsArgWithEffectfulDoubleConversion):