Commit Graph

203893 Commits

Author SHA1 Message Date
Chris Kitching
f0e9b012e1 Bug 1064506: Eradicate lazy cursor pattern. r=rnewman 2014-09-08 13:10:46 -07:00
Ryan VanderMeulen
12bc50574b Merge m-c to fx-team. a=merge 2014-09-08 19:34:40 -04:00
Nick Alexander
3cd7c641ec Bug 874729 - Part 4: Add |mach robocop|. r=gps 2014-09-08 16:23:12 -07:00
Nick Alexander
2e0ee03daf Bug 874729 - Part 3: Make main take args and return an integer. r=jmaher 2014-09-08 16:23:11 -07:00
Nick Alexander
26a6d7212f Bug 874729 - Part 2: Don't print extra logcats after running Robocop. r=jmaher
Before a Robocop test starts, |recordLogcat| clears the |adb logcat| on
device.  If a Robocop test fails, we print the logcat immediately after
the test.  The moved call avoids printing the logcat after all tests
have completed, which avoids printing a spurious second copy.  We still
print the logcat after running a Mochitest.
2014-09-08 16:23:10 -07:00
Nick Alexander
53b030da7e Bug 874729 - Part 1: Swallow IOErrors when pulling ANR traces. r=jmaher
On my local testing devices, |adb pull| complains about not being able
to read /data/anr/traces.txt but the command succeeds.  The subsequent
local file read produces an IOError.  This ignores that exception.
2014-09-08 16:23:10 -07:00
Nick Alexander
315729a151 Bug 929654 - Part 0: Stop pushing fennec_ids.txt; delete stale robotium.config files. r=gbrown
This patch stops pushing the obsolete fennec_ids.txt file to the testing
device and deletes the stale robotium.config file after the profile it
references is deleted.
2014-09-08 16:23:09 -07:00
Ryan VanderMeulen
f6c057a8b4 Merge inbound to m-c. a=merge 2014-09-08 19:10:31 -04:00
Ryan VanderMeulen
95ea4e8797 Merge fx-team to m-c. a=merge 2014-09-08 19:00:24 -04:00
B2G Bumper Bot
9886b6d22c Bumping manifests a=b2g-bump 2014-09-08 15:17:16 -07:00
B2G Bumper Bot
4bf7bcb587 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ea08e48f566
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23825 from mikehenrty/bug-1064305-fxa-screen-flow-test

Bug 1064305 - Disable FxOS Accounts screen flow test

========

https://hg.mozilla.org/integration/gaia-central/rev/f41f013b9a8a
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1064305 - Disable FxOS Accounts screen flow test
2014-09-08 15:10:46 -07:00
B2G Bumper Bot
7a5c72aa55 Bumping manifests a=b2g-bump 2014-09-08 14:01:55 -07:00
B2G Bumper Bot
d641d48bbb Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4018738e7884
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 980854 - Remove the workarounds for glitchy touch tones now that bug 848954 has landed r=Rik
2014-09-08 13:55:46 -07:00
B2G Bumper Bot
8b082cca9c Bumping manifests a=b2g-bump 2014-09-08 13:32:00 -07:00
B2G Bumper Bot
aaf261aef6 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0324b33813f6
Author: Sam Foster <sfoster@mozilla.com>
Desc: Revert "Bug 1064397 - Fix handling of absolute icon urls in CardsHelper"

This reverts commit 0294015fca59f4f8d08ae8c946c7a3fccce32310.

========

https://hg.mozilla.org/integration/gaia-central/rev/024fa15145d2
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #23815 from sfoster/cards-helper-bug-1064397

Bug 1064397 - Fix handling of absolute icon urls in CardsHelper. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/9fa75b838e4d
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1064397 - Fix handling of absolute icon urls in CardsHelper

========

https://hg.mozilla.org/integration/gaia-central/rev/535ffe4d96b2
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #23727 from DouglasSherk/1040922-dialer-mo

Bug 1040922 - Remove workaround for SIM picker translation. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/2f2ec5910700
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1040922 - Remove workaround for SIM picker translation. r=Rik
2014-09-08 13:25:45 -07:00
Nick Alexander
9dd5c3c8ce Bug 977164 - Update TwoLinePageRow in Remote Tabs home panel. r=margaret
This patch extracts a non-Cursor update method and uses it (when
possible) in the adapter that backs the Remote Tabs home panel.  This
updates the "switch-to-tab" text and button when appropriate.
2014-09-08 12:58:34 -07:00
Nick Alexander
ebbd90d39c Bug 1063028 - Change tests/browser/junit3 Java package root to be org.mozilla.gecko. r=rnewman
--HG--
rename : mobile/android/tests/browser/junit3/src/tests/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/tests/TestDistribution.java => mobile/android/tests/browser/junit3/src/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/tests/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestJarReader.java => mobile/android/tests/browser/junit3/src/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestRawResource.java => mobile/android/tests/browser/junit3/src/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/tests/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/tests/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java
2014-09-08 12:58:33 -07:00
B2G Bumper Bot
81fef10355 Bumping manifests a=b2g-bump 2014-09-08 12:41:57 -07:00
B2G Bumper Bot
7ee6000cd0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c0ce7f045e91
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #23643 from millermedeiros/1061140-offline-calendar-l10n

Bug 1061140 - [Calendar] Offline calendar in calendar list will change to English when we disable offline calendar r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/4132a90aea22
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1061140 - [Calendar] Offline calendar in calendar list will change to English when we disable offline calendar
2014-09-08 12:35:46 -07:00
B2G Bumper Bot
85493d6593 Bumping manifests a=b2g-bump 2014-09-08 12:06:55 -07:00
B2G Bumper Bot
e1be8c7338 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c67c967248e
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #23809 from wilsonpage/1063352

Bug 1063352 - the contact update/import button is in a weird place

========

https://hg.mozilla.org/integration/gaia-central/rev/8800aa3c421a
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1063352 - the contact update/import button is in a weird place
2014-09-08 12:00:46 -07:00
B2G Bumper Bot
04c32f8bec Bumping manifests a=b2g-bump 2014-09-08 10:27:33 -07:00
B2G Bumper Bot
92aaf32e94 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b22a32d2a4b2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23790 from lissyx/bug1010415

Bug 1010415 - Fix notification node removal in marionette test

========

https://hg.mozilla.org/integration/gaia-central/rev/5ddaf17d376f
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1010415 - Fix notification node removal in marionette test r=mhenretty
2014-09-08 10:25:47 -07:00
B2G Bumper Bot
eca11f9137 Bumping manifests a=b2g-bump 2014-09-08 09:31:58 -07:00
B2G Bumper Bot
b9a65f610c Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3dc4013f5d2f
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23575 from jpruden92/bug1026789-contacts

Bug 1026789 - [B2G][Contacts]Selecting OK button after receiving airplane mode activated warning message faintly shows two oval buttons in footer

========

https://hg.mozilla.org/integration/gaia-central/rev/028658c1d176
Author: jprudencio <jpruden92@gmail.com>
Desc: Bug 1026789 - [B2G][Contacts]Selecting OK button after receiving airplane mode activated warning message faintly shows two oval buttons in footer

========

https://hg.mozilla.org/integration/gaia-central/rev/b3633aace1e4
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1062602 - Follow up to gaia-subheader semantic change, fix the test in ringtones
2014-09-08 09:25:46 -07:00
B2G Bumper Bot
1e65968dcf Bumping manifests a=b2g-bump 2014-09-08 08:36:55 -07:00
B2G Bumper Bot
bc53ff0019 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac1ab1054e2a
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #23715 from zbraniecki/1062602-add-span-to-gaia-subheader

Bug 1062602 - gaia-subheader should have semantic structure for text. r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/7955d1538481
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1062602 - gaia-subheader should have semantic structure for text

========

https://hg.mozilla.org/integration/gaia-central/rev/8107223dc29b
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #23454 from frsela/STK/Bug1059434

Bug 1059434 - STK display text command doesn't support time duration, r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/ca12ac30617b
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 1059434 - STK display text command doesn't support time duration
2014-09-08 08:30:46 -07:00
Boris Zbarsky
cb658776f3 Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey 2014-09-08 11:28:57 -04:00
B2G Bumper Bot
815f34bcd0 Bumping manifests a=b2g-bump 2014-09-08 08:17:05 -07:00
B2G Bumper Bot
33bd9e7090 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d4f670c19fdf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23801 from daleharvey/1063789

Bug 1063789 - Do not save places for non-browser frames r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/35615f00a838
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1063789 - Do not save places for non-browser frames r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/03ffcbdf98d7
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #23512 from millermedeiros/1060542-week-view-selected-day

Bug 1060542 - [Calendar] Week view: changing the date should also set the selected day on month view r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/ae5415fbc6c5
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1060542 - [Calendar] Week view: changing the date should also set the selected day on month view
2014-09-08 08:10:34 -07:00
B2G Bumper Bot
9ce71d3d37 Bumping manifests a=b2g-bump 2014-09-08 06:56:54 -07:00
B2G Bumper Bot
e1955d5495 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2c5898e2690
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #23725 from iFadey/bug-990047

Bug 990047 - Add a shared function to load JSON files r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/ce07e38a0199
Author: Fawad Hassan <ifadey@ymail.com>
Desc: Bug 990047 - Add a shared function to load JSON files
2014-09-08 06:50:46 -07:00
Carsten "Tomcat" Book
c2f96e7b7e Merge m-c to b2g-inbound 2014-09-08 15:34:29 +02:00
Carsten "Tomcat" Book
e0bb163319 merge fx-team to mozilla-central a=merge 2014-09-08 15:26:03 +02:00
Carsten "Tomcat" Book
ce011224f3 merge mozilla-inbound to mozilla-central a=merge 2014-09-08 15:22:16 +02:00
Carsten "Tomcat" Book
18b29adc19 Backed out changeset c1cc52b986f8 (bug 1049258) for breaking non-unified windows builds 2014-09-08 15:17:23 +02:00
B2G Bumper Bot
cd234dfb51 Bumping manifests a=b2g-bump 2014-09-08 05:41:56 -07:00
B2G Bumper Bot
341ab6ad4f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5fefe5cca49d
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #22619 from frsela/Bug861914_optgroup

Bug 861914 - [Browser] Forms are not displayed correctly, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/81682cd9980a
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 861914 - [Browser] Forms are not displayed correctly, r=etienne
2014-09-08 05:35:46 -07:00
B2G Bumper Bot
bbf8f23900 Bumping manifests a=b2g-bump 2014-09-08 04:01:57 -07:00
Carsten "Tomcat" Book
73d872a4e5 merge b2g-inbound to mozilla-central a=merge 2014-09-08 12:59:09 +02:00
B2G Bumper Bot
a104da84c4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/afdc134ec6c5
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23629 from arcturus/bug-1061413

Bug 1061413 - [Contacts] Favorites on top of ICE if ICE set first, and Favorites set later r=sergi

========

https://hg.mozilla.org/integration/gaia-central/rev/a5d8cd669f14
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 1061413 - [Contacts] Favorites on top of ICE if ICE set first, and Favorites set later
2014-09-08 03:55:48 -07:00
Thomas Zimmermann
32d01f27e1 Bug 1059813: Protect access to fields of |UnixSocketRawData|, r=qdot
This patch adds protection for fields of |UnixSocketRawData| by
making them private.
2014-09-08 11:44:02 +02:00
Thomas Zimmermann
05a417c7dc Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in Bluetooth, r=btian 2014-09-08 11:44:02 +02:00
Thomas Zimmermann
a08d67fcfe Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in RIL helpers, r=vyang 2014-09-08 11:44:01 +02:00
Thomas Zimmermann
ae2de4ebb8 Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in NFC helpers, r=allstars.chh 2014-09-08 11:44:01 +02:00
Thomas Zimmermann
f0e9426f5e Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in |KeyStore|, r=chulee,qdot 2014-09-08 11:44:01 +02:00
Thomas Zimmermann
452351cf5c Bug 1059813: Wrap socket I/O operations in |UnixSocketRawData|, r=qdot
This patch moves the I/O operations for sending and receiving data
in |SocketIOBase| into |UnixSocketRawData|. This change allows to
add a clean interface to |UnixSocketRawData| and later replace the
class by other implementations.
2014-09-08 11:44:00 +02:00
Carsten "Tomcat" Book
b45fbd360c Backed out changeset 56606aa26f45 (bug 1053185) 2014-09-08 11:30:32 +02:00
B2G Bumper Bot
8247987970 Bumping manifests a=b2g-bump 2014-09-08 02:22:02 -07:00
B2G Bumper Bot
7485e3ce6c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c53fa62cb8c5
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #23467 from chirarobert/update_browser_stuff

Bug 1059245 - Update tests and framework to use the new Browser app

========

https://hg.mozilla.org/integration/gaia-central/rev/c8c3b0eb2a75
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1059245 - Update tests and framework to use the new Browser app
2014-09-08 02:15:52 -07:00