Closed
Bug 393253
Opened 17 years ago
Closed 17 years ago
Buttons in 'places' panel must have 'id's to theme them.
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 beta1
People
(Reporter: alfredkayser, Assigned: u88484)
References
Details
Attachments
(1 file, 1 obsolete file)
1.12 KB,
patch
|
asaf
:
review+
mconnor
:
approval1.9+
|
Details | Diff | Splinter Review |
From bug 392976.
Can the buttons in the Places / editBookmark panel have id's, so can we can give them icons in our themes?
Thanks in advance, Alfred
This is the only button I found without an id http://mxr.mozilla.org/mozilla/source/browser/components/places/content/moveBookmarks.xul#80
Are there anymore...I'm thinking there might have been before some other patches landed or something?
Assignee: nobody → supernova_00
Adds an id for "newFolderButton"
Attachment #282720 -
Flags: review?(mano)
Comment 3•17 years ago
|
||
Comment on attachment 282720 [details] [diff] [review]
Patch
there's a semicolon in the id value
Oops, thanks dietrich
Attachment #282720 -
Attachment is obsolete: true
Attachment #282729 -
Flags: review?(mano)
Attachment #282720 -
Flags: review?(mano)
Comment 5•17 years ago
|
||
Comment on attachment 282729 [details] [diff] [review]
Patch 2.0
This bug was about the edit-item panel though, wasn't it?
Attachment #282729 -
Flags: review?(mano) → review+
Yeah I believe so but every xul file in http://mxr.mozilla.org/mozilla/source/browser/components/places/content/ the buttons have id's except the one in the patch. I think the bug was filed before the last patch landing in bug 385266 so the buttons Alfred was talking about got id's. The bug title was vague enough ('places' panel) that I think this bug can cover this patch.
Comment on attachment 282729 [details] [diff] [review]
Patch 2.0
Requesting 1.9 approval so themers can theme this button, low risk trivial patch.
Attachment #282729 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #282729 -
Flags: approval1.9? → approval1.9+
Keywords: checkin-needed
Comment 8•17 years ago
|
||
Checking in browser/components/places/content/moveBookmarks.xul;
/cvsroot/mozilla/browser/components/places/content/moveBookmarks.xul,v <-- moveBookmarks.xul
new revision: 1.5; previous revision: 1.4
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M9
Reporter | ||
Comment 9•17 years ago
|
||
May be I should have been more clear:
The buttons in the places Panel that is shown when you click twice on the Star in the URLbar:
See http://lxr.mozilla.org/mozilla/source/browser/base/content/browser.xul#103
103 <panel id="editBookmarkPanel" orient="vertical">
104 <vbox id="editBookmarkPanelContent" flex="1"/>
105 <hbox flex="1">
106 <spacer flex="1"/>
107 <button label="&editBookmark.delete.label;"
108 oncommand="PlacesCommandHook.deleteButtonOnCommand();"/>
109 <button label="&editBookmark.done.label;"
110 default="true"
111 oncommand="PlacesCommandHook.doneButtonOnCommand();"/>
112 </hbox>
113 </panel>
Both buttons have here no id's.
Assignee | ||
Comment 10•17 years ago
|
||
(In reply to comment #9)
> May be I should have been more clear:
> The buttons in the places Panel that is shown when you click twice on the Star
> in the URLbar:
> See http://lxr.mozilla.org/mozilla/source/browser/base/content/browser.xul#103
Ahhh ok, sorry about that then. Since this bug had a patch checked in and marked as fixed, I opened bug 398011.
Comment 11•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
•