Shu-yu Guo
53c5a76506
Bug 1215341 - Make assignment to const errors runtime TypeErrors in the frontend and interpreter. (r=jandem)
2015-10-16 17:54:47 -07:00
Bobby Holley
cfa69d93e9
Bug 1215398 - Hoist the IsCallerChrome call in CanMoveResizeWindows to the script-only entry points. r=bz
2015-10-16 16:35:30 -07:00
Chris Manchester
8fe6d000de
Bug 1203266 - Allow reading reftest manifests from a provided finder. r=gps
...
--HG--
extra : commitid : G7g6Lr9ODZQ
2015-10-16 15:31:20 -07:00
Chris Manchester
f7a9504a73
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.
--HG--
extra : commitid : 7S8mdpexvgW
2015-10-16 15:31:20 -07:00
Chris Manchester
a8ec3a69cd
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.
--HG--
extra : commitid : D7g4GX6VLuC
2015-10-16 15:31:20 -07:00
Botond Ballo
e235e119a9
Bug 1211506 - Respect the APZ lock ordering in AsyncPanZoomController::OnScrollWheel(). r=mstange
...
--HG--
extra : source : af0360acd0fa65d7bd526339212a909884afa40c
2015-10-16 16:33:41 -04:00
Eric Faust
f948623c75
Bug 1214970 - Don't emit nullptr atoms for class expressions with default constructors. (r=Waldo)
2015-10-16 14:49:17 -07:00
Ehsan Akhgari
0d3dcab66e
Bug 1215686 - Disable ASAN leak reporting on reftests for now; r=mccr8
2015-10-16 17:46:38 -04:00
Chris Pearce
419cfce138
Bug 1214967 - Proxy observer service notification across to content process when GMPs are added/removed. r=billm,jwwang
2015-10-17 10:39:45 +13:00
Chris Pearce
5802a627b3
Bug 1214967 - Create a list of GMPs/codecs that can be used for <video> decoding. r=jwwang
2015-10-17 10:39:36 +13:00
Blake Winton
1d02564612
Bug 1215130 - Use periodInMinutes as the default for delayInMinutes. r=billm
...
--HG--
extra : rebase_source : c44128cc99a168d38875b00ff3d26ec86696c295
2015-10-16 13:24:57 -04:00
Olli Pettay
2b21892477
Bug 1215072 - throw in case dictionary initialization fails in canvas.getContext, r=baku
...
--HG--
extra : rebase_source : 006bfed7cfec46e6150ee15135de08941283dbb7
2015-10-16 22:52:11 +03:00
Boris Zbarsky
b9fcc36e5e
Back out revision 5985a4717758 (bug 1215559) because the Linux compiler is not happy with the template using bits
2015-10-16 16:16:36 -04:00
Trevor Saunders
53e6b1571b
bug 1213327 - expose iAccessibleHyperlink on proxied accessibles r=davidb
2015-10-16 16:13:38 -04:00
Trevor Saunders
e39b0ca57d
bug 1213327 - store interfaces a proxy implements on the Accessible wrapping it
...
r=davidb
2015-10-16 16:13:38 -04:00
Trevor Saunders
034d16ce0e
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.
2015-10-16 16:13:38 -04:00
Boris Zbarsky
ab96208de8
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
2015-10-16 15:54:51 -04:00
Ehsan Akhgari
86b5997ef7
Bug 1215196 - Fix web-platform-tests iframe scripts to avoid pulling in testharness.js in them; r=bkelly
2015-10-16 15:40:40 -04:00
Jim Blandy
51d813dfae
No bug: Fix comment in mfbt/FastBernoulliTrial.h. DONTBUILD r=me
...
--HG--
extra : rebase_source : 03a213a8999d4b6b47c6e2be3a8ea06053e24184
extra : amend_source : 9181ae56e72b66bf19fe2129bfab01f0910aaad8
2015-10-16 12:21:39 -07:00
Wes Kocher
1662b03a4f
Merge m-c to inbound, a=merge
2015-10-16 12:30:35 -07:00
Wes Kocher
3d38a5df68
Merge b2ginbound to central, a=merge
2015-10-16 12:27:10 -07:00
Wes Kocher
375b7b2d42
Merge inbound to central, a=merge
2015-10-16 11:52:24 -07:00
Eric Rahm
31cad9d79a
Bug 1214764 - Convert NS_ENSURE to a plain return in nsDocument::IsScriptEnabled. r=bholley
2015-10-16 11:20:38 -07:00
Trevor Saunders
34e02634ff
bug 1213516 - fire showing state change event for atk in place of an alert event r=davidb
2015-10-16 14:59:08 -04:00
Tom Schuster
d1bc68e874
Bug 1208563 - Implement chrome.extension.inIncognitoContext property for chrome/popups. r=billm
2015-10-16 20:54:16 +02:00
Yura Zenevich
709f9eb640
Bug 1211122 - ensuring that we check position against an actual doc/dialog on doc load event. r=marcoz
2015-10-16 09:39:30 -04:00
B2G Bumper Bot
fb2ff2c3ff
Bumping manifests a=b2g-bump
2015-10-16 06:38:14 -07:00
B2G Bumper Bot
701574b665
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f51f8770b966
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #32494 from zbraniecki/1213647-fix-unofficial-branding
Bug 1213647 - Fix unofficial branding handling. r=stas
========
https://hg.mozilla.org/integration/gaia-central/rev/1b6c222d553c
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1213647 - Fix unofficial branding handling
2015-10-16 06:35:31 -07:00
Thomas Zimmermann
7e168a7489
Bug 1211948: Remove registry interfaces from |BluetoothDaemonProtocol|, r=brsun
...
The interfaces for registering and unregistering in |BluetoothDaemonProtocol|
were used by profile modules to call into the Setup module for registering and
unregistering themselves. Registry is now done in the profile managers, so
these interfaces are not required any longer.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
ad3f2bad98
Bug 1211948: Register Bluetooth Handsfree module in Handsfree manager, r=btian
...
This patch moves the code for registering and unregistering the
Handsfree backend module into the Handsfree manager. The respective
code in the backend itself has been removed.
The new design allows for a strict separation between Setup module
and Handsfree module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
d7f4ce6cdb
Bug 1211948: Register Bluetooth GATT module in GATT manager, r=joliu
...
This patch moves the code for registering and unregistering the
GATT backend module into the GATT manager. The respective code in
the backend itself has been removed.
The new design allows for a strict separation between Setup module
and GATT module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
6a38760d55
Bug 1211948: Register Bluetooth AVRCP module in AVRCP manager, r=brsun
...
This patch moves the code for registering and unregistering the
AVRCP backend module into the AVRCP manager. The respective code
in the backend itself has been removed.
The new design allows for a strict separation between Setup module
and AVRCP module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
3ffdf6b57b
Bug 1211948: Register Bluetooth A2DP module in A2DP manager, r=brsun
...
This patch moves the code for registering and unregistering the
A2DP backend module into the A2DP manager. The respective code in
the backend itself has been removed.
The new design allows for a strict separation between Setup module
and A2DP module.
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
45e5fd5f96
Bug 1211948: Introduce |enum BluetoothSetupServiceId|, r=brsun
2015-10-16 15:20:35 +02:00
Thomas Zimmermann
675ee8da68
Bug 1211948: Add interface class for Setup module to Bluetooth backend interface, r=brsun
...
With the new class |BluetoothSetupInterface|, Bluetooth modules can be
registered and unregistered from outside the Bluetooth backend code.
2015-10-16 15:20:35 +02:00
Carsten "Tomcat" Book
f56a925c1e
Merge m-c to fx-team
2015-10-16 15:01:23 +02:00
Carsten "Tomcat" Book
d63e64e8de
Merge m-c to b2g-i
2015-10-16 14:59:51 +02:00
Carsten "Tomcat" Book
15c4d32dd7
merge mozilla-inbound to mozilla-central a=merge
2015-10-16 13:17:56 +02:00
Carsten "Tomcat" Book
c574a1f1c0
merge fx-team to mozilla-central a=merge
2015-10-16 13:16:28 +02:00
Nigel Babu
d45a6e832d
Backed out changeset b46b688e6295 (bug 1215200) for build bustage ON A CLOSED TREE
2015-10-16 11:52:10 +05:30
Cameron McCormack
508dcaab44
Bug 1163877 - Part 4: Tests. r=jdaggett
2015-10-16 17:10:14 +11:00
Cameron McCormack
4872fb60dc
Bug 1163877 - Part 3: Update state on, and reflow documents for, all FontFaceSets that contain a FontFace whose user font entry updated. r=jdaggett
2015-10-16 17:10:14 +11:00
Cameron McCormack
a049f1a983
Bug 1163877 - Part 2: Allow FontFaces to be added to multiple FontFaceSets. r=jdaggett
2015-10-16 17:10:14 +11:00
Cameron McCormack
db463a7dc7
Bug 1163877 - Part 1: Add storage for other FontFaceSets a FontFace is in. r=jdaggett
2015-10-16 17:10:14 +11:00
Kai Engert
8826499e8a
Bug 1215200, Upgrade to NSPR 4.10.10 and NSS 3.20.1, landing release candidate tags, r=dkeeler
2015-10-16 08:04:16 +02:00
Phil Ringnalda
908ee17508
Back out changeset 12ac8139ecd9 (bug 1213516) for Linux build bustage
...
CLOSED TREE
2015-10-15 22:52:58 -07:00
Phil Ringnalda
ddeeb376bd
Back out changeset bb7e9c6a66c6 (bug 1209602) for crashing
2015-10-15 22:31:42 -07:00
Nicholas Nethercote
557e2db669
Bug 1214924 - Add "WindowServer" and "kernel" processes to |mach power|'s output. r=BenWa.
...
--HG--
extra : rebase_source : c85d0c6b92c82c32b5e194143358956479a477b9
2015-10-16 14:01:22 +11:00
Sotaro Ikeda
2ae2b0b270
Bug 1210045 - Fix GonkVideoDecoderManager shutdown during initialization r=bwu
2015-10-15 22:25:57 -07:00
Trevor Saunders
8d46decb2f
bug 1213516 - fire showing state change event for atk in place of an alert event r=davidb
2015-10-16 01:24:26 -04:00