Commit Graph

262286 Commits

Author SHA1 Message Date
Marina Samuel
299fced440 Bug 1203577 - Remove hardcoded adgroup buckets. r=Mardak. 2015-09-14 14:44:51 -04:00
Gijs Kruitbosch
6762b191b7 Bug 1196320 - ensure --appname is included in mochitest's ./mach command help, r=ahal 2015-09-14 19:28:55 +01:00
Michael Comella
4f0a973407 Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
I wasn't able to test this on GB because I don't have a device with a soft menu
key, but I'm pretty sure that's because they don't exist.
2015-09-10 11:46:23 -07:00
Dave Townsend
35eedaa625 Bug 1204012: Lightweight themes are disabled if any add-ons are detected or modified during startup. r=rhelmer
When a lightweight theme is active the default theme is the selected skin but
the default theme's addon object is marked as inactive (to deal with the horror
of only allowing the user to select a single theme through the UI).

During startup we should only switch back to the default theme if there is a
non-default skin selected that we didn't see.
2015-09-11 10:38:35 -07:00
vivek
a4ebe821fd Bug 1182193 - Part 4: Disable unit test for regular gradle build tasks r=nalexander 2015-09-12 01:08:18 +03:00
vivek
4d1fd0b359 Bug 1182193 - Part 3: Added runwith annotations for unittest with gradle r=nalexander 2015-09-04 00:50:42 +03:00
vivek
7354756606 Bug 1182193 - Part 2: Copy the tests from android-sync project. r=nalexander 2015-09-03 21:31:14 +03:00
vivek
8bcbe8a667 Bug 1182193 - Part 1: Add Gradle-based Robolectric JUnit 4 tests r=nalexander 2015-08-29 00:26:36 +03:00
Martyn Haigh
98facf267a Bug 1201181 - Add "Set a Homepage" item in Settings > Customize > Home; r=mfinkle 2015-09-14 14:36:38 +01:00
Martyn Haigh
40c5ef33c8 Bug 1195721 - Set a home page; r=mfinkle 2015-09-14 14:21:14 +01:00
Carsten "Tomcat" Book
d537f325a3 Backed out 1 changesets (bug 1193004) for bc7 test failures
Backed out changeset 98f6e793e383 (bug 1193004)
2015-09-14 15:18:25 +02:00
Martyn Haigh
bdcd2bde21 Bug 1200619 - Implement back button to mobile tabs tray; r=mcomella 2015-09-11 15:22:46 +01:00
Carsten "Tomcat" Book
61df45db94 Merge mozilla-central to fx-team 2015-09-14 15:01:08 +02:00
Carsten "Tomcat" Book
6389e97cd3 merge mozilla-inbound to mozilla-central a=merge 2015-09-14 13:58:37 +02:00
Carsten "Tomcat" Book
561002a61f merge fx-team to mozilla-central a=merge 2015-09-14 13:47:41 +02:00
Eric Faust
e5b74baf58 No Bug - Ensure that ion/bug1185957.js won't permafail on uplift. (r=me) 2015-09-13 20:16:56 -07:00
B2G Bumper Bot
de90e4b72f Bumping manifests a=b2g-bump 2015-09-13 20:03:31 -07:00
B2G Bumper Bot
3d49033913 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f894ddb1493c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31715 from scottwu/1199872-audio-turning-sound-off-2

Bug 1199872 - Does not play sound until volumn change occured r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/b6627aa9bdf9
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1199872 - Does not play sound until volumn change occured r=gasolin
2015-09-13 20:00:10 -07:00
JW Wang
39585d9187 Bug 1203449 - Remove OutputStreamListener from DecodedStream.cpp. r=roc. 2015-09-14 10:43:27 +08:00
B2G Bumper Bot
7dbaa930a5 Bumping manifests a=b2g-bump 2015-09-13 19:38:33 -07:00
B2G Bumper Bot
838d4fd5aa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b19c7256a967
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31717 from scottwu/1179343-hotspot-enable-disable-msg

Bug 1179343 - Wi-Fi hotspot layout to show enabled/disabled messages, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/b50656788a20
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1179343 - Wi-Fi hotspot layout to show enabled/disabled messages. r=gasolin
2015-09-13 19:35:11 -07:00
Allison Naaktgeboren
1c831cb58e Bug 1203053 - Search icon appears blank until turning on search suggestions.r=mfinkle 2015-09-13 13:13:43 -07:00
Allison Naaktgeboren
9c6700e443 Bug 1202583 - crash in java.lang.NullPointerException: Attempt to read from field ''java.lang.String org.mozilla.gecko.home.SearchEngine.name'' on a null object reference.r=mfinkle 2015-09-13 13:13:43 -07:00
Phil Ringnalda
3cfa3e89c4 Merge m-i to m-c, a=merge 2015-09-13 11:58:18 -07:00
Heiher
c7a3defe19 Bug 1204306 - IonMonkey: MIPS32: Clean up MacroAssembler functions that aliased to Assembler. r=arai
---
 js/src/jit/mips32/CodeGenerator-mips32.cpp    | 10 +++----
 js/src/jit/mips32/MacroAssembler-mips32-inl.h |  2 +-
 js/src/jit/mips32/MacroAssembler-mips32.cpp   | 38 +++------------------------
 js/src/jit/mips32/MacroAssembler-mips32.h     |  5 ----
 js/src/jit/mips32/SharedIC-mips32.cpp         |  6 ++---
 js/src/jit/mips32/Trampoline-mips32.cpp       | 16 +++++------
 6 files changed, 21 insertions(+), 56 deletions(-)
2015-09-14 03:31:43 +08:00
Phil Ringnalda
1d2234669f Merge f-t to m-c, a=merge 2015-09-13 10:55:06 -07:00
B2G Bumper Bot
8e588ec0f6 Bumping manifests a=b2g-bump 2015-09-13 04:11:20 -07:00
B2G Bumper Bot
185e583cbb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/616fa9b10c5e
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31812 from mermi/bug1188926

Bug 1188926 - Make all the apps have an manifestURL as well as a name and check for that

========

https://hg.mozilla.org/integration/gaia-central/rev/eeed80acbe6b
Author: mermi <manel.rhaiem92@gmail.com>
Desc: Bug 1188926 - Make all the apps have an manifestURL as well as a name and check for that
2015-09-13 04:10:31 -07:00
Mark Banner
855300c7e5 Bug 1203850 - Rename Loop's srcVideoObject and related variables/attributes to clarify they are about the media element, not just the video. rs=dmose 2015-09-13 12:03:24 +01:00
Shawn Huang
78ca01d880 Bug 1195710 - [MAP]Implement PushMessage function, r=btian 2015-09-13 19:03:23 +08:00
B2G Bumper Bot
1c854d38b1 Bumping manifests a=b2g-bump 2015-09-13 02:33:52 -07:00
B2G Bumper Bot
bd93b4856f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8d08d4c88188
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #31601 from ferjm/bug1168160.statemachine

Bug 1168160 - Sync state machine. r=etienne, michielbdejong, seanless

========

https://hg.mozilla.org/integration/gaia-central/rev/641b352d173b
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1168160 - Sync state machine. r=etienne, michielbdejong, seanlee
2015-09-13 02:30:30 -07:00
B2G Bumper Bot
462004afc1 Bumping manifests a=b2g-bump 2015-09-12 17:03:52 -07:00
B2G Bumper Bot
6ea256f886 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/358472e162de
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1197619 - [Messages] Convert switch controls to use web components"

This reverts commit 8e99736b95d9f54396ee0c1ebe060afe2b52a09c.
2015-09-12 17:00:31 -07:00
Mark Finkle
77fcf1cb6f Bug 1198009 - Add support to BrowserHealthRecorder for making a snapshot of active experiments in a new profile r=rnewman 2015-09-12 19:26:51 -04:00
Mark Finkle
3bd0033c78 Bug 1198009 - Add support to BrowserHealthRecorder for managing active experiment list into ProfileInformationCache r=rnewman 2015-09-12 19:26:45 -04:00
Mark Finkle
d7f1cb21c3 Bug 1198009 - Bump the ProfileInformationCache version r=rnewman 2015-09-12 19:26:39 -04:00
Mark Finkle
d294854ba0 Bug 1198009 - Add a broadcast notification to SwitchBoard after network configuration fetch r=rnewman 2015-09-12 19:26:31 -04:00
Mark Finkle
bf568143fe Bug 1198009 - Add SwitchBoard.getActiveExperiments r=rnewman 2015-09-12 19:26:14 -04:00
Phil Ringnalda
6679ffa85a Merge m-c to b-i 2015-09-12 16:04:10 -07:00
Phil Ringnalda
e2889f4bbb Merge f-t to m-c, a=merge 2015-09-12 15:59:00 -07:00
B2G Bumper Bot
ca4107b229 Bumping manifests a=b2g-bump 2015-09-12 14:33:51 -07:00
B2G Bumper Bot
a83187dfce Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aaec83d1fe17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #31484 from KevinGrandon/bug_1197619_sms_checkbox_web_components

Bug 1197619 - [Messages] Convert switch controls to use web components

========

https://hg.mozilla.org/integration/gaia-central/rev/4a3f6f7fa2cf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1197619 - [GaiaCheckbox] Make non-inline label wrapper stretch to height of container

========

https://hg.mozilla.org/integration/gaia-central/rev/1fc713285c9b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1197619 - [Messages] Convert switch controls to use web components
2015-09-12 14:30:29 -07:00
Phil Ringnalda
92c28c5afb Merge m-c to f-t 2015-09-12 10:38:19 -07:00
Phil Ringnalda
f116c34fc8 Merge m-c to b-i 2015-09-12 10:35:50 -07:00
Phil Ringnalda
2e1a6cfa93 Merge m-c to m-i 2015-09-12 10:34:34 -07:00
Phil Ringnalda
f3f4b42b2e Merge b-i to m-c, a=merge 2015-09-12 10:28:56 -07:00
Phil Ringnalda
13e2386e73 Bug 1202045 - Disable test_richtext2.html on Android debug for constant crashes 2015-09-12 10:21:14 -07:00
Phil Ringnalda
2e176b3f84 Bug 1174872 - Disable test_fetch_basic_http_sw_reroute.html for constant timeouts on Mulet 2015-09-12 09:52:03 -07:00
Phil Ringnalda
bdc2a42481 Bug 1059238 - disable test_custom_origin_uninstall_install.xul on Windows for constant timeouts 2015-09-12 09:49:10 -07:00