Relative Content

Tag Archive for google-chromechromium

Chrome Event Loop Mechanism Confusing me

My display FPS is 165hz, which means that the Vsync pulse interval is about 6.1ms.
But I don’t think this issue has anything to do with FPS.
I found a confusing behavior of Chromium:
Event if a macro task runs for a long time, 20ms eg., the js core still executes the next macro task in queue instead of running the requestAnimationFrame callback immediately.During task

how to compile kkoooqq/fakebrowser

I have read the official compilation instructions for Chrome, but I really don’t know which step the source code downloaded by Dakkoooqq/fakebrowser should correspond to. I have already downloaded depot_tools
I don’t know what to do afterwards