Commits
User selector
Commit History
Commits on Aug 28, 2021
Define ENABLE_CONTENT_CHANGE_OBSERVER for IOS_FAMILY and use it to wrap content observation code
Show description for 5b3fd4dcommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Sep 4, 2020
WebCore::DOMTimerFireState constructor fails to initialize m_initialDOMTreeVersion, m_previous on worker threads
Show description for d2443edcommitted
Commits on Aug 24, 2020
Web Inspector: allow event breakpoints to be configured
Show description for 3ef4c4dcommitted
Commits on Jul 24, 2020
Propagating user gesture through Fetch API
Show description for b85e5fdcommitted
Jiewen Tan
Commits on Oct 16, 2019
adoptRef DOMTimer in install instead of its constructor
Show description for 3d248d6committed
Commits on Oct 3, 2019
Web Inspector: remove `InspectorInstrumentationCookie`
Show description for 3e79c77committed
Commits on Sep 27, 2019
Pages using WebGLRenderingContext fail to enter the back/forward cache
Show description for 1b3e1fecommitted
Commits on Jul 17, 2019
Typing into a cell in a Google Sheet lags behind by one character
Show description for 22a8e2ccommitted
Commits on Jul 16, 2019
Unreviewed, rolling out r247444.
Show description for b90f2cfcommitted
Commits on Jul 15, 2019
Typing into a cell in a Google Sheet lags behind by one character
Show description for 9a43079committed
Commits on May 1, 2019
XMLHttpRequest should propagate user gestures for media playback
Show description for 5e933b5committed
Commits on Mar 4, 2019
[ContentChangeObserver] Content observation should be limited to the current document.
Show description for d89a8e2committed
Commits on Mar 1, 2019
[ContentChangeObserver] Move timer removal code from DOMWindow::clearTimeout to DOMTimer::removeById
Show description for 6cf140acommitted
Commits on Feb 28, 2019
[ContentChangeObserver] Introduce observer subclasses to scope content change observing.
Show description for 88a3e10committedUnreviewed, rolling out r242210.
Show description for e79141dauthored andcommitted[ContentChangeObserver] Move timer removal code from DOMWindow::clearTimeout to DOMTimer::removeById
Show description for 5206554committed
Commits on Feb 27, 2019
Do not try to observe the timer when Page is nullptr
Show description for cbf6140committed
Commits on Feb 26, 2019
[ContentChangeObserver] Move style recalc schedule observation logic to ContentChangeObserver
Show description for c514b9dcommitted
Commits on Feb 25, 2019
[ContentChangeObserver] Move observing logic from DOMTimer to ContentChangeObserver
Show description for ede42b8committedAdd missing stream parameter. Unreviewed.
Show description for 249bc59committedUnreviewed build fix after r242032.
Show description for 9abae50committedIntroduce ContentChangeObserver class
Show description for 8cc3390committed
Commits on Feb 14, 2019
Crash in DOMTimer::fired
Show description for 7f59a60committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Dec 3, 2018
[iOS] Unreviewed build fix.
Show description for 2bfaecdcommitted[iOS] Add logging channel for hover related content observation
Show description for 7fe0be6committed
Commits on Dec 1, 2018
Can’t use RalphLauren.com on iPad because hover menus don’t stay up
Show description for 1e6018ccommitted
Commits on Nov 29, 2018
[ContentObservation] DOMTimer::install should explicitly check if timer observation is on
Show description for 0fe0c9ecommitted[ContentObservation] Decouple content change and DOM timer scheduling observation
Show description for 25a217ecommittedRename *ObservedContentModifier(s) to *ObservedDOMTimer(s)
Show description for c89582bcommitted
Commits on Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Aug 23, 2018
Web Inspector: support breakpoints for timers and animation-frame events
Show description for 5b087e4committed
Commits on Mar 5, 2018
[WTF] Move currentCPUTime and sleep(Seconds) to CPUTime.h and Seconds.h respectively
Show description for 0042791committed