Title: [264294] trunk/Source/WebCore/PAL
Revision 264294
Author commit-qu...@webkit.org
Date 2020-07-12 23:28:24 -0700 (Sun, 12 Jul 2020)
Log Message
Building CFNetworkSPI with the macOS Big Sur public SDK fails
https://bugs.webkit.org/show_bug.cgi?id=214238
Patch by Rob Buis on 2020-07
Title: [264293] trunk/Source
Revision 264293
Author ysuz...@apple.com
Date 2020-07-12 23:27:19 -0700 (Sun, 12 Jul 2020)
Log Message
[JSC] String.protoytpe.toLocaleLowerCase's availableLocales HashSet is inefficient
https://bugs.webkit.org/show_bug.cgi?id=213158
Reviewed by Darin Adler.
Title: [264292] trunk/Source/WebCore/PAL
Revision 264292
Author commit-qu...@webkit.org
Date 2020-07-12 23:20:01 -0700 (Sun, 12 Jul 2020)
Log Message
Building NetworkSessionCocoa.mm with the macOS Big Sur public SDK fails
https://bugs.webkit.org/show_bug.cgi?id=214242
Patch by Rob Buis
Title: [264291] trunk/LayoutTests
Revision 264291
Author hironori.fu...@sony.com
Date 2020-07-12 22:51:13 -0700 (Sun, 12 Jul 2020)
Log Message
[WinCairo] Unreviewed test gardening
Windows WebKit1 doesn't check lines with "EDITING DELEGATE:" (Bug 64471).
Rebasedlined with WinCairo WebKit2
Title: [264290] trunk/Source
Revision 264290
Author da...@apple.com
Date 2020-07-12 21:09:20 -0700 (Sun, 12 Jul 2020)
Log Message
Some further streamlining of Gradient handling code
https://bugs.webkit.org/show_bug.cgi?id=214239
Reviewed by Sam Weinig.
Source/WebCore:
* platform/graphi
Title: [264289] trunk/Source/WebCore
Revision 264289
Author hironori.fu...@sony.com
Date 2020-07-12 18:11:21 -0700 (Sun, 12 Jul 2020)
Log Message
[WinCairo][Clang] Unreviewed build fix for r264272
https://bugs.webkit.org/show_bug.cgi?id=214204
clang-cl reported:
> ..\..\Source\WebCore\
Title: [264288] trunk/JSTests
Revision 264288
Author ysuz...@apple.com
Date 2020-07-12 15:53:26 -0700 (Sun, 12 Jul 2020)
Log Message
Unreviewed, mark wasm/references/multitable.js as memory-exhausting
Got footprint exceeding crashes in Debug JSC tests in GTK.
* wasm/references/multitabl
Title: [264287] trunk/Source/_javascript_Core
Revision 264287
Author ysuz...@apple.com
Date 2020-07-12 15:41:18 -0700 (Sun, 12 Jul 2020)
Log Message
[JSC] We should keep unaligned access feature in certain architectures in macro-assembler
https://bugs.webkit.org/show_bug.cgi?id=214243
Re
Title: [264286] trunk
Revision 264286
Author commit-qu...@webkit.org
Date 2020-07-12 14:20:19 -0700 (Sun, 12 Jul 2020)
Log Message
[macOS]: A HEIF image, selected from the OpenPanel, should be converted to an accepted MIME type
https://bugs.webkit.org/show_bug.cgi?id=213347
Patch by Sai
Title: [264285] trunk/Source/_javascript_Core
Revision 264285
Author ysuz...@apple.com
Date 2020-07-12 13:13:59 -0700 (Sun, 12 Jul 2020)
Log Message
[JSC] Avoid JSString creation in Intl.Locale#{minimize,maximize}
https://bugs.webkit.org/show_bug.cgi?id=214231
Reviewed by Darin Adler.
A
Title: [264284] trunk/Source/WebCore
Revision 264284
Author wei...@apple.com
Date 2020-07-12 12:46:00 -0700 (Sun, 12 Jul 2020)
Log Message
Tidy up color usage in accessibility code
https://bugs.webkit.org/show_bug.cgi?id=214226
Reviewed by Darin Adler.
Rather than passing around r, g, b
Title: [264283] trunk/Source/WebKit
Revision 264283
Author da...@apple.com
Date 2020-07-12 11:53:53 -0700 (Sun, 12 Jul 2020)
Log Message
REGRESSION (r261152): 9 blocks of critical sandboxing code disabled because they are guarded with HAVE(SANDBOX_ISSUE_READ_EXTENSION_TO_PROCESS_BY_AUDIT_
Title: [264282] trunk
Revision 264282
Author commit-qu...@webkit.org
Date 2020-07-12 11:47:31 -0700 (Sun, 12 Jul 2020)
Log Message
Improve IPv6 detection when setting host/hostname
https://bugs.webkit.org/show_bug.cgi?id=214218
Patch by Rob Buis on 2020-07-12
Reviewed by Darin Adler.
L
Title: [264281] trunk
Revision 264281
Author za...@apple.com
Date 2020-07-12 11:08:08 -0700 (Sun, 12 Jul 2020)
Log Message
[LFC][BFC][Min-Max width] Regular block level box resets the horizontal stacking
https://bugs.webkit.org/show_bug.cgi?id=214225
Reviewed by Antti Koivisto.
Source/W
Title: [264280] trunk/Source/WebCore
Revision 264280
Author da...@apple.com
Date 2020-07-12 10:28:02 -0700 (Sun, 12 Jul 2020)
Log Message
Simplify and improve Gradient, some other small color-related removals
https://bugs.webkit.org/show_bug.cgi?id=214221
Reviewed by Sam Weinig.
* css/C
Title: [264279] trunk/Source/WebCore
Revision 264279
Author ysuz...@apple.com
Date 2020-07-12 04:25:21 -0700 (Sun, 12 Jul 2020)
Log Message
Unreviewed, fix GTK debian builds
Include in ExtendedColor.h since it uses std::invoke.
* platform/graphics/ExtendedColor.h:
Modified Paths
trun
Title: [264278] trunk/Source/WebCore/PAL
Revision 264278
Author ysuz...@apple.com
Date 2020-07-12 04:13:16 -0700 (Sun, 12 Jul 2020)
Log Message
Unreviewed, speculative build fix for internal build
Followed the style of WebKit/Platform/spi/ios/UIKitSPI.h. Using `__has_include` to
conditio
Title: [264277] trunk
Revision 264277
Author ysuz...@apple.com
Date 2020-07-12 02:47:05 -0700 (Sun, 12 Jul 2020)
Log Message
Relanding "Make hasher work with tuple-like classes"
https://bugs.webkit.org/show_bug.cgi?id=214224
Reviewed by Darin Adler.
Source/WTF:
The original patch broke
18 matches
Mail list logo