97e02e8d43a140b5389bd50acfd0bc33d1cd5aea: No bug - Annotate an OOM test as allow-oom. (r=terrence over IRC)
Shu-yu Guo <shu@rfrn.org> - Fri, 16 Oct 2015 17:54:47 -0700 - rev 268135
Push
66713 by shu@rfrn.org at Sat, 17 Oct 2015 00:49:27 +0000
No bug - Annotate an OOM test as allow-oom. (r=terrence over IRC)
3664bbd6853be2be88aabc9d5389b1cb3f2d3db1: Bug 1215341 - Update tests. (r=jandem)
Shu-yu Guo <shu@rfrn.org> - Fri, 16 Oct 2015 17:54:47 -0700 - rev 268134
Push
66713 by shu@rfrn.org at Sat, 17 Oct 2015 00:49:27 +0000
Bug 1215341 - Update tests. (r=jandem)
7315431831773c24fba2625e28958c3935993a79: Bug 1215341 - Make assignment to const errors runtime TypeErrors in the JITs. (r=jandem)
Shu-yu Guo <shu@rfrn.org> - Fri, 16 Oct 2015 17:54:47 -0700 - rev 268133
Push
66713 by shu@rfrn.org at Sat, 17 Oct 2015 00:49:27 +0000
Bug 1215341 - Make assignment to const errors runtime TypeErrors in the JITs. (r=jandem)
99fb9871018239725645581638eefd6f5269bb58: Bug 1215341 - Make assignment to const errors runtime TypeErrors in the frontend and interpreter. (r=jandem)
Shu-yu Guo <shu@rfrn.org> - Fri, 16 Oct 2015 17:54:47 -0700 - rev 268132
Push
66713 by shu@rfrn.org at Sat, 17 Oct 2015 00:49:27 +0000
Bug 1215341 - Make assignment to const errors runtime TypeErrors in the frontend and interpreter. (r=jandem)
4690eec6b6583f4fd01b8b60be3ce6867d85ed78: Bug 1215398 - Hoist the IsCallerChrome call in CanMoveResizeWindows to the script-only entry points. r=bz
Bobby Holley <bobbyholley@gmail.com> - Fri, 16 Oct 2015 14:40:30 -0700 - rev 268131
Push
66712 by bobbyholley@gmail.com at Fri, 16 Oct 2015 23:35:33 +0000
Bug 1215398 - Hoist the IsCallerChrome call in CanMoveResizeWindows to the script-only entry points. r=bz
98e03b1c4713a1133ac22de7293211e10343d601: Bug 1203266 - Allow reading reftest manifests from a provided finder. r=gps
Chris Manchester <cmanchester@mozilla.com> - Fri, 16 Oct 2015 15:31:20 -0700 - rev 268130
Push
66711 by cmanchester@mozilla.com at Fri, 16 Oct 2015 22:31:24 +0000
Bug 1203266 - Allow reading reftest manifests from a provided finder. r=gps
c5e7d0672727f1a8164ad68a85022a1603621fa3: Bug 1203266 - Optionally read manifestparser manifests with a Finder class. r=ahal
Chris Manchester <cmanchester@mozilla.com> - Fri, 16 Oct 2015 15:31:20 -0700 - rev 268129
Push
66711 by cmanchester@mozilla.com at Fri, 16 Oct 2015 22:31:24 +0000
Bug 1203266 - Optionally read manifestparser manifests with a Finder class. r=ahal
We need to go through an abstraction layer when manifestparser manifests
are read as a part of reading moz.build files in case moz.build reading
is using mercurial as its filesystem. This adds an optional finder member,
which will be used if present for IO that happens when reading manifests,
This needs to be optional, because the manifestparser can be used as a
standalone package that isn't distributed with mozpack.
bd3b3a2b32a25600139b756f031bd5166aea9bf7: Bug 1203266 - Don't call normpath in the manifestparser on paths that don't contain '..'. r=ahal
Chris Manchester <cmanchester@mozilla.com> - Fri, 16 Oct 2015 15:31:20 -0700 - rev 268128
Push
66711 by cmanchester@mozilla.com at Fri, 16 Oct 2015 22:31:24 +0000
Bug 1203266 - Don't call normpath in the manifestparser on paths that don't contain '..'. r=ahal
Profiling the manifestparser revealed that 25% of its total time is spent in a single
call to os.path.normpath, called on each test path in each manifest. For the manifests
in mozilla-central, these calls almost always return their input. To save time, this
patch modifies the manifestparser to not call normpath on paths that don't contain
'..'. This will change the parsed result of manifests containing no-op path
components ('//' or '/./') to include those components in their output.
68790f1266b29be700d69f778a0151a4debf2dca: Bug 1211506 - Respect the APZ lock ordering in AsyncPanZoomController::OnScrollWheel(). r=mstange
Botond Ballo <botond@mozilla.com> - Fri, 16 Oct 2015 16:33:41 -0400 - rev 268127
Push
66710 by bballo@mozilla.com at Fri, 16 Oct 2015 22:20:44 +0000
Bug 1211506 - Respect the APZ lock ordering in AsyncPanZoomController::OnScrollWheel(). r=mstange
a2c909d966ade39b50f9936b6e53aa3617b9337a: Bug 1214970 - Don't emit nullptr atoms for class expressions with default constructors. (r=Waldo)
Eric Faust <efaustbmo@gmail.com> - Fri, 16 Oct 2015 14:49:17 -0700 - rev 268126
Push
66709 by efaustbmo@gmail.com at Fri, 16 Oct 2015 21:49:39 +0000
Bug 1214970 - Don't emit nullptr atoms for class expressions with default constructors. (r=Waldo)
7a8d20f52da675d5669cd49811c9dd5fdec30ee6: Bug 1215686 - Disable ASAN leak reporting on reftests for now; r=mccr8
Ehsan Akhgari <ehsan@mozilla.com> - Fri, 16 Oct 2015 17:22:25 -0400 - rev 268125
Push
66708 by eakhgari@mozilla.com at Fri, 16 Oct 2015 21:46:43 +0000
Bug 1215686 - Disable ASAN leak reporting on reftests for now; r=mccr8
120b53ea0f417cc58e3a1b2a7834131aa0c4a54b: Bug 1214967 - Proxy observer service notification across to content process when GMPs are added/removed. r=billm,jwwang
Chris Pearce <cpearce@mozilla.com> - Sat, 17 Oct 2015 10:39:45 +1300 - rev 268124
Push
66707 by cpearce@mozilla.com at Fri, 16 Oct 2015 21:40:00 +0000
Bug 1214967 - Proxy observer service notification across to content process when GMPs are added/removed. r=billm,jwwang
af6b752acbd0f50b70169071dafd4ab46c295c5a: Bug 1214967 - Create a list of GMPs/codecs that can be used for <video> decoding. r=jwwang
Chris Pearce <cpearce@mozilla.com> - Sat, 17 Oct 2015 10:39:36 +1300 - rev 268123
Push
66707 by cpearce@mozilla.com at Fri, 16 Oct 2015 21:40:00 +0000
Bug 1214967 - Create a list of GMPs/codecs that can be used for <video> decoding. r=jwwang
3b987c6755537896370ff7d7f6bcc2dff9ddee98: Bug 1215130 - Use periodInMinutes as the default for delayInMinutes. r=billm
Blake Winton <bwinton@latte.ca> - Fri, 16 Oct 2015 13:24:57 -0400 - rev 268122
Push
66706 by bwinton@latte.ca at Fri, 16 Oct 2015 20:54:51 +0000
Bug 1215130 - Use periodInMinutes as the default for delayInMinutes. r=billm
09e059daabae5ad4df486a1ce2bf8e83c22188d2: Bug 1215072 - throw in case dictionary initialization fails in canvas.getContext, r=baku
Olli Pettay <Olli.Pettay@helsinki.fi> - Fri, 16 Oct 2015 22:52:11 +0300 - rev 268121
Push
66705 by opettay@mozilla.com at Fri, 16 Oct 2015 20:26:43 +0000
Bug 1215072 - throw in case dictionary initialization fails in canvas.getContext, r=baku
7f2e5ec068f70139a0534d8d5113454d4f001a83: Back out revision 5985a4717758 (bug 1215559) because the Linux compiler is not happy with the template using bits
Boris Zbarsky <bzbarsky@mit.edu> - Fri, 16 Oct 2015 16:16:36 -0400 - rev 268120
Push
66704 by bzbarsky@mozilla.com at Fri, 16 Oct 2015 20:16:44 +0000
Back out revision 5985a4717758 (
bug 1215559) because the Linux compiler is not happy with the template using bits
dba4e2f06001d4ecae3a44d3676eaacb33fcbf8e: bug 1213327 - expose iAccessibleHyperlink on proxied accessibles r=davidb
Trevor Saunders <tbsaunde@tbsaunde.org> - Fri, 09 Oct 2015 11:56:14 -0400 - rev 268119
Push
66703 by tsaunders@mozilla.com at Fri, 16 Oct 2015 20:14:35 +0000
bug 1213327 - expose iAccessibleHyperlink on proxied accessibles r=davidb
8be9e22dc7d8594927a699a2999a9790ba4787c0: bug 1213327 - store interfaces a proxy implements on the Accessible wrapping it
Trevor Saunders <tbsaunde@tbsaunde.org> - Thu, 08 Oct 2015 15:39:10 -0400 - rev 268118
Push
66703 by tsaunders@mozilla.com at Fri, 16 Oct 2015 20:14:35 +0000
bug 1213327 - store interfaces a proxy implements on the Accessible wrapping it
r=davidb
99759cbeea5cca83dfb427edf6772042886e4d01: bug 1213327 - allow accessibles wrapping proxies to store the set of interfaces implemented by the proxy r=davidb
Trevor Saunders <tbsaunde@tbsaunde.org> - Thu, 08 Oct 2015 14:40:31 -0400 - rev 268117
Push
66703 by tsaunders@mozilla.com at Fri, 16 Oct 2015 20:14:35 +0000
bug 1213327 - allow accessibles wrapping proxies to store the set of interfaces implemented by the proxy r=davidb
This is not a nice solution, however its basically the only option. We need to
store the set of interfaces the proxy implementes, preferably without
increasing the size of ProxyAccessibleWrap.
5985a47177581ad830879c9eb2b7908900130c51: Bug 1215559. Create separate iterator native types for one-type and two-type iterators, so we don't force the one-type case to implement GetKeyAtIndex. r=qdot
Boris Zbarsky <bzbarsky@mit.edu> - Fri, 16 Oct 2015 15:54:51 -0400 - rev 268116
Push
66702 by bzbarsky@mozilla.com at Fri, 16 Oct 2015 19:55:12 +0000
Bug 1215559. Create separate iterator native types for one-type and two-type iterators, so we don't force the one-type case to implement GetKeyAtIndex. r=qdot