1 2016-09-20 Anders Carlsson <andersca@apple.com>
3 PlatformEvent::m_modifiers should be an OptionSet
4 https://bugs.webkit.org/show_bug.cgi?id=162326
6 Reviewed by Daniel Bates.
9 (WTF::OptionSet::operator!=):
10 (WTF::OptionSet::operator-):
12 2016-09-27 Jer Noble <jer.noble@apple.com>
14 Remove deprecated ENCRYPTED_MEDIA implementation.
15 https://bugs.webkit.org/show_bug.cgi?id=161010
17 Reviewed by Eric Carlson.
19 Remove ENABLE_ENCRYPTED_MEDIA.
21 * wtf/FeatureDefines.h:
23 2016-09-27 Youenn Fablet <youenn@apple.com>
25 [Fetch API] Use Ref<const T> in FetchBody::m_data variant
26 https://bugs.webkit.org/show_bug.cgi?id=162599
28 Reviewed by Alex Christensen.
30 Enabling to use DeferrableRefCounted<const T> by making m_refCount mutable.
32 * wtf/DeferrableRefCounted.h:
33 (WTF::DeferrableRefCountedBase::ref):
34 (WTF::DeferrableRefCountedBase::derefBase):
35 (WTF::DeferrableRefCounted::deref):
37 2016-09-26 Daniel Bates <dabates@apple.com>
39 Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING
40 https://bugs.webkit.org/show_bug.cgi?id=162365
42 Reviewed by Simon Fraser.
44 * wtf/FeatureDefines.h:
46 2016-09-26 Benjamin Poulain <benjamin@webkit.org>
48 [JSC] Shrink the Math inline caches some more
49 https://bugs.webkit.org/show_bug.cgi?id=162485
51 Reviewed by Saam Barati.
54 Don't copy the arguments before initializing the nodes.
56 2016-09-26 Michael Catanzaro <mcatanzaro@igalia.com>
58 std::unique_ptr deleter functions should not check if pointer is null
59 https://bugs.webkit.org/show_bug.cgi?id=162558
61 Reviewed by Alex Christensen.
63 std::unique_ptr already does this before calling the deleter.
65 * wtf/efl/UniquePtrEfl.h:
66 * wtf/glib/GUniquePtr.h:
68 == Rolled over to ChangeLog-2016-09-26 ==