Commits
User selector
Commit History
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 May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committed
Commits on May 10, 2021
Remove all remaining uses of the String::toInt family of functions
Show description for e813601committed
Commits on Oct 22, 2020
Share more code between WorkerThread and AudioWorkletThread
Show description for 4805f15committed
Commits on Oct 6, 2020
Redundant rendering updates can be scheduled from inside Page::updateRendering()
Show description for 6eecf31committedRename scheduleTimedRenderingUpdate() to scheduleRenderingUpdate() everywhere
Show description for 5d9ebbacommittedUse the "triggerRenderingUpdate" terminology in ChromeClient
Show description for c8eac35committed
Commits on Sep 1, 2020
[Linux] Web Inspector: show per thread cpu usage
Show description for a4d10e5committed
Commits on Jul 19, 2020
Remove ColorBuilder
Show description for 5d824c2committed
Sam Weinig
Commits on Jul 18, 2020
Remove final vestigates of SimpleColor
Show description for 7af1934committed
Sam Weinig
Commits on Jul 8, 2020
Part 2 of SimpleColor and SRGBA<uint8_t> are essentially the same - let's converge them
Show description for 65cd1e7committed
Sam Weinig
Commits on Jun 29, 2020
Remove remaining makeSimpleColorFrom* variants
Show description for c10168acommitted
Sam Weinig
Commits on Jun 1, 2020
Extended Color: Replace Color constructors taking numeric values with type specific factory functions
Show description for d4a4859committed
Sam Weinig
Commits on Feb 26, 2020
Remove throttling code from RenderLayerCompositor
Show description for 3a2feabcommitted
Commits on Feb 25, 2020
Remove throttling code from RenderLayerCompositor
Show description for 68eb203committed
Commits on Feb 18, 2020
Move from "layer flush" terminology to "rendering update"
Show description for c91f490committed
Commits on Sep 4, 2019
Remove redundant painting phase arguments from GraphicsLayerClient functions
Show description for 2d84874committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 16, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part
Show description for c2a4ea8committed
Commits on May 31, 2019
Use an OptionSet<> for GraphicsLayerPaintingPhase
Show description for ab07fd0committed
Commits on May 19, 2019
Change String::number to use "shortest" instead of "fixed precision 6 digits"
Show description for aeb8ff1committed
Commits on Mar 2, 2019
Finish removing String::format
Show description for 725aa57committed
Commits on Feb 28, 2019
Roll out r242014; it caused crashes in compositing logging (webkit.org/b/195141)
Show description for ae38279committed
Commits on Feb 24, 2019
Finish removing String::format
Show description for dd04f0ccommitted
Commits on Feb 19, 2019
Continue reducing use of String::format, now focusing on hex: "%p", "%x", etc.
Show description for bd98801committed
Commits on Feb 18, 2019
Web Inspector: Better categorize CPU usage per-thread / worker
Show description for 98a3ac4authored andcommitted
Commits on Feb 15, 2019
Replace more uses of String::format with StringConcatenate (mostly non-Apple platform-specific cases)
Show description for b3928f9committed
Commits on Jan 25, 2019
Web Inspector: Exclude Debugger Threads from CPU Usage values in Web Inspector
Show description for 8c5faaaauthored andcommittedWeb Inspector: CPU Usage Timeline
Show description for 0f659a1authored andcommitted
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommitted
Commits on Sep 14, 2018
Make GraphicsLayers ref-counted, so their tree can persist when disconnected from RenderLayerBackings
Show description for ba94340committed
Commits on Sep 13, 2018
Unreviewed, rolling out r235953.
Show description for ddcb7accommitted
Commits on Sep 12, 2018
Make GraphicsLayers ref-counted, so their tree can persist when disconnected from RenderLayerBackings
Show description for 4c33fcacommitted
Commits on Aug 23, 2018
JSRunLoopTimer may run part of a member function after it's destroyed
Show description for d554222committed