Closed
Bug 874682
Opened 12 years ago
Closed 12 years ago
[Skia] SkThread_pthreads isn't built
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: gw280, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
2.61 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
We build Skia with the flag telling it we're using SkThread_pthreads, but then we actually build SkThread_none, because we're obviously compulsive liars. Let's fix this.
Reporter | ||
Comment 2•12 years ago
|
||
Split out the hunk from the FontHost patch. Before landing I will need to run this thoroughly through try, though, to ensure that it's not causing the intermittent reftest crash we were seeing on the FontHost patch (I don't think it is).
Attachment #752432 -
Flags: review?(bjacob)
Comment 3•12 years ago
|
||
Comment on attachment 752432 [details] [diff] [review]
fix skthread
Review of attachment 752432 [details] [diff] [review]:
-----------------------------------------------------------------
What about Gonk?
Attachment #752432 -
Flags: review?(bjacob) → review+
Reporter | ||
Comment 4•12 years ago
|
||
Does gonk use pthreads?
Comment 5•12 years ago
|
||
Yes it does. (It's all like Android, with Linux and Bionic).
Comment 6•12 years ago
|
||
So given that, the r+ is actually conditional on adding the gonk case.
Reporter | ||
Comment 7•12 years ago
|
||
Reporter | ||
Comment 8•12 years ago
|
||
Ugh, I pushed the wrong patch to try.
Reporter | ||
Comment 9•12 years ago
|
||
Reporter | ||
Comment 10•12 years ago
|
||
Rebased patch, as apparently we're now using moz.build to specify .cpp files:
https://tbpl.mozilla.org/?tree=Try&rev=958df68299d9
Reporter | ||
Comment 11•12 years ago
|
||
Attachment #752432 -
Attachment is obsolete: true
Attachment #757558 -
Flags: review?(bjacob)
Updated•12 years ago
|
Attachment #757558 -
Flags: review?(bjacob) → review+
Reporter | ||
Comment 12•12 years ago
|
||
Comment 13•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•