Closed
Bug 599401
Opened 15 years ago
Closed 14 years ago
Minor tweak to optimize uri.userPass lookup in url module - GITHUB PULL REQUEST
Categories
(Add-on SDK Graveyard :: General, defect, P3)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: dbuchner, Unassigned)
Details
Github Pull Request: http://github.com/mozillalabs/jetpack-sdk/pull/2
Contributor: Erik Vold
---
This is a minor tweak so that url.userPass is only looked up once instead of twice, if it exists. I added a test because I didn't see one that tested a url w/ a username:password, but it's probably not that beneficial.
Comment 1•15 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → 1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•