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