Closed Bug 520724 Opened 15 years ago Closed 15 years ago

aero peek preview prefs should be better defined/classified

Categories

(Firefox :: Shell Integration, defect, P2)

x86
Windows 7
defect

Tracking

()

RESOLVED FIXED
Firefox 3.7a1
Tracking Status
status1.9.2 --- beta1-fixed

People

(Reporter: jimm, Assigned: robarnold)

References

Details

Attachments

(1 file)

+#ifdef WINNT
+pref("aeropeek.enable", true);
+pref("aeropeek.maxpreviews", 20);
+pref("aeropeek.cachetime", 20);
+#endif

should be..

+#ifdef XP_WIN
+#ifndef WINCE
+pref("browser.taskbar.previews.enable" ..
..
+#endif
+#endif

and we should probably remove the WINNT define up top.
Flags: blocking-firefox3.6?
Attached patch v1.0Splinter Review
These match the jumplist prefs I believe:
browser.taskbar.previews.enable = true;
browser.taskbar.previews.max = 20;
browser.taskbar.previews.cachetime = 20;
Attachment #404870 - Flags: review?(rflint)
Attachment #404870 - Flags: review?(rflint) → review+
Pushed to mozilla-central:
http://hg.mozilla.org/mozilla-central/rev/54e0f634d961
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [needs 1.9.2 landing]
Flags: blocking-firefox3.6? → blocking-firefox3.6+
Priority: -- → P2
Pushed to mozilla-1.9.2:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/89d84a13a3de
Whiteboard: [needs 1.9.2 landing]
Target Milestone: --- → Firefox 3.7a1
Assignee: tellrob → nobody
Component: Tabbed Browser → Shell Integration
QA Contact: tabbed.browser → shell.integration
Assignee: nobody → tellrob
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: