Closed
Bug 481339
Opened 16 years ago
Closed 11 years ago
Reorganize XBL files
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file, 3 obsolete files)
21.78 KB,
patch
|
Gavin
:
review-
|
Details | Diff | Splinter Review |
Mainly some housekeeping/cleanup of the XBL files. The patch creates a chrome/content/bindings folder and moves the XBL files into the folder. The bindings.xml file is split into autocomplete.xml and bookmarks.xml, as the file was getting quite large.
Attachment #365375 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 1•16 years ago
|
||
Forgot to update the binding "inherits" URIs in richpref.xml
Assignee: nobody → mark.finkle
Attachment #365375 -
Attachment is obsolete: true
Attachment #365479 -
Flags: review?(gavin.sharp)
Attachment #365375 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 2•16 years ago
|
||
this one is good
Attachment #365479 -
Attachment is obsolete: true
Attachment #365494 -
Flags: review?(gavin.sharp)
Attachment #365479 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 3•16 years ago
|
||
really, really has the richpref.xml changes
Attachment #365494 -
Attachment is obsolete: true
Attachment #365496 -
Flags: review?(gavin.sharp)
Attachment #365494 -
Flags: review?(gavin.sharp)
Comment 4•16 years ago
|
||
Comment on attachment 365496 [details] [diff] [review]
patch 4 - hg is hard
> placeitem {
>- -moz-binding: url("chrome://browser/content/bindings.xml#place-item");
>+ -moz-binding: url("chrome://browser/content/bindings/bookmarks.xml#place-item");
> }
This patch is missing the changes to bookmarks.xml and bindings.xml. Otherwise looks OK, but would probably be easier to review a set of hg/sed/grep commands or whatever than it would be to review the patch :)
Attachment #365496 -
Flags: review?(gavin.sharp) → review-
Comment 5•11 years ago
|
||
This bug has been buried in the graveyard and has not been updated in over 5 years. It is probably safe to assume that it will never be fixed, so resolving as WONTFIX.
[Mass-change filter: graveyard-wontfix-2014-09-24]
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•