Closed
Bug 494191
Opened 16 years ago
Closed 16 years ago
move bookmark button out of titlebar
Categories
(Firefox for Android Graveyard :: Bookmarks, defect)
Firefox for Android Graveyard
Bookmarks
Tracking
(fennec1.0b3+)
VERIFIED
FIXED
fennec1.0b3
Tracking | Status | |
---|---|---|
fennec | 1.0b3+ | --- |
People
(Reporter: madhava, Assigned: Gavin)
References
Details
Attachments
(3 files, 3 obsolete files)
35.60 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
8.51 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
3.08 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Basically, on smaller screens and in portrait mode even in larger screens, we just don't have much room in the titlebar. The bookmarks button can probably be moved without harming functionality. This blog post sums up the problem, and my suggested new placement for access to bookmarks:
http://madhava.com/egotism/archive/005033.html
In other words, making the first row in the pre-typing awesomebar set be a "[icon] see all bookmarks" entry. Tapping on it takes you to the boomarks list, in its already existing form.
Flags: wanted-fennec1.0?
Reporter | ||
Updated•16 years ago
|
tracking-fennec: --- → ?
Updated•16 years ago
|
tracking-fennec: ? → 1.0b3+
Updated•16 years ago
|
Flags: wanted-fennec1.0? → wanted-fennec1.0+
Updated•16 years ago
|
Assignee: nobody → madhava
Status: NEW → ASSIGNED
Flags: wanted-fennec1.0+
Reporter | ||
Updated•16 years ago
|
Assignee: madhava → mark.finkle
Assignee | ||
Updated•16 years ago
|
Assignee: mark.finkle → gavin.sharp
Assignee | ||
Comment 2•16 years ago
|
||
Item doesn't work yet (can't select it), and styling isn't quite right (also need corresponding wince theme changes).
Assignee | ||
Comment 3•16 years ago
|
||
Styling is pretty basic, and had to jump through some hoops to get the right selection behavior without affecting what the autocomplete controller saw, but otherwise seems to work pretty well.
Attachment #391242 -
Attachment is obsolete: true
Attachment #391404 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 4•16 years ago
|
||
Only one change since the last patch ("hack" comment in the first hunk), to fix a problem Madhava found: when backspacing to remove all text, we should revert to the "All results" popup.
Attachment #391404 -
Attachment is obsolete: true
Attachment #391421 -
Flags: review?(mark.finkle)
Attachment #391404 -
Flags: review?(mark.finkle)
Comment 5•16 years ago
|
||
Comment on attachment 391421 [details] [diff] [review]
patch v2
This looks good so far. I know you have another patch coming with slight changes too.
Attachment #391421 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 6•16 years ago
|
||
Adds styling as discussed. Haven't been able to test the WinCE themes, help there would be appreciated. bookmarks-24.png is currently just a copy of bookmarks-30.png, will need to update it when I get the resized image from Sean.
Attachment #391817 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 7•16 years ago
|
||
interdiff of attachment 391421 [details] [diff] [review] (r+ed) and attachment 391817 [details] [diff] [review]
Assignee | ||
Updated•16 years ago
|
Attachment #391818 -
Attachment is patch: true
Attachment #391818 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Updated•16 years ago
|
Attachment #391421 -
Attachment is obsolete: true
Updated•16 years ago
|
Attachment #391818 -
Flags: review+
Comment 8•16 years ago
|
||
Comment on attachment 391818 [details] [diff] [review]
interdiff for review
nit: rename arrowRight-16.png to arrowright-16.png
Comment 9•16 years ago
|
||
Comment on attachment 391817 [details] [diff] [review]
patch+styling
r+ based on the first patch and the interdiff, with nits of the interdiff
Attachment #391817 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 10•16 years ago
|
||
https://hg.mozilla.org/mobile-browser/rev/3f3369d81a88
Might require some style tweaks on Wince, will do that in followups.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → B3
Comment 11•16 years ago
|
||
* Minor tweaks for WinMo
* arrowRight-16 -> arrowright-16 name change in CSS
Screenshot to follow
Attachment #392048 -
Flags: review?(gavin.sharp)
Comment 12•16 years ago
|
||
Screenshot of the tweaks:
http://people.mozilla.com/~mfinkle/fennec/screenshots/fennec-bookmark-awesomebar.png
Assignee | ||
Updated•16 years ago
|
Attachment #392048 -
Flags: review?(gavin.sharp) → review+
Comment 13•16 years ago
|
||
pushed wince changes: http://hg.mozilla.org/mobile-browser/rev/ae70777017a3
Updated•16 years ago
|
Flags: in-litmus?
Comment 14•16 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20090817
Fennec/1.0b3pre
and
Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.3a1pre) Gecko/20090817 Fennec/1.0a3pre
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Component: General → Bookmarks
Comment 15•15 years ago
|
||
litmus testcases:
https://litmus.mozilla.org/show_test.cgi?id=7097
https://litmus.mozilla.org/show_test.cgi?id=9848
https://litmus.mozilla.org/show_test.cgi?id=9789
...are in litmus to regression test this bug.
Flags: in-litmus? → in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•