Closed
Bug 314663
Opened 19 years ago
Closed 19 years ago
#urlbar style rules don't belong in toolkit's autocomplete.css
Categories
(Firefox :: General, defect, P2)
Firefox
General
Tracking
()
VERIFIED
FIXED
Firefox 2 alpha1
People
(Reporter: Gavin, Assigned: Gavin)
References
()
Details
(Keywords: verified1.8.1)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mconnor
:
review+
mconnor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
Bug 263750 added browser-specific style rules to toolkit's autocomplete.css, because those rules are only wanted when using gnomestripe. This can be fixed by ifdef'ing winstripe's browser.css and adding the rules there.
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•19 years ago
|
||
I'll get someone to test this before asking for review.
Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox1.6-
Comment 2•19 years ago
|
||
At Gavin's request, I applied the patch to my firefox CVS build (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051103 Firefox/1.6a1). With the patch in place, I'm not seeing any change in the URL bar's behavior. In particular the background still turns yellow when displaying an https page and back to white for non-https.
Assignee | ||
Updated•19 years ago
|
Attachment #201586 -
Flags: review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Whiteboard: [patch-r?]
Assignee | ||
Updated•19 years ago
|
Attachment #201586 -
Flags: review?(mconnor) → review?(bugs.mano)
Comment 3•19 years ago
|
||
Comment on attachment 201586 [details] [diff] [review]
patch
Gnomestipe is only used on GTK2, if bug 263750 applies to GTK1 builds too, let's define XP_GNOME only if either MOZ_WIDGET_GTK or MOZ_WIDGET_GTK2 are defined.
Attachment #201586 -
Flags: review?(bugs.mano)
Assignee | ||
Comment 4•19 years ago
|
||
I'm not sure I understand. Your concern is that this code was not previously used for GTK1, but with my patch will be?
http://lxr.mozilla.org/seamonkey/source/toolkit/themes/Makefile.in#60
Assignee | ||
Comment 5•19 years ago
|
||
If that is what you mean, I'm not sure how I'm supposed to test whether bug 263750 is still present in GTK1 builds... how supported is GTK1? I can't find any builds on the ftp server (balsa doesn't seem to upload any).
Comment 6•19 years ago
|
||
Ask Mike, I'm not sure if we still even try to support GTK1 (theme-wise). If we don't, just #ifdef MOZ_WIDGET_GTK2 it.
Assignee | ||
Comment 7•19 years ago
|
||
Mike said we don't care about GTK1, and this shouldn't break anything that's not already broken.
Attachment #201586 -
Attachment is obsolete: true
Assignee | ||
Comment 8•19 years ago
|
||
Comment on attachment 206975 [details] [diff] [review]
updated patch
Adam tested, it works.
Attachment #206975 -
Flags: review?(mconnor)
Updated•19 years ago
|
Attachment #206975 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 9•19 years ago
|
||
mozilla/browser/themes/winstripe/browser/browser.css; new revision: 1.23;
mozilla/browser/themes/winstripe/browser/jar.mn; new revision: 1.15;
mozilla/toolkit/themes/gnomestripe/global/autocomplete.css; new revision: 1.9;
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [patch-r?]
Assignee | ||
Updated•19 years ago
|
Attachment #206975 -
Flags: branch-1.8.1?(mconnor)
Updated•19 years ago
|
Attachment #206975 -
Flags: branch-1.8.1?(mconnor) → branch-1.8.1+
Assignee | ||
Comment 10•19 years ago
|
||
Checked in on the 1.8 branch.
mozilla/browser/themes/winstripe/browser/browser.css; new revision: 1.17.2.9;
mozilla/browser/themes/winstripe/browser/jar.mn; new revision: 1.13.2.2;
mozilla/toolkit/themes/gnomestripe/global/autocomplete.css; new revision: 1.8.4.1;
Keywords: fixed1.8.1
Assignee | ||
Updated•18 years ago
|
Target Milestone: Firefox 2 → Firefox 2 alpha1
Assignee | ||
Comment 11•18 years ago
|
||
Verified FIXED by code inspection.
Status: RESOLVED → VERIFIED
Keywords: fixed1.8.1 → verified1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•