Closed
Bug 336176
Opened 19 years ago
Closed 19 years ago
Builds with places disabled still have places-specific code
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: asqueella, Assigned: jminta)
Details
(Keywords: fixed1.8.1)
Attachments
(2 files)
|
5.76 KB,
patch
|
mconnor
:
review+
mconnor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
|
1.16 KB,
patch
|
mconnor
:
review+
mconnor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
Builds with places disabled still have some places-specific code.
Some things I noticed:
http://lxr.mozilla.org/mozilla1.8/source/browser/base/content/browser.xul#47 (<?xml-stylesheet href="chrome://browser/content/places/places.css" causes a warning message in a debug build; that file is also referred to from other XUL files)
Places-specific CSS rules:
http://lxr.mozilla.org/mozilla1.8/source/browser/base/content/browser.css
http://lxr.mozilla.org/mozilla1.8/source/browser/themes/winstripe/browser/browser.css
| Reporter | ||
Updated•19 years ago
|
Flags: blocking-firefox2?
Comment 1•19 years ago
|
||
(In reply to comment #0)
> http://lxr.mozilla.org/mozilla1.8/source/browser/base/content/browser.xul#47
> (<?xml-stylesheet href="chrome://browser/content/places/places.css" causes a
> warning message in a debug build; that file is also referred to from other XUL
> files)
that was fixed in bug 335925
Updated•19 years ago
|
Assignee: nobody → jminta
Flags: blocking-firefox2? → blocking-firefox2+
| Assignee | ||
Comment 2•19 years ago
|
||
Patch is based off of a cvs-blame examination of the files mentioned in comment #0. I did a quick lxr examination of other occurrences of "places" and nothing else jumped out at me as needing to be removed.
Attachment #224216 -
Flags: review?(mconnor)
Attachment #224216 -
Flags: approval-branch-1.8.1?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Updated•19 years ago
|
Attachment #224216 -
Flags: review?(mconnor)
Attachment #224216 -
Flags: review+
Attachment #224216 -
Flags: approval-branch-1.8.1?(mconnor)
Attachment #224216 -
Flags: approval-branch-1.8.1+
| Assignee | ||
Comment 3•19 years ago
|
||
Patch landed on trunk and branch. This *should* be everything. Re-open if other places code is found.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Keywords: fixed1.8.1
Comment 4•19 years ago
|
||
Although winstripe's preprocessed, browser/themes/pinstripe/browser/browser.css isn't, so your ifdef there isn't working.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•19 years ago
|
Keywords: fixed1.8.1
Comment 5•19 years ago
|
||
See philor's comment above.
Attachment #226120 -
Flags: review?(mconnor)
Attachment #226120 -
Flags: approval-branch-1.8.1?(mconnor)
Updated•19 years ago
|
Attachment #226120 -
Flags: review?(mconnor)
Attachment #226120 -
Flags: review+
Attachment #226120 -
Flags: approval-branch-1.8.1?(mconnor)
Attachment #226120 -
Flags: approval-branch-1.8.1+
| Assignee | ||
Comment 6•19 years ago
|
||
Patch landed on branch and trunk.
Checking in browser/themes/pinstripe/browser/jar.mn;
/cvsroot/mozilla/browser/themes/pinstripe/browser/jar.mn,v <-- jar.mn
new revision: 1.12.2.11; previous revision: 1.12.2.10
Checking in browser/themes/pinstripe/browser/jar.mn;
/cvsroot/mozilla/browser/themes/pinstripe/browser/jar.mn,v <-- jar.mn
new revision: 1.24; previous revision: 1.23
| Assignee | ||
Updated•19 years ago
|
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
the last checkin for this caused bug 342061
Updated•19 years ago
|
Keywords: fixed1.8.1
Comment 8•16 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
•