Ehsan Akhgari
c1484ba42b
Bug 1179488 - Accept any arguments passed to deprecated commands; r=gps
...
Without this, we throw UnrecognizedArgumentError when running commands
such as `./mach mochitest-plain test`, which causes an error message
such as the below to be emitted:
It looks like you passed an unrecognized argument into mach.
The mochitest-plain command does not accept the arguments: test
This patch will fix the above command to instead print the corresponding
deprecation message.
2015-07-06 18:08:48 -04:00
Kartikaya Gupta
bb5c403109
Bug 1169802 - Temporary workaround for a deeper bug, to prevent an assertion from firing. r=botond
2015-07-06 15:36:56 -04:00
Mike Shal
257bb8a270
Bug 1180494 - Generate partials for OSX l10n; r=rail
2015-07-06 15:29:20 -04:00
Eugen Sawin
22da02745d
Bug 1169142 - Fix MP3 demuxer initialization for resources with unknown content lengths. r=kinetik
2015-07-06 21:06:11 +02:00
Ehsan Akhgari
fb1d09e511
Bug 1180549 - Fix a startup crash when using the clang-plugin with clang>3.5; r=mystor
...
We were de-referencing the checker variable after having moved it into
the array, which was causing a null pointer crash.
With this fixed, the plugin can be built with more recent versions of
clang.
2015-07-06 14:48:36 -04:00
Ehsan Akhgari
6b56a248ba
Bug 1180506 - Fix building the clang-plugin with ToT clang; r=mystor
2015-07-06 14:48:35 -04:00
Frédéric Wang
49726bae1b
Bug 1179483 - Fix crash in mozilla::a11y::HyperTextAccessible::RelationByType. r=MarcoZ
2015-07-02 08:50:00 -04:00
Andrew Comminos
6af3ab8615
Bug 1180745 - Fix logging test screenshotting errors. r=jgriffin
2015-07-06 08:48:00 -04:00
Carmen Jimenez Cabezas
e64fa23f32
Bug 1175154 - Unit tests for IAC on 3.0. r=ferjm
2015-07-05 09:54:00 -04:00
Carmen Jimenez
79aa5bcaae
Bug 1169344 - Allow server apps to restrict access to their IAC ports. r=ferjm
2015-07-01 04:43:00 -04:00
Carmen Jimenez
40689d1f3d
Bug 1173666 - Expose the URL of the page that calls mozApps.connect to the app exposing the port. r=ferjm, r=baku
2015-07-05 08:45:00 -04:00
Yura Zenevich
65f102910e
Bug 1179284 - using explicit label for accessible with role 'status' instead of subtree. r=eeejay
...
---
accessible/jsat/OutputGenerator.jsm | 3 ++-
accessible/tests/mochitest/jsat/test_output.html | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
2015-07-06 14:38:35 -04:00
Martin Thomson
0401014a7f
Bug 1172785 - Switch to ECDSA for MTI suites, r=ekr
...
--HG--
extra : commitid : BV7RgOzWYvf
extra : rebase_source : 8f74bf40b69029b1aeee1dbc708872a8d0488656
2015-07-06 10:40:04 -07:00
Martin Thomson
8fd488c3ef
Bug 1172785 - Using RTCCertificate for WebRTC, r=ekr
...
--HG--
extra : commitid : DAyJQljGuGT
extra : rebase_source : 5a5e3baad12dcea9c3020d1716d41c409e3614f8
2015-07-06 10:40:04 -07:00
Martin Thomson
93f1797507
Bug 1172785 - RTCCertificate implementation, r=rbarnes
...
--HG--
extra : commitid : CBco7h85lO6
extra : rebase_source : 9cec281dd07e6d503a19a0ea57e5d4ceee98197c
2015-07-06 10:40:04 -07:00
Martin Thomson
a9fc4bf678
Bug 1172785 - RTCCertificate interfaces, r=peterv
...
--HG--
extra : commitid : DV4tBV8W6Dg
extra : rebase_source : 97ca40c220c68165cb846e201db7476c88437d5b
2015-07-06 10:40:04 -07:00
Martin Thomson
a0c4950dee
Bug 1172785 - Adding StaticClassOverride routing for JS implemented WebIDL, r=peterv
...
--HG--
extra : commitid : H3mD5wT8wHm
extra : rebase_source : 64b9ed654bb2cc739a41981315350de4263f6930
2015-07-06 10:40:03 -07:00
Byron Campen [:bwc]
ecf78bfe78
Bug 1180311 - Add null check to ifa_addr. r=ekr
...
--HG--
extra : rebase_source : 61eb93695a2e4f478055515302b696d93dc68256
2015-07-03 14:10:16 -07:00
Andreas Pehrson
ba79b7b3e4
Bug 1176363 - Make a raw copy of each Canvas::CaptureStream frame. r=mattwoodrow
...
--HG--
extra : rebase_source : 0658dae3991f6839d93aa3a7d4165330307b74a5
2015-07-06 11:49:32 +08:00
Gabriele Svelto
17358b10b8
Bug 858928 - Switch XRE_StartupTimelineRecord() from PRTime to TimeStamp. r=froydnj
...
--HG--
extra : rebase_source : b39bf19f68a124cefaf5ceac2adccb20e05bf279
2015-07-06 18:01:09 +02:00
Michael Layzell
ef8951b111
Bug 1167392 - Change nsFrameMessageManager::mParentManager to a smart pointer. r=ehsan
...
--HG--
extra : rebase_source : 9cb7c0e85d2b2d3ba333068e2bccbb0084f1233a
2015-07-06 07:06:00 -04:00
Andrea Marchesini
b6e7f5efcf
Bug 1171603 - Better size check in nsTSubstring::ReplacePrep. r=ehsan
...
--HG--
extra : rebase_source : a42342c8f82cb00e1e1b9b9673fc1e290fb9cf23
2015-07-06 14:27:35 -04:00
Kartikaya Gupta
db3a3881cf
Bug 1180780 - Enable handling of pixel-scrolling wheel events with APZ on Windows and Linux. r=mstange
2015-07-06 14:10:35 -04:00
Andrea Marchesini
4ae7941574
Bug 1165270 - Use origin for BroadcastChannel, r=bholley
2015-07-06 19:28:41 +01:00
Ryan VanderMeulen
b47de52156
Backed out changeset d6063656f171 (bug 1179025) for Werror bustage.
...
CLOSED TREE
--HG--
extra : rebase_source : 1145bb0bc348b09d14e9239a378ec35d1f474f8e
2015-07-06 14:00:58 -04:00
Jim Mathies
a10d0c34c0
Bug 1178998 - Identify which hang detector reports a hang. r=billm
2015-07-06 12:39:25 -05:00
Jim Mathies
39d0eb3c1f
Bug 1179972 - Avoid send message hangs via WM_CHILDACTIVATE in PluginInstanceChild. r=aklotz
2015-07-06 12:39:25 -05:00
Olli Pettay
222f32ae2e
Bug 1180389, don't try to set channel's loadinfo if Init fails, r=bz
2015-07-06 20:31:09 +03:00
Ben Turner
dd5d843851
Bug 1179025 - Protect against using cursors on a deleted objectStore/index, r=janv.
2015-07-02 10:47:53 -07:00
Trevor Saunders
65b918141a
bug 1170153 - check documents have a docshell before trying to tell the parent process about new remote DocAccessibles r=davidb
...
We should never create DocAccessibles for documents that are going away so it
seems like this shouldn't be necessary, but without a test case its hard to
know why we are creating DocAccessibles for documents without docshells. So
for now work around the issue and hope it doesn't matter in practice.
2015-07-06 12:51:22 -04:00
Mason Chang
66a4503c62
Bug 1179049. Properly null check for draw target in box shadow code. r=mstange
2015-07-06 08:58:22 -07:00
Nicolas Silva
69c7447d0f
Bug 1178816 - Fix a crash when DrawTargetD2D1 fails to initialize. r=milan
2015-07-06 17:57:03 +02:00
Kannan Vijayan
99b19cfdb5
Bug 1176289 - Record proper optimization tracking outcome on failure of getPropTryConstant due to non-singleton value. r=shu
2015-07-06 11:55:23 -04:00
James Willcox
3d20b06cfe
Bug 1178365 - Fix DOM fullscreen support on Android r=blassey,xidorn
2015-07-06 10:21:17 -05:00
Ehsan Akhgari
9371189fe4
Backout bug 1180539 for test failures
2015-07-06 10:50:35 -04:00
Ehsan Akhgari
c0e3046caf
Bug 1180539 follow-up: Add a null check in AudioContext::Close to fix the ccrash in Web Audio Editor tests
2015-07-06 10:35:16 -04:00
Nicolas B. Pierron
9605354bf7
Bug 1178770 - Move MacroAssemblerSpecific::call to the MacroAssembler. r=h4writer
2015-07-06 16:12:48 +02:00
Jim Chen
0bf9d84044
Bug 1177011 - Ignore restarting the same content observer in EventStateManager; r=masayuki
2015-07-06 09:54:04 -04:00
Kartikaya Gupta
cb155dcae8
Bug 1176798 - Increase the content response timeout to prevent intermittently failing. r=botond
2015-07-06 09:53:11 -04:00
Carsten "Tomcat" Book
15f7f98688
Backed out changeset 04420ed3c036 (bug 1127380) for test failures in test_animation-playbackrate.html
...
--HG--
extra : rebase_source : 45857c89e13300e619084dfac4dd16d73e9984e9
2015-07-06 15:40:14 +02:00
Nathan Froyd
56e2e8ff44
Bug 1179315 - part 2 - make it more obvious that typeIDs of typed arrays are constants; r=lth
...
We need MOZ_CONSTEXPR on {Shared,}TypedArrayObject::ArrayTypeID for some
compilers to be able to constant-fold that function. But said compilers
didn't seem to understand MOZ_CONSTEXPR annotations on TypeIDOfType,
either on the template declaration or the individual specializations.
Instead, we convert TypeIDOfType into a traits template, so ArrayTypeID
can return a logical constant instead.
2015-06-30 17:14:49 -04:00
Nathan Froyd
0569b367da
Bug 1179315 - part 1 - make TypedArrayLayout's constructor inline and MOZ_CONSTEXPR; r=lth
...
The definitions of {Shared,}TypedArrayObject::layout_ require static
constructors on some compilers because they can't see the full
definition of TypedArrayLayout's constructor. We can address this by
moving the constructor to a point where it can be easily inlined, and
marking it as MOZ_CONSTEXPR.
2015-06-30 10:15:05 -04:00
Ehsan Akhgari
e279cd48ad
Bug 1180539 - Correctly dispatch media-playback notifications when an AudioContext is closed/suspended/resumed; r=baku
...
Since navigating away from a page with an active AudioContext will close
it internally, this patch fixes a similar issue to bug 1180535 for Web
Audio too.
2015-07-06 09:10:06 -04:00
Ehsan Akhgari
c6f415d397
Bug 1180347 - Split media.useAudioChannelService to support turning the service on without turning the Firefox OS specific APIs on; r=baku
...
This is going to be needed for us to be able to turn the AudioChannelService
on for desktop without exposing the Firefox OS specific APIs.
2015-07-06 09:05:00 -04:00
Paul Adenot
84707f0892
Bug 1173016 - Bustage fix: mark BasicWaveformCache's ctor as explicit
, on a CLOSED TREE.
2015-07-06 14:27:18 +02:00
Paul Adenot
b1cd8acc4d
Bug 1173016 - Properly refcount the inner PeriodicWave object. r=karlt
2015-07-06 13:58:33 +02:00
Paul Adenot
5484d0c363
Bug 1173016 - Cache the basic waveform PeriodicWaves. r=karlt
2015-06-15 18:16:16 +02:00
Andrea Marchesini
0bb0e9c317
Bug 1176034 - Implement JSAutoStructuredCloneBuffer::clear(with callbacks and closure), r=sfink
2015-07-06 12:22:08 +01:00
Chris Pearce
bf7652f7f2
Bug 1180610 - Handle EME plugin voucher disappearing after installation before restart, r=jw_wang
2015-07-06 21:59:07 +12:00
Carsten "Tomcat" Book
8eadd67026
Merge mozilla-central to mozilla-inbound
2015-07-06 11:45:03 +02:00