Closed
Bug 392141
Opened 17 years ago
Closed 17 years ago
strip trailing / leading whitespace before doing url bar autocomplete
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha8
People
(Reporter: moco, Assigned: moco)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
strip trailing / leading whitespace before doing url bar autocomplete
something I found while playing with shawn's cool new download manager: he strips off preceeding and trailing whitespace before doing the SQL for his "LIKE" statement (see downloads.js)
we could do the same thing, and it would fix the problem of: I typed: " google" or "google ", why isn't it showing me google.com?
Assignee | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Attachment #276598 -
Flags: review?(dietrich) → review+
Assignee | ||
Comment 2•17 years ago
|
||
fixed as part of bug #389491
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: in-litmus?
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
Flags: in-litmus? → in-litmus+
Comment 4•17 years ago
|
||
verified with - Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007091304 Minefield/3.0a8pre
Status: RESOLVED → VERIFIED
Comment 5•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•