-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-17393] Bugfix - Resolve breakage of delayed input appearance #13018
Conversation
const timeoutDelay = options?.timeout || 1; | ||
|
||
return globalThis.setTimeout(() => callback(), timeoutDelay); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This codepath should only apply to Safari, but since we're here...
Great job, no security vulnerabilities found in this Pull Request |
@@ -948,7 +948,7 @@ export class CollectAutofillContentService implements CollectAutofillContentServ | |||
|
|||
if (!this.mutationsQueue.length) { | |||
// Collect all mutations and debounce the processing of those mutations by 100ms to ensure we don't process too many mutations at once. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this comment be removed as well?
Codecov ReportAttention: Patch coverage is
โ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #13018 +/- ##
==========================================
- Coverage 35.11% 35.10% -0.01%
==========================================
Files 2990 2990
Lines 91070 91071 +1
Branches 17048 17049 +1
==========================================
Hits 31975 31975
- Misses 56602 56603 +1
Partials 2493 2493 โ View full report in Codecov by Sentry. |
๐๏ธ Tracking
https://bitwarden.atlassian.net/browse/PM-17393
๐ Objective
Resolve case breakage from #12695
๐ฆฎ Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or โน๏ธ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or ๐ญ (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or โป๏ธ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes