- a1c9634 CrashTracer: [USER] com.apple.WebKit.WebContent.Development at com.apple.WebCore: WebCore::commonVMSlow + 57 by bburg@apple.com · 8 years ago
- 22ae6c2 GCController.cpp's collect() should be Async by fpizlo@apple.com · 8 years ago
- bd86d71 Web Automation: cookie-related commands don't work correctly by bburg@apple.com · 8 years ago
- bcbdfbe Attr Nodes should not have children by cdumez@apple.com · 8 years ago
- a3583c9 [Cocoa] Converting from WebCore::Cookie to NSHTTPCookie always marks cookies as secure by bburg@apple.com · 8 years ago
- 8b47b05 Add SPI to WebItemProviderPasteboard to synchronously load data with a given timeout by wenson_hsieh@apple.com · 8 years ago
- 1aeb27b Clean up Attr.idl https://bugs.webkit.org/show_bug.cgi?id=171691 by cdumez@apple.com · 8 years ago
- 079cbf5 ASSERTION FAILED: !frame().document()->inRenderTreeUpdate() in WebCore::FrameView::layout(bool) by antti@apple.com · 8 years ago
- cb532ee Refactor / Clean up Element.idl https://bugs.webkit.org/show_bug.cgi?id=171734 by cdumez@apple.com · 8 years ago
- 82d9146 Link drag images for apple.com front page links have a lot of spurious whitespace by timothy_horton@apple.com · 8 years ago
- 7ee81b8 Rename webProcessDidCrashWithReason callback to webProcessDidTerminate and stop calling webProcessDidCrash for client terminations by cdumez@apple.com · 8 years ago
- bf50ed1 Mac cmake buildfix after r216037 https://bugs.webkit.org/show_bug.cgi?id=171558 by commit-queue@webkit.org · 8 years ago
- c52d435 [GTK] Enable runtime flag for MediaDevices with enable-media-stream property. by clopez@igalia.com · 8 years ago
- 35bd0da DRT's setAudioResultCallback() and IDBRequest::setResult() need to acquire the JSLock. by mark.lam@apple.com · 8 years ago
- 81caa1e REGRESSION (r215951): LayoutTest media/modern-media-controls/placard-support/placard-support-pip.html is a flaky crash by commit-queue@webkit.org · 8 years ago
- 1e56b26 [GTK] Assertion failure in Inspector::RemoteInspector::setRemoteInspectorClient when disposing WebKitWebContext by carlosgc@webkit.org · 8 years ago
- 0741bd3 [GStreamer] Do not report more errors after the first one by carlosgc@webkit.org · 8 years ago
- a22c790 [GStreamer] Fix handling of gst errors in MediaPlayerPrivateGStreamer::handleMessage by carlosgc@webkit.org · 8 years ago
- f8ea5fa Unreviewed, rolling out r216206. https://bugs.webkit.org/show_bug.cgi?id=171714 by commit-queue@webkit.org · 8 years ago
- 2fecce7 Drop remaining uses of PassRefPtr from CompositeEditCommand by cdumez@apple.com · 8 years ago
- ec90788 Fix misspelled word "interrupt" as pointed out by Darin Adler by dbates@webkit.org · 8 years ago
- 87c97e4 UIColor +whiteColor and +clearColor are ambiguous and need to be casted when soft linked. by commit-queue@webkit.org · 8 years ago
- bf723da Element.slot should be marked as [Unscopable] by cdumez@apple.com · 8 years ago
- cdd71b4 [Win] Remove redundant macros that are set in the CMake config by commit-queue@webkit.org · 8 years ago
- 002db0a [Mac] Modernize image for dragged link by timothy_horton@apple.com · 8 years ago
- 8ead12c Unreviewed, rolling out r216223. https://bugs.webkit.org/show_bug.cgi?id=171706 by commit-queue@webkit.org · 8 years ago
- 94a9405 [Mac] Modernize image for dragged link by timothy_horton@apple.com · 8 years ago
- 89d7844 Use if instead of return early for 13 places in WebAVPlayerController by commit-queue@webkit.org · 8 years ago
- a184a63 Gardening: Build fix for Windows after r216217. by mark.lam@apple.com · 8 years ago
- a0abb08 JSC::Heap should expose a richer API for requesting GCs by fpizlo@apple.com · 8 years ago
- c86e05a NeverDestroyed<String>(ASCIILiteral(...)) is not thread safe. by mark.lam@apple.com · 8 years ago
- b677c88 Source/WebCore: by commit-queue@webkit.org · 8 years ago
- 5fbb651 REGRESSION(r216138): Web Inspector: ASSERT(!content.isNull()) when checking for source map url opening inspector by joepeck@webkit.org · 8 years ago
- 154929c [WK2] Image action sheets sometimes do not dismiss when beginning data interaction by wenson_hsieh@apple.com · 8 years ago
- 3acff53 [WK2] Add support for keeping the selection in a focused editable element when dragging begins by wenson_hsieh@apple.com · 8 years ago
- 38e8faa Crash when pointer lock element is removed before pointer lock allowed arrives. by commit-queue@webkit.org · 8 years ago
- 8eb4c63 Reformat / Clean up Node.idl to match the specification by cdumez@apple.com · 8 years ago
- 9efea6a Remove support for legacy Notifications by weinig@apple.com · 8 years ago
- 9ef8745 REGRESSION (Safari 10.1): When 'transition' contains -ms-transform, transform-origin is also transitioned by antti@apple.com · 8 years ago
- a0fcb37 Clean up MutationRecord.idl https://bugs.webkit.org/show_bug.cgi?id=171685 by cdumez@apple.com · 8 years ago
- 15f9676 [GTK][JSCOnly] Implement memoryFootprint for Linux by utatane.tea@gmail.com · 8 years ago
- cb8a198 Reformat / clean up Event.idl https://bugs.webkit.org/show_bug.cgi?id=171675 by cdumez@apple.com · 8 years ago
- 8f3e769 Cleanup: Extract CachedScript::mimeTypeAllowedByNosniff() into a common function by dbates@webkit.org · 8 years ago
- d8fe886 Make the [EnabledBySetting] extended attribute work for any attribute or operation on a prototype by commit-queue@webkit.org · 8 years ago
- ed0c8f9 [MediaStream] Allow host application to enable/disable media capture by eric.carlson@apple.com · 8 years ago
- e2acd3f Should never hit layout while updating the render tree. by zalan@apple.com · 8 years ago
- c83a1f3 importScripts() should respect X-Content-Type-Options: nosniff by dbates@webkit.org · 8 years ago
- 5736311 Versioning. by jmarcell@apple.com · 8 years ago
- af3943b REGRESSION(STP): rgb() with calc() containing variables doesn't work by hyatt@apple.com · 8 years ago
- 868adfc Fix compilation with ICU 59.1 https://bugs.webkit.org/show_bug.cgi?id=171612 by annulen@yandex.ru · 8 years ago
- 3e47e1a [Cocoa] -[WKWebsiteDataStore httpCookieStore] is declared in the main @interface but implemented in a category by mitz@apple.com · 8 years ago
- 9792e9a [Cocoa] Add an optional width parameter to -[WKWebProcessPlugInNodeHandle renderedImageWithOptions:] by aestes@apple.com · 8 years ago
- 2fc49e4 Unreviewed, rolling out r216172. https://bugs.webkit.org/show_bug.cgi?id=171654 by commit-queue@webkit.org · 8 years ago
- e5656ce [Threaded Compositor] SHOULD NEVER BE REACHED in WebKit::CompositingRunLoop::updateCompleted by carlosgc@webkit.org · 8 years ago
- ae70004 check-webkit-style exits with an error while parsing Source/WebKit2/Scripts/webkit/ directory: KeyError: 'st' by ddkilzer@apple.com · 8 years ago
- 4ddd2ec stress/call-apply-exponential-bytecode-size.js.no-llint failing on 32-bit debug for OOM on executable memory by sbarati@apple.com · 8 years ago
- ccb7499 [JSC] Math unary functions should be handled by DFG by utatane.tea@gmail.com · 8 years ago
- d45b87b REGRESSION(r215686): Incremental reads from SharedBuffer are wrong after r215686 by carlosgc@webkit.org · 8 years ago
- 0dde174 How we build polymorphic cases is wrong when making a call from Wasm by sbarati@apple.com · 8 years ago
- 5d08f83 [MediaStream] Allow host application to enable/disable media capture by eric.carlson@apple.com · 8 years ago
- ab4b1af Resource Load Statistics: Remove all statistics for modifiedSince website data removals by wilander@apple.com · 8 years ago
- 074e134 Try to fix the macOS Public SDK build by aestes@apple.com · 8 years ago
- 2a13b6a Array.prototype.sort should also allow a null comparator by keith_miller@apple.com · 8 years ago
- b1b20aa Maintain interaction information imageURL as a URL, not a string by timothy_horton@apple.com · 8 years ago
- ae8c9c9 AX: aria-rowspan value should be ignored if td/th rowspan value is provided by jdiggs@igalia.com · 8 years ago
- f0a41dd REGRESSION (r215630): Web Inspector: Option-Click on URL in Styles sidebar does not work by webkit@devinrousso.com · 8 years ago
- 756690a [Cocoa] Stop exporting symbols for ivars that were made private by commit-queue@webkit.org · 8 years ago
- 6d9feb6 Unreviewed, rolling out r216160 and r216161. by ryanhaddad@apple.com · 8 years ago
- 6760a9e [MediaStream] Allow host application to enable/disable media capture by eric.carlson@apple.com · 8 years ago
- 805c400 [MediaStream] Allow host application to enable/disable media capture by eric.carlson@apple.com · 8 years ago
- 8b54864 SearchInputType could end up with a mismatched renderer. by zalan@apple.com · 8 years ago
- 2109b29 Make the VPIO audio unit a singleton, shared between multiple CaptureSources by jer.noble@apple.com · 8 years ago
- 0107832 getUserMedia() fails because devices list is empty / inactive by jer.noble@apple.com · 8 years ago
- dc2b270 Implement the imageready event to reliably test the async image decoding by commit-queue@webkit.org · 8 years ago
- e9757f4 Maintain interaction information URL as a URL, not a string by timothy_horton@apple.com · 8 years ago
- 72576f5 Use the CLoop for CPU(ARM64E). by mark.lam@apple.com · 8 years ago
- ec51ba8 Uncaught Exception: Can't make a ContentView for an unknown representedObject of type: IndexedDatabase by nvasilyev@apple.com · 8 years ago
- 7ec85c9 Have WKWebView call _updateVisibleContentRects for the current transaction if possible, rather than always delaying by simon.fraser@apple.com · 8 years ago
- cedcd82 REGRESSION (r216129): ASSERTION FAILED: m_process->state() == WebProcessProxy::State::Terminated by cdumez@apple.com · 8 years ago
- dd9dfd8 Link preload HTMLPreloadScanner support by yoav@yoav.ws · 8 years ago
- d384b4c YouTube user agent quirk breaks new YouTube by mcatanzaro@igalia.com · 8 years ago
- 8cf98ea Web Inspector: 404 Image Load does not appear as a failure in Web Inspector by commit-queue@webkit.org · 8 years ago
- 1e52b71 Different behaviour with the .sort(callback) method (unlike Firefox & Chrome) by keith_miller@apple.com · 8 years ago
- 336e290 Async image decoding should be disabled for snapshots, printing and preview by commit-queue@webkit.org · 8 years ago
- 1dabdd5 AX: VO skips cells after cell with aria-colspan by n_wang@apple.com · 8 years ago
- 072bf18 ASSERTION FAILED: m_scriptExecutionContext->isContextThread() seen with LayoutTest crypto/workers/crypto-random-values-limits-worker.html by jiewen_tan@apple.com · 8 years ago
- 861aac6 Handle KVO updating of the "hasOnlySecureContent" before a page results in an HTTP auth challenge. by beidson@apple.com · 8 years ago
- fdcfce7 RenderSearchField should not use isTextField() in SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT by zalan@apple.com · 8 years ago
- 84feb03 Remove ScrollingCoordinator::supportsFixedPositionLayers() by commit-queue@webkit.org · 8 years ago
- 9528552 [WK2] Extend processDidCrash delegate to let the client know the reason for the crash by cdumez@apple.com · 8 years ago
- ecdce03 Use PassRefPtr less in CompositeEditCommand by cdumez@apple.com · 8 years ago
- 02dd260 AX: Treat cells with ARIA table cell properties as cells by jdiggs@igalia.com · 8 years ago
- acee0b5 [INTL] Support dashed values in unicode locale extensions by commit-queue@webkit.org · 8 years ago
- dbd6702 [Cairo] Handle extended colors in gradients by carlosgc@webkit.org · 8 years ago
- d77aa3f Abandon the current load once the provisional loader detaches from the frame by dbates@webkit.org · 8 years ago
- cb1ec8f Cleanup: Remove out-of-date comment and null check from DocumentLoader::detachFromFrame() by dbates@webkit.org · 8 years ago
- ae36f1c Unreviewed attempt to fix the Windows build after r216117. by ryanhaddad@apple.com · 8 years ago
- 80b0506 Rename StyleInvalidationAnalysis to Style::Invalidator by antti@apple.com · 8 years ago
- 9ff8207 [GTK] Add GTK+ implementation of WebAutomationSession by carlosgc@webkit.org · 8 years ago
- d1b3b2c Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.1 release. by carlosgc@webkit.org · 8 years ago