Commit Graph

202922 Commits

Author SHA1 Message Date
Ryan VanderMeulen
e8ac0b6071 Backed out changeset 3390001fd2a6 (bug 1062107) for mochitest failures. 2014-09-03 12:50:22 -04:00
B2G Bumper Bot
69d5757df4 Bumping manifests a=b2g-bump 2014-09-03 09:46:55 -07:00
B2G Bumper Bot
ea590d7e78 Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f98a663b8df
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23263 from ADLR-es/fix-bug-1056647

Bug 1056647 - [Contacts] Refactor the FB sync schedule and remove it from the app critical path

========

https://hg.mozilla.org/integration/gaia-central/rev/0903f3ef6d3f
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1056647 - [Contacts] Refactor the FB sync schedule and remove it from the app critical path

========

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

Bug 1060045 - [Rocketbar] Hide search results when we receive an open-app event

========

https://hg.mozilla.org/integration/gaia-central/rev/2508510e76cc
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1060045 - [Rocketbar] Hide search results when we receive an open-app event r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/35471dd71b38
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #20160 from eeejay/bug-995035

Bug 995035 - Hide invisible parts of SMS app from screen reader. r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/6b2eeef375ab
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 995035 - [SMS] Make hidden views hidden from screen reader as well.

========

https://hg.mozilla.org/integration/gaia-central/rev/49312b54c680
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23375 from eliperelman/bug-1058675

Bug 1058675 - Preventing SHB from overlaying system dialogs

========

https://hg.mozilla.org/integration/gaia-central/rev/8fe513fe87ae
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1058675 - Preventing SHB from overlaying system dialogs
2014-09-03 09:40:42 -07:00
B2G Bumper Bot
870db4f272 Bumping manifests a=b2g-bump 2014-09-03 08:47:30 -07:00
B2G Bumper Bot
40244dc836 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ce132060646
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #22927 from Cwiiis/bug1054274-shared-overflow-menu

Bug 1054274 - Split out browser overflow menu into shared component. r=benfrancis,kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/d824a0fbd9a7
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1054274 - Use shared component for browser overflow menu. r=benfrancis,kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/9571b672aadc
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1054274 - Split out browser overflow menu into shared component. r=benfrancis,kgrandon
2014-09-03 08:40:47 -07:00
Fabrice Desré
fa5f90c6e2 Bug 1062107 - System JS : ERROR http://mochi.test:8888/tests/b2g/components/test/mochitest/systemapp_helper.js:97 - TypeError: assert is not a function r=ochameau r=ochameau 2014-09-03 08:35:45 -07:00
Ryan VanderMeulen
a89c42d78e Backed out changeset 59611423c368 (bug 1038531) for marionette-webapi failures. 2014-09-03 11:30:32 -04:00
Ryan VanderMeulen
afa65517bc Backed out 6 changesets (bug 1059813) by request.
Backed out changeset cffeecd46cad (bug 1059813)
Backed out changeset f991f546dbcd (bug 1059813)
Backed out changeset ab4056a1aa06 (bug 1059813)
Backed out changeset d08a91fee65a (bug 1059813)
Backed out changeset 7bd0ecf96e59 (bug 1059813)
Backed out changeset 0b7a62175398 (bug 1059813)
2014-09-03 11:29:16 -04:00
B2G Bumper Bot
f75f7b7b52 Bumping manifests a=b2g-bump 2014-09-03 07:52:43 -07:00
Thomas Zimmermann
6accf7b009 Bug 1059813: Protect access to fields of |UnixSocketRawData|, r=qdot
This patch adds protection for fields of |UnixSocketRawData| by
making them private.
2014-09-03 16:43:14 +02:00
Thomas Zimmermann
d9153472b0 Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in Bluetooth, r=btian 2014-09-03 16:43:14 +02:00
Thomas Zimmermann
fb50ad6045 Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in RIL helpers, r=vyang 2014-09-03 16:43:13 +02:00
Thomas Zimmermann
6f21006957 Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in NFC helpers, r=allstars.chh 2014-09-03 16:43:13 +02:00
Thomas Zimmermann
dfcef2a9b6 Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in |KeyStore|, r=chulee,qdot 2014-09-03 16:43:12 +02:00
Thomas Zimmermann
6beca2a1ae 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-03 16:43:12 +02:00
B2G Bumper Bot
b3c4e27346 Bumping manifests a=b2g-bump 2014-09-03 07:28:18 -07:00
B2G Bumper Bot
b648e57f19 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b190bde8cc9d
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #23308 from mnjul/bug_1058382_reorganize_inputfocuschange

Bug 1058382 - Reorganize |KeyboardManager. inputFocusChange()|. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/81beb82c4730
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1058382 - Reorganize |KeyboardManager. inputFocusChange()|
2014-09-03 07:25:35 -07:00
B2G Bumper Bot
b36f9ef565 Bumping manifests a=b2g-bump 2014-09-03 07:18:05 -07:00
B2G Bumper Bot
0d2a39b990 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/43b051c88b53
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23621 from pacorampas/1061069

Bug 1061069 - [Contacts] ICE icon on top of the contact list is truncated

========

https://hg.mozilla.org/integration/gaia-central/rev/10c47c9df149
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 1059053 - [Messages][SMS] Icon in Message report is truncated
2014-09-03 07:10:38 -07:00
B2G Bumper Bot
864f0d2d1b Bumping manifests a=b2g-bump 2014-09-03 06:57:43 -07:00
B2G Bumper Bot
1264e94ad3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ade3cd0e7353
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23627 from ADLR-es/fix-bug-1056268

Bug 1056268 - [Contacts] when importing contacts search function is miss...

========

https://hg.mozilla.org/integration/gaia-central/rev/31ccabc13efb
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1056268 - [Contacts] when importing contacts search function is missing functionality
2014-09-03 06:55:38 -07:00
B2G Bumper Bot
86e6c2d839 Bumping manifests a=b2g-bump 2014-09-03 06:46:54 -07:00
B2G Bumper Bot
d22c162472 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4c132bf7d07d
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #23476 from crdlc/bug-1031084-v2

Bug 1031084 - Save to homescreen is still displayed even though this app...

========

https://hg.mozilla.org/integration/gaia-central/rev/476312af2c50
Author: crdlc <crdlc@tid.es>
Desc: Bug 1031084 - Save to homescreen is still displayed even though this app is already on the homescreen
2014-09-03 06:40:42 -07:00
B2G Bumper Bot
2549256eab Bumping manifests a=b2g-bump 2014-09-03 06:27:28 -07:00
B2G Bumper Bot
83c44a9e2e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/980f7a5528f0
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23590 from Achal-Aggarwal/fix-1031695

Fixes #1031695 - [Contacts] Detail view not working in contacts when run... r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/a0f857fee7ab
Author: Achal-Aggarwal <theachalaggarwal@gmail.com>
Desc: Bug 1031695 - [Contacts] Detail view not working in contacts when running in Firefox desktop.
2014-09-03 06:25:42 -07:00
B2G Bumper Bot
467262a850 Bumping manifests a=b2g-bump 2014-09-03 03:37:23 -07:00
B2G Bumper Bot
4f29447424 Bumping manifests a=b2g-bump 2014-09-03 03:26:48 -07:00
B2G Bumper Bot
f213172687 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21b4a2dfc180
Author: Guillaume C. Marty <gmarty@users.noreply.github.com>
Desc: Merge pull request #23632 from gmarty/Bug-1060928-Timestamps-truncated-French-Utility-tray

Bug 1060928 - Timestamps are now truncated in French in Utility tray

========

https://hg.mozilla.org/integration/gaia-central/rev/f7ffb23ed667
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1060928 - Timestamps are now truncated in French in Utility tray
2014-09-03 03:20:41 -07:00
B2G Bumper Bot
6557aba241 Bumping manifests a=b2g-bump 2014-09-03 02:47:41 -07:00
B2G Bumper Bot
c9a445c228 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/819fb4897910
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1061115 - Xfail test_toggle_bluetooth_settings"

This reverts commit ce15d76ef797bf366998a8782568a45caee96689.

========

https://hg.mozilla.org/integration/gaia-central/rev/5d50b3d2557c
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #23664 from snowmantw/issue1055577-rev2

Bug 1055577 - [Lockscreen] Follow-up bug implement actionable Lockscreen...

========

https://hg.mozilla.org/integration/gaia-central/rev/ad60322cb0d3
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 1055577 - [Lockscreen] Follow-up bug implement actionable Lockscreen animation

========

https://hg.mozilla.org/integration/gaia-central/rev/008ed6258add
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #23625 from sergi/BUG_1061507

Bug 1061507 - Grey layer on contacts edit form when a photo is present [r=francisco]

========

https://hg.mozilla.org/integration/gaia-central/rev/d89f02dae3f3
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1061507 - Grey layer on contacts edit form when a photo is present
2014-09-03 02:45:51 -07:00
B2G Bumper Bot
7e1f9b1a76 Bumping manifests a=b2g-bump 2014-09-03 02:32:30 -07:00
B2G Bumper Bot
024759533f Bumping gaia.json for 13 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3090e48d64b8
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23649 from TheoChevalier/hardcoded-open

Bug 1061983 - 'open' is hardcoded on lockscreen. r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/6f937272ed4d
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1061983 - 'open' is hardcoded on lockscreen

========

https://hg.mozilla.org/integration/gaia-central/rev/e00a25247cb5
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23644 from yor-mozilla-com/bug1061682

Bug 1061682 - [Messages] Header shows wrong icons for back\close actions. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/452dcfdf75a0
Author: Yan Or <yor@mozilla.com>
Desc: Bug 1061682 - [Messages] Header shows wrong icons for back\close actions

========

https://hg.mozilla.org/integration/gaia-central/rev/39458f28ae24
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #23129 from mnjul/bug_1054942_dissect_keyboardmanager_updatelayout

Bug 1054942 - Dissect |KeyboardManager.updateLayouts()|. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/ebe4c3b66891
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1054942 - Dissect |KeyboardManager.updateLayouts()|

========

https://hg.mozilla.org/integration/gaia-central/rev/df0d98144f73
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23588 from tauzen/Bug_1060403_actvity_src

Bug 1060403 - [NFC] Add src: nfc property to activities launched from NfcManager, so app developers can use it for filtering, r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/6bb73beaf710
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1060403 - [NFC] Add src: nfc property to activities launched from NfcManager, so app developers can use it for filtering, r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/94ed31714954
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23578 from mozfreddyb/bug-1060278-second-attempt

Bug 1060278 - Missing strings for implicit permission names. r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/587b2efd106e
Author: Frederik B <fbraun+gh@mozilla.com>
Desc: Bug 1060278 - Missing strings for implicit permission names, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/f7ef0f224b58
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #23304 from luke-chang/1056493_v1.4_contacts_to_homescreen_delay

Bug 1056493 - [Dolphin][Hamachi][v1.4]No icons show for several seconds when back to homescreen from contacts, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/03bf4bf913a0
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23493 from guilherme-pg/bug1058330-geolocation-noprompt

Bug 1058330 - Use the 'geolocation-noprompt' permission in Find My Device. r=mgoodwin

========

https://hg.mozilla.org/integration/gaia-central/rev/8e6372322866
Author: Guilherme Goncalves <guilherme.p.gonc@gmail.com>
Desc: Bug 1058330 - Use the 'geolocation-noprompt' permission in Find My Device r=mgoodwin
2014-09-03 02:30:50 -07:00
Ethan Tseng
49df6aced7 Bug 1049241 - [MADAI][Multimedia] Cannot play some RTSP link due to error in MP4A-LATM assembler. r=sworkman 2014-09-03 10:54:54 +08:00
Henry Chang
4dbc8e4fd0 Bug 1038531 - Unify NetworkWorker. r=mrbkap r=fabrice 2014-08-18 11:02:56 +08:00
78da0cea96 Bug 1019816 - Developer option to store logcat to sdcard by shaking the phone. r=gerard-majax 2014-08-22 10:32:00 +02:00
B2G Bumper Bot
ad693ed26e Bumping manifests a=b2g-bump 2014-09-03 02:23:53 -07:00
B2G Bumper Bot
f249107e43 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1710003456b4
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #23601 from crh0716/1061387

Bug 1061387 - Replace the string 'browser privacy' with 'browsing privacy' r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/943fc7418bf7
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1061387 - Replace the string 'browser privacy' with 'browsing privacy'
2014-09-03 02:23:41 -07:00
Edgar Chen
146de328c3 Bug 843452 - Part 6: Build MobileConnection DOM/IPC by default. r=smaug,khuey 2014-08-05 18:01:14 +08:00
Edgar Chen
4e1afb3542 Bug 843452 - Part 5: Changes for xpcshell test. r=hsinyi 2014-06-04 19:28:03 +08:00
Edgar Chen
289493fbd0 Bug 843452 - Part 4-8: [MobileIdentityManager] Get {voice|data}Info via MobileConnectionService. r=ferjmoreno 2014-08-11 16:24:27 +08:00
Edgar Chen
f8291ab3db Bug 843452 - Part 4-7: [NetworkGeolocationProvider] Get dataInfo via MobileConnectionService. r=kchen 2014-08-11 16:15:59 +08:00
Edgar Chen
61fb744319 Bug 843452 - Part 4-6: [NetworkManager] Get dataInfo via MobileConnectionService. r=vicamo 2014-08-11 16:05:43 +08:00
Edgar Chen
d8bfd6768c Bug 843452 - Part 4-5: MobileConnectionGonkService for gonk backend. r=hsinyi,khuey 2014-02-10 19:55:22 +08:00
Edgar Chen
b0f72f229d Bug 843452 - Part 4-4: PhoneNumberUtils changes for MobileConnection ipdl. r=gwagner 2014-07-02 18:10:30 +08:00
Edgar Chen
b9501c406a Bug 843452 - Part 4-3: [MMS] Get voiceInfo via MobileConnectionService. r=vicamo 2014-07-01 18:47:29 +08:00
Edgar Chen
5d00c2cee6 Bug 843452 - Part 4-2: [GPS] Get voiceInfo via MobileConnectionService. r=kchen 2014-07-01 18:46:05 +08:00
Edgar Chen
b64b8b68e3 Bug 843452 - Part 4-1: Interface changes for gonk backend. r=hsinyi 2014-07-02 18:08:59 +08:00
Edgar Chen
28a972fe77 Bug 843452 - Part 3-3: MobileConnectionIPCService for content process. r=smaug 2014-07-01 18:37:32 +08:00
Edgar Chen
2cd03f975e Bug 843452 - Part 3-2: IPDL implementation for MobileConnection. r=smaug 2014-07-01 18:28:18 +08:00
Edgar Chen
7103b3a059 Bug 843452 - Part 3-1: IPDL for MobileConnection. r=smaug 2014-07-01 18:09:08 +08:00