Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Oct 30, 2019
[Quick Look] Clean up LegacyPreviewLoaderClients
Show description for 378ccaacommitted
Commits on Oct 26, 2019
[Quick Look] Move the QLPreviewConverter delegate into PreviewConverter and vend a C++ client interface
Show description for e0c79fccommitted
Commits on Oct 23, 2019
[Quick Look] Rename PreviewLoader{,Client} to LegacyPreviewLoader{,Client}
Show description for 6d058bbcommitted
Commits on Oct 14, 2019
REGRESSION (r243682): Quick Look previews loaded from the memory cache render with the wrong content type
Show description for d0f1dbccommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 16, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part
Show description for c2a4ea8committed
Commits on Mar 31, 2019
[iOS] WebKit should consult the navigation response policy delegate before previewing a QuickLook document
Show description for c0dd546committed
Commits on Mar 25, 2019
[iOS] Break a reference cycle between PreviewLoader and ResourceLoader
Show description for 6d4a497committed
Commits on May 25, 2018
[iOS] Avoid dlopening QuickLooks in the common case where the main resource is HTML or plain text
Show description for d24960fcommitted
Commits on Mar 20, 2018
QuickLook.NavigationDelegate API test is failing on iOS with async policy delegates
Show description for cc61cf6committed
Commits on Feb 21, 2018
Provisional load may get committed before receiving the decidePolicyForNavigationResponse response
Show description for d94aa6ecommitted
Commits on Aug 16, 2017
[PAL] Move spi/ios and spi/win directories into PAL
Show description for f68e337authored andcommitted
Commits on Aug 14, 2017
REGRESSION (r220456): Crash in PreviewLoader::shouldCreateForMIMEType() when a ResourceResponse has a null MIME type
Show description for a9c94fecommitted
Commits on Aug 9, 2017
[QuickLook] Use case-insensitive comparison of preview MIME types
Show description for 07f1df1committed
Commits on Jun 10, 2017
[QuickLook] PreviewLoader needs to check if its ResourceLoader has reached the terminal state before calling didReceiveResponse() and friends
Show description for 0da2736committed
Commits on Mar 28, 2017
[iOS] Crash in -[WebPreviewLoader failed] when running http/tests/multipart/policy-ignore-crash.php
Show description for b9f2de1committed
Commits on Mar 22, 2017
[QuickLook] Move QuickLook.{h,mm} to platform/ios/
Show description for 0421e2ccommitted[QuickLook] Rename QuickLookHandle to PreviewLoader
Show description for 4722bd7committed
Commits on Feb 28, 2017
Apply a review comment that was missing in r213182
Show description for 2228ce2committed[iOS] Getting QLPreviewProtocol slows down first navigation in Web process
Show description for 3bc949ecommitted
Commits on Feb 25, 2017
[Resource Timing] Gather timing information with reliable responseEnd time
Show description for 1cd3061committedUnreviewed, rolling out r212944.
Show description for 8e89588committed
Commits on Feb 24, 2017
[Resource Timing] Gather timing information with reliable responseEnd time
Show description for e3b9e7dcommitted
Commits on Jan 31, 2017
[QuickLook] FrameLoaderClient should return the new QuickLookHandleClient it creates
Show description for c090672committed[QuickLook] QLPreviewConverter and QuickLookHandle have different lifetime requirements
Show description for 916fc11committed
Commits on Jan 30, 2017
[QuickLook] Add a WebPreference to enable saving QuickLook documents in WebKitLegacy
Show description for ee0cf0bcommitted
Commits on Jan 27, 2017
[QuickLook] REGRESSION (WebKit2): Requests are made to invalid x-apple-ql-id: URLs
Show description for 9b34ec7committed
Commits on Jan 26, 2017
[QuickLook] Create temporary files with NSFileProtectionCompleteUnlessOpen
Show description for 7f4033ccommitted
Commits on Jan 18, 2017
[QuickLook] Support password-protected documents
Show description for 8678dfdcommitted
Commits on Jan 17, 2017
[QuickLook] QLPreviewConverter should be owned by its delegate
Show description for 354f26bcommitted
Commits on Jan 16, 2017
[QuickLook] Do some cleanup in QuickLookHandle
Show description for 9cda4ffcommitted
Commits on Jan 7, 2017
[QuickLook] Consolidate usage of QuickLookHandle into SubresourceLoader
Show description for 2e7b2b2committed
Commits on Dec 23, 2016
Reduce QuickLook.h include overhead
Show description for 43a5823committed