Closed Bug 1151487 Opened 9 years ago Closed 9 years ago

Enable software vsync compositor on Fennec

Categories

(Core :: Graphics, defect, P2)

ARM
Android
defect

Tracking

()

RESOLVED FIXED
mozilla40
Tracking Status
firefox40 --- fixed

People

(Reporter: mchang, Assigned: mchang)

References

Details

Attachments

(1 file, 1 obsolete file)

Enable the software vsync compositor on fennec
Blocks: 1151488
Attachment #8589278 - Flags: review?(bugmail.mozilla)
Comment on attachment 8589278 [details] [diff] [review]
Enable software vsync compositor on fennec

Review of attachment 8589278 [details] [diff] [review]:
-----------------------------------------------------------------

::: modules/libpref/init/all.js
@@ +4665,5 @@
>  pref("gfx.vsync.compositor", true);
>  pref("gfx.vsync.refreshdriver", true);
>  #endif
>  
> +#if defined(ANDROID)

use MOZ_WIDGET_ANDROID. ANDROID includes B2G which is not what you want here
Attachment #8589278 - Flags: review?(bugmail.mozilla) → review+
Comment on attachment 8589278 [details] [diff] [review]
Enable software vsync compositor on fennec

Review of attachment 8589278 [details] [diff] [review]:
-----------------------------------------------------------------

Actually.. probably better to just put it in mobile/android/app/mobile.js
Moved to mobile/android/app/mobile.js

Looks like I don't need any ifdefs for android right?
Attachment #8589278 - Attachment is obsolete: true
Attachment #8589385 - Flags: review?(bugmail.mozilla)
Comment on attachment 8589385 [details] [diff] [review]
Enable software vsync compositor on fennec

Review of attachment 8589385 [details] [diff] [review]:
-----------------------------------------------------------------

Yup this looks good.
Attachment #8589385 - Flags: review?(bugmail.mozilla) → review+
https://hg.mozilla.org/mozilla-central/rev/56dd29d29147
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: