Commit Graph

251510 Commits

Author SHA1 Message Date
Ehsan Akhgari
2eec7a5758 Bug 1180506 - Fix building the clang-plugin with ToT clang; r=mystor 2015-07-06 14:48:35 -04:00
Frédéric Wang
71464e7674 Bug 1179483 - Fix crash in mozilla::a11y::HyperTextAccessible::RelationByType. r=MarcoZ 2015-07-02 08:50:00 -04:00
Andrew Comminos
55b8a964cc Bug 1180745 - Fix logging test screenshotting errors. r=jgriffin 2015-07-06 08:48:00 -04:00
Carmen Jimenez Cabezas
c38bc0881e Bug 1175154 - Unit tests for IAC on 3.0. r=ferjm 2015-07-05 09:54:00 -04:00
Carmen Jimenez
22f0a54f53 Bug 1169344 - Allow server apps to restrict access to their IAC ports. r=ferjm 2015-07-01 04:43:00 -04:00
Carmen Jimenez
d686c71044 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
9faabadda5 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
fd71e66b19 Bug 1172785 - Switch to ECDSA for MTI suites, r=ekr 2015-07-06 10:40:04 -07:00
Martin Thomson
8bdc9eeda2 Bug 1172785 - Using RTCCertificate for WebRTC, r=ekr 2015-07-06 10:40:04 -07:00
Martin Thomson
3fbdd7b996 Bug 1172785 - RTCCertificate implementation, r=rbarnes 2015-07-06 10:40:04 -07:00
Martin Thomson
895344e18c Bug 1172785 - RTCCertificate interfaces, r=peterv 2015-07-06 10:40:04 -07:00
Martin Thomson
27259a8788 Bug 1172785 - Adding StaticClassOverride routing for JS implemented WebIDL, r=peterv 2015-07-06 10:40:03 -07:00
Byron Campen [:bwc]
d4479dcb0c Bug 1180311 - Add null check to ifa_addr. r=ekr 2015-07-03 14:10:16 -07:00
Andreas Pehrson
0db93afa8a Bug 1176363 - Make a raw copy of each Canvas::CaptureStream frame. r=mattwoodrow 2015-07-06 11:49:32 +08:00
Gabriele Svelto
4b943d4ca3 Bug 858928 - Switch XRE_StartupTimelineRecord() from PRTime to TimeStamp. r=froydnj 2015-07-06 18:01:09 +02:00
Michael Layzell
753876e095 Bug 1167392 - Change nsFrameMessageManager::mParentManager to a smart pointer. r=ehsan 2015-07-06 07:06:00 -04:00
Andrea Marchesini
bfe593d668 Bug 1171603 - Better size check in nsTSubstring::ReplacePrep. r=ehsan 2015-07-06 14:27:35 -04:00
Kartikaya Gupta
d4b11ffbea 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
8ed518b6a8 Bug 1165270 - Use origin for BroadcastChannel, r=bholley 2015-07-06 19:28:41 +01:00
Ryan VanderMeulen
81ab24d0bc Backed out changeset d6063656f171 (bug 1179025) for Werror bustage.
CLOSED TREE
2015-07-06 14:00:58 -04:00
Jim Mathies
4004396033 Bug 1178998 - Identify which hang detector reports a hang. r=billm 2015-07-06 12:39:25 -05:00
Jim Mathies
cc4782e21c Bug 1179972 - Avoid send message hangs via WM_CHILDACTIVATE in PluginInstanceChild. r=aklotz 2015-07-06 12:39:25 -05:00
Olli Pettay
7b89fa77a7 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
dc3eb40174 Bug 1179025 - Protect against using cursors on a deleted objectStore/index, r=janv. 2015-07-02 10:47:53 -07:00
Trevor Saunders
02432eb394 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
252332b5d8 Bug 1179049. Properly null check for draw target in box shadow code. r=mstange 2015-07-06 08:58:22 -07:00
Nicolas Silva
bb9aef341d Bug 1178816 - Fix a crash when DrawTargetD2D1 fails to initialize. r=milan 2015-07-06 17:57:03 +02:00
Kannan Vijayan
e2f68bb350 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
8e6305585e Bug 1178365 - Fix DOM fullscreen support on Android r=blassey,xidorn 2015-07-06 10:21:17 -05:00
Ehsan Akhgari
b46cf7d328 Backout bug 1180539 for test failures 2015-07-06 10:50:35 -04:00
Ehsan Akhgari
80a86f7eba 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
5b4a36245b Bug 1178770 - Move MacroAssemblerSpecific::call to the MacroAssembler. r=h4writer 2015-07-06 16:12:48 +02:00
Jim Chen
5af5a80eb6 Bug 1177011 - Ignore restarting the same content observer in EventStateManager; r=masayuki 2015-07-06 09:54:04 -04:00
Kartikaya Gupta
fa9c7e68df Bug 1176798 - Increase the content response timeout to prevent intermittently failing. r=botond 2015-07-06 09:53:11 -04:00
Carsten "Tomcat" Book
692c09c692 Backed out changeset 04420ed3c036 (bug 1127380) for test failures in test_animation-playbackrate.html 2015-07-06 15:40:14 +02:00
Nathan Froyd
cbafbc4092 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
710f9fb5c0 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
d9c8ffbd0a 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
cf78034a0d 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
5da299480e Bug 1173016 - Bustage fix: mark BasicWaveformCache's ctor as explicit, on a CLOSED TREE. 2015-07-06 14:27:18 +02:00
Paul Adenot
c54f166d13 Bug 1173016 - Properly refcount the inner PeriodicWave object. r=karlt 2015-07-06 13:58:33 +02:00
Paul Adenot
9f3d17479f Bug 1173016 - Cache the basic waveform PeriodicWaves. r=karlt 2015-06-15 18:16:16 +02:00
Andrea Marchesini
edc3dda6a4 Bug 1176034 - Implement JSAutoStructuredCloneBuffer::clear(with callbacks and closure), r=sfink 2015-07-06 12:22:08 +01:00
Chris Pearce
bec133b4ea 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
98f5e22c81 Merge mozilla-central to mozilla-inbound 2015-07-06 11:45:03 +02:00
Carsten "Tomcat" Book
770b218410 merge mozilla-inbound to mozilla-central a=merge 2015-07-06 11:31:27 +02:00
JW Wang
9866f1a6d4 Bug 1179665. Part 4 - remove MDSM::RecreateDecodedStream() which runs on the main thread and doesn't fit into the thread model of MDSM. r=roc. 2015-07-06 11:36:26 +08:00
JW Wang
3786032de9 Bug 1179665. Part 3 - move code about sending stream data into DecodedStream. r=roc. 2015-07-06 11:36:15 +08:00
JW Wang
f3471ac4ef Bug 1179665. Part 2 - clean up mStreamStartTime since start time of MDSM is now always 0. r=roc. 2015-07-06 11:34:59 +08:00
JW Wang
c24bd5156d Bug 1179665. Part 1 - move code that remove finished streams into DecodedStream so we don't need to expose GetReentrantMonitor() to the public and it is easier to remove it in the future. r=roc. 2015-07-06 11:34:47 +08:00