1. 5b7bc04 [GStreamer] Adaptive streaming issues by carlosgc@webkit.org · 9 years ago
  2. 83e48c1 [Mac][cmake] Unreviewed speculative buildfix after r200433, just for fun. by ossy@webkit.org · 9 years ago
  3. edcf63a [TexMap] Clean up TextureMapperShaderProgram by zandobersek@gmail.com · 9 years ago
  4. aea3796 Start on dictionary support for IDL, getting enough to work for one dictionary by darin@apple.com · 9 years ago
  5. 8b24290 [iOS] Playback does not pause when locking screen after playing to AirPlay. by eric.carlson@apple.com · 9 years ago
  6. 399e2be CSP: Perform case sensitive match against path portion of source expression URL that ends in '/' by dbates@webkit.org · 9 years ago
  7. e8cfe3c AX: Nonfunctional controls appear before every HTML5 video when using VoiceOver by commit-queue@webkit.org · 9 years ago
  8. e9268be Disabling WebGL2 should mean no context is created by dino@apple.com · 9 years ago
  9. 8ad8542 Add an override point for drawing named images in ThemeCocoa by andersca@apple.com · 9 years ago
  10. fe5bc1f Don't disconnect WebAVPlayerController from its delegate since there is no way to reconnect it. by commit-queue@webkit.org · 9 years ago
  11. c1925f2 Media elements should not be paused right away when removed from the document by cdumez@apple.com · 9 years ago
  12. cff2d0c Speed up JSGlobalObject initialization by making some properties lazy by fpizlo@apple.com · 9 years ago
  13. 32a09bd [css-grid] Refactor information stored related to column positions by rego@igalia.com · 9 years ago
  14. d3fdf67 ES6 Function.name inferred from property names of literal objects can break some websites. by mark.lam@apple.com · 9 years ago
  15. d49f6f3 Deduplicated initializer lists of BitmapImage constructors. by annulen@yandex.ru · 9 years ago
  16. cac0822 Unreviewed, rolling out r200383 and r200406. by cdumez@apple.com · 9 years ago
  17. 571fd1a6 AX: ARIA 'region' role is now a landmark; HTML 'section' element should be a landmark only if named by jdiggs@igalia.com · 9 years ago
  18. 20f5610 Clicks inside button elements are sometimes discarded when the mouse moves by youenn.fablet@crf.canon.fr · 9 years ago
  19. c3035c0 Unreviewed, fixing crashing GTK+ tests after r200407. by zandobersek@gmail.com · 9 years ago
  20. 1edb42a Add WKPreference for SelectionPaintingWithoutSelectionGaps by gyuyoung.kim@webkit.org · 9 years ago
  21. f53a3f6 Rename JSKeyValueIterator as JSDOMIterator by youenn.fablet@crf.canon.fr · 9 years ago
  22. b15eab6 CrashTracer: [USER] com.apple.WebKit.WebContent at …ple.WebCore: WebCore::EditCommandComposition::unapply + 105 by jiewen_tan@apple.com · 9 years ago
  23. d82ce91 [CoordGraphics] CompositingCoordinator should hande root compositing and view overlay layers separately by zandobersek@gmail.com · 9 years ago
  24. 272d74a [TexMap] Clean up TextureMapperGLData, TextureMapperGLData::SharedGLData by zandobersek@gmail.com · 9 years ago
  25. fbea69e Optimize [StrictTypeChecking] on IDL attributes by cdumez@apple.com · 9 years ago
  26. caf1e49 Unreviewed, rolling out r199259 and r200161. by cdumez@apple.com · 9 years ago
  27. cda5fcb Speed up JSGlobalObject initialization by making some properties lazy by fpizlo@apple.com · 9 years ago
  28. 08209b0 [Win] Remove Windows XP Compatibility Requirements by peavo@outlook.com · 9 years ago
  29. 9f3e3d5 REGRESSION (r198943): Transitions don't work if they animate display property by antti@apple.com · 9 years ago
  30. a2991df WorkerGlobalScope's self, location and navigator attributes should not be replaceable by cdumez@apple.com · 9 years ago
  31. ae87f92 Drop some unnecessary exception checking in the generated bindings by cdumez@apple.com · 9 years ago
  32. e904e15 Add/refactor isolatedCopy methods for 3 IDB classes. by beidson@apple.com · 9 years ago
  33. 18b74c5 [ATK] accessibility/content-editable-as-textarea.html fails by jdiggs@igalia.com · 9 years ago
  34. ad4ddda [css-grid] Add support for position resolution with auto-repeat tracks by svillar@igalia.com · 9 years ago
  35. 12b1875 Unreviewed. Fix GObject DOM bindings API break after r200316. by carlosgc@webkit.org · 9 years ago
  36. 36b1a97 [OpenType] OpenTypeVerticalData object should not be created if the font is not OpenType by carlosgc@webkit.org · 9 years ago
  37. 53438e9 Change IDL enumerations to be nested in their C++ class instead of at WebCore namespace level by darin@apple.com · 9 years ago
  38. 7e97090 Don't run transitions to/from 'auto' values by simon.fraser@apple.com · 9 years ago
  39. 53bd03e Indexing CSSStyleDeclaration object with out-of-range index should return undefined by cdumez@apple.com · 9 years ago
  40. 2b390de Specifying a longhand property should not serialize to a shorthand property by dino@apple.com · 9 years ago
  41. 64bff95 REGRESSION: Page layout of Manga/Picture books and all Fixed Layout ePubs corrupted by dino@apple.com · 9 years ago
  42. df37cdc [Mac] AirPlay fails if target is set before AVPlayer has been created by eric.carlson@apple.com · 9 years ago
  43. 5b0e070 Const-ify some IDB code. https://bugs.webkit.org/show_bug.cgi?id=157287 by beidson@apple.com · 9 years ago
  44. b114ff8 REGRESSION(r199964): Animation on pseudo elements doesn't trigger if first frame matches the current style by antti@apple.com · 9 years ago
  45. bceb864 Add the ability to accumulate logs for specific logging channels to help diagnose test timeouts. by beidson@apple.com · 9 years ago
  46. 458b6b8 Sort the project file. by simon.fraser@apple.com · 9 years ago
  47. 11c5b5b Make Length, LengthSize and LengthPoint blending not use member functions by simon.fraser@apple.com · 9 years ago
  48. 44b64ad Fix shouldUpdateScrollLayerPositionSynchronously() for non-main frames. Remove updatesScrollLayerPositionOnMainThread() by simon.fraser@apple.com · 9 years ago
  49. f7de78b Add to the Animations log channel output about which properties are being blended by simon.fraser@apple.com · 9 years ago
  50. 3eba19c Modernize HTMLConstructionSite https://bugs.webkit.org/show_bug.cgi?id=157279 by cdumez@apple.com · 9 years ago
  51. 0380f9a3 Remove unneeded casts once we upgrade to a version of Visual Studio that is not broken by peavo@outlook.com · 9 years ago
  52. e7aa100 Fix build. by andersca@apple.com · 9 years ago
  53. c10f2cd DataDetector underline color should be based on the text color by weinig@apple.com · 9 years ago
  54. 2483b51 document.currentScript must be null when we're executing a script inside a shadow tree by rniwa@webkit.org · 9 years ago
  55. 6061458 Do not reuse cache entries with conditional headers by achristensen@apple.com · 9 years ago
  56. 30bf4a4 Speculatively fix the cmake build https://bugs.webkit.org/show_bug.cgi?id=157262 by yoav@yoav.ws · 9 years ago
  57. e3a32e7 CSP: Add workaround for XtraMath https://bugs.webkit.org/show_bug.cgi?id=157252 by dbates@webkit.org · 9 years ago
  58. 2cd9a46 DatabaseTracker::closeAllDatabases calls Database::close from the wrong thread by dbates@webkit.org · 9 years ago
  59. 4ea6dc8 Move ResourceTiming behind a runtime flag by yoav@yoav.ws · 9 years ago
  60. fbdeb37 AX: Crash at WebCore::AccessibilityObject::getAttribute const + 9 by n_wang@apple.com · 9 years ago
  61. b44e3f1 Stop using string-based enumerations in TextTrack, and eliminate support for string-based enumerations by darin@apple.com · 9 years ago
  62. cc6e190 Pass reference instead of pointer to IDL attribute setters if not nullable by cdumez@apple.com · 9 years ago
  63. 95088c7 Unreviewed, rolling out r200264 and r200266. by commit-queue@webkit.org · 9 years ago
  64. 5868d3f Drop CanUseWTFOptionalForParameter() from bindings generator by cdumez@apple.com · 9 years ago
  65. b3202b3 Update Fetch to use enum class instead of string for enumerations by darin@apple.com · 9 years ago
  66. b9acfa7 Unreviewed attempt to fix Windows build after r200288. by cdumez@apple.com · 9 years ago
  67. f6271b5 Unreviewed attempt to fix Windows build after r200288. by cdumez@apple.com · 9 years ago
  68. cb86922 Unreviewed, rebaseline bindings tests after r200300. by cdumez@apple.com · 9 years ago
  69. 2baec2d Use enum class instead of string-based enums in RTC code by darin@apple.com · 9 years ago
  70. 3065521 REGRESSION (r199640): position:absolute generated content inherits text-decoration from its element by antti@apple.com · 9 years ago
  71. 8bbf76d Some content causes deep recursion. by zalan@apple.com · 9 years ago
  72. 0739f81 Update XMLHttpRequest to use enum class instead of string for enumeration by darin@apple.com · 9 years ago
  73. 456c412 Streamline and remove unused bindings generation code by darin@apple.com · 9 years ago
  74. f67b360 [Web IDL] Pass even more types by reference by cdumez@apple.com · 9 years ago
  75. aa4c06d Node.prototype.rootNode is not Web compatible by rniwa@webkit.org · 9 years ago
  76. c627966 Try to fix GTK build. by darin@apple.com · 9 years ago
  77. 6613b40 Stop using old-style string-based enums in Internals.idl by darin@apple.com · 9 years ago
  78. 2513166 Fixed expected results from bindings tests. by darin@apple.com · 9 years ago
  79. 795dcb4 Next batch of conversions to use C++ enum class instead of strings for enumerations by darin@apple.com · 9 years ago
  80. 7e33a43 AX: @aria-label attribute should work on <label> element by n_wang@apple.com · 9 years ago
  81. c7d0a24 [Web IDL] Specify default parameter values for callback parameters by cdumez@apple.com · 9 years ago
  82. 5ec9eed First step in using "enum class" instead of "String" for enumerations in DOM by darin@apple.com · 9 years ago
  83. ccc67cd Get rid of unnecessary null check in wrap(JSDOMGlobalObject*, DOMClass*) by cdumez@apple.com · 9 years ago
  84. 55f6382 Use LIKELY() / UNLIKELY() hints when suitable in the JavaScript bindings by cdumez@apple.com · 9 years ago
  85. 5476d25 Rename getAssignedNodes to assignedNodes and support flattened option by rniwa@webkit.org · 9 years ago
  86. 890f738 Make clipToRect() and restoreClip() have similar signatures by simon.fraser@apple.com · 9 years ago
  87. f6df054 Blur filter escapes an enclosing overflow:hidden by simon.fraser@apple.com · 9 years ago
  88. 9893ed9 REGRESSION(194502): overflow: scroll; direction: rtl; divs jump horizontally when scrolled vertically by mmaxfield@apple.com · 9 years ago
  89. 7c14e67 Clean up GraphicsContext use in RenderLayer::paintLayerContents() by simon.fraser@apple.com · 9 years ago
  90. e63cd35 Web Inspector: Issues inspecting the inspector, pausing on breakpoints causes content to not load by commit-queue@webkit.org · 9 years ago
  91. 80a14d9 [iOS] do not exit AirPlay when the screen locks by eric.carlson@apple.com · 9 years ago
  92. e0ed76d Node.nodeName should not be nullable by cdumez@apple.com · 9 years ago
  93. 403e07aa Unreviewed, rolling out r200150 and r200256. by ryanhaddad@apple.com · 9 years ago
  94. 723d80c <select multiple> padding should react when scrolling Source/WebCore: by tonikitoo@webkit.org · 9 years ago
  95. ceeaab3 [Mac] AirPlay fails if target is set before AVPlayer has been created by eric.carlson@apple.com · 9 years ago
  96. 6f1dfa6 [RTL Scrollbars] REGRESSION(r200116): Positioned contents can overlap RTL scrollbars by mmaxfield@apple.com · 9 years ago
  97. f5a620e AX: CharacterOffset not working correctly with composed characters and collapsed white spaces by n_wang@apple.com · 9 years ago
  98. f9757eb WebPlaybackControlsManager should not be owned by the WebPlaybackSessionInterfaceMac. by jer.noble@apple.com · 9 years ago
  99. 641bb39 Unreviewed, rolling out r200232. https://bugs.webkit.org/show_bug.cgi?id=157189 by ryanhaddad@apple.com · 9 years ago
  100. 7c9a9ab [GTK] Fix build failure introduced by r199738 by commit-queue@webkit.org · 9 years ago