Status
()
People
(Reporter: dbaron, Assigned: domob)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
(Whiteboard: [whitebox][good first bug])
Attachments
(1 attachment, 2 obsolete attachments)
8.04 KB,
patch
|
dbaron
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
We should remove the old nav4rounding pref. It's implemented on Windows-only, has no UI, and was really just a transitional thing. See bug 159332.
(Reporter) | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Future
Updated•17 years ago
|
Whiteboard: [dev notes]
Updated•16 years ago
|
Whiteboard: [dev notes] → [whitebox]
![]() |
||
Updated•15 years ago
|
Whiteboard: [whitebox] → [whitebox][good first bug]
(Assignee) | ||
Comment 1•14 years ago
|
||
Created attachment 169632 [details] [diff] [review] Removes nav4round-Pref I think this should remove all nav4pref code. (Or, you could say, I'm sure it removes some of it). Mozilla with this patch applied builds, and I'm currently submitting this attachment with it.
Attachment #169632 -
Flags: review?(dbaron)
(Reporter) | ||
Comment 2•14 years ago
|
||
Comment on attachment 169632 [details] [diff] [review] Removes nav4round-Pref You should also remove the entire PrefChanged function, kPrefCID, and the #include of nsIPref.h. (But with those changes added I think it's fine.)
Attachment #169632 -
Flags: review?(dbaron) → review-
(Assignee) | ||
Comment 3•14 years ago
|
||
Created attachment 169639 [details] [diff] [review] Fixed Patch Now without the whole PrefChanged-method (of course, if no RegisterCallback is there anymore, this method is superfluous...)
Attachment #169632 -
Attachment is obsolete: true
Attachment #169639 -
Flags: review?(dbaron)
(Reporter) | ||
Comment 4•14 years ago
|
||
Comment on attachment 169639 [details] [diff] [review] Fixed Patch > float app2dev, app2twip, scale; remove app2twip and scale as well and r=dbaron
Attachment #169639 -
Flags: review?(dbaron) → review+
(Assignee) | ||
Comment 5•14 years ago
|
||
Created attachment 169640 [details] [diff] [review] Removed locals Removed those local variables, too.
Attachment #169639 -
Attachment is obsolete: true
Attachment #169640 -
Flags: review?(dbaron)
(Reporter) | ||
Updated•14 years ago
|
Attachment #169640 -
Flags: review?(dbaron) → review+
(Assignee) | ||
Updated•14 years ago
|
Attachment #169640 -
Flags: superreview?(jst)
Comment 6•14 years ago
|
||
Comment on attachment 169640 [details] [diff] [review] Removed locals r=jst
Attachment #169640 -
Flags: superreview?(jst) → superreview+
![]() |
||
Comment 7•14 years ago
|
||
Daniel, I assume you want this checked in once the tree reopens?
(Assignee) | ||
Comment 8•14 years ago
|
||
Oh yes, please.
![]() |
||
Updated•14 years ago
|
Assignee: dbaron → d
Status: ASSIGNED → NEW
![]() |
||
Comment 9•14 years ago
|
||
Fixed for 1.8b.
Status: NEW → RESOLVED
Last Resolved: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•