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

2017-08-12 Thread ossy
Title: [220630] trunk/Source/_javascript_Core Revision 220630 Author o...@webkit.org Date 2017-08-12 23:47:49 -0700 (Sat, 12 Aug 2017) Log Message [ARM64] Use x29 and x30 instead of fp and lr to make GCC happy https://bugs.webkit.org/show_bug.cgi?id=175512 Reviewed by Mark Lam. * CMake

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

2017-08-12 Thread ossy
Title: [220629] trunk/Source/_javascript_Core Revision 220629 Author o...@webkit.org Date 2017-08-12 23:22:44 -0700 (Sat, 12 Aug 2017) Log Message ARM_TRADITIONAL: static assertion failed: ProbeContext_size_matches_ctiMasmProbeTrampoline https://bugs.webkit.org/show_bug.cgi?id=175513 Rev

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

2017-08-12 Thread fpizlo
Title: [220628] trunk/Source/_javascript_Core Revision 220628 Author fpi...@apple.com Date 2017-08-12 18:59:16 -0700 (Sat, 12 Aug 2017) Log Message FTL's compileGetTypedArrayByteOffset needs to do caging https://bugs.webkit.org/show_bug.cgi?id=175366 Reviewed by Saam Barati. Whi

[webkit-changes] [220627] trunk

2017-08-12 Thread rniwa
Title: [220627] trunk Revision 220627 Author rn...@webkit.org Date 2017-08-12 15:14:53 -0700 (Sat, 12 Aug 2017) Log Message Replace DATA_TRANSFER_ITEMS by a runtime flag and add a stub implementation https://bugs.webkit.org/show_bug.cgi?id=175474 .: Reviewed by Wenson Hsieh. * Source/

[webkit-changes] [220626] trunk

2017-08-12 Thread cdumez
Title: [220626] trunk Revision 220626 Author cdu...@apple.com Date 2017-08-12 14:58:45 -0700 (Sat, 12 Aug 2017) Log Message Address flakiness related to download tests https://bugs.webkit.org/show_bug.cgi?id=175338 Reviewed by Ryosuke Niwa. LayoutTests/imported/w3c: Rebaseline several

[webkit-changes] [220625] trunk

2017-08-12 Thread fpizlo
Title: [220625] trunk Revision 220625 Author fpi...@apple.com Date 2017-08-12 11:44:48 -0700 (Sat, 12 Aug 2017) Log Message Caging shouldn't have to use a patchpoint for adding https://bugs.webkit.org/show_bug.cgi?id=175483 Reviewed by Mark Lam. Source/_javascript_Core: Caging involves

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

2017-08-12 Thread fpizlo
Title: [220624] trunk/Source/_javascript_Core Revision 220624 Author fpi...@apple.com Date 2017-08-12 11:40:07 -0700 (Sat, 12 Aug 2017) Log Message ScopedArguments overflow storage needs to be in the JSValue gigacage https://bugs.webkit.org/show_bug.cgi?id=174923 Reviewed by Saam Barati.