Commit Graph

137953 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
Sotaro Ikeda
78e5e26f72 Bug 886897 - Call VideoFrameContainer::ClearCurrentFrame() before camera hw close. r=mikeh 2013-07-12 09:33:50 -04:00
Edgar Chen
bc1b978904 Bug 875721 - Part 6: Fix marionette tests for iccInfo. r=allstars.chh
--HG--
rename : dom/network/tests/marionette/test_mobile_iccinfo.js => dom/icc/tests/marionette/test_icc_info.js
2013-05-30 19:20:39 +08:00
Edgar Chen
3be1470efd Bug 875721 - Part 5: RIL implementation changes for iccInfo. r=allstars.chh 2013-05-30 19:14:39 +08:00
Edgar Chen
89ad48cad4 Bug 875721 - Part 4: Bluetooth changes for iccInfo. r=echou 2013-05-30 18:56:11 +08:00
Edgar Chen
59777779da Bug 875721 - Part 3: GPS changes for iccInfo. r=kchen 2013-05-30 18:52:56 +08:00
Edgar Chen
e1799ac66a Bug 875721 - Part 2: Move iccInfo related attribute/event from mozMobileConnection to mozIccManager (DOM). r=smaug 2013-05-30 18:36:10 +08:00
Edgar Chen
82a113d317 Bug 875721 - Part 1: Move iccInfo related attribute/event from mozMobileConnection to mozIccManager (IDL). r=allstars.chh, sr=sicking 2013-05-30 18:04:48 +08:00
Ken Chang
27680ed749 Bug 837488 - B2G RIL: Using array for data call settings and handling multiple sharing on one APN connection. r=hsinyi 2013-07-12 12:44:22 +08:00
Tapas Kundu
6b0a399e06 Bug 892037 - Update Date/Time even if hardware RTC fails to update. r=mwu 2013-07-11 14:27:12 -07:00
Peter Chang
c8ba68a427 Bug 885345 - HwcComposer2D doesn't render Camera or Video frames. r=nrc
Correct the buffer validation inside GetRenderState() to pass gralloc
buffer to composer module
2013-07-12 09:06:26 -04:00
Yuan Xulei
76bc19ce86 Bug 883129 - Converts the non-textual element to placeholder character for mozKeyboard. r=hsivonen 2013-07-12 09:04:05 -04: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
Ed Morley
8bffa99b86 Backed out changeset 512a1fd86008 (bug 892285) for failures in invalidation/test-animated-image-layers.html 2013-07-12 10:10:48 +01:00
Fernando Jiménez
14bab581b4 Bug 883048 - [MMI] Send a ussd code while in airplane mode is allowed and doesn´t show any notification. r=vicamo 2013-07-12 10:42:17 +02: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
Michael Wu
68b9315a43 Bug 892285 - Only unlock gralloc surfaces if they were locked, r=bas 2013-07-12 01:52:37 -04: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
Ryan VanderMeulen
4edbcf9417 Merge birch to m-c. 2013-07-11 21:55:16 -04: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
Boris Zbarsky
238365cb48 Bug 890193 followup. Annotate the assertions it causes so we can reopen the CLOSED TREE. 2013-07-11 15:20:56 -04:00
Alexandre Poirot
6277b1fd7a Bug 889356 - Add test for app redirects manifest feature. r=fabrice 2013-07-11 14:43:53 -04:00
Alexandre Poirot
7e0ad111aa Bug 889356 - The redirects functionality appears to fail via pushing the app to the device. r=fabrice 2013-07-11 14:43:38 -04:00
Mihnea Dobrescu-Balaur
7ca0d4f179 Bug 887543 - Windows debug bustage follow-up on a CLOSED TREE. 2013-07-11 10:53:57 -07:00
Ehsan Akhgari
f6d334b2c9 Backed out changeset 121171dddc5b (bug 890405) for Jetpack test failures
Landed on a CLOSED TREE
2013-07-11 13:33:19 -04: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
Ryan VanderMeulen
28145c3883 Merge fx-team to m-c. 2013-07-11 10:58:32 -04: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
Tim Taubert
a90c2e6537 Bug 879375 - Add SessionStore.getWindowDimensions() and tabPreviews.capture() to the reflow exclusion list; r=dao 2013-07-11 12:40:23 +02: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
Ed Morley
f505595e27 Merge mozilla-central and fx-team 2013-07-11 10:59:07 +01:00
Ed Morley
1b88f184f9 Merge mozilla-central and birch 2013-07-11 10:59:04 +01: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
Ed Morley
344eee4d73 Merge latest green birch changeset and mozilla-central 2013-07-11 10:28:08 +01: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
Ed Morley
bbef1fe93c Merge latest green fx-team changeset and mozilla-central 2013-07-11 10:12:37 +01:00
Ed Morley
59e03e8a09 Merge latest green inbound changeset and mozilla-central 2013-07-11 10:10:13 +01:00
Thomas Zimmermann
59582db300 Bug 891276: Removed unused function dbus_returns_uint32, r=echou
AddServiceRecords was the only user of this function. This patch
cleans it up.
2013-07-11 09:58:53 +02:00
Thomas Zimmermann
10fd8b347c Bug 891276: Cleanup *ServiceRecords functions, r=echou
AddServiceRecords and RemoveServiceRecords are unused. This patch
removes any related code.
2013-07-11 09:58:26 +02:00
Panos Astithas
eedfc10df3 Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03: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
Michael Wu
c3a4789887 Bug 892182 - Fallback on FB rendering on HWC 1.0, r=vlad 2013-07-11 02:14:35 -04:00