Commit Graph

425035 Commits

Author SHA1 Message Date
Richard Newman
3a8898792c Bug 1061273 - Part 3: enable TLSv1 for landing. 2015-06-04 11:07:32 -07:00
Richard Newman
57f9b6be27 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
8340ffd9ce 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
627fb4620a Bug 1165422 - Bump mach bootstrap versions for SDK 22. r?nalexander
--HG--
extra : commitid : BNLZwuY4k7V
extra : rebase_source : d36b0269bb69febd2201ef9d8a9f928e4bddb7ec
2015-06-04 10:53:24 -07:00
Nick Alexander
2b5fe7b1a4 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.

--HG--
extra : rebase_source : cc512347c2adfb5cd59f641893ed8a8edaf5ba94
extra : histedit_source : 4c14f269054ad98e0fbcb9eb6595247f285058df
2015-06-04 10:41:48 -07:00
Nick Alexander
3f6c59b27c 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.

--HG--
rename : mobile/android/tests/browser/junit3/src/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/TestDistribution.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoBackgroundThread.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoBackgroundThread.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/TestJarReader.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/TestRawResource.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/TestTopSitesCursorWrapper.java
rename : mobile/android/tests/browser/junit3/src/harness/BrowserInstrumentationTestRunner.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/harness/BrowserInstrumentationTestRunner.java
rename : mobile/android/tests/browser/junit3/src/harness/BrowserTestListener.java => mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/harness/BrowserTestListener.java
extra : rebase_source : 5eff7e0da0be912838fac0ddad5f6b357800eb45
extra : histedit_source : e76288628e14aeb155d2d3b4033d056c6efdc646
2015-06-04 12:09:23 -07:00
Mike Connor
0c23f1fbeb Bug 1171730 - Funnelcake builds should use geo-specific defaults. r=florian 2015-06-05 08:30:00 -04:00
Ryan VanderMeulen
09db23f71f Merge m-c to fx-team. a=merge 2015-06-05 11:53:20 -04:00
J. Ryan Stinnett
643b7a3b05 Bug 1171460 - ESLint: Allow trailing commas. r=pbrosset 2015-06-04 12:09:24 -05:00
B2G Bumper Bot
6e328d9d91 Bumping manifests a=b2g-bump 2015-06-04 09:52:16 -07:00
B2G Bumper Bot
184c37d374 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
e25b65b705 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
344665f8f5 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
eda39e8dff Bumping manifests a=b2g-bump 2015-06-04 08:27:19 -07:00
B2G Bumper Bot
02187f8d00 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
565f463f99 Bumping manifests a=b2g-bump 2015-06-04 08:14:24 -07:00
Dustin J. Mitchell
351df87350 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.

--HG--
extra : rebase_source : 950b74b3b9a1fa532a7465f92a514eac667a8fc9
2015-06-04 11:09:59 -04:00
B2G Bumper Bot
c187da2446 Bumping manifests a=b2g-bump 2015-06-04 08:07:20 -07:00
B2G Bumper Bot
0650fdad3e 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
f47074da97 Bug 1171390: bump desktop-build VERSION; r=ahal
--HG--
extra : rebase_source : 379ac2900615db39cfcdc2e97088fc6dfcea36eb
2015-06-04 11:03:59 -04:00
Seth Fowler
5e88ac1467 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
f52aaaa54b 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
f60e403485 Bug 1164218 - Enable some guinea pig tests to run in chaos mode. r=botond 2015-06-04 13:44:55 -04:00
Kartikaya Gupta
5b6ed7c5d7 Bug 1164218 - Allow running individual mochitests and reftests in chaos mode. r=roc,froydnj 2015-06-04 13:44:55 -04:00
Kartikaya Gupta
9ccb6bc5e1 Bug 1169433 - Remove UnicharSelfTest and turn NormalizationTest into a gtest. r=glandium,smontagu 2015-06-04 13:44:55 -04:00
B2G Bumper Bot
30ce72cafb Bumping manifests a=b2g-bump 2015-06-04 07:52:15 -07:00
B2G Bumper Bot
5089171baf 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
81692f6817 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
4d21011b5a Bumping manifests a=b2g-bump 2015-06-04 06:43:00 -07:00
B2G Bumper Bot
496cc08c23 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
ed7ac72bd5 Merge m-c to b2g-inbound. a=merge 2015-06-04 09:31:26 -04:00
Ryan VanderMeulen
b3caa9d676 Merge fx-team to m-c. a=merge 2015-06-04 09:24:15 -04:00
Ryan VanderMeulen
1c7a16ef7f Merge b2g-inbound to m-c. a=merge 2015-06-04 09:02:05 -04:00
B2G Bumper Bot
9171344ff7 Bumping manifests a=b2g-bump 2015-06-04 05:52:09 -07:00
B2G Bumper Bot
82c9abe3e1 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
b297205a94 Bumping manifests a=b2g-bump 2015-06-04 02:07:23 -07:00
B2G Bumper Bot
b2bc8d1537 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
9e407c75be Bug 1134224 - More test for test_bug1132395.html, r=ehsan 2015-06-04 08:58:19 +01:00
Panos Astithas
82bcb1083b Only delay the hamburger button update badge in developer edition (bug 1170240). r=Gijs 2015-06-04 10:08:27 +03:00
Michael Comella
337ad75e3d Bug 1165422 - Update gradle build tools versions to 22.0.1. r?nalexander
--HG--
extra : commitid : 8BxnctY7ma2
extra : rebase_source : 2f4b8a73b51602771769ffd5a044055a11e1e327
2015-06-03 21:04:27 -07:00
Wes Kocher
ea44c90c4c Merge m-c to fx-team, a=merge 2015-06-04 18:30:52 -07:00
Michael Comella
c3980d28f5 Bug 1170886 - Specify correct Locale in String.toUpperCase and remove @SuppressLint. r=rnewman
--HG--
extra : commitid : NN0bwMddFU
extra : rebase_source : e28c7f8017ce051d4c703d42e1932d75e81a8afa
2015-06-04 17:38:51 -07:00
Nick Fitzgerald
0f7e84a204 Bug 1169869 - Document the Debugger's onPromiseSettled hook DONTBUILD; r=jimb 2015-06-04 17:33:49 -07:00
Jessie Hildebrandt
675c532590 Bug 972567 - Add a more descriptive tooltip to the Reconnect to Sync menu item. r=markh 2015-06-05 10:37:03 +10:00
Jordan Santell
4ac012bfd7 Bug 1168275 - Wait for specifically Parse HTML markers, not any marker, to fix intermittent. r=fitzgen 2015-06-04 16:39:24 -07:00
Jordan Santell
36818094e4 Bug 1171539 - ConsoleTime markers should render endStacks. r=vp 2015-06-04 12:38:32 -07:00
Vijendra Singh
6a8897c583 Bug 1150688 - Update sections of GMPInstallManager.jsm, which were copied from nsUpdateService.js, to reflect the changes to nsUpdateService.js from bug 1149334. r=spohl
--HG--
extra : commitid : 95dJTvZxnDR
2015-06-04 17:21:17 -07:00
Bernardo P. Rittmeyer
f1ac5a1511 Bug 1147561 - Fallback to logins with the same hostPort but different scheme for the form action. r=MattN
--HG--
extra : commitid : Hs3v2ZS2TO3
2015-06-04 14:54:44 -07:00
Matthew Noorenberghe
1496dad5b3 Bug 1171348 - Switch password manager to richer logging via Console.jsm. r=dolske
--HG--
extra : commitid : 2hOqBPxFMvP
extra : rebase_source : 64cd355a6d280f16dba32bcb98ef7a8d09a61c77
2015-06-04 14:32:44 -07:00
Matthew Noorenberghe
0967be5f0a Bug 1171298 - Show the ConsoleAPI message prefix in web/browser consoles. r=bgrins,Mossop
--HG--
extra : commitid : IP32ABnsILt
extra : rebase_source : 53b2ac21e5f137e7739e3d895d639816baeb750f
2015-06-04 14:11:45 -07:00