b9f1821ed5111b515912051c692d98bace3b2943: Bug 1344145 - HarUtils.getTargetFile is not used, r=honza
Andrea Marchesini <amarchesini@mozilla.com> - Fri, 03 Mar 2017 15:21:12 +0100 - rev 345815
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1344145 - HarUtils.getTargetFile is not used, r=honza
cfd2fd77ff046cfbe2d1693858f093df9af41d74: Bug 1339999 - Properly handle OOM during exception throwing in all Promise code. r=arai
Till Schneidereit <till@tillschneidereit.net> - Tue, 28 Feb 2017 15:58:32 +0100 - rev 345814
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1339999 - Properly handle OOM during exception throwing in all Promise code. r=arai
MozReview-Commit-ID: 2S5uosso0wN
17aafd546d57dfac9a403e1cfc78a89a82cec01a: Merge mozilla-central to mozilla-inbound
Carsten "Tomcat" Book <cbook@mozilla.com> - Fri, 03 Mar 2017 13:06:37 +0100 - rev 345813
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Merge mozilla-central to mozilla-inbound
e824e868c3799a2322c57724e4316b514507c3de: Bug 1336139: Set and restore FPU precision before applying the u64 -> f32 conversion on x86; r=sunfish
Benjamin Bouvier <benj@benj.me> - Wed, 01 Mar 2017 16:49:52 +0100 - rev 345812
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1336139: Set and restore FPU precision before applying the u64 -> f32 conversion on x86; r=sunfish
MozReview-Commit-ID: 5dMdTwiWRx
654820d0aed7afe1c47a6b60dd6b261e54b493ca: Bug 1336139: Fix uint64 to floating-point conversion; r=sunfish
Benjamin Bouvier <benj@benj.me> - Fri, 10 Feb 2017 16:26:15 +0100 - rev 345811
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1336139: Fix uint64 to floating-point conversion; r=sunfish
MozReview-Commit-ID: 4Lk4ifPqO9d
bcb46d32449b7f9b53af8bc9512ec373c557c23a: Bug 1334127 - land NSS dec8c06d7ed9, r=me
Franziskus Kiefer <franziskuskiefer@gmail.com> - Fri, 03 Mar 2017 11:44:57 +0100 - rev 345810
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1334127 - land NSS dec8c06d7ed9, r=me
4e196d802c7be7f3a3c147cc6c5b6406656584b1: Bug 1344118 - Fix the profiler's sleeping threads optimization. r=jseward.
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 03 Mar 2017 15:32:11 +1100 - rev 345809
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1344118 - Fix the profiler's sleeping threads optimization. r=jseward.
When ProfilerBuffer::reset() is called, DuplicateLastSample() will start
failing for all sleeping threads because there will be no prior thread data in
the buffer to duplicate. But the sampling loop doesn't detect such failure.
This causes two problems:
- Missing samples.
- CPU usage goes through the roof, because each time around the sampling loop
the length of the failing search increases.
The fix is simple: detect failure in the sampling loop and do a normal sample
in that case.
The patch also removes ThreadInfo::DuplicateLastSample(), because it just calls
onto ProfileBuffer::DuplicateLastSample().
ed21480d66e66fb04b09cd0eeba991e179fc7928: Bug 1338623 - Don't assert on gray debugger proxy targets that will eventaully become black r=sfink
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 03 Mar 2017 10:45:47 +0000 - rev 345808
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1338623 - Don't assert on gray debugger proxy targets that will eventaully become black r=sfink
237caed7236d209f45b39dc1e5ab12692087ea51: Bug 1338623 - Use IsNotGray in all gray marking assertions r=sfink
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 03 Mar 2017 10:45:47 +0000 - rev 345807
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1338623 - Use IsNotGray in all gray marking assertions r=sfink
1402d02dd61e0f69c00da5a765d6083a627d35eb: Bug 1317047 followup, make the table cells smaller to avoid horizontal compression of columns. r=manishearth
Jonathan Kew <jkew@mozilla.com> - Fri, 03 Mar 2017 10:40:10 +0000 - rev 345806
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1317047 followup, make the table cells smaller to avoid horizontal compression of columns. r=manishearth
c8f9ec4046eeded6871856b50eb7ea8a778d2f64: Bug 1337728 - Reenable browser_forgetAPI_EME_forgetThisSite.js. r=me
Gabor Krizsanits <gkrizsanits@mozilla.com> - Fri, 03 Mar 2017 11:27:35 +0100 - rev 345805
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1337728 - Reenable browser_forgetAPI_EME_forgetThisSite.js. r=me
e769531b24333372cf6e28c6c495abb069136060: Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
Andrea Marchesini <amarchesini@mozilla.com> - Fri, 03 Mar 2017 09:42:54 +0100 - rev 345804
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
5ed300efb2fa7afa52c2d60c4c02efa3e642748e: Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau
Andrea Marchesini <amarchesini@mozilla.com> - Fri, 03 Mar 2017 09:42:27 +0100 - rev 345803
Push
31447 by kwierso@gmail.com at Sat, 04 Mar 2017 01:16:21 +0000
Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau
942165e408f0241cf543c368db00fefe22a9997a: merge graphics branch to m-c a=merge
Wes Kocher <wkocher@mozilla.com> - Fri, 03 Mar 2017 11:23:31 -0800 - rev 345802
Push
31446 by kwierso@gmail.com at Fri, 03 Mar 2017 19:24:21 +0000
merge graphics branch to m-c a=merge
MozReview-Commit-ID: 5GYHFV8IsKo
aafcba25dee399d3390ea1fb4c2121e4e62b8b0d: Merge m-c to graphics
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 03 Mar 2017 08:28:21 -0500 - rev 345801
Push
31446 by kwierso@gmail.com at Fri, 03 Mar 2017 19:24:21 +0000
Merge m-c to graphics
MozReview-Commit-ID: GK8bGynKhO5
d6998fb6d473c6e56b169c199752969e8915fa00: Bug 1343770. Separate out Parent commands from Child commands. r=kats
Jeff Muizelaar <jmuizelaar@mozilla.com> - Thu, 02 Mar 2017 16:33:03 -0500 - rev 345800
Push
31446 by kwierso@gmail.com at Fri, 03 Mar 2017 19:24:21 +0000
Bug 1343770. Separate out Parent commands from Child commands. r=kats
This basically just splits the enum in two and does the necessary plumbing. The
worst part is that now DisplayItemLayers need to have two arrays of commands.
Fortunately, this will be going away in the future.
This makes it so we don't send the child side commands to the parent.
c83b1eec0a124f2322d6166f9ac10ca9e1d39952: Bug 1343984 - Turn on warnings-as-errors for webrender_bindings. r=jrmuizel
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 02 Mar 2017 16:26:27 -0500 - rev 345799
Push
31446 by kwierso@gmail.com at Fri, 03 Mar 2017 19:24:21 +0000
Bug 1343984 - Turn on warnings-as-errors for webrender_bindings. r=jrmuizel
MozReview-Commit-ID: C8r1IwbQP7g
ead89e056556d060d54decf3a996ffa0fe040358: Bug 1343984 - Comment out the unused WrExternalImageIdType stuff as it produces hard-to-remove webrender_bindings warnings. r=jrmuizel
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 02 Mar 2017 16:26:17 -0500 - rev 345798
Push
31446 by kwierso@gmail.com at Fri, 03 Mar 2017 19:24:21 +0000
Bug 1343984 - Comment out the unused WrExternalImageIdType stuff as it produces hard-to-remove webrender_bindings warnings. r=jrmuizel
MozReview-Commit-ID: 3CGCGPAVBNn
80ea84e1b5023141db7087fa08badb8c17307242: Bug 1343984 - Fix trivial webrender_bindings warnings. r=jrmuizel
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 02 Mar 2017 16:26:07 -0500 - rev 345797
Push
31446 by kwierso@gmail.com at Fri, 03 Mar 2017 19:24:21 +0000
Bug 1343984 - Fix trivial webrender_bindings warnings. r=jrmuizel
MozReview-Commit-ID: 4jJu1ERRIz6
39628e255960d93b70dfc9b6b7891bfccf1130af: Bug 1343253 - Enable AA and Subpixel AA in Webrender. r=milan
Mason Chang <mchang@mozilla.com> - Thu, 02 Mar 2017 08:37:59 -0800 - rev 345796
Push
31446 by kwierso@gmail.com at Fri, 03 Mar 2017 19:24:21 +0000
Bug 1343253 - Enable AA and Subpixel AA in Webrender. r=milan