Commit Graph

145493 Commits

Author SHA1 Message Date
Gina Yeh
d2c4d938ff Bug 906305 - Patch 1: Implementation of BluetoothProfileController, r=echou 2013-09-06 19:19:25 +08:00
"sasikala.paruchuri"
60bb67f31a Bug 912517 - [Message] Crash occuring in MMS when killing the application while the MMS is sending. r=vicamo
Change-Id: I4f91efbd7fdc9f47de8f738b4610ce7f27fa5a92
2013-09-06 19:13:57 +08:00
Gaia Pushbot
e714ff94e7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/da456a9c8d34
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11982 from alivedise/bugzilla/913345/virtualize-homescreen-origin

Bug 913345 - Virtualize homescreen origin, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d0e2c4cf2a94
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 913345 - Virtualize homescreen origin
2013-09-06 03:20:22 -07:00
Gaia Pushbot
588917c699 Bumping gaia.json for 6 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6f06116db805
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11689 from luke-chang/900907_update_pinyin_ux_merged

Bug 900907 - [Keyboard] Update the pinyin IME layout with UX specification. r=yxl, rudylu.

========

https://hg.mozilla.org/integration/gaia-central/rev/c099c462a905
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 900907 - [Keyboard] Update the pinyin IME layout with the UX specification

- optimize candidates rendering performance
- add candidate panel paging mechanism
- drop traditional chinese support

========

https://hg.mozilla.org/integration/gaia-central/rev/b834c240513b
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #11884 from fabi1cazenave/smsMissingEntity-bug911709

Bug 911709 - [MMS] missing l10n entity

========

https://hg.mozilla.org/integration/gaia-central/rev/f9cbea4ac8f4
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 911709 - [MMS] missing l10n entity

========

https://hg.mozilla.org/integration/gaia-central/rev/ef9cfba20330
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11851 from crh0716/908557

Bug 908557 - Remove the affiliated option r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/bcf920de7d0a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 908557 - Remove the affiliated option
2013-09-06 02:55:24 -07:00
Gaia Pushbot
7eca7fee3b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/fb06382958bf
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11805 from RickyChien/issue-825913

Bug 825913 - Integrate code coverage library in the test agent r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/e806ded6d59f
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 825913 - Integrate code coverage library in the test agent
2013-09-06 02:45:23 -07:00
Nicolas Silva
2b7633b915 Bug 907745 - Enable the new textures on B2G 2013-09-06 11:08:55 +02:00
Nicolas Silva
ea23ee01ca Bug 912040 - Make sure deallocating shared texture data doesn't race with TextureClient access. r=sotaro 2013-09-06 11:04:50 +02:00
Nicolas Silva
390435cfcf Bug 911941 - Prevent TextureClients to be shared by several ImageLayers. r=Bas 2013-09-06 11:03:12 +02:00
Thomas Zimmermann
c44d624ad1 Bug 912996: Remove memcpy when reading from Unix socket, r=qdot
We used to allocate memory on the stack when reading from a file
descriptor and copied the result into an instance of UnixSocketRawData.

This patch

 - cleans up the interface of UnixSocketRawData,
 - removes the large stack allocation (64KiB), and
 - removes the unnecessary memcpy.

Other memcpys for sending data have been moved into the constructor
of UnixSocketRawData.

--HG--
extra : rebase_source : 46ed1c73481732c3f3350bf0bedb56d376c24e98
2013-09-06 10:18:35 +02:00
Thomas Zimmermann
ee48608b82 Bug 912996: Fix whitespaces, r=qdot
--HG--
extra : rebase_source : 1494c72c57e9e47dd7e082ef39bc264d348b6224
2013-09-06 10:17:55 +02:00
Gaia Pushbot
9b9c3f3673 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/28a9c827e510
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Merge pull request #11183 from lissyx/bug894873

Bug 894873 - Notify STK of timeout if user does nothing, r=frsela

========

https://hg.mozilla.org/integration/gaia-central/rev/016d0230525f
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 894873 - Notify STK of timeout if user does nothing, r=frsela
2013-09-06 01:15:25 -07:00
Vicamo Yang
eac458c748 Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene 2013-09-06 16:11:54 +08:00
Vicamo Yang
69e2d5d6a7 Bug 907585 [3/3]: some small refinements. r=yoshi 2013-09-06 16:11:49 +08:00
Vicamo Yang
7058efe953 Bug 907585 [2/3]: Re-implement message listener registration. r=yoshi 2013-09-06 16:11:46 +08:00
Vicamo Yang
afd2d6b494 Bug 907585 [1/3]: B2G RIL - share RilMessageManager. Move to RilMessageManager.jsm. r=yoshi,hsinyi 2013-09-06 16:11:43 +08:00
Vicamo Yang
55560f0983 Bug 864485 - 3/3: Gonk backend specific. r=hsinyi 2013-09-06 16:11:38 +08:00
Vicamo Yang
349d13eac4 Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-06 16:11:34 +08:00
Vicamo Yang
8a93de6b08 Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey 2013-09-06 16:11:31 +08:00
Gaia Pushbot
ea147249a7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/151523c3d149
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11975 from gasolin/issue-910132

Bug 910132 - [Flatfish][Homescreen] add support for large device for por..., r= crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/a3f7edd8e140
Author: gasolin <gasolin@gmail.com>
Desc: Bug 910132 - [Flatfish][Homescreen] add support for large device for portrait
2013-09-06 00:15:22 -07:00
Gaia Pushbot
a3f4710a96 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2b5e25fc777c
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11829 from crh0716/900870

Bug 900870 - Register to onpairedstatuschanged and remove bluetooth-pairedstatuschanged system message r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/f13f2966c5fa
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 900870 - Register to onpairedstatuschanged and remove bluetooth-pairedstatuschanged system message
2013-09-06 00:05:22 -07:00
Gaia Pushbot
c97dda3f44 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/70eeaa702869
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11978 from alivedise/bugzilla/905116_master_v3/implement-homescreen-window-launcher

Bug 905116 - Implement Homescreen Window + Homescreen Launcher, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/0cef61b4b186
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 905116 - Implement Homescreen Window + Homescreen Launcher
2013-09-05 21:00:22 -07:00
Gaia Pushbot
8f692edd8e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/43938cb4eedc
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #11947 from steveck-chung/cdma-emergencyCbMode

Bug 881863 - [Gaia] B2G CDMA UI support for emergency call back mode. r=alive, a=koi+.

========

https://hg.mozilla.org/integration/gaia-central/rev/9a1becdb5005
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 881863 - [Gaia] B2G CDMA UI support for emergency call back mode
2013-09-05 20:50:23 -07:00
Gaia Pushbot
cc15951fbf Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/91ec5d7cc6c6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11973 from alivedise/bugzilla/897283

Bug 897283 - No scroll in input PUK screen, r=alive, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/d2b45cdcbe5f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 897283 - No scroll in input PUK screen
2013-09-05 20:02:09 -07:00
Chia-hung Tai
c83d31326a Bug 911690 - Fix the forever spinning circle icon when sending SMS under no service. r=vyang 2013-09-06 10:25:06 +08:00
supadennis.lee
df0f224def Bug 900595 - Once always send a report has been selected, selecting any other option is ignored with system crashes r=fabrice 2013-09-05 18:41:31 -07:00
Gaia Pushbot
83fbdfccee Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/91fe480f4545
Author: Adam Hyland <protonk@gmail.com>
Desc: Bug 909343 [Clock] Refactor Date Math Utilities r=jugglinmike

Refactor utils.js to provide methods for:

- Conversion to milliseconds from objects with duration values, e.g.
  {hours: 4, seconds: 12} (for any combination of hours, minutes,
  seconds, etc.
- Conversion from millisecond interval to object with duration values.
2013-09-05 14:45:23 -07:00
Gaia Pushbot
3aa3435d3c Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 913193 - Fix Oauth keys r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/29ec879eecb7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 913193 - Fix Oauth keys r=lightsofapollo
2013-09-05 14:10:22 -07:00
Fabrice Desré
26700bcd95 Backout bug 798353 for... not actually working properly 2013-09-05 13:18:28 -07:00
Yuan Xulei
55f3f41a8e Bug 902847 - Don't trim spaces before newline for contentEditable. r=hsivonen 2013-09-05 16:10:04 -04:00
Ryan VanderMeulen
08c7624d01 Merge inbound to m-c. 2013-09-05 15:42:49 -04:00
Ryan VanderMeulen
14e413a0fd Backed out changeset 9d9e289013de (bug 899213) due to various regressions caused by it. 2013-09-05 15:39:56 -04:00
Ryan VanderMeulen
38cb989c70 Merge fx-team to m-c. 2013-09-05 15:37:00 -04:00
Ryan VanderMeulen
f21687a5f6 Merge b2g-inbound to m-c. 2013-09-05 15:36:26 -04:00
Gaia Pushbot
82be02706b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1bb5a08dd1a7
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11572 from gitmai/bug-905946-autocorrect-punctuation

Bug 905946 - keeping the punctuation character when reverting autofixing r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/43f6ddd0c0bf
Author: mai <mri@tid.es>
Desc: Bug 905946 - keeping the punctuation character when reverting autofixing
2013-09-05 11:30:22 -07:00
Gaia Pushbot
fcd72b419b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/817c28709daf
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #11945 from RudyLu/Bug912906_extend_timeout_forBrowserDBTest

 Bug 912906 - Extend the unit test timeout to 5 seconds for r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/4d879c638593
Author: Rudy Lu <left.lu@gmail.com>
Desc:  Bug 912906 - Extend the unit test timeout to 5 seconds for
 browser_db_test.
2013-09-05 10:55:21 -07:00
Gaia Pushbot
cd4c18215f Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9486207b6a2e
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11929 from jonallengriffin/unitdir

Bug 911395 - Only run tests in 'unit' directories, r=Rik, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/776f07313f92
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 911395 - Only run tests in 'unit' directories, r=Rik, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/6bc8c4774c6d
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #9403 from pivanov/bug-798696

Bug 798696 - When viewing single image in Gallery, extremely hard to find button to go back to thumbnail view

========

https://hg.mozilla.org/integration/gaia-central/rev/bd17634f54b0
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 798696 - When viewing single image in Gallery, extremely hard to find button to go back to thumbnail view
2013-09-05 10:40:22 -07:00
Ehsan Akhgari
92ad73ef93 Backed out changeset 2f15518f566e (bug 912702) because of B2G JB Emulator build bustage
--HG--
extra : rebase_source : 6c01ad3bc2f91b0e7e3edab84aedbfe064310a8b
2013-09-05 13:29:38 -04:00
Gaia Pushbot
22e10796af Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/440d939f26d2
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #11957 from gaye/bump-marionette-helper

Bump marionette-helper to 0.0.6

========

https://hg.mozilla.org/integration/gaia-central/rev/73d18f581157
Author: gaye <gaye@mozilla.com>
Desc: Bump marionette-helper to 0.0.6
2013-09-05 10:10:23 -07:00
Fabrice Desré
9cf4d90045 Bug 912065 - tapping the" Change wallpaper" icon has no action in the settings app r=vingtetun 2013-09-05 09:45:16 -07:00
Nick Alexander
f42f8416d0 Merge m-c to s-c. 2013-09-05 09:07:12 -07:00
Fabrice Desré
b3428b459f Bug 912840 - Preload the appcache manifest properly in OfflineCacheInstaller.jsm r=ochameau 2013-09-05 09:00:14 -07:00
Gaia Pushbot
c2d52832ac Bumping gaia.json for 8 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/86636c1797f4
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11941 from jmcanterafonseca/bug-912554

Bug 912554 - [Contacts] Preserve givenName and familyName of the new or ...

========

https://hg.mozilla.org/integration/gaia-central/rev/ac397c5e0f7c
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 912554 - [Contacts] Preserve givenName and familyName of the new or being edited contact when merging.

========

https://hg.mozilla.org/integration/gaia-central/rev/1d145503388b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11921 from jmcanterafonseca/bug-906756

Bug 906756 - Algorithms for merging givenName and familyName. Master Con...

========

https://hg.mozilla.org/integration/gaia-central/rev/2948f46fcda1
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 906756 - Algorithms for merging givenName and familyName. Master Contact takes precedence

========

https://hg.mozilla.org/integration/gaia-central/rev/5d876cf397fa
Author: Michael Vines <mvines@codeaurora.org>
Desc: Bug 911357 - Enable build-time overriding of default Gaia wallpaper via GAIA_DISTRIBUTION_DIR. r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/b2867a27e8ba
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #11849 from wanderview/shared-zero-timeout

Bug 910876:  Import NobleJS setImmediate polyfill - r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/b86f7a2a0aa6
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 910876: Customize NobleJS setImmediate polyfill

========

https://hg.mozilla.org/integration/gaia-central/rev/4887ebab34ab
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 910876: Import NobleJS setImmediate() polyfill
2013-09-05 08:55:21 -07:00
Gaia Pushbot
1b484c878c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a1c1f6a82005
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #11954 from wanderview/settings-ignore-network-json

Bug 913035: add network.json to .gitignore - r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/8b2361a04fb1
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 913035: add network.json to .gitignore
2013-09-05 08:45:29 -07:00
Gaia Pushbot
9c9890a6cc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/037bc2345d2c
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #11931 from Rik/second-call-871127

Bug 871127 - [dialer] cannot make a second call through dialer r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/f18ffe112788
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 871127 - [dialer] cannot make a second call through dialer

- Refactor the CSS for the icons
- Add a place-new-call button
- Show the dialer toolbar with a smaller height
- New tests for modified functions
2013-09-05 06:55:31 -07:00
Ed Morley
3dfc516118 Merge mozilla-central and b2g-inbound 2013-09-05 14:53:25 +01:00
Ed Morley
bc871429b4 Merge latest green b2g-inbound changeset and mozilla-central 2013-09-05 14:48:30 +01:00
Gaia Pushbot
02a98f1afe Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f86f5fac1f5a
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Revert "Bug 910316 - [e.me] Everything.me features in enhanced branch for Firefox OS 1.2 r=crdlc"

This reverts commit df5b866b163df32ba946bc73fe5f73891817111a.

========

https://hg.mozilla.org/integration/gaia-central/rev/8f0d63a6dc9c
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Revert "Bug 911767 - [e.me][bug] Long press on pinned cloud apps doesn't toggle edit mode [r=crdlc]"

This reverts commit 5cc1098e3c96e1d62b1f6867348072da10669f4c.

========

https://hg.mozilla.org/integration/gaia-central/rev/f03cc4a05f1c
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Revert "[Bug 912386] fix long-tap on app won't prevent normal click [r=crdlc]"

This reverts commit ccf3a2028158f817a5ec78ff6217e2b002d17be0.
2013-09-05 06:20:25 -07:00
Gaia Pushbot
42de19a33d Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0d33302396ee
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 911752 - Use window.open instead of a mozbrowser iframe to display external url r=arcturus
2013-09-05 06:00:22 -07:00
Gaia Pushbot
0ba91125eb Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4de2ce1d55bd
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Update gaia-ui-tests.json; Merge pull request #1326 from bebef1987/xfail-video

xfail Bug 912957 - Film strip not visible after taking a video
2013-09-05 05:50:22 -07:00
Gaia Pushbot
4bc2323564 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0f411d4bad6b
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #11950 from EverythingMe/912386-apps-hold-click

[Bug 912386] fix long-tap on app won't prevent normal click [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/a071d00e2d13
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 912386] fix long-tap on app won't prevent normal click [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/95ba2782a041
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #11951 from EverythingMe/911767-cloudapps-editmode

Bug 911767 - [e.me][bug] Long press on pinned cloud apps doesn't toggle edit mode [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/f3b22b43db28
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 911767 - [e.me][bug] Long press on pinned cloud apps doesn't toggle edit mode [r=crdlc]
2013-09-05 05:35:22 -07:00