- 028b5c8 Move consume promise from FetchBody to FetchBodyConsumer by commit-queue@webkit.org · 8 years ago
- 87da4d6 by fpizlo@apple.com · 8 years ago
- 7f5b1c3 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
- f9a9129 Implement FileSystemDirectoryReader.readEntries() by cdumez@apple.com · 8 years ago
- 1801d57 Unreviewed, rolling out r221327. by ryanhaddad@apple.com · 8 years ago
- d5ca7ac [Cache API] Support cache names persistency by commit-queue@webkit.org · 8 years ago
- 48eb4e5 Unreviewed, rolling out r221384. by jlewis3@apple.com · 8 years ago
- 2d033d7 Add "Identified" base class to replace a whole bunch of custom identifier generators. by beidson@apple.com · 8 years ago
- 5cc60d4 Remove FetchRequest::InternalRequest by commit-queue@webkit.org · 8 years ago
- 59f5955 Add support for FetchRequest.body by commit-queue@webkit.org · 8 years ago
- acb5934 Strings need to be in some kind of gigacage by fpizlo@apple.com · 8 years ago
- 6a8fe19 [Fetch API] Request should throw when keep alive is true and body is a ReadableStream by commit-queue@webkit.org · 8 years ago
- 2620909 Add support for FetchRequest.body https://bugs.webkit.org/show_bug.cgi?id=176066 by commit-queue@webkit.org · 8 years ago
- 8315b87 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
- c7f60c1 CacheStorage does not need to sort its caches by commit-queue@webkit.org · 8 years ago
- cfb6196 CacheQueryOptions::isolatedCopy() copies the cache name twice by dbates@webkit.org · 8 years ago
- 4507ddc CanvasCaptureMediaStreamTrack clone is not a CanvasCaptureMediaStreamTrack by commit-queue@webkit.org · 8 years ago
- 9c67204 Add initial support for dataTransferItem.webkitGetAsEntry() by cdumez@apple.com · 8 years ago
- f3d4e47 WebRTC MediaStream created without tracks does not update active state after tracks are added by commit-queue@webkit.org · 8 years ago
- baae266 Disable access to secure cookies if an HTTPS site loads mixed content (Part 2: Header Requests) by bfulgham@apple.com · 8 years ago
- ddaf4f2 [EME][GStreamer] Connect CDM to GStreamer by calvaris@igalia.com · 8 years ago
- 0800cdc Land stubs for File and Directory Entries API interfaces by cdumez@apple.com · 8 years ago
- a81c2b4 Add support for ReadableStream storage in FetchBody by commit-queue@webkit.org · 8 years ago
- fe08e1d Unreviewed. by jonlee@apple.com · 8 years ago
- 2b6f777 Fix -Wcast-qual and -Wunused-lambda-capture warnings in WebCore with new clang compiler by ddkilzer@apple.com · 8 years ago
- 379e992 [Cache API] Unify WebCore and WebKit error handling by commit-queue@webkit.org · 8 years ago
- e5e4020 [Cache API] Unify WebCore and WebKit error handling by commit-queue@webkit.org · 8 years ago
- 30b74d4 [Cache API] Optimize whitespace trimming in Vary header values by commit-queue@webkit.org · 8 years ago
- 166fc33 [Cache API] Add support for overwriting responses with put on an existing record by commit-queue@webkit.org · 8 years ago
- f19c325 [Payment Request] Implement error checking for show(), abort(), and canMakePayment() by aestes@apple.com · 8 years ago
- 077bc88 [Cache API] Add support for Cache.add/addAll by commit-queue@webkit.org · 8 years ago
- f474df2 [Cache API] Add support for CacheStorage.match by commit-queue@webkit.org · 8 years ago
- 4b34eb5 [Payment Request] Use ExistingExceptionError to propagate JS exceptions thrown during JSON stringification by aestes@apple.com · 8 years ago
- a7c0710 [Payment Request] Implement the PaymentRequest constructor by aestes@apple.com · 8 years ago
- ac51a8e [EME] HTMLMediaElement: basic implementations of 'Attempt to Decrypt', 'Attempt to Resume Playback If Necessary' by zandobersek@gmail.com · 8 years ago
- f5af643 [EME] Add basic implementation of HTMLMediaElement::setMediaKeys() by zandobersek@gmail.com · 8 years ago
- b01b127 [Payment Request] Add interface stubs by aestes@apple.com · 8 years ago
- 63d3de3 [Cache API] Add support for being loaded responses by commit-queue@webkit.org · 8 years ago
- 2f5c17a [Beacon] Improve error reporting https://bugs.webkit.org/show_bug.cgi?id=175723 by cdumez@apple.com · 8 years ago
- 67e369c [Cache API] Add response body storage by commit-queue@webkit.org · 8 years ago
- 2cdef10 [Fetch API] Add support for a callback-based fetch by commit-queue@webkit.org · 8 years ago
- 502204c [Cache API] Add a WK2 implementation of CacheStorageConnection by commit-queue@webkit.org · 8 years ago
- 4bc51d7 [GTK] Show controls if a video element isn't allowed to play inline. by commit-queue@webkit.org · 8 years ago
- a3a0ce1 [EME] MediaKeySession has to initiate playback resume on HTMLMediaElement by zandobersek@gmail.com · 8 years ago
- 071e463 Add a DOMPromiseDeferred method to handle ExceptionOr<> results by commit-queue@webkit.org · 8 years ago
- 4ce2c62 [PAL] Move SessionID into PAL https://bugs.webkit.org/show_bug.cgi?id=174192 by don.olmstead@sony.com · 8 years ago
- 8a04cf1 [Apple Pay] Rename PaymentRequest to ApplePaySessionPaymentRequest by aestes@apple.com · 8 years ago
- c27a3f7 Cross origin Beacon requests with a ArrayBuffer / ArrayBufferView payload should not do a CORS preflight by cdumez@apple.com · 8 years ago
- 1e15ad6 [Cache API] Implement Worker connection to the Cache storage engine by commit-queue@webkit.org · 8 years ago
- c6f1daa Consider allow gUM to be called from localhost without https by eric.carlson@apple.com · 8 years ago
- c550012 Fetch / Beacon: Use "application/octet-stream" Content-Type for payloads of type ArrayBuffer / ArrayBufferView by cdumez@apple.com · 8 years ago
- d038ecf Update CachedResourceLoader::requestResource() to return a WTF::Expected by cdumez@apple.com · 8 years ago
- 4ef9ce9 [Cache API] Adding generic support for CacheStorage and Cache methods by commit-queue@webkit.org · 8 years ago
- 10b40b8 Implement quota limitation for keepalive Fetch requests by cdumez@apple.com · 8 years ago
- 4bc8afd Remove Proximity Events and related code by simon.fraser@apple.com · 8 years ago
- ee14fe3 [Apple Pay] Add support for phonetic contact names by aestes@apple.com · 8 years ago
- 4a245ed Unreviewed, rollout r220622 & r220696 by cdumez@apple.com · 8 years ago
- ab03cd5 Implement quota limitation for keepalive Fetch requests by cdumez@apple.com · 8 years ago
- 1047899 [JSC] Use @toNumber in builtins https://bugs.webkit.org/show_bug.cgi?id=172692 by utatane.tea@gmail.com · 8 years ago
- 8b928d8 [PAL] Move spi/cocoa and spi/cg directories into PAL by commit-queue@webkit.org · 8 years ago
- 5a46ef0 [WebIDL] Add support for Promise<> attributes by weinig@apple.com · 8 years ago
- d27fec7 Update sendBeacon() to rely on FetchBody instead of the whole FetchRequest by cdumez@apple.com · 8 years ago
- c158e17 Cleanup: simplify WebSockets code for RuntimeEnabledFeatures by bburg@apple.com · 8 years ago
- d1c8b43 [Fetch API] Response should keep all ResourceResponse information by commit-queue@webkit.org · 8 years ago
- 37a1da4 [Cache API] Add Cache and CacheStorage IDL definitions by commit-queue@webkit.org · 8 years ago
- 5fa73a6 [Beacon] Update sendBeacon to use the CachedResourceLoader by cdumez@apple.com · 8 years ago
- c9f6abb Unreviewed, rolling out r220271. by jlewis3@apple.com · 8 years ago
- 39a0f64 Remove STREAMS_API compilation guard by commit-queue@webkit.org · 8 years ago
- 3e8e954 [EME] Push CDMFactory into the platform layer by zandobersek@gmail.com · 8 years ago
- f387e6b Remove ENABLE(WEB_SOCKET) guards https://bugs.webkit.org/show_bug.cgi?id=167044 by bburg@apple.com · 8 years ago
- fbe8020 [EME][Mac] SecureStop left on disk in Private Browsing mode. by jer.noble@apple.com · 8 years ago
- 95d2203 [Fetch API] Add support for Request keepalive getter by commit-queue@webkit.org · 8 years ago
- 31dcef8 Remove FETCH_API compilation guard by commit-queue@webkit.org · 8 years ago
- e96eff0 Source/WebCore: by weinig@apple.com · 8 years ago
- 9870b2e Improve our support for referrer policies by cdumez@apple.com · 8 years ago
- 1f58b44 [EME] CDM constructor assigns CDMPrivate member multiple times by zandobersek@gmail.com · 8 years ago
- 70b2ccb [MSE] Removing samples when presentation order does not match decode order can cause bad behavior. by jer.noble@apple.com · 8 years ago
- 67d0420 Add initial support for navigator.sendBeacon by cdumez@apple.com · 8 years ago
- d1237e8 Unreviewed. Suppress the -Wextra compiler warning when building with GCC 6.3.0, by zandobersek@gmail.com · 8 years ago
- 57a488e [WebIDL] Remove JS builtin bindings for FetchRequest, DOMWindowFetch and WorkerGlobalScopeFetch by weinig@apple.com · 8 years ago
- 51447fb AX: FKA: Buttons need a visible focus indicator by commit-queue@webkit.org · 8 years ago
- cd31460 [WebIDL] Remove JS builtin bindings for FetchHeaders by commit-queue@webkit.org · 8 years ago
- bab4c21 [WebIDL] Split-up and cleanup Fetch IDL files in preparation for removing unnecessary js builtins by commit-queue@webkit.org · 8 years ago
- b6bcad3 AX: VoiceOver silent or skipping over time values on media player. by commit-queue@webkit.org · 8 years ago
- d419a14 Clean up ExceptionCode enumeration by cdumez@apple.com · 8 years ago
- 445a0a7 [Apple Pay] Add "carteBancaire" as a supported payment network by aestes@apple.com · 8 years ago
- 750df37 ExceptionCode enumeration should use modern exception names by cdumez@apple.com · 8 years ago
- 9756f47 Make ExceptionCode a proper enumeration by cdumez@apple.com · 8 years ago
- bdaa07c Drop ExceptionCodeDescription class by cdumez@apple.com · 8 years ago
- 6253120 Merge ExceptionBase into DOMException and drop custom toString by cdumez@apple.com · 8 years ago
- 49dddef Drop IDBDatabaseException class https://bugs.webkit.org/show_bug.cgi?id=174743 by cdumez@apple.com · 8 years ago
- 0cf0a76 Rename DOMCoreException class to DOMException by cdumez@apple.com · 8 years ago
- b21836e Unreviewed, rolling out r219700. by jlewis3@apple.com · 8 years ago
- 8570951 Replace calls to Vector::resize() with calls to more efficient shrink() / grow() when applicable by cdumez@apple.com · 8 years ago
- e90260e Turn tests at media/modern-media-controls/start-support back on by commit-queue@webkit.org · 8 years ago
- 2813c9e [EME] Push CDMInstance, CDMPrivate and associated types into the Platform layer by zandobersek@gmail.com · 8 years ago
- 31144ad Drop SQLException type https://bugs.webkit.org/show_bug.cgi?id=174665 by cdumez@apple.com · 8 years ago
- aab6313 [iOS] REGRESSION: Scrubbing media using built-in controls does not pause media by commit-queue@webkit.org · 8 years ago
- a287f99 [EME] Build failure with Clang-3.8 on InitDataRegistry.cpp by clopez@igalia.com · 8 years ago
- f8c2d45 [macOS] Mouse pointer does not hide during fullscreen playback by commit-queue@webkit.org · 8 years ago