Alex N. Jose
Alex N. Jose
Addresses #14127. This implements an `exclude` list to the smoke test definition that should help to exclude a test from a specific runner or all runners. Example: ```diff export default...
## Introduction Client-side A/B testing refers to the method of performing experimentation related changes to a web application in the browser — sometimes without integrating code changes to the actual...
Sending a PR to upgrade oauth2-server to 3.1.1 and allow for compatible upgrades.
Similar to #14001, #6387 and #6283, there are more dependencies on DOM APIs that might make sense to inject, like [this](https://github.com/GoogleChrome/lighthouse/blob/ff4d223bc798c76e17fd26fcbf917019f1ae5511/lighthouse-core/gather/gatherers/image-elements.js#L44) and [this](https://github.com/GoogleChrome/lighthouse/blob/ff4d223bc798c76e17fd26fcbf917019f1ae5511/lighthouse-core/gather/gatherers/image-elements.js#L73) and more. This issue to track if...
Fixes #14824. More details on the issue. - Fixes the issue that resulted in full height of the page being clipped in some cases. - Fixes discrepancy in dimensions due...
Addresses #14894 by adding a tooltip to StackPack recommendations. Example: 
So I took a stab at merging `Details.Opportunity` with `Details.Table` by introducing an `isOpportunity?: boolean` attribute to differentiate opportunities from tables. * This breaks backward compatibility of LHRs. Old LHRs...
Implements the Bluetooth Emulation spec from WebBluetoothCG/web-bluetooth#630. Needs to wait until spec is landed before this can be merged.
## Introduction User Agents have implemented [speculative parsing of HTML](https://html.spec.whatwg.org/multipage/parsing.html#speculative-html-parsing) to speculatively fetch resources that are present in the HTML markup, to speed up page loading. For the vast majority...