Closed
Bug 1223728
Opened 9 years ago
Closed 9 years ago
Remove the unifiedcomplete pref and the urlinline component
Categories
(Toolkit :: Places, defect, P2)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: mak, Assigned: mak)
References
Details
(Whiteboard: [fxsearch][unifiedcomplete])
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-review-board-request
|
Details |
Once unifiedcomplete is released, we can remove the unifiedcomplete pref, all the code supporting it and the old urlinline component plus its tests.
This code is unmaintained but it's being used in the wild, plus supporting on-the-fly switch of autocomplete engines adds work we can avoid.
for now we'll retain the history autocomplete component since it's used by Seamonkey, we can move it to suite in a separate bug.
Assignee | ||
Comment 1•9 years ago
|
||
we can also evaluate removing support for typeAheadResult in toolkit/autocomplete, it adds quite some complication to the controller code and it existed only for urlinline, that means undoing most of http://hg.mozilla.org/mozilla-central/rev/51dcdc85081c
Assignee | ||
Comment 2•9 years ago
|
||
let's make this depend on bug 1206882, we may decide to do this sooner but it should be clear the most common complain is that bug.
Depends on: 1206882
Priority: P2 → P3
Summary: Remote the unifiedcomplete pref and the urlinline component → Remove the unifiedcomplete pref and the urlinline component
Assignee | ||
Comment 3•9 years ago
|
||
I think we should move on with this, with the new style the old implementation starts being unmaintained, and someone prefers to disable the feature rather than reporting bugs and improvement requests.
This will also force us to really concentrate on issues and solve them.
Priority: P3 → P2
Assignee | ||
Comment 4•9 years ago
|
||
since the option is currently broken with the new redesign, we should probably speed up its removal.
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/50601/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/50601/
Attachment #8748904 -
Flags: review?(adw)
Assignee | ||
Comment 6•9 years ago
|
||
ok, there are some failures to handle on Try.
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8748904 [details]
MozReview Request: Bug 1223728 - Remove the unifiedcomplete pref and the urlinline component. r=
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/50601/diff/1-2/
Attachment #8748904 -
Attachment description: MozReview Request: Bug 1223728 - Remove the unifiedcomplete pref and the urlinline component. r=adw → MozReview Request: Bug 1223728 - Remove the unifiedcomplete pref and the urlinline component. r=
Assignee | ||
Updated•9 years ago
|
Attachment #8748904 -
Flags: review?(adw)
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8748904 [details]
MozReview Request: Bug 1223728 - Remove the unifiedcomplete pref and the urlinline component. r=
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/50601/diff/2-3/
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8748904 [details]
MozReview Request: Bug 1223728 - Remove the unifiedcomplete pref and the urlinline component. r=
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/50601/diff/3-4/
Assignee | ||
Updated•9 years ago
|
Attachment #8748904 -
Flags: review?(adw)
Assignee | ||
Comment 10•9 years ago
|
||
There are a couple do_print I wrongly inserted into browser-chrome (browser_tabMatchesInAwesomebar.js and browser_599909.js), that I fixed locally. At the moment I have a ticket open cause my commit access is broken, so I cannot update the patch.
Apart from that the other tests look good.
Assignee | ||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment on attachment 8748904 [details]
MozReview Request: Bug 1223728 - Remove the unifiedcomplete pref and the urlinline component. r=
https://reviewboard.mozilla.org/r/50601/#review47921
Very nice!
Attachment #8748904 -
Flags: review?(adw) → review+
Comment 14•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Assignee | ||
Comment 15•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/59416/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/59416/
Attachment #8763084 -
Flags: review?(adw)
Assignee | ||
Updated•8 years ago
|
Attachment #8748904 -
Attachment is obsolete: true
Assignee | ||
Comment 16•8 years ago
|
||
Comment on attachment 8763084 [details]
Bug 1223728 - Remove the unifiedcomplete pref.
Wrong bug number.
Attachment #8763084 -
Flags: review?(adw)
You need to log in
before you can comment on or make changes to this bug.
Description
•