Closed
Bug 1941142
Opened 1 month ago
Closed 19 days ago
Replace new URL usage with URL.fromURI in browser_openTabAndSendCertInfo.js
Categories
(Firefox :: Security, enhancement, P3)
Firefox
Security
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: kernp25, Assigned: kernp25)
Details
(Keywords: priv-triaged)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Actual results:
URL.fromURI will be faster then new URL(...).
Updated•1 month ago
|
Assignee: nobody → kernp25
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•1 month ago
|
Component: Untriaged → Security: PSM
Product: Firefox → Core
Comment 2•1 month ago
|
||
The following patch is waiting for review from an inactive reviewer:
ID | Title | Author | Reviewer Status |
---|---|---|---|
D233974 | Bug 1941142 - Use URL.fromURI in browser_openTabAndSendCertInfo.js. r?johannh | kernp25 | johannh: Inactive |
:kernp25, could you please find another reviewer?
For more information, please visit BugBot documentation.
Flags: needinfo?(kernp25)
![]() |
||
Updated•1 month ago
|
Severity: -- → N/A
Component: Security: PSM → Security
Product: Core → Firefox
Updated•24 days ago
|
Priority: -- → P3
Updated•24 days ago
|
Keywords: priv-triaged
Do you know why the test fails?
spec will be about:blank
.
Flags: needinfo?(manuel)
Flags: needinfo?(dkeeler)
Updated•23 days ago
|
Attachment #9458985 -
Attachment description: Bug 1941142 - Use URL.fromURI in browser_openTabAndSendCertInfo.js. r?johannh → Bug 1941142 - Use URL.fromURI in browser_openTabAndSendCertInfo.js. r=keeler
I have fixed the bug in the patch.
Flags: needinfo?(manuel)
Flags: needinfo?(dkeeler)
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/0f14725d934d
Use URL.fromURI in browser_openTabAndSendCertInfo.js. r=keeler,aryx
Comment 6•19 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•