Commits
User selector
Commit History
Commits on Sep 21, 2021
Use typed identifier for WebSocketChannel identifiers
Show description for 47c0c7eauthored andcommitted
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Jun 11, 2021
Enable release logging in ephemeral sessions for parts of WebCore
Show description for 7175cefcommitted
Commits on Dec 5, 2019
PageConfiguration::progressTrackerClient should use a smart pointer
Show description for fc6aa3acommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jul 22, 2019
Make some constructors explicit
Show description for a0b1d09committed
Commits on Dec 20, 2018
Improve release-level page-load logging
Show description for b815972committed
Commits on Apr 3, 2018
Drop MainFrame class
Show description for 54813b8committed
Commits on Mar 5, 2018
[WTF] Move currentCPUTime and sleep(Seconds) to CPUTime.h and Seconds.h respectively
Show description for 0042791committed
Commits on May 25, 2017
Some <chrono> and ProgressTracker cleanup
Show description for 79b4f28committed
Commits on Apr 9, 2017
Drop Timer::startRepeating() overload taking a double
Show description for d9119c4committed
Commits on Jun 20, 2016
Remove RefPtr::release() and change calls sites to use WTFMove()
Show description for 776a6afcommitted
Commits on Jun 18, 2016
Use time literals in WebCore
Show description for cdda01dcommitted
Commits on Jul 4, 2015
Drop RefPtr::clear() method
Show description for 7002448committed
Commits on Nov 21, 2014
Remove the Timer parameters from timer callbacks
Show description for a3a34ddcommitted
Anders Carlsson
Commits on Nov 6, 2014
De-templatize Timer
Show description for 390fc8ecommitted
Commits on Aug 18, 2014
Fix unintentional integer overflow before widen
Show description for 4fc3351authored andcommitted
Commits on Jun 26, 2014
WebProgressTracker updates progress too frequently
Show description for 2a28092committed
Commits on Mar 26, 2014
Unreviewed, rolling out r166264.
Show description for e6cce44committed
Commits on Mar 25, 2014
Source/WebCore: Web Replay: resource unique identifiers should be unique-per-frame, not globally
Show description for 7febb4dcommitted
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Feb 7, 2014
Convert ProgressTracker to std::chrono
Show description for 564854ccommitted
Anders Carlsson
Commits on Feb 5, 2014
FrameLoader::stateMachine() should return a reference.
Show description for 031a76ccommitted
Andreas Kling
Commits on Jan 23, 2014
Loads started soon after main frame completion should be considered part of the main load
Show description for 15dfa18committed
Commits on Jan 15, 2014
Create separate progress tracker clients
Show description for 7d114bccommitted
Anders Carlsson
Commits on Jan 11, 2014
CTTE Timer and DeferrableOneShotTimer
Show description for 6db5227committed
Anders CarlssonFix test crashes.
Show description for 75ba631committed
Anders CarlssonTweak ProgressTrackerClient functions
Show description for e1b213ccommitted
Anders CarlssonMove progress tracking functions from FrameLoaderClient to a new ProgressTrackerClient
Show description for d9a29d3committed
Anders Carlsson
Commits on Jan 10, 2014
Clean up ProgressTracker a little
Show description for 57d01e3committed
Anders Carlsson
Commits on Dec 2, 2013
Possible crash in ProgressTracker::progressHeartbeatTimerFired(Timer<ProgressTracker>*)
Show description for c05322ccommitted
Commits on Oct 25, 2013
Stop bringing in the std namespace
Show description for 6e765adcommitted
Anders Carlsson
Commits on Sep 30, 2013
Convert a bunch of OwnPtrs on Page to std::unique_ptrs
Show description for edef550committed
Sam Weinig
Commits on Aug 27, 2013
Replace currentTime() with monotonicallyIncreasingTime() in WebCore
Show description for 7a8c4dcauthored andcommitted
Commits on Aug 25, 2013
Frame::tree should return a reference instead of a pointer
Show description for ff1f837committed