[webkit-changes] [251066] branches/safari-608.2.40.1-branch

2019-10-13 Thread alancoon
Title: [251066] branches/safari-608.2.40.1-branch Revision 251066 Author alanc...@apple.com Date 2019-10-13 23:07:14 -0700 (Sun, 13 Oct 2019) Log Message Cherry-pick r250640. rdar://problem/56237430 REGRESSION (r245672): dropdown with text-rendering: optimizeLegibility freezes Safar

[webkit-changes] [251065] branches/safari-608.2.40.1-branch/Source

2019-10-13 Thread alancoon
Title: [251065] branches/safari-608.2.40.1-branch/Source Revision 251065 Author alanc...@apple.com Date 2019-10-13 23:03:32 -0700 (Sun, 13 Oct 2019) Log Message Versioning. Modified Paths branches/safari-608.2.40.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/

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

2019-10-13 Thread timothy_horton
Title: [251064] trunk/Source/WebCore Revision 251064 Author timothy_hor...@apple.com Date 2019-10-13 22:04:29 -0700 (Sun, 13 Oct 2019) Log Message Stop 'using namespace *Names' in files generated by make_names.pl https://bugs.webkit.org/show_bug.cgi?id=202907 Reviewed by Geoffrey Garen.

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

2019-10-13 Thread timothy_horton
Title: [251063] trunk/Source/WebCore Revision 251063 Author timothy_hor...@apple.com Date 2019-10-13 17:05:47 -0700 (Sun, 13 Oct 2019) Log Message Don't include ApplicationServices in npapi.h https://bugs.webkit.org/show_bug.cgi?id=202911 Reviewed by Sam Weinig. * plugins/npapi.h: Just

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

2019-10-13 Thread annulen
Title: [251061] trunk/Source/WebCore Revision 251061 Author annu...@yandex.ru Date 2019-10-13 12:25:47 -0700 (Sun, 13 Oct 2019) Log Message Fix compilation of Crypto.cpp on macOS with !WEB_CRYPTO https://bugs.webkit.org/show_bug.cgi?id=202895 Reviewed by Alexey Proskuryakov. Crypto.cpp

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

2019-10-13 Thread simon . fraser
Title: [251060] trunk/Source/WebCore Revision 251060 Author simon.fra...@apple.com Date 2019-10-13 10:08:33 -0700 (Sun, 13 Oct 2019) Log Message Convert ENinePieceImageRule into an enum class and rename https://bugs.webkit.org/show_bug.cgi?id=202889 Reviewed by Alex Christensen. Enum cl

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

2019-10-13 Thread simon . fraser
Title: [251059] trunk/Source/WebCore Revision 251059 Author simon.fra...@apple.com Date 2019-10-13 09:23:25 -0700 (Sun, 13 Oct 2019) Log Message Clarify the naming of the radius-related functions on BorderData https://bugs.webkit.org/show_bug.cgi?id=202888 Reviewed by Alex Christensen.

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

2019-10-13 Thread simon . fraser
Title: [251058] trunk/Source/WebCore Revision 251058 Author simon.fra...@apple.com Date 2019-10-13 09:02:54 -0700 (Sun, 13 Oct 2019) Log Message Convert LineBoxContain to use an OptionSet<> https://bugs.webkit.org/show_bug.cgi?id=202890 Reviewed by Alex Christensen. Use OptionSet. * cs