Closed
Bug 677630
Opened 12 years ago
Closed 12 years ago
Extend 'Add to Home Screen' to Bookmark Popup
Categories
(Firefox for Android Graveyard :: Bookmarks, defect)
Firefox for Android Graveyard
Bookmarks
Tracking
(firefox8 fixed)
VERIFIED
FIXED
Firefox 8
Tracking | Status | |
---|---|---|
firefox8 | --- | fixed |
People
(Reporter: mfinkle, Assigned: mfinkle)
References
Details
Attachments
(1 file)
9.08 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
Bug 676293 added basic support to the Bookmark List context menu. This bug adds it to the Bookmark Popup as well. Based on design here: http://cl.ly/1P3z27012u3Y00140C1U The look should mimic the existing context menus. The patch converts the popup to a contextmenu-ish look, while retaining the arrowbox. It also moves the code to make a bookmark shortcut to BookmarkHelper so it can be easier to reuse.
Attachment #551841 -
Flags: review?(mbrubeck)
Comment 1•12 years ago
|
||
Comment on attachment 551841 [details] [diff] [review] patch >+<!ENTITY bookmarkShortcut.label "Add to Home Screen"> Should this be sentence-case ("Add to home screen")? >+++ b/mobile/themes/core/gingerbread/browser.css > #share-title, >+#bookmark-popup-title, > #context-hint { > color: @color_text_default@; > font-size: @font_small@; > padding: @padding_small@; > } Do we need a similar change in the Froyo theme? (I saw you and Ian talking on IRC about some additional style tweaks here.)
Attachment #551841 -
Flags: review?(mbrubeck) → review+
Updated•12 years ago
|
Assignee: nobody → mark.finkle
Component: General → Bookmarks
Depends on: 676293
OS: Linux → All
QA Contact: general → bookmarks
Hardware: x86 → All
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Matt Brubeck (:mbrubeck) from comment #1) > >+<!ENTITY bookmarkShortcut.label "Add to Home Screen"> > > Should this be sentence-case ("Add to home screen")? Nope. Button and Menu labels are title case > >+++ b/mobile/themes/core/gingerbread/browser.css > > #share-title, > >+#bookmark-popup-title, > > #context-hint { > > color: @color_text_default@; > > font-size: @font_small@; > > padding: @padding_small@; > > } > > Do we need a similar change in the Froyo theme? (I saw you and Ian talking > on IRC about some additional style tweaks here.) Yep, I added it, tested and showed Ian.
Assignee | ||
Comment 3•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/04dfb49d3a3d
Status: NEW → RESOLVED
Closed: 12 years ago
status-firefox8:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 8
Updated•12 years ago
|
Flags: in-litmus?(kbrosnan)
Comment 4•12 years ago
|
||
Verified Fixed Mozilla/5.0 (Android; Linux armv7l; rv:8.0a1) Gecko/20110810 Firefox/8.0a1 Fennec/8.0a1
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Flags: in-litmus?(kbrosnan)
You need to log in
before you can comment on or make changes to this bug.
Description
•