Closed
Bug 1144321
Opened 10 years ago
Closed 10 years ago
Enable the vsync refresh driver on OS X
Categories
(Core :: Graphics, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: mchang, Assigned: mchang)
References
()
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mchang
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1144317 +++
Enable the vsync refresh driver on OS X.
Talos results:
http://compare-talos.mattn.ca/dev/?oldBranch=Try&oldRevs=c0ae486a7c8f&newBranch=Try&newRev=9f89885a1e84&submit=true
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8579670 -
Flags: review?(bugmail.mozilla)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8579670 -
Attachment is obsolete: true
Attachment #8579670 -
Flags: review?(bugmail.mozilla)
Attachment #8579673 -
Flags: review?(bugmail.mozilla)
Updated•10 years ago
|
Attachment #8579673 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Backed out for OSX 10.10 reftest failures.
https://hg.mozilla.org/integration/mozilla-inbound/rev/b3fcbf649765
https://treeherder.mozilla.org/logviewer.html#?job_id=7810504&repo=mozilla-inbound
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
From https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=ea0035a9e043
In case we need to.
Attachment #8581018 -
Flags: review?(seth)
Comment 7•10 years ago
|
||
Comment on attachment 8581018 [details] [diff] [review]
Mark box-sizing-replaced-003.xht as random on OSX 10.10
Review of attachment 8581018 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good!
::: dom/base/Element.cpp
@@ +1146,5 @@
> const nsAString& aValue,
> ErrorResult& aError)
> {
> const nsAttrName* name = InternalGetExistingAttrNameFromQName(aName);
> + printf_stderr("Element::SetAttribute\n");
Probably don't want this in there, right?
Attachment #8581018 -
Flags: review?(seth) → review+
Assignee | ||
Comment 8•10 years ago
|
||
Thanks, updated without that printf :)
Attachment #8581018 -
Attachment is obsolete: true
Attachment #8581019 -
Flags: review+
Comment 9•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Comment 10•10 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Significant changes to scrolling and async animation on OS X. Suggest this as a combined note from this bug, as well as 1137905.
[Suggested wording]: Low level changes that lead to smoother animation and scrolling OS X.
[Links (documentation, blog post, etc)]:
relnote-firefox:
--- → ?
Assignee | ||
Comment 11•10 years ago
|
||
Note, blog post / docs incoming once it's landed and stable on Windows so we can say its live on OSX and Windows.
Added a link for the release note for 39, to https://hacks.mozilla.org/2015/01/project-silk/.
You need to log in
before you can comment on or make changes to this bug.
Description
•