Closed
Bug 995489
Opened 11 years ago
Closed 11 years ago
Generalize the AutoCompleteE10S.jsm a little bit
Categories
(Toolkit :: Autocomplete, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
Attachments
(1 file)
5.34 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
For bug 949617, I need to show an autocomplete popup with login manager entries. I was able to use the existing code with a few modifications.
Assignee | ||
Comment 1•11 years ago
|
||
This patch stands alone. It'll be used by the patches in bug 949617
Attachment #8405665 -
Flags: review?(felipc)
Assignee | ||
Comment 2•11 years ago
|
||
Oh, and the change to nsFormAutoComplete.js was a typo I happened to notice while debugging.
Comment 3•11 years ago
|
||
Comment on attachment 8405665 [details] [diff] [review]
Patch v1
Review of attachment 8405665 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/satchel/AutoCompleteE10S.jsm
@@ +116,5 @@
> + return resultsArray;
> + },
> +
> + // This function is used by the login manager, which uses a single message
> + // to fill in the autocomplete results.
nit: since you documented below which message makes the function |search| to be used, can you also mention which one is gonna cause |showPopupWithResults| to be used?
Attachment #8405665 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Something in this push made Android sadface. Backed out.
https://hg.mozilla.org/integration/mozilla-inbound/rev/6f291b1b47c7
https://tbpl.mozilla.org/php/getParsedLog.php?id=42378026&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=42378331&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=42377296&tree=Mozilla-Inbound
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Comment 8•11 years ago
|
||
sorry had to back this out from mozilla-central (and so with the merge in the integration trees) in https://tbpl.mozilla.org/?rev=83f9b25520bf since one of this checkins seems to have caused Bug 1030663 which is a frequent test failure now
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•