B2G Bumper Bot
25f065e6b9
Bumping manifests a=b2g-bump
2015-06-04 12:32:20 -07:00
B2G Bumper Bot
870aa6cc6c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cf90f119c08d
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #30386 from etiennesegonzac/bug-1170863
Bug 1170863 - Take dpi into account for touch event forwarding. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/3fae0cce007d
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1170863 - Take dpi into account for touch event forwarding. r=alive
2015-06-04 12:30:25 -07:00
Ryan VanderMeulen
9c6bf709fd
Backed out changeset 144d803669f2 (bug 1171303) for somehow breaking web-platform-tests on Windows and OSX.
...
CLOSED TREE
2015-06-04 15:17:05 -04:00
B2G Bumper Bot
e4d6a22a64
Bumping manifests a=b2g-bump
2015-06-04 12:17:05 -07:00
B2G Bumper Bot
a301a86367
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1b907f7ab2d8
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30419 from rwood-moz/bug1162977-add2
Bug 1162977 - Add two more apps to raptor launch suite, r=garndt
========
https://hg.mozilla.org/integration/gaia-central/rev/5ff84808d23b
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1162977 - Add two more apps to raptor launch suite, r=garndt
========
https://hg.mozilla.org/integration/gaia-central/rev/9ea131a007d3
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #30111 from millermedeiros/1163178-settings-store
Bug 1163178 - [Calendar] advanced settings view should not talk directly to the stores r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/d473cd49e5d8
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1163178 - [Calendar] advanced settings view should not talk directly to the stores
2015-06-04 12:15:11 -07:00
Ryan VanderMeulen
47e7bddd3f
Bug 1067788 - Fix non-unified bustage. r=ehsan
2015-06-04 15:03:54 -04:00
B2G Bumper Bot
e7b1ec3ad8
Bumping manifests a=b2g-bump
2015-06-04 12:02:18 -07:00
B2G Bumper Bot
df3a90e2d7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8427203d73cb
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #30416 from punamdahiya/Bug1157147
Bug 1157147 - [Gallery][RTL] File name in open view should not be mirrored
========
https://hg.mozilla.org/integration/gaia-central/rev/67b3b4611dd7
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1157147 - [Gallery][RTL] File name in open view should not be mirrored
2015-06-04 12:00:23 -07:00
B2G Bumper Bot
04c9f8c5e7
Bumping manifests a=b2g-bump
2015-06-04 11:38:21 -07:00
B2G Bumper Bot
8c23bf0ffc
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2e0178ebc70a
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #30398 from zbraniecki/1165485-update-callscreen-css-to-match-lockscreen
Bug 1165485 - Update callscreen CSS to match lockscreen CSS. r=gsvelto
========
https://hg.mozilla.org/integration/gaia-central/rev/94cbe876407f
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1165485 - Update callscreen CSS to match lockscreen CSS
2015-06-04 11:36:25 -07:00
Richard Newman
a9481664da
Bug 1061273 - Part 4: use SSLSocketFactory directly, rather than our own TLSSocketFactory subclass.
2015-06-04 11:07:32 -07:00
Richard Newman
8ca20310c8
Bug 1061273 - Part 3: enable TLSv1 for landing.
2015-06-04 11:07:32 -07:00
Richard Newman
337d084746
Bug 1061273 - Part 2: use per-version DEFAULT_PROTOCOLS and DEFAULT_CIPHER_SUITES. r=nalexander
2015-06-04 11:07:32 -07:00
Richard Newman
4a0a0c0ebb
Bug 1061273 - Part 1: put DEFAULT_PROTOCOLS and DEFAULT_CIPHER_SUITES in GlobalConstants. r=nalexander
2015-06-04 11:07:31 -07:00
Michael Comella
3ba6563392
Bug 1165422 - Bump mach bootstrap versions for SDK 22. r?nalexander
2015-06-04 10:53:24 -07:00
Nick Alexander
85960534ac
Bug 1171566 - Part 2: Remove BrowserTestCase. rs=mcomella
...
This was just a remnant from earlier days. This launched the Fennec
activity, which is absolutely *not* something we want to do during
these browser JUnit 3 tests. That is, these should be pure
instrumentation tests that just run Java code in the correct package
and Java classloader context. They shouldn't interact with the App
lifecycle at all.
Not all the tests pass; I took a shot at fixing one but don't care to
dig deeply right now.
2015-06-04 10:41:48 -07:00
Nick Alexander
5e214da8cb
Bug 1171566 - Part 1: Configure Gradle and Spoon. rs=mcomella
...
There are few things happening here:
* A purely mechanical move of test sources into org.mozilla.test.browser.junit3.
This is only to make it easy to specify the suite in Spoon. (But it has the
advantage of making it possible to move files around in IntelliJ, since the
symlink points to src instead of org/mozilla/gecko.)
* Specifying the suite (package name) ended up requiring changes to the
spoon-gradle-plugin anyway. Hence, I've included this custom
spoon-gradle-plugin version locally, while I work to upstream the changes.
* Some Gradle trickery to make |mach gradle runBrowserTests| execute Spoon with
the correct package name.
2015-06-04 12:09:23 -07:00
Mike Connor
6f604f4565
Bug 1171730 - Funnelcake builds should use geo-specific defaults. r=florian
2015-06-05 08:30:00 -04:00
Ryan VanderMeulen
dbdfbd4781
Merge m-c to fx-team. a=merge
2015-06-05 11:53:20 -04:00
J. Ryan Stinnett
83529cda2b
Bug 1171460 - ESLint: Allow trailing commas. r=pbrosset
2015-06-04 12:09:24 -05:00
B2G Bumper Bot
b92a5cba67
Bumping manifests a=b2g-bump
2015-06-04 09:52:16 -07:00
B2G Bumper Bot
45c8ed11cc
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd67e9831745
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30417 from rwood-moz/bug1162977-reduce
Bug 1162977 - Throttle back raptor apps to reduce backup, r=garndt
========
https://hg.mozilla.org/integration/gaia-central/rev/a3a253fc3ae3
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1162977 - Throttle back raptor apps to reduce backup, r=garndt
2015-06-04 09:50:21 -07:00
Mike de Boer
b666975eb8
Bug 1170535: anchor the social share panel to the Hello button whilst sharing a room URL and enable the Social Provider Activation panel in release. r=mixedpuppy,Standard8
2015-06-04 18:24:45 +02:00
Robert Strong
3f1a065a30
Bug 1168720 - Remove use of test env var MOZ_NO_REPLACE_FALLBACK and associated tests that are covered by other tests. r=spohl
2015-06-04 09:20:00 -07:00
B2G Bumper Bot
97c32087e8
Bumping manifests a=b2g-bump
2015-06-04 08:27:19 -07:00
B2G Bumper Bot
fbd58e9892
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f80ca733babf
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #30405 from albertopq/1171389-icon-signal-not-shown
Bug 1171389 - Signal icon not displayed r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/9273d8a3fbe8
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1171389 - Signal icon not displayed r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/cd5dd2e80f8c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30046 from mozfreddyb/eslint-tasks
Bug 1159667 - add eslint to tests
========
https://hg.mozilla.org/integration/gaia-central/rev/fe05af99cc7b
Author: Frederik Braun <fbraun+gh@mozilla.com>
Desc: bug 1159667 - add eslint to tests r=julienw
2015-06-04 08:25:25 -07:00
B2G Bumper Bot
1f52f72f8d
Bumping manifests a=b2g-bump
2015-06-04 08:14:24 -07:00
Dustin J. Mitchell
8f26484a6a
Bug 1171390: don't use disable_sendchange.py; r=ahal
...
This file has been removed and is no longer necessary, as build.sh passes
--no-sendchange to mozharness.
2015-06-04 11:09:59 -04:00
B2G Bumper Bot
2e8c415416
Bumping manifests a=b2g-bump
2015-06-04 08:07:20 -07:00
B2G Bumper Bot
7f6194a0e9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2b738dae9970
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #30407 from arcturus/fix-contacts-test
Fixing form test for date fields r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/d72dc5c2d022
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 1171429 - Date field checking is wrong r=me
2015-06-04 08:05:25 -07:00
Dustin J. Mitchell
7499ee318b
Bug 1171390: bump desktop-build VERSION; r=ahal
2015-06-04 11:03:59 -04:00
Seth Fowler
703791f103
Bug 1171371 - On memory-pressure, remove any stale images from the visible images list. r=tn
2015-06-04 11:08:19 -07:00
Seth Fowler
3a00a68b86
Bug 1171356 - On B2G, retry image decodes that fail because allocation of the first frame failed. r=tn
2015-06-04 11:08:17 -07:00
Kartikaya Gupta
2044d9e850
Bug 1164218 - Enable some guinea pig tests to run in chaos mode. r=botond
2015-06-04 13:44:55 -04:00
Kartikaya Gupta
b27c900e71
Bug 1164218 - Allow running individual mochitests and reftests in chaos mode. r=roc,froydnj
2015-06-04 13:44:55 -04:00
Kartikaya Gupta
33db177d3f
Bug 1169433 - Remove UnicharSelfTest and turn NormalizationTest into a gtest. r=glandium,smontagu
2015-06-04 13:44:55 -04:00
B2G Bumper Bot
284da85ec2
Bumping manifests a=b2g-bump
2015-06-04 07:52:15 -07:00
B2G Bumper Bot
1b386d624c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4e37baa2f218
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30408 from rwood-moz/bug1169404-move
Bug 1169404 - Move raptor images off quay, r=garndt
========
https://hg.mozilla.org/integration/gaia-central/rev/57d1c6a865ce
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1169404 - Move raptor images off quay, r=garndt
2015-06-04 07:50:20 -07:00
Muhsin A. Steiman
ed14859b68
Bug 1167229 - Make nsBrowserGlue instantiations use nsISupports and nsIObserver where nsIBrowserGlue is not needed. r=mak
2015-06-04 10:11:00 -04:00
B2G Bumper Bot
b29ba9965d
Bumping manifests a=b2g-bump
2015-06-04 06:43:00 -07:00
B2G Bumper Bot
1998c17d3b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1618f588d68a
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30374 from rwood-moz/bug1162977-b
Bug 1162977 - Expand raptor launch test suite
========
https://hg.mozilla.org/integration/gaia-central/rev/d39eac9b1f8f
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1162977 - Expand raptor launch test suite, r=garndt
2015-06-04 06:40:40 -07:00
Ryan VanderMeulen
cef8fb1b89
Merge m-c to b2g-inbound. a=merge
2015-06-04 09:31:26 -04:00
Ryan VanderMeulen
7257de3293
Merge fx-team to m-c. a=merge
2015-06-04 09:24:15 -04:00
Ryan VanderMeulen
c1f402438a
Merge b2g-inbound to m-c. a=merge
2015-06-04 09:02:05 -04:00
B2G Bumper Bot
d3dbcc72d9
Bumping manifests a=b2g-bump
2015-06-04 05:52:09 -07:00
B2G Bumper Bot
8fee93ab25
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/670ded090467
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #30364 from gabrielesvelto/bug-1166635-revert-bug-1094878
Bug 1166635 - Revert "Merge pull request #26055 from gtorodelvalle/callscreen-bug-1094878-on-hold-memory" r=drs
========
https://hg.mozilla.org/integration/gaia-central/rev/bede0bd8cb5d
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1166635 - Revert "Merge pull request #26055 from gtorodelvalle/callscreen-bug-1094878-on-hold-memory" r=drs
This reverts commit ad8e103094a85504c26080eecbcc68a9ce33b9ca, reversing
changes made to a7aaa0a8e5a7271918fd35edf37092474487fb4c.
2015-06-04 05:50:13 -07:00
B2G Bumper Bot
23c560b3d6
Bumping manifests a=b2g-bump
2015-06-04 02:07:23 -07:00
B2G Bumper Bot
ef70179291
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/036a84c998d8
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #30383 from alivedise/bugzilla/1094759-backout-reland/bootstrap-rebasing-master
Bug 1094759 - new Bootstrap
========
https://hg.mozilla.org/integration/gaia-central/rev/030f1fc2aa35
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1094759 - new Bootstrap with GU build failure workaround
2015-06-04 02:05:26 -07:00
Andrea Marchesini
50ead162b8
Bug 1134224 - More test for test_bug1132395.html, r=ehsan
2015-06-04 08:58:19 +01:00
Panos Astithas
16446e349d
Only delay the hamburger button update badge in developer edition (bug 1170240). r=Gijs
2015-06-04 10:08:27 +03:00