Closed Bug 131452 Opened 22 years ago Closed 22 years ago

remove "layout.forms.use_standard_or_quirks" pref

Categories

(Core :: Layout: Form Controls, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.0

People

(Reporter: dbaron, Assigned: dbaron)

References

Details

Attachments

(1 file, 3 obsolete files)

Do we need the "layout.forms.use_standard_or_quirks" pref anymore?  There's a
lot of code that's not triggered unless that pref is set to true, and I suspect
that code is gradually bitrotting.  I'll attach a patch that removes it.

Thoughts?
Attached patch patch to quirk.css (obsolete) — Splinter Review
Oops, I missed the quirk.css changes.
Target Milestone: --- → mozilla1.0
This patch isn't really any different -- it just resolves a conflict where
another change was nearby.
Attachment #74536 - Attachment is obsolete: true
Attachment #74541 - Attachment is obsolete: true
Comment on attachment 75288 [details] [diff] [review]
patch updated to current trunk (diff -u)

Since we are not using it, we should do away with it. Might want to run it by
mkaply, but I am sure OS2 isn't using Quirkss anymore. r=rods
Attachment #75288 - Flags: review+
Comment on attachment 75288 [details] [diff] [review]
patch updated to current trunk (diff -u)

Why the '#if 1' in nsGfxButtonControlFrame.cpp? 

sr=attinasi
The |#if 1| was a transformation of this:

-    nsCompatibility mode = eCompatibility_NavQuirks;
-    //nsFormControlHelper::GetFormCompatibilityMode(aPresContext, mode);

since I thought that people might still want the "standards" codepath at some
point in the future (although I'm not sure what the difference is).
Comment on attachment 75288 [details] [diff] [review]
patch updated to current trunk (diff -u)

a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #75288 - Flags: approval+
Fix checked in 2002-03-26 22:13 PST.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
QA Contact: madhur → tpreston
*** Bug 130637 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: