Chromium Code Reviews
DescriptionRewrite LoadExpectation to v1.0.
Currently, LoadExpectation encapsulates only Navigation to First Contentful Paint.
There are lots of loading metrics that we want to write and support.
They should all share code that is general enough to support them all.
There are several fraught questions around what a general Loading abstraction
should look like, which is why the current LoadExpectation is so simple that it is
single-purpose.
This new LoadExpectation effectively side-steps all of the fraught questions
by making no claims and having no opinions.
This new LoadExpectation is effectively a big bag of relevant events, with getters
for common tasks like finding the first meaningful paint.
https://docs.google.com/document/d/1WfsxAsoHg7iixDZz2ujAu9xf8tYzgAGttIoovmRFaog/edit
Patch Set 1 : . #
Messages
Total messages: 13 (13 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||