mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 233229 Location Bar uses http when auto-completing https URLs
Patch by ajschult, r+sr=neil
This commit is contained in:
parent
35692e3db1
commit
ed0e57055e
@ -700,7 +700,9 @@
|
||||
if (val) {
|
||||
this.setTextValue(val);
|
||||
this.mNeedToFinish = false;
|
||||
} else if (this.mTransientValue || !this.forceComplete ||
|
||||
} else if (this.mTransientValue ||
|
||||
!(this.forceComplete || this.mDefaultMatchFilled) ||
|
||||
!(this.forceComplete || aForceComplete)) ||
|
||||
!(this.mNeedToComplete || aForceComplete)) {
|
||||
this.mNeedToFinish = false;
|
||||
} else if (this.isWaiting) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user