Commit Graph

463 Commits

Author SHA1 Message Date
Gaia Pushbot
f77319a86b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d3bf1e5466f0
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10943 from fabi1cazenave/mmsAttachmentContainers-bug889899

Bug 889899: use <div> instead of <iframe> for MMS attachment containers, r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/662a0765f17a
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 889899: use <div> instead of <iframe> for MMS attachment containers, r=julienw

Attachment containers use `<iframe>` in the SMS app because they are handy in the Compose area (work well in a contenteditable element): this ensures that attachment blocks are deletable but not editable.  However, `<iframes>` are a pain to use in the message thread, and can become a performance killer on threads with lots of attachments.

This patch keeps `<iframe>` containers for draft attachments in the Compose area but relies on `<div>` containers for the message thread.  To achieve this we use three templates:

* one `attachment-preview` template:
  - display it in a 80x80 px placeholder (can be extended to 120x80 or 80x120);
  - display the attachment size if in the Compose window;
  - do not display the file name for images
    (another patch will enable to display the file name on video with previews)

* one `attachment-nopreview` template: (audio, video, large images)
  - display the attachment type as a 80x80 px icon (audio, video, image, other);
  - display the attachment size if in the Compose window;
  - display the file name, both in the Compose window and in the message thread.

* one `attachment-draft` template to embed one of the two previous templates in an `<iframe>` container for the Compose area.

Non-draft attachments are displayed in a `<div>` container. In both cases (div or iframe), the container carries an `attachment-container` class and a `preview` or `nopreview` one.

Side notes:
* this fixes bug 882094 (display attachment file names in MMS);
* the `bubbleEvents` method has been slightly re-rewritten to be more self-explanatory;
* some basic cleanup has been done on the HTML & CSS front.
2013-07-12 07:05:23 -07:00
Gaia Pushbot
7b6077f968 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/de71fa3f7ac4
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10941 from julienw/890460-fixedheader-followup

Bug 890460 - [SMS] After deleting all the messages in particular thread,...

========

https://hg.mozilla.org/integration/gaia-central/rev/cfd7cefd6d22
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 890460 - [SMS] After deleting all the messages in particular thread,the 'TODAY' bar still exists in thread_list r=borja

Ensure FixedHeader.refresh is called when rendering an empty screen
2013-07-12 05:45:23 -07:00
Gaia Pushbot
8cfd67ef52 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/69c79383c797
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10777 from gasolin/master-881136

Bug 881136 - hdpi/xhdpi resolution assets and layout for Browser app, r=dale

========

https://hg.mozilla.org/integration/gaia-central/rev/130d7b0f10fb
Author: gasolin <gasolin@gmail.com>
Desc: Bug 881136 - hdpi/xhdpi resolution assets and layout for Browser app
2013-07-12 05:25:26 -07:00
Gaia Pushbot
c7670769bd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1cccf057956b
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10898 from arcturus/bug-890206

Bug 890206 - [SMS] Messages dissapear from the thread when trying to re-send a failed message

========

https://hg.mozilla.org/integration/gaia-central/rev/dacf73ce8f65
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 890206 - [SMS] Messages dissapear from the thread when trying to re-send a failed message
2013-07-12 05:15:23 -07:00
Gaia Pushbot
c202a3e9c2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8c6337a829ab
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10905 from huchengtw-moz/video/Bug_889191_using_videojs_for_playing_bluetooth_files

Bug 889191 - [Video] video player shows spinner for the few events when. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/718d60470bfd
Author: John Hu <johu@mozilla.com>
Desc: Bug 889191 - [Video] video player shows spinner for the few events when playing local file.
2013-07-12 04:50:23 -07:00
Gaia Pushbot
7d7dc878f3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8f402e9a5c9a
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10934 from rexboy7/fix-bug892373-master

Bug 892373 - @1.5x asset revise for Dialer app

========

https://hg.mozilla.org/integration/gaia-central/rev/80be3e3a4c6f
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 892373 - @1.5x asset revise for Dialer app
2013-07-11 23:30:22 -07:00
Gaia Pushbot
cf541cf42a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cbffb3b5e67c
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10933 from mozshiao9/master_settings_889717

Bug 889717 - [Settings] Do not work when you are scrolling and select a menu, r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/e25731e3555a
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 889717 - [Settings] Do not work when you are scrolling and select a menu
2013-07-11 20:50:23 -07:00
Gaia Pushbot
5930251a34 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6aa0e53d6672
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10910 from rexboy7/fixhd-881146-ftu-master

Bug 881146 - hdpi/xhdpi resolution assets and layout for FTU. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/4f8fc20dae05
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 881146 - hdpi/xhdpi resolution assets and layout for First run experience app
2013-07-11 20:40:22 -07:00
Gaia Pushbot
f079354f91 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3cf4f76cd177
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10931 from wanderview/tag-vm-semicolon

Branch 892659: Remove misplaced ; in tag_visibility_monitor. r=eshapiro

========

https://hg.mozilla.org/integration/gaia-central/rev/cb31db9bc185
Author: Ben Kelly <ben@wanderview.com>
Desc: Branch 892659: Remove misplaced ; in tag_visibility_monitor
2013-07-11 15:30:23 -07:00
Gaia Pushbot
db0b92e343 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/dc051b13b2a8
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10903 from wanderview/contacts-full-defer-order-search

Bug 892155: Fully defer order/search string calc.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/67c38a9335da
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 892155: Fully defer order/search string calc
2013-07-11 10:25:25 -07:00
Gaia Pushbot
d882e1eaf8 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f8a85aceda9c
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #10928 from ferjm/mmiresultdefaultcase

Follow up for MMI localization work

========

https://hg.mozilla.org/integration/gaia-central/rev/22a3cf15439a
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 890463 - Follow up of Use MMIResult for get IMEI - default case. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/d6ce537dafe6
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 890291 - [MMI] Follow-up of Localization of Call Barring functionality. r=etienne
2013-07-11 08:35:24 -07:00
Gaia Pushbot
c3f165099f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/84f23fc83920
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10902 from wanderview/contacts-favorites

Bug 891984: Properly render contacts in favorites.  r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/a4b8b0b98d83
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 891984: Properly render contacts in favorites.

Previously if a contact was a favorite, then we would only render it once
in either its main letter group or the favorites group.  This patch correctly
tracks the group so that we reference the contact properly in order to
render it for both groups.
2013-07-11 05:15:24 -07:00
Gaia Pushbot
7e9fb96c92 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4301a609060f
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10923 from comoyo/revert_swipe_to_hide

Revert "Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2"

========

https://hg.mozilla.org/integration/gaia-central/rev/55d822fcf7dc
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Revert "Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2"

This reverts commit 103f3635c241e208f84b6e8d80afb23731043c09, reversing
changes made to 4be813b65ea30e3914ce732d1401385d8fb78b68.
2013-07-11 04:15:25 -07:00
Gaia Pushbot
285ff96895 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6a4adb2d6e67
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10901 from comoyo/vcf4

Bug 888153 - [contacts] Import from vCard 4.0 has email missing in Contacts app

========

https://hg.mozilla.org/integration/gaia-central/rev/78a03eca481b
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 888153 - [contacts] Import from vCard 4.0 has email missing in Contacts app
2013-07-11 03:20:24 -07:00
Gaia Pushbot
be3c916dca Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3f9b2319c2b3
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10918 from crh0716/892393

Bug 892393 - Add 1.5x resolution assets r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/26f60f2a526d
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 892393 - Add 1.5x resolution assets

========

https://hg.mozilla.org/integration/gaia-central/rev/5140f1fbba25
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10726 from julienw/885278-updatetimeheaders-with-fixedheader

885278 updatetimeheaders with fixedheader

========

https://hg.mozilla.org/integration/gaia-central/rev/8b741e315032
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 885278 - [SMS] `updateTimeHeaders' is not working properly with FixedHeader feature. r=borja

* always call refresh in updateTimeHeaders
* expose updateHeaderContent and use it in updateTimeHeaders so that the fixed
  header is changed in the same time than the other headers
2013-07-11 02:50:23 -07:00
Gaia Pushbot
685f72df9b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7530f9702749
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10694 from yurenju/885676

Bug 885676 - Added unit tests for ScreenManager r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/c9464724886c
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 885676 - Added unit tests for ScreenManager
2013-07-11 02:35:23 -07:00
Gaia Pushbot
5a208cb80b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/abc7e68a07eb
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10835 from cctuan/890847

Bug 890847 - [SMS/MMS] The options shown in the dialog when tapping on a contact into ‘To’ field are the wrong way round

========

https://hg.mozilla.org/integration/gaia-central/rev/5164f293a2b0
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 890847 - [SMS/MMS] The options shown in the dialog when tapping on a contact into ‘To’ field are the wrong way round
2013-07-11 02:25:22 -07:00
Gaia Pushbot
ed53962614 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1955cfa26e44
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10908 from hfiguiere/bug891395

Bug 891395 - Fix regexp that matches HiDPI. This avoid overriding apn.json, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/acee662c5bbb
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 891395 - Fix regexp that matches HiDPI. This avoid overriding apn.json.
2013-07-11 00:10:22 -07:00
Gaia Pushbot
59591bf04c Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/85f28b8bda9c
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10907 from huchengtw-moz/video/Bug_890139

Bug 890139 - hdpi/xhdpi missing images for Video app, r=@rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/1671339332f1
Author: John Hu <johu@mozilla.com>
Desc: Bug 890139 - hdpi/xhdpi missing images for Video app

========

https://hg.mozilla.org/integration/gaia-central/rev/2c8b26149597
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10911 from mpizza/Bug_881138_hd_camera_master

Bug 881138 - @1.5x images for Camera app, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e362807898d3
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 881138 - hdpi/xhdpi resolution assets and layout for Camera app
2013-07-11 00:00:25 -07:00
Gaia Pushbot
0428657a1d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/19b1966f7051
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10834 from huchengtw-moz/settings/Bug_890862_wrong_apnSettings_when_carrier_is_unknown

Bug 890862 - Wrong ril.data.apnSettings when carrier is not in apn.json, r=@jaoo, r=@arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/67d28bb90d98
Author: John Hu <johu@mozilla.com>
Desc: Bug 890862 - Wrong ril.data.apnSettings when carrier is not in apn.json
2013-07-10 23:05:22 -07:00
Gaia Pushbot
c2e2663648 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7ce63dc67df5
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10881 from masap/20130710

Bug 891770 - [Wi-Fi] Fix fogetting network processing

========

https://hg.mozilla.org/integration/gaia-central/rev/0f03c4879b1e
Author: masap <masashi.honma@gmail.com>
Desc: Bug 891770 - [Wi-Fi] Fix fogetting network processing
2013-07-10 22:10:23 -07:00
Gaia Pushbot
ab987b7c39 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/20869b028aab
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10855 from rexboy7/fixhd-881143-dialer-master

Bug 881143 - [HD][Dialer] hdpi/xhdpi resolution assets and layout for Dialer app. r=gtorodelvalle

========

https://hg.mozilla.org/integration/gaia-central/rev/92424a531110
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 881143 - [HD][Dialer] hdpi/xhdpi resolution assets and layout for Dialer app
2013-07-10 20:40:22 -07:00
Gaia Pushbot
ee1821c1d5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/287688e19d1a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10370 from mcirlanaru/bug_873409

Bug 873409 - [HotSpot] Truncate long SSID and password to avoid...

========

https://hg.mozilla.org/integration/gaia-central/rev/785c44a65836
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 873409 - [HotSpot] Truncate long SSID and password to avoid overlapping the text labels
2013-07-10 19:55:23 -07:00
Gaia Pushbot
ba501e8bd3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/30e923643bc1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10770 from KevinGrandon/bug_889895_remove_mouse_shim

Bug 889895 - Remove mouse system shim

========

https://hg.mozilla.org/integration/gaia-central/rev/3918189e22e4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 889895 - Remove mouse system shim
2013-07-10 15:40:24 -07:00
Gaia Pushbot
903c75033f Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/975e8d596def
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 891811 - [sms] tests: properly use sinon so that we have no side effects between suites r=gnarf

properly use sinon sandboxes for good restore
2013-07-10 10:50:22 -07:00
Gaia Pushbot
08cd10d704 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/966752354a41
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10899 from julienw/891927-fixes-sinon-implementation

Bug 891927 - [test-agent] the sinon sandbox is not always restored when ...

========

https://hg.mozilla.org/integration/gaia-central/rev/b4a0ad8bb616
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 891927 - [test-agent] the sinon sandbox is not always restored when it's used in the most outer suite's setup r=jlal
2013-07-10 10:25:23 -07:00
Gaia Pushbot
8ff9566504 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/346b072b536e
Author: jyothi.prasad <jyothi.prasad@lge.com>
Desc: Bug 889735 [MMS] when attaching so many images,size of the attached MMS content is not refreshed even after removing some images - r=julienw

* Recalculates size after image resize, and after image removal
* Unit test by gnarf
2013-07-10 09:30:23 -07:00
Gaia Pushbot
a9beba1412 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/138cb1659c91
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10861 from huchengtw-moz/camera/Bug_891243_image_pick_activity_take_2-3_seconds

Bug 891243 - [Camera] Image Pick activity takes 2-3 seconds to save afte. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/b346a9f5886d
Author: John Hu <johu@mozilla.com>
Desc: Bug 891243 - [Camera] Image Pick activity takes 2-3 seconds to save after pressing "select" option
2013-07-10 09:15:22 -07:00
Gaia Pushbot
3fc95d3b26 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9093c20568e0
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10882 from huchengtw-moz/gallery/Bug_891294_preview_page_could_not_display

Bug 891294 - [Gallery] Preview page could not display image in picker mo. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/b37a853a94b0
Author: John Hu <johu@mozilla.com>
Desc: Bug 891294 - [Gallery] Preview page could not display image in picker mode

========

https://hg.mozilla.org/integration/gaia-central/rev/b3d8f5759cfc
Author: gduan <gduan@mozilla.com>
Desc: Bug 888865 - [MMS] The name of the sent image is wrong in FFOS device - r=gnarf

* Remove path info before sanitizing filename

Closes gh-10790

========

https://hg.mozilla.org/integration/gaia-central/rev/d55c465036dc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 891788 - The Sms compose tests are slow r=gnarf

clear the input listeners at init
2013-07-10 09:05:25 -07:00
Gaia Pushbot
48a8a24db9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/08b27cc9d095
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10897 from fzzzy/master

Bug 887454 Remove UA override for youtube.com r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/6dec3dcf2176
Author: Donovan Preston <donovanpreston@gmail.com>
Desc: bug 887454 Remove ua override for youtube.com
2013-07-10 08:45:23 -07:00
Gaia Pushbot
79ef4868d5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5e60cb6fc0e0
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10795 from crdlc/bug-890183

Bug 890183 - [Homescreen] Wrong focus is shown

========

https://hg.mozilla.org/integration/gaia-central/rev/70447e934d7e
Author: crdlc <crdlc@tid.es>
Desc: Bug 890183 - [Homescreen] Wrong focus is shown
2013-07-10 05:45:23 -07:00
Gaia Pushbot
ddf5cf64f2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/de133ead8cfb
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10862 from crdlc/bug-890815

Bug 890815 - Common importers need to support cancelling (Facebook, Gmail,...)

========

https://hg.mozilla.org/integration/gaia-central/rev/b6e9bf38815c
Author: crdlc <crdlc@tid.es>
Desc: Bug 890815 - Common importers need to support cancelling (Facebook, Gmail,...)
2013-07-10 05:35:23 -07:00
Gaia Pushbot
98b39f57e4 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/124a4b38bb9f
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #10456 from gtorodelvalle/dialer-bug-883756-contact-details-from-call-log

Bug 883756 - [Call log] Tapping on an entry from a contact does not take to that contact's detail view screen but to a different one (r=arcturus)

========

https://hg.mozilla.org/integration/gaia-central/rev/b6fd2ae4b6a7
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 883756 - [Call log] Tapping on an entry from a contact does not take to that contact's detail view screen but to a different one.

========

https://hg.mozilla.org/integration/gaia-central/rev/3cd291d23155
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10888 from alivedise/bugzilla/891799/type-error-resize

Bug 891799 - Fix TypeError: runningApps[displayedApp] is undefined, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/550ed8c0c3f2
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 891799 - Fix TypeError: runningApps[displayedApp] is undefined
2013-07-10 05:10:23 -07:00
Gaia Pushbot
87804ff622 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/215f677d5bd1
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10886 from arcturus/bug-885981

Bug 885981 - [SMS] The device does not recognize that the SMS received from a saved contact

========

https://hg.mozilla.org/integration/gaia-central/rev/7f91c5f7febc
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 885981 - [SMS] The device does not recognize that the SMS received from a saved contact
2013-07-10 04:15:24 -07:00
Gaia Pushbot
3c80fa6772 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e30c84c7edf4
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10887 from mozshiao9/master_contacts_881140

Bug 881140 - hdpi/xhdpi resolution assets and layout for Contacts app

========

https://hg.mozilla.org/integration/gaia-central/rev/d76382ea4e27
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 881140 - hdpi/xhdpi resolution assets and layout for Contacts app

========

https://hg.mozilla.org/integration/gaia-central/rev/a092f04029d6
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10883 from crdlc/bug-891781

Bug 891781 - [Facebook] Delete all friends and add some one is broken

========

https://hg.mozilla.org/integration/gaia-central/rev/c718ca1beac1
Author: crdlc <crdlc@tid.es>
Desc: Bug 891781 - [Facebook] Delete all friends and add some one is broken
2013-07-10 03:30:22 -07:00
Gaia Pushbot
59610486af Bumping gaia.json for 6 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/65084cc1f901
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10884 from cctuan/system-1.5x

Bug 881157 - hdpi/xhdpi resolution assets and layout for System app

========

https://hg.mozilla.org/integration/gaia-central/rev/825028166040
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 881157 - hdpi/xhdpi resolution assets and layout for System app

========

https://hg.mozilla.org/integration/gaia-central/rev/d54be8a49829
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #10681 from leob2g/Bug_886668_user_cannot_scroll_in_mmi_screen

Bug 886668 - User cannot scroll in mmi screen. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/29522d5e544f
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 886668 - User cannot scroll in mmi screen

========

https://hg.mozilla.org/integration/gaia-central/rev/d66534bbe4e4
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10842 from borjasalguero/uk_context_menu

 Bug 888241 - [B2G][Leo][SMS] Long tapping on a valid phone number or em...

========

https://hg.mozilla.org/integration/gaia-central/rev/eba5c59c8de2
Author: borjasalguero <fbsc@tid.es>
Desc:  Bug 888241 - [B2G][Leo][SMS] Long tapping on a valid phone number or email, included in a SMS thread, if it overlaps an option of the dialog menu, it opens it directly r=julienw
2013-07-10 03:20:22 -07:00
Gaia Pushbot
3af147c5f2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6256a30275b9
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10878 from rexboy7/fix-bug891408

Bug 891408 - [System] Calculate inline app size correctly (regression)

========

https://hg.mozilla.org/integration/gaia-central/rev/3ad1b19036ee
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 891408 - [System] Calculate inline app size correctly (regression)
2013-07-10 02:00:22 -07:00
Gaia Pushbot
edbf250bb7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f48f21472127
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #10876 from jrburke/bug891728-image-attach-module

Bug 891728 [email] dynamic require of shared/mime_mapper fails due to rel-path r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/541dda1c48c7
Author: jrburke <jrburke@gmail.com>
Desc: Bug 891728 [email] dynamic require of shared/mime_mapper fails due to rel-path
2013-07-09 23:50:23 -07:00
Gaia Pushbot
8e9c43ae28 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0a395a24388f
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #10811 from jrburke/bug890572-email-initial-transparent

Bug 890572 [email] set background transparent for smoother cold start r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/d7ec8d7f8077
Author: jrburke <jrburke@gmail.com>
Desc: Bug 890572 [email] set background transparent for smoother cold start
2013-07-09 23:36:23 -07:00
Gaia Pushbot
01ba016ebc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/87bfcb576b65
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2

Bug 805586 - support "Swipe down" to hide the keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/415cba41ef6c
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 805586 - support "Swipe down" to hide the keyboard
  1. Add the dialog for FTU tip of swipe down
  2. Refine the swipe down behavior not to show the highlighted key
2013-07-09 19:55:23 -07:00
Gaia Pushbot
e09d3bb42b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/364607a1d732
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10875 from mcirlanaru/bug_853313

Bug 853313 - [Email] Properly parse 'mailto' links that don't... r=@asutherland

========

https://hg.mozilla.org/integration/gaia-central/rev/61c6f27e1ff9
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 853313 - [Email] Properly parse 'mailto' links that don't have a 'to' address. r=asuth
2013-07-09 18:05:23 -07:00
Gaia Pushbot
42eb50d273 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3d290c631b11
Author: Donovan Preston <dpreston@mozilla.com>
Desc: Merge pull request #10874 from KevinGrandon/revert_bug_887454

Revert "bug 887454 Remove useragent override for youtube.com" r=fzzzy

========

https://hg.mozilla.org/integration/gaia-central/rev/5fbf6ae01b16
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "bug 887454 Remove useragent override for youtube.com"

This reverts commit 5b5f6d8ecce794323b52daf626cee98dd7b6992e.

========

https://hg.mozilla.org/integration/gaia-central/rev/05a4bc51ae6c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10873 from asutherland/bug_852369

Bug 852369 - [Email] Support multiple email addresses in mailto links.
2013-07-09 16:00:25 -07:00
Gaia Pushbot
09b597831c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e079b44a5b2c
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10801 from mcirlanaru/bug_889771

Bug 889771 - Fix width of SIM PIN input box. r=@fabi1cazenave

========

https://hg.mozilla.org/integration/gaia-central/rev/ede8d13d004c
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 889771 - Fix width of SIM PIN input box. r=kaze
2013-07-09 15:40:29 -07:00
Gaia Pushbot
c3a6325993 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f4a5fe836729
Author: Donovan Preston <donovanpreston@gmail.com>
Desc: bug 887454 Remove useragent override for youtube.com
2013-07-09 15:05:23 -07:00
Gaia Pushbot
7562c82d1e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bf01d5808391
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10872 from asutherland/bug_852369

Bug 852369 - [Email] Support multiple email addresses in mailto links. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/c8788891b795
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 852369 - [Email] Support multiple email addresses in mailto links. r=asuth
2013-07-09 14:45:22 -07:00
Gaia Pushbot
646070d244 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7cb565d70183
Author: You-Sheng Yang <vicamo@gmail.com>
Desc: Merge pull request #10854 from vicamo/bugzilla/891233/deprecate-mozSms-in-cost-control

Bug 891233 - [Cost Control] use navigator.mozMobileMessage instead. r=sa...

========

https://hg.mozilla.org/integration/gaia-central/rev/3f9ba6561939
Author: You-Sheng Yang (楊有勝) <vicamo@gmail.com>
Desc: Bug 891233 - [Cost Control] use navigator.mozMobileMessage instead. r=salva
2013-07-09 10:15:25 -07:00
Gaia Pushbot
cd20c73e73 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cec2f675e2c2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10857 from crh0716/891042

Bug 891042 - Add a mock for mozIccManager

========

https://hg.mozilla.org/integration/gaia-central/rev/ee8354d7ae50
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 891042 - Add a mock for mozIccManager
2013-07-09 09:30:29 -07:00
Gaia Pushbot
6e4582c71f Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/95ada003fd61
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 890989 - [sms] we should not split the phone numbers on spaces r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=890989
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-09 08:35:23 -07:00
Gaia Pushbot
0b8e4282f6 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 890342 - [SMS] LinkHelper regression: misrecognized links

========

https://hg.mozilla.org/integration/gaia-central/rev/a37d3007e1a1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 890342 - [SMS] LinkHelper regression: misrecognized links
2013-07-09 08:05:23 -07:00
Gaia Pushbot
4512df259c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/68ff795e16c1
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10772 from rwldrn/890053

Bug 890053 - [MMS][SMS] Regression. Recipients pull down pushes input behind keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/2b9a69c905ee
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 890053 - [MMS][SMS] Regression. Recipients pull down pushes input behind keyboard

- broken display: https://www.dropbox.com/sh/pirp25nqtaqcktr/pfFsPQPG6n#f:1.jpg
- fixed display: https://www.dropbox.com/sh/pirp25nqtaqcktr/pfFsPQPG6n#f:2.jpg

https://bugzilla.mozilla.org/show_bug.cgi?id=890053
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-09 03:15:27 -07:00