Matthew Noorenberghe
3162e0b5b8
Bug 1112525 - UITour: Change the loop-selectedRoomButtons target to anchor from the chatbox's browser so info panels behave when the buttons disappear. r=dolske
...
The copy/email buttons can disappear when the feedback form appears or when someone else joins a room.
--HG--
extra : rebase_source : f5113461b595dfdbe9edba1cacf12d1f5c250c59
2014-12-22 14:24:35 -05:00
Matthew Noorenberghe
ee9f79888e
Bug 1114486 - Add a trailing slash to loop.gettingStarted.url so switchToTab works properly with the redirect adding the slash. r=jaws
...
--HG--
extra : rebase_source : 92c5974cabe078f8d12b29605e7293d360a3adc7
2014-12-22 12:25:35 -05:00
J. Ryan Stinnett
c0cf86a5c7
Bug 731318 - Show transferred size in Net Monitor. r=vporof
2014-12-22 12:15:48 -06:00
Patrick Brosset
440967c333
Bug 1105825 - Add auto state refresh to AnimationPlayerActors; r=bgrins
2014-12-22 17:56:41 +01:00
Carsten "Tomcat" Book
cc33239ad9
Backed out changeset 8e2bc21d3e69 (bug 1092006) for reftest failures
2014-12-22 17:17:59 +01:00
Romain Gauthier
31e51a9f4a
Bug 1109849 - Bypass the feedback form if no-one has entered the room yet. r=nperriault
2014-12-22 16:56:16 +01:00
abdelrhman
b1c1b6380c
Bug 1112552 - Clean up global-scope pollution from browser-fxaccounts.js. r=dao
...
--HG--
extra : rebase_source : 17c65f8c9f40df6e1cd49f07a779b71b002a5e23
2014-12-22 15:14:17 +01:00
Jordan Santell
12aff5740c
Bug 1112875 - Add web-audio-automation-timeline library to devtools. r=padenot
2014-12-18 06:49:00 -05:00
Florian Quèze
dd7cf1bb81
Bug 1113567 - No notification when trying to add the same keyword for two search engines in the in-content search preferences, r=Gijs.
2014-12-22 15:04:17 +01:00
Florian Quèze
1c46d4bfcd
Bug 1112688 - Height of Search pane preferences window too small in some localizations, hiding the 'Add more search engines' link, r=Gijs.
2014-12-22 15:03:51 +01:00
J. Ryan Stinnett
1e0fcf0354
Bug 1082632 - Enable Valence auto-install for all channels. r=paul
2014-12-22 07:56:54 -06:00
Patrick Brosset
76e51a4719
Bug 1105825 - Fix the toolbox/inspector/sidebar destroy sequence; r=past
2014-12-22 14:54:09 +01:00
Carsten "Tomcat" Book
7ea173734b
Backed out changeset 1dd103323b7c (bug 1112552) for bc1 bustage
2014-12-22 14:41:36 +01:00
Patrick Brosset
c97d8a36c9
Bug 1113552 - Use add_task in all browser/devtools/timeline browser mochitests; r=paul
2014-12-19 02:59:00 +01:00
Patrick Brosset
3c0bacbcdc
Bug 1113584
- Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell
2014-12-19 02:55:00 +01:00
Nathan Toone
7278e78cc3
Bug 1091357 - Include the strings regardless of whether or not MOZ_ANDROID_SEARCH_ACTIVITY is set. r=nalexander
...
Bug 1080326 moved the search activity resources into the main Fennec resources. Those search activity resources require the corresponding strings; this patch makes them unconditionally available.
2014-12-03 18:29:00 +01:00
Manu Jain
57e70c019f
Bug 1092471 - Username capitalised when entering in bank logon screen; r=jchen
2014-12-04 02:33:00 +01:00
Mike Taylor
e1c757e680
Bug 1092006 - Fix substitution variable name used in content.css. r=wesj
2014-12-16 13:00:00 +01:00
Carsten "Tomcat" Book
a9c4809396
Merge mozilla-central to fx-team
2014-12-22 14:06:42 +01:00
abdelrhman
0e485262cc
Bug 1112552 - Clean up global-scope pollution from browser-fxaccounts.js. r=dao
2014-12-22 13:28:29 +01:00
Carsten "Tomcat" Book
439a4c9b07
merge fx-team to mozilla-central a=merge
2014-12-22 13:22:28 +01:00
Carsten "Tomcat" Book
48a8ee8f2c
merge mozilla-inbound to mozilla-central a=merge
2014-12-22 13:13:43 +01:00
Carsten "Tomcat" Book
415c2933d9
merge b2g-inbound to mozilla-central a=merge
2014-12-22 13:08:39 +01:00
Carsten "Tomcat" Book
a8f3b328fd
Backed out changeset 4aad6ecf4b7d (bug 1098161) for marionette test failures
2014-12-22 09:34:14 +01:00
Bobby Holley
f01bb671ea
Bug 1109437 - Only switch to buffering mode when the reader is waiting for data. r=cpearce
2014-12-22 00:20:31 -08:00
Bobby Holley
49601684ad
Bug 1109437 - Implement non-polling buffering. r=cpearce
2014-12-22 00:20:31 -08:00
Bobby Holley
05e1250b67
Bug 1109437 - Schedule the state machine thread in MediaSourceDecoder::Load. r=cpearce
...
This is necessary to get the state machine moving after it's initialized.
MediaDecoder::Load does this, but it looks like we missed this in the override.
So the current code relies on the ScheduleStateMachine call at the end of
TrackBuffer::AppendData to get things rolling. We're going to be removing that
call, so we need to fix this.
2014-12-22 00:20:31 -08:00
Bobby Holley
17a26db299
Bug 1109437 - Switch m{Audio,Video}RequestPending to a tri-state. r=cpearce
2014-12-22 00:20:31 -08:00
Bobby Holley
663679c83b
Bug 1109437 - Stop using buffering heuristics when they're not requested. r=cpearce
...
Given that we set the buffering wait to 0 in this case already, the only practical
impact on our behavior of this change is that we'll no longer ping-pong between
states.
2014-12-22 00:20:30 -08:00
Bobby Holley
05224076bc
Bug 1109437 - Generalize GetBufferingWait to UseBufferingHeuristics. r=cpearce
2014-12-22 00:20:30 -08:00
Bobby Holley
ffd128ab61
Bug 1109437 - Remove MOZ_COUNT_{C,D}TOR on refcounted promise classes. r=cpearce
...
These were accidental and redundant, because refcounted classes get this behavior
automatically. And this is very lucky, because it turns out that our MOZ_COUNT_*
infrastructure can't handle varying-sized instances identified with the same
string, which is exactly what we can get with these templated types.
The only remaining use of these macros is on the non-templated ThenValueBase,
which is happily not variable-sized. \o/
2014-12-22 00:20:30 -08:00
Carsten "Tomcat" Book
c3edf3a511
Backed out changeset 8fd0df8e208c (bug 423758) for bustage
2014-12-22 09:05:34 +01:00
B2G Bumper Bot
99e242e484
Bumping manifests a=b2g-bump
2014-12-21 23:52:02 -08:00
B2G Bumper Bot
ea63c82b31
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/24f27472ae6d
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #26932 from begeeben/1113538_text_font_of_app_icon
Bug 1113538 - [Stingray] text font of App icon is not correct in App deck, r=tzhuang
========
https://hg.mozilla.org/integration/gaia-central/rev/fdedf9626247
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1113538 - [Stingray] text font of App icon is not correct in App deck
* Change styles according to the UI spec
2014-12-21 23:47:23 -08:00
Bill McCloskey
f9e9be69df
Backout bug 1072980 due to regressions (a=backout)
2014-12-20 21:15:36 -08:00
Phil Ringnalda
41b26b97c1
Merge f-t to m-c, a=merge
2014-12-20 12:18:28 -08:00
Phil Ringnalda
aa978f397e
Merge m-i to m-c, a=merge
2014-12-20 12:17:31 -08:00
Richard Newman
70ba7b04b1
Bug 1093172 - Follow-up: include missing import. r=trivial
2014-12-20 07:34:07 -08:00
Ehsan Akhgari
22349933a0
Bug 1113796 - Use the WhiteSpaceOrNewlineIsSignificant() helper method; r=roc
2014-12-20 10:27:25 -05:00
Ehsan Akhgari
47e6cbeec4
Bug 1113005 - Copy only the necessary number of bytes from the source buffer; r=froydnj
...
--HG--
extra : amend_source : 2367a3ad35a599790fc333e35e1b9272653463a1
2014-12-20 10:25:02 -05:00
ffxbld
02c19cd4f7
No bug, Automated blocklist update from host bld-linux64-spot-115 - a=blocklist-update
2014-12-20 03:20:59 -08:00
ffxbld
6d9b691066
No bug, Automated HPKP preload list update from host bld-linux64-spot-115 - a=hpkp-update
2014-12-20 03:20:57 -08:00
ffxbld
02fdacaf29
No bug, Automated HSTS preload list update from host bld-linux64-spot-115 - a=hsts-update
2014-12-20 03:20:56 -08:00
Magnus Melin
ec884ce6cd
Bug 984194 - reenable test_encoding.js now that bug 1012917 is fixed. r=sworkman
2014-12-20 10:38:19 +02:00
Ryan VanderMeulen
21ad2e15de
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-12-19 21:57:29 -05:00
Ryan VanderMeulen
42b3bb034c
Merge fx-team to m-c. a=merge
2014-12-19 21:54:11 -05:00
B2G Bumper Bot
b99762075a
Bumping manifests a=b2g-bump
2014-12-19 16:34:11 -08:00
Wes Kocher
468a9675ca
Merge m-c to fx-team a=merge CLOSED TREE
2014-12-19 16:04:50 -08:00
Wes Kocher
b6f591574c
Merge m-c to inbound a=merge CLOSED TREE
2014-12-19 16:01:05 -08:00
Wes Kocher
cf007279d3
Merge m-c to inbound a=merge CLOSED TREE
2014-12-19 15:59:42 -08:00