1. 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
  2. 2940dcb Text track cue logging should include cue text by eric.carlson@apple.com · 7 years ago
  3. 9b2bcf9 Text track cue logging should include cue text by eric.carlson@apple.com · 7 years ago
  4. 197cd32 Put the DOM in IsoHeaps https://bugs.webkit.org/show_bug.cgi?id=183546 by fpizlo@apple.com · 7 years ago
  5. 5afbaa2 Rename NoEventDispatchAssertion to ScriptDisallowedScope by rniwa@webkit.org · 7 years ago
  6. 5a5e76a Web Inspector: Optionally log WebKit log parameters as JSON by eric.carlson@apple.com · 7 years ago
  7. fb794e4 Unify the node removal code in ContainerNode and expand the coverage of NoEventDispatchAssertion by rniwa@webkit.org · 7 years ago
  8. 147b934 Replace some stack raw pointers with RefPtrs within WebCore/html by jiewen_tan@apple.com · 7 years ago
  9. c42781f Switch text tracks to release logging by eric.carlson@apple.com · 7 years ago
  10. 750df37 ExceptionCode enumeration should use modern exception names by cdumez@apple.com · 8 years ago
  11. 9756f47 Make ExceptionCode a proper enumeration by cdumez@apple.com · 8 years ago
  12. 036ffde Unprefix unicode-bidi CSS values https://bugs.webkit.org/show_bug.cgi?id=171761 by mmaxfield@apple.com · 8 years ago
  13. c86e05a NeverDestroyed<String>(ASCIILiteral(...)) is not thread safe. by mark.lam@apple.com · 8 years ago
  14. e52fe06 Text stroke is sometimes clipped on video captions. by pvollan@apple.com · 8 years ago
  15. eb08ce8 Unprefix -webkit-min-content, -webkit-max-content and -webkit-fit-content by rego@igalia.com · 8 years ago
  16. 0207179 Adopting a child node of a script element can run script by bfulgham@apple.com · 8 years ago
  17. e58b54a Crash when changing video subtitles. by pvollan@apple.com · 8 years ago
  18. 4e29cb2 Remove many includes of ExceptionCode.h by darin@apple.com · 8 years ago
  19. 4a588ff Move Node from ExceptionCode to ExceptionOr by darin@apple.com · 8 years ago
  20. 66d4118 Move all classes in the HTML directory from ExceptionCode to Exception by darin@apple.com · 8 years ago
  21. 0dcaabd [CSS Parser] Unprefix -webkit-writing-mode by hyatt@apple.com · 8 years ago
  22. af195dd Move HTML canvas and tracks from ExceptionCode to Exception by darin@apple.com · 8 years ago
  23. 1e1a6ad Crash inside moveOutOfAllShadowRoots by rniwa@webkit.org · 9 years ago
  24. 9b218e1 Drop toJS() overload taking a PassRefPtr<> parameter by cdumez@apple.com · 9 years ago
  25. f45d2b5 Update Node::appendChild() / replaceChild() / removeChild() / insertBefore() to take references instead of pointers by cdumez@apple.com · 9 years ago
  26. 83a78dd Get rid of a lot of calls to RefPtr::release() by cdumez@apple.com · 9 years ago
  27. 454418f Inline RenderStyle into RenderElement by antti@apple.com · 9 years ago
  28. de6dae7b RenderStyle should not be reference counted by antti@apple.com · 9 years ago
  29. ee1218c Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_LOCAL by akling@apple.com · 9 years ago
  30. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  31. c2ad848 Node.appendChild(null) / replaceChild(null, null) / removeChild(null) / insertBefore(null, ref) should throw a TypeError by cdumez@apple.com · 9 years ago
  32. 077a272 Remove ENABLE_WEBVTT_REGIONS https://bugs.webkit.org/show_bug.cgi?id=148184 by eric.carlson@apple.com · 10 years ago
  33. d839ea1 Drop RefPtr::clear() method https://bugs.webkit.org/show_bug.cgi?id=146556 by cdumez@apple.com · 10 years ago
  34. e44487e Purge PassRefPtr in WebCore/html https://bugs.webkit.org/show_bug.cgi?id=144543 by gyuyoung.kim@webkit.org · 10 years ago
  35. 2c6495b Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby. by zalan@apple.com · 10 years ago
  36. 9ef2772 Remove the prefix for CSS Transforms by dino@apple.com · 10 years ago
  37. 0b84110 Unreviewed, rolling out r181824. https://bugs.webkit.org/show_bug.cgi?id=142935 by commit-queue@webkit.org · 10 years ago
  38. f9b1a4f Remove the prefix for CSS Transforms by dino@apple.com · 10 years ago
  39. b7f4850 First argument to DOM traversal functions should be a reference by cdumez@apple.com · 10 years ago
  40. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  41. a9c60c9 Have is<>(T*) function do a null check on the pointer argument by cdumez@apple.com · 10 years ago
  42. a9c3206 Use is<>() / downcast<>() for ContainerNode by cdumez@apple.com · 10 years ago
  43. a3bc43f Use is<>() / downcast<>() for Element by cdumez@apple.com · 10 years ago
  44. b69c794 Use is<>() / downcast<>() for Document by cdumez@apple.com · 10 years ago
  45. 63d1ee1 Remove remaining uses of NODE_TYPE_CASTS() from html/ by cdumez@apple.com · 10 years ago
  46. f09b54f Refactoring: make MediaTime the primary time type for audiovisual times. by jer.noble@apple.com · 10 years ago
  47. 1fa67f5 Adjust max-width of cues based on text alignment when cue size is expanded. by roger_fong@apple.com · 11 years ago
  48. bee102f Adjustments to CueBox CSS Width calculations Part 2. by roger_fong@apple.com · 11 years ago
  49. bff6d93 Adjustments to CueBox CSS Width calculations. by roger_fong@apple.com · 11 years ago
  50. 9846da9 Unreviewed build fix attempt #2 following r172224. by roger_fong@apple.com · 11 years ago
  51. fa1763c Unreviewed build fix following r172224. by roger_fong@apple.com · 11 years ago
  52. b329b84 Increase width of caption container if a larger font size is selected from user prefs. by roger_fong@apple.com · 11 years ago
  53. d083e50 Captions container should not clip content. by roger_fong@apple.com · 11 years ago
  54. c2ec839 Use a separate backdrop element to allow cues to have highlight and background color by bfulgham@apple.com · 11 years ago
  55. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  56. ddef800 WebVTT percentage value can be a float by eric.carlson@apple.com · 11 years ago
  57. 252fbd9 [Mac] process raw VTT in-band captions by eric.carlson@apple.com · 11 years ago
  58. a33ada7 Unreviewed, rolling out r170323. https://bugs.webkit.org/show_bug.cgi?id=134224 by commit-queue@webkit.org · 11 years ago
  59. 81c73c9 [Mac] process raw VTT in-band captions by eric.carlson@apple.com · 11 years ago
  60. 5bdb55b3 Captions during HLS playback flash/are difficult to readily by bfulgham@apple.com · 11 years ago
  61. 3378e37 [Mac] implement WebKitDataCue https://bugs.webkit.org/show_bug.cgi?id=131799 by eric.carlson@apple.com · 11 years ago
  62. f9e0604 Unreviewed, rolling out r167527. https://bugs.webkit.org/show_bug.cgi?id=131883 by commit-queue@webkit.org · 11 years ago
  63. a9818ef [Mac] implement WebKitDataCue https://bugs.webkit.org/show_bug.cgi?id=131799 by eric.carlson@apple.com · 11 years ago
  64. 059ed71 Merge Minor WebVTT Cleanups from Blink by bfulgham@apple.com · 11 years ago
  65. 32a6900 Merge VTTScanner Code from Blink https://bugs.webkit.org/show_bug.cgi?id=130616 by bfulgham@apple.com · 11 years ago
  66. a4ea72b Merge WebVTT Tokenizer Updates https://bugs.webkit.org/show_bug.cgi?id=130565 by bfulgham@apple.com · 11 years ago
  67. 2f8b632 Rename TextTrackRegion/TextTrackRegionList to VTTRegion/VTTRegionList by bfulgham@apple.com · 11 years ago
  68. 15ca605 Add a flushing mechanism for the WebVTTParser by bfulgham@apple.com · 11 years ago
  69. 6716cb5 Merge Misc. WebVTT Updates from Blink. by bfulgham@apple.com · 11 years ago
  70. 4cebb08 Fix cue rendering test and include support for left/right alignment by bfulgham@apple.com · 11 years ago
  71. 98d6470 TextTrackRegion Not Implemented https://bugs.webkit.org/show_bug.cgi?id=116546 by bfulgham@apple.com · 11 years ago
  72. 9dff0de Unreviewed, rolling out r165815. https://bugs.webkit.org/show_bug.cgi?id=130410 by commit-queue@webkit.org · 11 years ago
  73. 6872244 TextTrackRegion Not Implemented https://bugs.webkit.org/show_bug.cgi?id=116546 by bfulgham@apple.com · 11 years ago
  74. 3fb0acc [WebVTT] Extending WebVTT Rendering with Regions by bfulgham@apple.com · 11 years ago
  75. 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
  76. 8bad28d Move Source/WebCore/html/track/ code to std::unique_ptr by zandobersek@gmail.com · 11 years ago
  77. e147a1c Update TextTrack API to current spec by b.long@cablelabs.com · 11 years ago