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
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
Andrew McCreight
f1620f93e7
Bug 1215151 - Add XPCOM leak checking for base::Thread. r=jld
2015-10-16 09:02:00 -07:00
James Kitchener
1c9740d59e
Bug 1011020 - Add the ability to fall back to not snapping, if snapping results in a zero area rect r=roc (relanding with correct bug number, DONTBUILD)
2015-10-17 10:18:00 -07:00
Phil Ringnalda
31d432d507
Back out changeset 2fe5dee8825d (not 1101020) for landing with the wrong bug number
2015-10-17 21:44:43 -07:00
James Kitchener
9faa73de5f
Bug 1101020 - Add the ability to fall back to not snapping, if snapping results in a zero area rect r=roc
2015-10-17 10:18:00 -07:00
Cameron McCormack
76e33ef061
Fix formatting of some macros; no bug.
2015-10-18 15:18:10 +11: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
Phil Ringnalda
af9de2ff13
No bug - touch CLOBBER like a magic fetish to ward off the libstagefright and (je)malloc OS X build bustage demons
...
CLOSED TREE
2015-10-15 21:33:26 -07:00
Jared Wein
74567c8e04
Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
2015-10-15 22:58:56 -04:00
Jared Wein
9f2bd66799
Backout bug 1209602 for busting OSX on a CLOSED TREE. r=me
2015-10-15 23:19:10 -04:00
Jared Wein
49b796aa96
Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
2015-10-15 22:58:56 -04:00
Jared Wein
0124735fc7
Bug 1201397 - New layout of XUL Notifications. r=MattN
2015-10-15 22:58:56 -04:00
Morris Tseng
aba970f2a8
Bug 1214571
- Only create mContextObserver once. r=baku
...
--HG--
extra : commitid : JlT1u9F257B
extra : rebase_source : 7898e6c864c6851e05f47425462d5048483c9633
2015-10-16 10:01:53 +08:00
Mark Hammond
376ea85d2e
Bug 1074937 - replace defaultFavicon.png and defaultFavicon@2x.png with versions depicting a globe. r=dolske
2015-10-16 12:23:29 +11:00