Closed
Bug 1035131
Opened 11 years ago
Closed 11 years ago
Fix issues around user entered pinned sites and suggested sites
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(firefox32 fixed, firefox33 fixed)
RESOLVED
FIXED
Firefox 33
People
(Reporter: lucasr, Assigned: lucasr)
References
Details
Attachments
(3 files)
9.34 KB,
patch
|
mfinkle
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1.80 KB,
patch
|
mfinkle
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
3.69 KB,
patch
|
mfinkle
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Including:
- Suggested images should use decoded url for image lookups
- Suggested sites filtering should use decoded urls from pinned sites
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8451604 [details] [diff] [review]
Factor out methods to encode/decode user-entered:// URLs (r=mfinkle)
So that these methods can be naturally reused in other parts of the code.
Attachment #8451604 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8451605 [details] [diff] [review]
User decoded user entered URLs in suggeste image lookups (r=mfinkle)
Avoid doing suggested image lookups with URLs like user-entered:http://example.com. We should use the decoded version instead i.e. http://example.com.
Attachment #8451605 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8451606 [details] [diff] [review]
Decode user entered URLs to exclude from suggested sites (r=mfinkle)
Use the decoded version of any user-entered URLs to be excluded from the list of suggested sites.
Attachment #8451606 -
Flags: review?(mark.finkle)
Updated•11 years ago
|
Attachment #8451604 -
Flags: review?(mark.finkle) → review+
Updated•11 years ago
|
Attachment #8451605 -
Flags: review?(mark.finkle) → review+
Updated•11 years ago
|
Attachment #8451606 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b459090bc1e3
https://hg.mozilla.org/mozilla-central/rev/f26a0f525fb4
https://hg.mozilla.org/mozilla-central/rev/f14b47c39013
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 33
Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 8451604 [details] [diff] [review]
Factor out methods to encode/decode user-entered:// URLs (r=mfinkle)
Approval Request Comment
[Feature/regressing bug #]: bug 988366
[User impact if declined]: Top sites grid can get into unexpected states due to incorrect interaction between suggested and pinned sites.
[Describe test coverage new/current, TBPL]: Local test. Let's bake this in Nightly for a couple days and then uplift.
[Risks and why]: Low, we're simply making sure we use the decoded URLs on suggested site operations.
[String/UUID change made/needed]: n/a
Attachment #8451604 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8451605 [details] [diff] [review]
User decoded user entered URLs in suggeste image lookups (r=mfinkle)
Approval Request Comment
[Feature/regressing bug #]: bug 988366
[User impact if declined]: Top sites grid can get into unexpected states due to incorrect interaction between suggested and pinned sites.
[Describe test coverage new/current, TBPL]: Local test. Let's bake this in Nightly for a couple days and then uplift.
[Risks and why]: Low, we're simply making sure we use the decoded URLs on suggested site operations.
[String/UUID change made/needed]: n/a
Attachment #8451605 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 8451606 [details] [diff] [review]
Decode user entered URLs to exclude from suggested sites (r=mfinkle)
Approval Request Comment
[Feature/regressing bug #]: bug 988366
[User impact if declined]: Top sites grid can get into unexpected states due to incorrect interaction between suggested and pinned sites.
[Describe test coverage new/current, TBPL]: Local test. Let's bake this in Nightly for a couple days and then uplift.
[Risks and why]: Low, we're simply making sure we use the decoded URLs on suggested site operations.
[String/UUID change made/needed]: n/a
Attachment #8451606 -
Flags: approval-mozilla-aurora?
Comment 12•11 years ago
|
||
Comment on attachment 8451605 [details] [diff] [review]
User decoded user entered URLs in suggeste image lookups (r=mfinkle)
Aurora+
Bug 988366 is a metabug. Do you know in what release this issue was introduced?
Attachment #8451605 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Attachment #8451606 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
status-firefox32:
--- → affected
status-firefox33:
--- → fixed
Comment 13•11 years ago
|
||
Assignee | ||
Comment 14•11 years ago
|
||
(In reply to Lawrence Mandel [:lmandel] from comment #12)
> Comment on attachment 8451605 [details] [diff] [review]
> User decoded user entered URLs in suggeste image lookups (r=mfinkle)
>
> Aurora+
>
> Bug 988366 is a metabug. Do you know in what release this issue was
> introduced?
Likely bug 997782.
Comment 15•11 years ago
|
||
Comment on attachment 8451604 [details] [diff] [review]
Factor out methods to encode/decode user-entered:// URLs (r=mfinkle)
Looks like I missed +ing one of bugs earlier. Cleaning up.
Attachment #8451604 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•