B2G Bumper Bot
3d63de9703
Bumping manifests a=b2g-bump
2015-07-27 10:12:44 -07:00
B2G Bumper Bot
4eb8133ed4
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8b7476489ad4
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #30385 from zbraniecki/1170963-remove-not-used-l10ndate-methods
Bug 1170963: Remove not used functions from l10n_date. r=stas
========
https://hg.mozilla.org/integration/gaia-central/rev/1e1ffd93c52c
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1170963: Remove not used functions from l10n_date
========
https://hg.mozilla.org/integration/gaia-central/rev/1fa59774195d
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30947 from TheoChevalier/new-gaia-locales
Bug 1183379 - Add Amharic (am), Upper Sorbian (hsb), Lower Sorbian (d…
========
https://hg.mozilla.org/integration/gaia-central/rev/d802e083d4bb
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1183379 - Add Amharic (am), Upper Sorbian (hsb), Lower Sorbian (dsb), Miahuatlán Zapotec (zam) locales to Gaia on master and 2.2 branches
2015-07-27 10:10:14 -07:00
Alexandre Lissy
b5f43953ff
Bug 1035226 - Run Gij on Mulet. r=garndt
2015-07-27 12:22:00 -04:00
Ryan VanderMeulen
5f24c06b4e
Backed out changeset cdb4a66f087d (bug 1035226) because it didn't actually enable the tests.
2015-07-27 15:24:47 -04:00
Brittany Storoz
4a38334f70
Bug 1186465 - Fix styling for runtime apps under sidebars view. r=jryans
2015-07-27 12:20:00 -04:00
dominique vincent
547f3b2147
Bug 1184912 - Close zoomed view on tab change. r=mcomella
2015-07-28 00:20:58 +02:00
Marina Rodriguez Iglesias
d3a725abfe
Bug 1125181 - Hello should put the conversation (aka room) name in the <title>. r=mikedeboer
2015-07-27 13:18:00 -04:00
Bas Schouten
1a51d15b0f
Bug 1176363
- Part 1: Stop using DrawTargets off the main thread. r=mattwoodrow
2015-07-27 15:47:29 +00:00
Jean-Yves Avenard
c7b835ce08
Bug 1188233: Ensure drainComplete flag is set upon failure to create decoder. r=cpearce
2015-07-28 14:23:29 +10:00
Jean-Yves Avenard
bec365db4b
Bug 1188220: Allow disabling HW acceleration even when SharedDecoderManager isn't used. r=cpearce
...
The SharedDecoderManager is being obsoleted.
2015-07-28 14:11:06 +10:00
Jean-Yves Avenard
ce730a7b65
Bug 1185972: P5. Add mochitest testing new seek behaviour. r=jwwang
...
Test ensures that seeking starts right after metadata is processed if we have a known start time.
2015-07-28 14:11:05 +10:00
Jean-Yves Avenard
c7de70dda7
Bug 1186149: P2. Relax timestamp rules in debug mode. r=gerald
...
Some not quite so correctly muxed files shows the first few samples as all having a decode timestamp of 0.
2015-07-28 14:11:04 +10:00
Jean-Yves Avenard
7cb5a3857f
Bug 1186149: P1. Allow both first sample flags flag and sample flags simultaneously. r=kentuckyfriedtakahe
2015-07-28 14:11:04 +10:00
JW Wang
2007d5e43f
Bug 1187763. Part 3 - refactor AudioSink::AudioLoop into a series of events. r=kinetik.
2015-07-28 11:52:05 +08:00
JW Wang
206b3c3f1e
Bug 1187763. Part 2 - extract some code of AudioLoop() into its own function. r=kinetik.
2015-07-28 11:49:59 +08:00
JW Wang
c93e4dca6f
Bug 1187763. Part 1 - move while loop out of WaitingForAudioToPlay(). r=kinetik.
2015-07-28 11:49:42 +08:00
L. David Baron
dc94df9c46
Bug 478834 - Record that we need to look for clearance if we encounter a block that might need to be pushed down for intersecting floats (i.e., one that establishes a BFC). r=roc
...
Without this change, nsBlockFrame::ReflowBlockFrame will fail to have
mayNeedRetry true, which means that it won't set
blockHTMLRS.mDiscoveredClearance, which means that on a descendant
replaced block we will fail to fall into any of the cases that call
ClearFloats. This change will cause us to hit the first ClearFloats
call and discover the need for clearance.
I tested locally that the new reftest fails without the patch and passes
with the patch.
2015-07-27 20:23:56 -07:00
L. David Baron
bbc8170ee0
Bug 1131812 followup: Remove spec links from test references. No review.
...
This fixes errors in:
http://test.csswg.org/shepherd/reference/replaced-elements-all-auto-ref/
http://test.csswg.org/shepherd/reference/replaced-elements-height-20-ref/
http://test.csswg.org/shepherd/reference/replaced-elements-min-height-40-ref/
http://test.csswg.org/shepherd/reference/replaced-elements-min-width-80-ref/
http://test.csswg.org/shepherd/reference/replaced-elements-width-40-ref/
2015-07-27 20:23:56 -07:00
Wes Kocher
4fdee9c2da
Merge m-c to inbound, a=merge
2015-07-27 20:04:15 -07:00
Birunthan Mohanathas
108e139c8d
Bug 1186806 - Part 4: Replace nsBaseHashtable::EnumerateRead() with iterators in HTMLPropertiesCollection. r=khuey
2015-07-27 18:45:12 -07:00
Birunthan Mohanathas
1813cfd1dd
Bug 1186806 - Part 3: Replace nsBaseHashtable::EnumerateRead() with iterators in HTMLMediaElement. r=khuey
2015-07-27 18:45:12 -07:00
Birunthan Mohanathas
04fd401f87
Bug 1186806 - Part 2: Use NS_IMPL_CYCLE_COLLECTION_TRAVERSE instead of manual traversal in HTMLFormElement. r=khuey
2015-07-27 18:45:12 -07:00
Birunthan Mohanathas
a55459b97f
Bug 1186806 - Part 1: Replace nsBaseHashtable::EnumerateRead() with iterators in HTMLFormControlsCollection. r=khuey
2015-07-27 18:45:12 -07:00
Andrei Oprea
be0da9e7e8
Bug 1183884 - Change manual testing infrastructure. r=mikedeboer
2015-07-27 10:11:00 -04:00
Carsten "Tomcat" Book
793df2031c
Merge mozilla-central to fx-team
2015-07-28 16:34:23 +02:00
Dão Gottwald
26c9f2ba4c
Bug 1180200 - [Control Center] Replace hardcoded colors with platform colors. r=ttaubert
...
--HG--
extra : rebase_source : f126a103a5a9406aac915e11c21d2801a2672d36
2015-07-28 14:18:59 +02:00
Alexandre Poirot
c82a983ec2
Bug 1136931 - Prevent racing hideBoxModel during connection shutdown. r=bgrins
2015-07-28 05:18:24 -07:00
Sebastian Kaspari
6813eb81dc
Bug 1125289 - (Part 1) Disallow installing add-ons and apps. r=ally
...
--HG--
extra : commitid : 5zoHBdWuIBZ
extra : amend_source : be62bbe20f60ff68a0a0f722811d3e7ca5346a12
2015-07-28 13:40:37 +02:00
Alexandre Lissy
6d59b075df
Bug 1035226 - Run Gij on Mulet. r=garndt
2015-07-27 06:07:00 -04:00
Julien Pagès
71a768eee5
Bug 1184067 - Make mozinfo.os_version a special string that can be compared with < / >. r=ahal
...
--HG--
extra : commitid : Iiz5hfbNDIj
extra : rebase_source : 4ece0f34183da76588cd79bee27a353734ad4b2e
2015-07-25 11:47:51 +02:00
Birunthan Mohanathas
dada7df20d
Bug 1105827 - Part 5: Add test for Permissions.query. r=baku
2015-07-28 06:33:46 -07:00
Birunthan Mohanathas
08b842cc4e
Bug 1105827 - Part 4: Add Navigator.permissions. r=baku
2015-07-28 06:33:46 -07:00
Birunthan Mohanathas
1b06c90f49
Bug 1105827 - Part 3: Implement Permissions.query. r=baku
2015-07-28 06:33:46 -07:00
Birunthan Mohanathas
9f7a600881
Bug 1105827 - Part 2: Add stub Permissions implementation. r=baku
2015-07-28 06:33:46 -07:00
Birunthan Mohanathas
35a22756c6
Bug 1105827 - Part 1: Add stub PermissionStatus implementation. r=baku
2015-07-28 06:33:46 -07:00
Jean-Yves Avenard
b29bbb6f28
Bug 1188233: Ensure drainComplete flag is set upon failure to create decoder. r=cpearce
2015-07-28 23:28:24 +10:00
Ehsan Akhgari
e36f5e1a38
Bug 1188212 - Fix more constructors in media; r=cpearce
2015-07-28 08:53:33 -04:00
Ehsan Akhgari
56131e371e
Bug 1188211 - Fix more constructors in IPC; r=billm
2015-07-28 08:53:31 -04:00
Ehsan Akhgari
85cda505f8
Bug 1188209 - Fix more constructors in memory; r=njn
2015-07-28 08:53:29 -04:00
Ehsan Akhgari
046b75c0c7
Bug 1188207 - Fix more constructors in DOM; r=baku
2015-07-28 08:53:28 -04:00
Ehsan Akhgari
23d68c5523
Bug 1188206 - Fix more constructors in gfx; r=jrmuizel
2015-07-28 08:53:26 -04:00
Ehsan Akhgari
b074e45de4
Bug 1188205 - Fix more constructors in netwerk; r=mcmanus
2015-07-28 08:53:24 -04:00
Ehsan Akhgari
03f8195321
Bug 1188095 - Don't pause media elements on 'graphene'; r=baku
...
Note that MOZ_GRAPHENE currently only exists on the larch project branch,
but this is so simple that it seems worth taking.
2015-07-28 08:53:23 -04:00
Carsten "Tomcat" Book
ce5ca9b688
Backed out changeset 0afe24f16cf4 (bug 1152512) for bustage
2015-07-28 14:38:01 +02:00
JW Wang
22c6800f16
Bug 1187817. Part 5 - assert some code in the audio thread and don't enter the monitor. r=kinetik.
2015-07-28 20:21:27 +08:00
JW Wang
cd7d8ab800
Bug 1187817. Part 4 - move some code in Shutdown to the audio thread. r=kinetik.
2015-07-28 20:21:27 +08:00
JW Wang
439dfec51d
Bug 1187817. Part 3 - move SetPlaying to the audio thread. r=kinetik.
2015-07-28 20:21:26 +08:00
JW Wang
494bca7d4f
Bug 1187817. Part 2 - remove unused code. r=kinetik.
2015-07-28 20:21:26 +08:00
JW Wang
ae47236478
Bug 1187817. Part 1 - Move Set{Volume,PlaybackRate,PreservesPitch} to the audio thread. r=kinetik.
2015-07-28 20:21:26 +08:00
Mike Kaply
1acb520ff0
Bug 1152512 - Use the latest JavaScript version when parsing AutoConfig files. r=mrbkap
2015-07-28 07:13:26 -05:00