1. 1d693e9 stress/ftl-gettypedarrayoffset-wasteful.js times out on arm/linux by commit-queue@webkit.org · 4 years, 1 month ago
  2. f9238ba WebCore::HTMLMediaElement::mediaCanStart crashes by peng.liu6@apple.com · 4 years, 1 month ago
  3. cbc3d85 [Windows] Ignore render tree dump based results on Windows by antti@apple.com · 4 years, 1 month ago
  4. 16aac0e Flesh out enclosingScrollableArea() implementations by simon.fraser@apple.com · 4 years, 1 month ago
  5. 5a5b14c TypedArray's [[DefineOwnProperty]] is incorrect with partial descriptors by shvaikalesh@gmail.com · 4 years, 1 month ago
  6. b26ede2 Rename widgetDidHandleWheelEvent back to passWheelEventToWidget and make some functions private by simon.fraser@apple.com · 4 years, 1 month ago
  7. 29781d5 Add myself, as a committer, to contributors.json. by james.savage@apple.com · 4 years, 1 month ago
  8. 91484e59 Add myself to contributors.json. https://bugs.webkit.org/show_bug.cgi?id=209952. by james.savage@apple.com · 4 years, 1 month ago
  9. 2523536 Add SPI to configure WebsiteDataStores with a URL for standalone web applications and use it to disable first-party website data removal in ITP by wilander@apple.com · 4 years, 1 month ago
  10. 9c29cc2 Rebase expectation files for anchor tag tests with line number output by wilander@apple.com · 4 years, 1 month ago
  11. 818718e Crash in RenderMenuList::didUpdateActiveOption. by andresg_22@apple.com · 4 years, 1 month ago
  12. efaaade Context menu for local storage puts quotes around key and value by drousso@apple.com · 4 years, 1 month ago
  13. b9c7526 Unreviewed, reverting r259390. https://bugs.webkit.org/show_bug.cgi?id=209944 by commit-queue@webkit.org · 4 years, 1 month ago
  14. ab0c6af Remove unused media controls code by eric.carlson@apple.com · 4 years, 1 month ago
  15. ad06634 [ iOS wk2 ] fast/images/exif-orientation-background-image-repeat.html is flaky failing. by said@apple.com · 4 years, 1 month ago
  16. c42bf8b Versioning. by alancoon@apple.com · 4 years, 1 month ago
  17. 6a4edb2 Don't call -[AVCapture startRunning] when interruption ends by eric.carlson@apple.com · 4 years, 1 month ago
  18. e571b5c REGRESSION (r258525): Leak of NSMutableAttributedString in -[WebAccessibilityObjectWrapper doAXAttributedStringForTextMarkerRange:spellCheck:] by ddkilzer@apple.com · 4 years, 1 month ago
  19. 26a5cb3 Unreviewed build fix after r259396. by pvollan@apple.com · 4 years, 1 month ago
  20. 7e009aa [JSC] RecordedStatuses's assignment should be guarded by CodeBlock's lock by ysuzuki@apple.com · 4 years, 1 month ago
  21. 834a3b5 Web Inspector: Network tab summary bar jiggles by nvasilyev@apple.com · 4 years, 1 month ago
  22. 46b4346 Sort libwebrtc Xcode project file by krollin@apple.com · 4 years, 1 month ago
  23. 4f432b0 WebPageProxy attachment methods should return early if attachment element is not enabled by ddkilzer@apple.com · 4 years, 1 month ago
  24. 540d6b6 [iOS wk2 Debug] imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/cramped-001.html is failing by rniwa@webkit.org · 4 years, 1 month ago
  25. b034b43 ActiveDOMObject::hasPendingActivity() should stop preventing wrapper collection after ActiveDOMObject::stop() has been called by cdumez@apple.com · 4 years, 1 month ago
  26. 3adc38d HeapSnapshotBuilder::analyzeNode() should filter out duplicate cells. by mark.lam@apple.com · 4 years, 1 month ago
  27. 36fb64f Add some more scroll-latching tests by simon.fraser@apple.com · 4 years, 1 month ago
  28. 67d59a5 Rename some wheel-event related functions by simon.fraser@apple.com · 4 years, 1 month ago
  29. fbf33d8 Unreviewed build fix after r259396. by pvollan@apple.com · 4 years, 1 month ago
  30. ac98b17 [iOS] Replace UIKit background task with a RunningBoard FinishTaskInterruptable assertion by cdumez@apple.com · 4 years, 1 month ago
  31. 72be8c7 [iOS] Allow use of syscall from the WebContent sandbox by pvollan@apple.com · 4 years, 1 month ago
  32. 68ae80d [iOS] Remove use of 'apple-signed-executable?' from Sandbox by bfulgham@apple.com · 4 years, 1 month ago
  33. abf8653 Traverse float descendants when computing event and touch-action regions by dbates@webkit.org · 4 years, 1 month ago
  34. 52ff012 [ Mac wk1 Debug ] inspector/css/add-css-property.html is flaky timing out. by lawrence.j@apple.com · 4 years, 1 month ago
  35. 05bb98e Unreviewed test gardening. by ryanhaddad@apple.com · 4 years, 1 month ago
  36. 3f17552 Hulu.com gets stuck in a "loading" state when seeking by jer.noble@apple.com · 4 years, 1 month ago
  37. d63d090 REGRESSION (r234685): Leak of CALayer in createCoreAnimationLayer() in PluginObjectMac.mm by ddkilzer@apple.com · 4 years, 1 month ago
  38. 93614ab Avoid null deref after inserting a text field with a list attribute by wenson_hsieh@apple.com · 4 years, 1 month ago
  39. 1b30f74 Remove all uses of live ranges from TextIterator by darin@apple.com · 4 years, 1 month ago
  40. c658e57 Address static analysis warning in DataLog.cpp: Value stored to 'pathCharactersAvailable' is never read by krollin@apple.com · 4 years, 1 month ago
  41. aa32a77 API::PageConfiguration may have conflicting preference values between WebPreferences and WebPreferencesStore::ValueMap instance variables by ddkilzer@apple.com · 4 years, 1 month ago
  42. 37b8ada Unreviewed build fix. by pvollan@apple.com · 4 years, 1 month ago
  43. 46ea159 Build fix after r259385. by simon.fraser@apple.com · 4 years, 1 month ago
  44. 6b579bc [macOS] Remove redundant call to check in with Launch Services by pvollan@apple.com · 4 years, 1 month ago
  45. 7e1a44c [ Mac wk1 ] fast/loader/child-frame-add-after-back-forward.html is flaky timing out. by cdumez@apple.com · 4 years, 1 month ago
  46. 1a765e7 Remove a superflous blank line added in the previous commit as pointed out during the code review. by rniwa@webkit.org · 4 years, 1 month ago
  47. e9ab02d HTMLFormElement should use WeakPtr to keep track of its associated elements by rniwa@webkit.org · 4 years, 1 month ago
  48. 0198a17 Add SPI to restrict loading to main resources or non-network loads by commit-queue@webkit.org · 4 years, 1 month ago
  49. d6ec395 [ Mac wk2 Debug ] webrtc/datachannel/multiple-connections.html is flaky timing out. by lawrence.j@apple.com · 4 years, 1 month ago
  50. 626f7ff Enable offlineasm debug annotations for GCC by commit-queue@webkit.org · 4 years, 1 month ago
  51. 8a553b8 [ Mac and iOS ] svg/custom/animate-initial-pause-unpause.html is flaky timing out. by lawrence.j@apple.com · 4 years, 1 month ago
  52. ba0c1a4 [iOS] Allow WebKit to use camera in multi-tasking mode by eric.carlson@apple.com · 4 years, 1 month ago
  53. 03e70e7 Video previews on shutterstock.com don't play when tapped on iPadOS by graouts@webkit.org · 4 years, 1 month ago
  54. aa2124f Add additional WKAppBoundDomains to TestWebKitAPI's expectations after initializing eTLD+1 by default by katherine_cheney@apple.com · 4 years, 1 month ago
  55. f2ca847 Temporarily restrict kVTVideoEncoderSpecification_RequiredLowLatency use to iOS by youenn@apple.com · 4 years, 1 month ago
  56. 572e212 Debug crash: ASSERTION FAILED: m_ongoingFetches.contains(task.fetchIdentifier()) by youenn@apple.com · 4 years, 1 month ago
  57. d2af93f Remove synchronous termination of service workers by youenn@apple.com · 4 years, 1 month ago
  58. 5004808 [WPE][GTK] Public API should not allow trying to register a special URI scheme by aperez@igalia.com · 4 years, 1 month ago
  59. 7e78c62c Unreviewed, fix libwebrtc build with GCC 9 after the M82 bump. by zandobersek@gmail.com · 4 years, 1 month ago
  60. 1af5cc8 [GTK] [2.28.0] The Yelp build crashes if DISPLAY is not set by carlosgc@webkit.org · 4 years, 1 month ago
  61. 53c0a6b Remove FrameLoader::addExtraFieldsToMainResourceRequest by commit-queue@webkit.org · 4 years, 1 month ago
  62. cac5ab1 Crash in WebCore::HTMLDocumentParser::insert by rniwa@webkit.org · 4 years, 1 month ago
  63. f9c026e [iOS] svg/as-background-image/tiled-background-image.html is a flaky image failure by ryanhaddad@apple.com · 4 years, 1 month ago
  64. 7e87936 Remove the unnecessary null check for document by shihchieh_lee@apple.com · 4 years, 1 month ago
  65. e956b97 Remove some PLATFORM(IOS_FAMILY) guards in TextFieldInputType by wenson_hsieh@apple.com · 4 years, 1 month ago
  66. de82d57 [Cocoa] UTI from MIME type cache can be removed after r258915 by pvollan@apple.com · 4 years, 1 month ago
  67. 18e93ab Fix the build. by timothy_horton@apple.com · 4 years, 1 month ago
  68. f02ea2e run-javascriptcore-tests: runJSCStressTests shouldn't exit the program by jbedard@apple.com · 4 years, 1 month ago
  69. 18aa819 Removed the update nag from the old WebKit Nightly start page by jond@apple.com · 4 years, 1 month ago
  70. d4ecd70 Intl.NumberFormat.prototype.format must preserve sign of -0 by ross.kirsling@sony.com · 4 years, 1 month ago
  71. 807c3b9 Use ManagedConfiguration umbrella instead of including specific headers by timothy_horton@apple.com · 4 years, 1 month ago
  72. 819ea8a Web Inspector: Use ECMAScript Numeric Separators for numbers with 5 or more digits by nvasilyev@apple.com · 4 years, 1 month ago
  73. a9f74ac http/tests/navigation/page-cache-fontfaceset.html is flaky crashing by cdumez@apple.com · 4 years, 1 month ago
  74. 590c9fe [macOS] Deny mach-lookup access to "com.apple.lsd.mapdb" in sandbox by pvollan@apple.com · 4 years, 1 month ago
  75. 8cfe59a [ Mac wk1 Debug ] inspector/page/overrideSetting-ICECandidateFilteringEnabled.html is flaky timing out. by lawrence.j@apple.com · 4 years, 1 month ago
  76. 2c38dbd ASSERTION FAILED: m_wrapper on webgl/max-active-contexts-webglcontextlost-prevent-default.html by cdumez@apple.com · 4 years, 1 month ago
  77. 7d53808 CRASH in MediaPlayerPrivateMediaSourceAVFObjC::addAudioRenderer(), uncaught ObjC exception by jer.noble@apple.com · 4 years, 1 month ago
  78. f12118f Regression(r257963) didFailProvisionalNavigation delegate no longer gets called when cancelling a cross-site provisional navigation by cdumez@apple.com · 4 years, 1 month ago
  79. a659cc25 [ Mac wk2 Debug ] webrtc/datachannel/multiple-connections.html is flaky timing out. by lawrence.j@apple.com · 4 years, 1 month ago
  80. 6b50085 [GPUP][PlayStation] Enable GPU Process by don.olmstead@sony.com · 4 years, 1 month ago
  81. 8cccf6e ASSERTION FAILED: m_wrapper on imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay.html by cdumez@apple.com · 4 years, 1 month ago
  82. 05955e6 [PlayStation] Use OBJECT libraries for WebCore and PAL by don.olmstead@sony.com · 4 years, 1 month ago
  83. 3997d58 Delete IC incorrectly caches for proxies by commit-queue@webkit.org · 4 years, 1 month ago
  84. 6f5594c [ iOS wk2 ] crypto/subtle/rsa-indexeddb-non-exportable-private.html is flaky timing out. by lawrence.j@apple.com · 4 years, 1 month ago
  85. a41b66a Bindings that override getOwnPropertySlotByIndex need to say they MayHaveIndexedAccessors by keith_miller@apple.com · 4 years, 1 month ago
  86. 84f3350 [ Mojave wk1 Release ] platform/mac/media/media-source/videoplaybackquality-decompressionsession.html is flaky failing. by lawrence.j@apple.com · 4 years, 1 month ago
  87. 909e8ef Don't use raw pointers in ShadowRoot. by jer.noble@apple.com · 4 years, 1 month ago
  88. 19b7723 Unreviewed, reverting r259328. https://bugs.webkit.org/show_bug.cgi?id=209861 by commit-queue@webkit.org · 4 years, 1 month ago
  89. 3e1e9a6 Convert app-bound domain categorization parameter to a method by bfulgham@apple.com · 4 years, 1 month ago
  90. de5c94a Deprecate WKWebsiteDataStore._indexedDBDatabaseDirectory by commit-queue@webkit.org · 4 years, 1 month ago
  91. ea8cc14 Unreviewed, add new committer to contributors.json by shihchieh_lee@apple.com · 4 years, 1 month ago
  92. 7b0283a Notify accessibility when a node is removed from its ancestor. by shihchieh_lee@apple.com · 4 years, 1 month ago
  93. 2f1a708 Unreviewed, reverting r259282. https://bugs.webkit.org/show_bug.cgi?id=209860 by commit-queue@webkit.org · 4 years, 1 month ago
  94. a6743f5 Make WebPasteboardProxy::didModifyContentsOfPasteboard robust when pasteboardName is null by wenson_hsieh@apple.com · 4 years, 1 month ago
  95. b3e2d70 Bump libwebrtc to M82 https://bugs.webkit.org/show_bug.cgi?id=209542 by commit-queue@webkit.org · 4 years, 1 month ago
  96. 34543c0 Update check for aarch64 by commit-queue@webkit.org · 4 years, 1 month ago
  97. e29c95f [GTK] Gardening, failures in EWS GTK-WK2 by dpino@igalia.com · 4 years, 1 month ago
  98. e86028b [JSC] Reenable non-cloop LLint, JIT and DFG on 32-bit platforms by commit-queue@webkit.org · 4 years, 1 month ago
  99. 6ea17b6 [Flatpak SDK] Migration to version 0.2 by philn@webkit.org · 4 years, 1 month ago
  100. 5d6309a [GTK] Gardening, update baselines https://bugs.webkit.org/show_bug.cgi?id=209852 by dpino@igalia.com · 4 years, 1 month ago