Alex N. Jose

Results 9 issues of 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...

waiting4reviewer

## 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...

repo_adopted

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...

internals
bug
P2

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...

waiting4reviewer

Addresses #14894 by adding a tooltip to StackPack recommendations. Example: ![Screenshot showing an example tooltip](https://user-images.githubusercontent.com/683500/226737924-ddd64d40-ca52-45d7-87f0-d326518d43ab.png)

waiting4reviewer

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...

waiting4reviewer

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...