performance
Here are 99 public repositories matching this topic...
-
Updated
Jun 27, 2020 - HTML
When integrating LABjs with some other frameworks, it would be useful to allow custom data attributes to be passed to the script() method which would then be output in the script tag. For example, the Gumby CSS framework specifies configuration options in the script tag's attributes. See http://www.gumbyframework.com/docs/javascript/#!/manual-initialization
Building on the Gumby example, would be
-
Updated
May 28, 2020 - HTML
-
Updated
Jun 20, 2020 - HTML
Because advanced profiling working since api 26 and above users can forgot about enabling and get failed build error com.android.builder.dexing.DexArchiveBuilderException: Failed to process
In this case they must:
Edit Configurations -> app -> Profiling tab -> uncheck Enable advanced profiling
Search behavior
-
Updated
Jun 26, 2020 - HTML
-
Updated
Aug 6, 2018 - HTML
-
Updated
Oct 29, 2018 - HTML
-
Updated
Apr 16, 2020 - HTML
https://w3c.github.io/navigation-timing/#dom-navigationtype says:
back_forward
Navigation through a history traversal operation.
where "history traversal" links to https://html.spec.whatwg.org/multipage/browsing-the-web.html#traverse-the-history
But every navigation passes through "traverse the history". For example, a link click goes through https://html.spec.whatwg.org/mult
-
Updated
Apr 24, 2020 - HTML
Queueing a task requires specifying its source. We need to specify one for when we schedule a task to fire a buffer full event.
-
Updated
Jun 23, 2019 - HTML
Phase 1:
Field validation detects title already exists - forces user to change it.
Phase 2:
Field validation d
With #88 solved, it would be good if the 5 microseconds resolution would be made conditional upon cross-origin isolated.
See whatwg/html#4734. Though see whatwg/html#5435 about potentially having to refer a slightly different concept.
-
Updated
Mar 11, 2020 - HTML
-
Updated
Mar 27, 2020 - HTML
-
Updated
Aug 30, 2019 - HTML
The extension is not really readable or usable on a dark theme atm.

My theme is Morpheon Dark.
The theme works fine on something like the Lighthouse tab

Feedback from @surma:
So,
rootMargindefaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b