8d182cb2af7e90c57ff5ad45f49dd7a1122b3080: Bug 1325494 (part 2) - Remove kFoo constants from nsIParser.h. r=hsivonen.
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 23 Dec 2016 13:51:04 +1100 - rev 458368
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1325494 (part 2) - Remove kFoo constants from nsIParser.h. r=hsivonen.
Only three of them are used, and those ones aren't used in many places, and
they're just renamings of NS_ERROR_* values that obfuscate more than they
clarify.
0df76d4b7a2744ab8ae900b4605dc6c22a93ca26: Bug 1325494 (part 1) - Remove unused NS_IPARSER_FLAG_* flags. r=hsivonen.
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 23 Dec 2016 13:21:33 +1100 - rev 458367
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1325494 (part 1) - Remove unused NS_IPARSER_FLAG_* flags. r=hsivonen.
22fa3b948119d788d50a02394ab9e3624e8505ef: Bug 1329253 - Add test for source map bug. r=ttromey
Jason Laster <jason.laster.11@gmail.com> - Fri, 06 Jan 2017 09:49:00 -0500 - rev 458366
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1329253 - Add test for source map bug. r=ttromey
d54ebcd1a796122e40d2bd3b6cb301aec273accd: Bug 1329044 - Avoid taking const references to fields behind accessors. r=jgilbert
kvark <kvark@mozilla.com> - Mon, 09 Jan 2017 10:16:00 -0500 - rev 458365
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1329044 - Avoid taking const references to fields behind accessors. r=jgilbert
35986e7aa356808141490d526d7eb417d5ab5992: Bug 1325401 - Start using Reps bundle behind a flag. r=ttromey
Jason Laster <jason.laster.11@gmail.com> - Mon, 09 Jan 2017 14:09:00 -0500 - rev 458364
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1325401 - Start using Reps bundle behind a flag. r=ttromey
60088a8114792606827fe4e412cbaa011593199d: Bug 1290974 - Avoid exceeding max-int32 when computing the range in quicksort/partition. r=evilpie
André Bargull <andre.bargull@gmail.com> - Mon, 09 Jan 2017 08:12:07 -0800 - rev 458363
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1290974 - Avoid exceeding max-int32 when computing the range in quicksort/partition. r=evilpie
8c0e5f1e7485781232e70a2aad00050fc982403e: Bug 1329663 - Move code from ScrollFrameHelper's destructor the Destroy() function. r=tnikkel
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 09 Jan 2017 17:21:44 -0500 - rev 458362
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1329663 - Move code from ScrollFrameHelper's destructor the Destroy() function. r=tnikkel
MozReview-Commit-ID: 1OWCCvR6X2N
42c1ba6cb5f400c7e4a8a68fe11713de6a69ba38: Bug 1324330 (part 6) - Streamline nsIXPCScriptable flags. r=mccr8.
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 23 Dec 2016 08:30:45 +1100 - rev 458361
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1324330 (part 6) - Streamline nsIXPCScriptable flags. r=mccr8.
This patch adjusts the values so there are no skipped bits, and removes the
no-longer-used RESERVED flag.
4e2cfc2d396fd43d2a825b527656a60247912414: Bug 1325542 - Remove XPCNativeScriptableFlags. r=mccr8.
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 23 Dec 2016 16:14:32 +1100 - rev 458360
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1325542 - Remove XPCNativeScriptableFlags. r=mccr8.
WantFoo() and the similar methods remain, but they've been moved from
XPCNativeScriptableFlags to nsIXPCScriptable.
One consequence of this change is that in places where we used to get the flags
from an XPCNativeScriptableCreateInfo we now need a null check on the
nsIXPCScriptable. (This isn't true when getting flags from
XPCNativeScriptableInfo, however, because nsIXPCScriptable is always non-null
within that type.)
b12ad3ab9baa85165ff39daeb501e6210e88313f: Bug 1265807 - Fix scrolling with the CodeMirror scroll r=jdescottes
Gabriel Luong <gabriel.luong@gmail.com> - Mon, 09 Jan 2017 16:53:40 -0500 - rev 458359
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1265807 - Fix scrolling with the CodeMirror scroll r=jdescottes
4097854c271e69031eab4db31cdade88f82f6c9f: Bug 1329716 Try to ensure we don't dispatch a SW event if the registration has been removed. r=asuth
Ben Kelly <ben@wanderview.com> - Mon, 09 Jan 2017 13:40:46 -0800 - rev 458358
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1329716 Try to ensure we don't dispatch a SW event if the registration has been removed. r=asuth
15057def8d407c1affb92500922dfb340e36f170: Bug 1329759 Gracefully handle a missing active service worker during interception. r=asuth
Ben Kelly <ben@wanderview.com> - Mon, 09 Jan 2017 13:40:46 -0800 - rev 458357
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1329759 Gracefully handle a missing active service worker during interception. r=asuth
886a579b22cf4176b1547f6fc61df3fee925cdaf: Bug 1319619 - Move RDM dimension controls above the viewport. r=jryans
Gabriel Luong <gabriel.luong@gmail.com> - Mon, 09 Jan 2017 16:39:27 -0500 - rev 458356
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1319619 - Move RDM dimension controls above the viewport. r=jryans
4bea6ef3d9deb47da83873b2d4fa63ef1be48cbf: Bug 1328915 - Do not run mochitest-dt on taskcluster linux32/debug; r=jmaher
Geoff Brown <gbrown@mozilla.com> - Mon, 09 Jan 2017 13:58:27 -0700 - rev 458355
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1328915 - Do not run mochitest-dt on taskcluster linux32/debug; r=jmaher
b33eab5ae47ee30be2a33bd6636889c609c21249: Bug 1287099 - Run linux32 tests in taskcluster (tier 2); r=jmaher
Geoff Brown <gbrown@mozilla.com> - Mon, 22 Aug 2016 11:38:27 -0400 - rev 458354
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1287099 - Run linux32 tests in taskcluster (tier 2); r=jmaher
4849ef8c9a349fff273903b9b31ef34ce7f6a5bc: Bug 1311512 - Use recording draw target for mozPrintCallback canvases. r=jwatt
Tobias Schneider <schneider@jancona.com> - Thu, 22 Dec 2016 11:11:15 -0800 - rev 458353
Push
40935 by bmo:cam@mcc.id.au at Tue, 10 Jan 2017 07:11:37 +0000
Bug 1311512 - Use recording draw target for mozPrintCallback canvases. r=jwatt
c003db91388af2a3d34265e20766fc040a6e027c: Bug 1323703 - implement a method to create DXVA2 decoder.
draft
Alastor Wu <alwu@mozilla.com> - Thu, 15 Dec 2016 18:26:17 +0800 - rev 458352
Push
40934 by alwu@mozilla.com at Tue, 10 Jan 2017 07:05:02 +0000
Bug 1323703 - implement a method to create DXVA2 decoder.
When we want to decode with DXVA2 aPI directly instead of using it by MFT, we need to take responsibility for
creating a decoder and handle the related decoding operations by ourself. So implement a method to create and
hold a ref to DXVA2 decoder for DXVA2Manager.
MozReview-Commit-ID: 4EyrsjzEyYK
d4068f946c998d689aa3812c627bb68fcc82b304: Bug 1328825 - Update reftest-stylo.list and expectations. r?heycam
draft
Shing Lyu <shing.lyu@gmail.com> - Thu, 22 Dec 2016 16:57:48 +0800 - rev 458351
Push
40933 by bmo:slyu@mozilla.com at Tue, 10 Jan 2017 06:53:24 +0000
Bug 1328825 - Update reftest-stylo.list and expectations. r?heycam
MozReview-Commit-ID: 42Lkn3r6eEj
3743a98dd69ecfa4a052b7a4fe7a905e7a175df5: merge 0f9d69253ac67887b64f5efeffaebebb5929b1a7 into stylo upstream
draft
VCS Sync <vcs-sync@mozilla.com> - Mon, 09 Jan 2017 20:25:43 +0000 - rev 458350
Push
40933 by bmo:slyu@mozilla.com at Tue, 10 Jan 2017 06:53:24 +0000
merge 0f9d69253ac67887b64f5efeffaebebb5929b1a7 into stylo upstream
5705140f9cfd29722f04f8e8458a9d637941afa6: vendor servo commit 50bba770d6073bba6e6e219dbc3687087a864a42
draft
VCS Sync <vcs-sync@mozilla.com> - Mon, 09 Jan 2017 19:57:01 +0000 - rev 458349
Push
40933 by bmo:slyu@mozilla.com at Tue, 10 Jan 2017 06:53:24 +0000
vendor servo commit 50bba770d6073bba6e6e219dbc3687087a864a42