Gaia Pushbot
98f083568e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b1f9cd3cbbb1
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10796 from ian-liu/clock/Bug890216_creating_alarm_button_is_not_align_with_date/day_context
Bug 890216 - [Clock] The button of creating alarm is not align with displaying date/day context, r=@rexboy7
========
https://hg.mozilla.org/integration/gaia-central/rev/e7bc55c1e56a
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 890216 - [Clock] The button of creating alarm is not align with displaying date/day context
2013-07-04 21:05:23 -07:00
Gaia Pushbot
37bc41f453
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6ac97ae41660
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10789 from ian-liu/bluetooth/Bug881134_hdpi/xhdpi_resolution_assets_and_layout_for_Bluetooth_File_Transfer_app
Bug 881134 - hdpi/xhdpi resolution assets and layout for Bluetooth File Transfer app, r=@rexboy7
========
https://hg.mozilla.org/integration/gaia-central/rev/f04b97517eab
Author: Ian Liu <iliu@mozilla.com>
Desc: Bug 881134 - hdpi/xhdpi resolution assets and layout for Bluetooth File Transfer app
2013-07-04 20:40:23 -07:00
Gaia Pushbot
55da34b2b8
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ce7ad6593dab
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10797 from ian-liu/bluetooth/Bug890232_The_checked_icon_disappeared_in_paired_devices_selector
Bug 890232 - [Bluetooth File Transfer] The checked icon disappeared in paired devices selector., r=@rexboy7
========
https://hg.mozilla.org/integration/gaia-central/rev/d0b73eff3858
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 890232 - [Bluetooth File Transfer] The checked icon disappeared in paired devices selector.
2013-07-04 20:30:23 -07:00
Gaia Pushbot
d1ff01953c
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fced758fbf0b
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 887737 - [SMS] The device is not recognizing the phone number received completely - r=julienw
* Rewrite the phone number matching regexp
* Include all the fixtures from Utils tests in FixturePhones and include in setup so we can share test cases
2013-07-04 17:45:22 -07:00
Gaia Pushbot
851bd9c42b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9621115bda40
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10709 from fabi1cazenave/l10nOptim-bug853933
Bug 853933 - Don't inline all locales as JSON in the HTML, r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/cf0c69f54763
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 853933 - Don't inline all locales as JSON in the HTML
Currently, in order to ensure that apps are translated before first paint, all l10n resources are included as one multi-locales JSON dictionary, which is serialized in an inline `<script>` element for each HTML document. This works fine when shipping few locales, but it can increase the document size quite badly for 60+ locales, thus delaying the startup time very significantly.
This patch allows to support 60+ locales more easily by having:
* one minimal JSON dictionary per locale in each HTML file;
* one extensive JSON dictionary per locale in each webapp.
The inline JSON dictionary is split on a per-locale basis (= one `<script>` node per supported locale) and only contains the l10n strings that are required to translate the HTML document: the "startup cost" of each locale becomes neglectable, and it removes the risk of high RAM consumption when parsing a giant multi-locale JSON at startup.
All l10n resources that are not declared in the HTML document are concatenated in a single JSON dictionary per locale: this reduces the number of disk I/O to load l10n resources and does not increase the total disk size of each webapp. To enable this, this patch implements a `{{locale}}` quasi-litteral in the HTML markup that is used to declare l10n resources:
<link rel="prefetch" type="application/l10n" href="/{{locale}}.json" />
where `{{locale}}` is replaced by the value of `navigator.language`.
Note that this latter optimization is only interesting for apps that wait for the `localized` event to start. With the inline JSON dictionary for the declarative content and the `mozL10n.localize()` method, most apps could probably stop waiting for this `localized` event now.
2013-07-04 06:40:22 -07:00
Gaia Pushbot
92c626df42
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2cbab6f51d9a
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10775 from cctuan/master-hd
Bug 881148 - hdpi/xhdpi resolution assets and layout for Gallery app
========
https://hg.mozilla.org/integration/gaia-central/rev/302b70caf57d
Author: gduan <gduan@mozilla.com>
Desc: Bug 881148 - hdpi/xhdpi resolution assets and layout for Gallery app - update images
2013-07-04 04:35:26 -07:00
Gaia Pushbot
f17cbd279b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/38ef06586fad
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10794 from alivedise/bugzilla/889175/incoming-call-statusbar
Bug 889175 - Fix UI problem of fullscreen app when call incoming, r=timdream, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/fe83e3a42657
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 889175 - Fix UI problem of fullscreen app when call incoming
2013-07-04 03:50:23 -07:00
Gaia Pushbot
03213d182e
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/872dcf886fc6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10779 from alivedise/bugzilla/889224/remove-remember-me-for-fullscreen
Bug 889224 - Remove remember me option for fullscreen request, r=timdream, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/1a20751023e5
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 889224 - Remove remember me option for fullscreen request
========
https://hg.mozilla.org/integration/gaia-central/rev/5c8f935b95f0
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10786 from mozshiao9/master_sms_889211
Bug 889211 - [SMS] The delivery repory icon for the message is shown with two check, r=@steveck-chung
========
https://hg.mozilla.org/integration/gaia-central/rev/2395a22557e4
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 889211 - [SMS] The delivery repory icon for the message is shown with two checks
2013-07-04 03:40:22 -07:00
Gaia Pushbot
dbd6a46a7b
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9f6691adac69
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 885283 - [sms] receiving a SMS from an existing thread but on a new thread container is broken r=gnarf
* Refactored how threads are added when a new message is received
* This incidentally resolves the bug
* made FixedHeader's refresh and scroll handler so that it's being called once
per tick only. Then we won't be afraid of calling refresh too many.
* remove some unused code in FixedHeader
* adds tests for FixedHeader
* Fix indentation of createThreadMockup
2013-07-04 03:30:22 -07:00
Gaia Pushbot
4a612905fe
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8637e29fffcb
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 890079 - Homescreen grid tests failing in TBPL with: document.createTouch is not a function r=crdlc
don't try to send touch events if document.createTouch is missing.
2013-07-04 03:20:23 -07:00
Gaia Pushbot
a2dd2a467b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a08ec95a1863
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10762 from comoyo/keyboard_selectionend_gaia
Bug 889347 - SelectionChange event doesn't bubble through in mozKeyboard. r=xyuan
========
https://hg.mozilla.org/integration/gaia-central/rev/c2c684f4fec8
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 889347 - SelectionChange event doesn't bubble through in mozKeyboard
2013-07-04 02:35:22 -07:00
Gaia Pushbot
d6802492ad
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/76f431dd5fff
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #10614 from jrburke/bug886446-email-partition
Bug 886446 - [email] Partition card loading, cache initial card HTML for fast startup r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/0bfac4c5f317
Author: jrburke <jrburke@gmail.com>
Desc: Bug 886446 - [email] Partition card loading, cache initial card HTML for fast startup
2013-07-04 01:15:23 -07:00
Gaia Pushbot
6bd450deea
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e76887bfdff5
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10783 from marcofreda527/bug-888841-gaia-px
Bug 888841 - To use the specific value from device makefile for GAIA_DEV_PIXELS_PER_PX. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/6e560635df07
Author: Marco Chen <mchen@mozilla.com>
Desc: Bug 888841 - To use the specific value from device makefile for GAIA_DEV_PIXELS_PER_PX. r=timdream.
2013-07-03 23:45:23 -07:00
Gaia Pushbot
d22494e0ec
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/41b850b0339d
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10721 from yurenju/bug885228
Bug 885228: added 1.5x iamges in shared directory r=basiclines
========
https://hg.mozilla.org/integration/gaia-central/rev/f03389a6de6c
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 885228: added 1.5x iamges in shared directory
2013-07-03 19:40:22 -07:00
Gaia Pushbot
995f5db2c4
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4ec0216e9571
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10654 from mykmelez/battery-charging
Bug 887634 - Don't shut down because of low battery level if battery is charging r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/07ba4a8e816b
Author: Myk Melez <myk@mozilla.org>
Desc: don't shut down because of low battery level if battery is charging
2013-07-03 15:15:41 -07:00
Gaia Pushbot
17cdac1ad7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6cf7a6a11323
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10763 from leob2g/bug_889784_retake_size_limit_message_during
BUG 889784 limit size popup for retake pick video. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/e9eed87bc734
Author: jyothiprasadg <jyothi.prasad@lge.com>
Desc: BUG 889784 limit size popup for retake pick video
2013-07-03 15:05:22 -07:00
Gaia Pushbot
42845a431e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/67d19cc463ee
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10756 from huchengtw-moz/video/Bug_889229_shows1-60_on_duration
Bug 889229 - shows 1:60 on duration when open files with activity, view....r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/8fee30488b0b
Author: John Hu <johu@mozilla.com>
Desc: Bug 889229 - shows 1:60 on duration when open files with activity, view.js.
2013-07-03 14:41:34 -07:00
Ryan VanderMeulen
a4120936bf
Merge inbound and m-c.
2013-07-03 14:04:16 -04:00
Gaia Pushbot
bb558d1dff
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/94ed925b75d0
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #10724 from gabrielesvelto/bug-888184
Bug 888184 - Remove the canvas-based animations introduced in the workaround for bug 822345 r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/106257582c77
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 888184 - Remove the canvas-based animations introduced in the workaround for bug 822345
- Removed the JavaScript code used to create the animations
- Replace the animated canvases with APNG animtions
- Removed the unused PNG files and recompressed the existing ones
2013-07-03 10:15:56 -07:00
Gaia Pushbot
a6cc846f73
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7f349019ccb
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 883813 - [SMS][MMS] Placeholder string "Message" is not localizable r=julienw
Use HTML5 "data-" attribute for the localization value because setting
arbitrary elements is explicitly *not* supported by Gaia's L10n library.
2013-07-03 08:15:27 -07:00
Gaia Pushbot
b6fa89c306
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c33a4a5188f4
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10512 from daleharvey/858998
Bug 858998 - Add l10n string for Top Sites. r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/9ab636f74de0
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 858998 - Add seperate l10n strings for top sites
2013-07-03 07:20:28 -07:00
Gaia Pushbot
18216f570f
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a11b254563d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10469 from eeejay/lockscreen-a11y-tweaks
Bug 884514, 884517 - Lockscreen a11y tweaks
========
https://hg.mozilla.org/integration/gaia-central/rev/cb45fd51a8f0
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 884514 - Hide windows when lockscreen is active.
Changing the style of the app iframes won't work well because it will interfere with the way that audio apps work. So we need to use aria-hidden.
========
https://hg.mozilla.org/integration/gaia-central/rev/f31603695163
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 884517 - Change lockscreen to not collapse button area when screenreader is enabled.
Updates:
- Conditionally remove 'triggered' class when screen reader is disabled.
- Also deleted some obsolete 'triggered' class removal lines that followed.
2013-07-03 06:55:22 -07:00
Jan Jongboom
05f79b3453
Bug 889347 - Fire the onselectionchange event whenever the selection changes. r=xyuan
2013-07-03 09:33:33 -04:00
Gaia Pushbot
95b937c784
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4567d6a94813
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10752 from Rik/20minutos-889560
Bug 889560 - Remove 20minutos.es from UA overrides r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/fa50062b108d
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 889560 - Remove 20minutos.es from UA overrides
2013-07-03 05:15:25 -07:00
Gaia Pushbot
9bfb40461f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0ce8987e0497
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10748 from ochameau/bug889384
Bug 889384 - Windows desktop B2G build failure during webapp.zip packaging. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/f3a1dc43c83c
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 889384 - Windows desktop B2G build failure during webapp.zip packaging.
2013-07-03 03:15:32 -07:00
Gaia Pushbot
84dc9e4113
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a67098916757
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10548 from masap/20130622
Bug 791506 - [Wifi] Enable BSSID for WPS PIN, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/a063efbff157
Author: masap <masashi.honma@gmail.com>
Desc: Bug 791506 - [Wifi] Enable BSSID for WPS PIN
2013-07-03 01:00:27 -07:00
Kevin Grandon
5e621f743c
Bug 889123 - Implement Gecko preference for enabling of pre-installed applications. r=fabrice
2013-07-07 16:41:55 -04:00
Gaia Pushbot
a392d9e690
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ca1c4c690dc0
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10739 from cctuan/888065
Bug 888065 - [B2G][Leo][Settings][Phonelock] Lock pad appears when the phone lock frequency is set afterwards
========
https://hg.mozilla.org/integration/gaia-central/rev/9386df50d5fb
Author: gduan <gduan@mozilla.com>
Desc: Bug 888065 - [B2G][Leo][Settings][Phonelock] Lock pad appears when the phone lock frequency is set afterwards
2013-07-02 23:55:22 -07:00
Gaia Pushbot
643a4fc1c6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d7c086d7ee8d
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10758 from leob2g/Bug_888151_Alarmlist_Alarm_label_and_Repeat_days_overlap
[Bug 888151] In Alarmlist Alarm Label And Repeat days overlap correction r=ianliu
========
https://hg.mozilla.org/integration/gaia-central/rev/aca4f1efe3f5
Author: sarath27.vs <sarath27.vs@lge.com>
Desc: In Alarmlist Alarm Label And Repeat days overlap correction
2013-07-02 23:30:30 -07:00
Gaia Pushbot
e98b8c8aad
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a3510b66ea86
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10723 from dominickuo/bug-882099-new
Bug 882099 - [music] Check both major and compatible brands for MP4 files, r=davidflanagan
========
https://hg.mozilla.org/integration/gaia-central/rev/8e47f0c49642
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 882099 - [music] Check both major and compatible brands for MP4 files
========
https://hg.mozilla.org/integration/gaia-central/rev/62448468b885
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10743 from evanxd/bug-881137
Bug 881137 - hdpi/xhdpi resolution assets and layout for Calendar app
========
https://hg.mozilla.org/integration/gaia-central/rev/beddaba0f796
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 881137 - Support hdpi resolution device.
2013-07-02 20:56:29 -07:00
Gaia Pushbot
01bd1abed7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4077781fe602
Author: Ben Tian <btian@mozilla.com>
Desc: Merge pull request #10712 from bentian/bug-884192
Bug 884192 - [Bluetooth] Rename commands from dom bluetooth to Dialer ap...
========
https://hg.mozilla.org/integration/gaia-central/rev/d949e53416ca
Author: Ben Tian <btian@mozilla.com>
Desc: Bug 884192 - [Bluetooth] Rename commands from dom bluetooth to Dialer app (in Dialer), r=etienne.
2013-07-02 19:15:27 -07:00
Gaia Pushbot
e3f0bfffac
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d149097e9faf
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10754 from jonallengriffin/889657
Bug 889657 - Use lowercase passed/failed/todo, r=aki, a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/42be7f2bca4c
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 889657 - Use lowercase passed/failed/todo, r=aki, a=test-only
2013-07-02 18:20:25 -07:00
Gaia Pushbot
dd1538ef0c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/82cba799ba6a
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Merge pull request #10725 from siemiatj/bug_888181
Bug 888181 - Remove all prefixed usages of mozvisibilitychange and mozHi...
========
https://hg.mozilla.org/integration/gaia-central/rev/355fda17355e
Author: jakub <jakub@bryntum.com>
Desc: Bug 888181 - Remove all prefixed usages of mozvisibilitychange and mozHidden
2013-07-02 14:05:27 -07:00
Gaia Pushbot
ad77682f55
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9f135cb57a0a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10677 from benfrancis/887896
Bug 887896 - Regression: Focussing address bar does not show & select URL. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/9b39ec340c4d
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 887896 - Regression: Focussing address bar does not show & select URL
2013-07-02 12:25:24 -07:00
Gaia Pushbot
4148593f48
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8363cb4b2029
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #10577 from jaoo/863181
Bug 863181 - [Settings][Call Settings] the 'timeSeconds' for no_reply call forwarding dose not be set correctly. r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/eb133288efd1
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 863181 - [Settings][Call Settings] the 'timeSeconds' for no_reply call forwarding dose not be set correctly
2013-07-02 12:15:25 -07:00
Gaia Pushbot
9b03e7fb3b
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aa2108bb5f54
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 870711 - Fixes URL linking in SMS - r=julienw
* Rewrote LinkHelper to avoid a bunch of edge cases and overlapping links
* Modeled greatly after `android.text.util.Linkify`
* Co-Author credit for @lissyx for starting me out with an awesome unit test suite
Closes gh-10741
2013-07-02 11:10:23 -07:00
Gaia Pushbot
a083e28938
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e8b3281b9e2c
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #10747 from gaye/bug-889405
Bug 889405 - Remove broken css r=lightsofapollo
========
https://hg.mozilla.org/integration/gaia-central/rev/b14d5bbe1c3f
Author: gaye <gaye@mozilla.com>
Desc: Bug 889405 - Remove broken css
2013-07-02 10:25:23 -07:00
Gaia Pushbot
6634e43d7a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/30c995937da1
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10745 from lodr/bug-889367-movistar-peru-configuration
Bug 889367 - Movistar Peru configuration file
r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/b4aca17677e9
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 889367 - Movistar Peru configuration file
2013-07-02 09:40:22 -07:00
Gaia Pushbot
920057a506
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d0dfefa25da3
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10744 from lodr/bug-888206-avoiding-crash-during-startup
Bug 888206 - Avoiding crash during startup
r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/dea42ba078ef
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 888206 - Avoiding crash during startup
2013-07-02 09:30:23 -07:00
Gaia Pushbot
d6b1f7ff12
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4580fc5120bd
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10620 from davidflanagan/bug874011
Bug 874011: change auto-correct language and suggestions when user switches keyboards r=mcirlanaru
========
https://hg.mozilla.org/integration/gaia-central/rev/00a499016a2d
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 874011: change auto-correct language and suggestions when user switches keyboards
Don't switch keyboards if the menu is shown but the user selects nothing
2013-07-02 09:15:38 -07:00
Gaia Pushbot
e38ea72588
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ff2462b5cbd4
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10606 from samjoch/bug-829027-SettingsCheckNowButton
Bug 829027 - [Settings] "Check Now" button in Device Information, Softwa... r=:etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/a39cf15c3f07
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 829027 - [Settings] "Check Now" button in Device Information, Software Updates should be disabled when there are no connections available
2013-07-02 08:35:24 -07:00
Gaia Pushbot
d8478b0284
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/08c6ccd77761
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10729 from mcirlanaru/bug_846494
Bug 846494 - Display sleep menu labels on multiple lines if ... r=@alivedise
========
https://hg.mozilla.org/integration/gaia-central/rev/d0715253123a
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 846494 - Display sleep menu labels on multiple lines if they overflow. r=alive
2013-07-02 08:20:22 -07:00
Alexandre Poirot
158694a98f
Bug 888409 - Set b2g version to 1.2.0.0 for master. r=akeybl
2013-07-02 08:18:04 -04:00
Gaia Pushbot
8718c4bf84
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2b95084db6ee
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10031 from samjoch/bug-863333-BluetoothUpdateUnpairScreen
Bug 863333 - [Settings Bluetooth] Update Unpair Screen r=:kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/bc1d475d902c
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 863333 - [Bluetooth] Update unpair screen
2013-07-02 04:20:23 -07:00
Gaia Pushbot
074f89c386
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f06e37bfa349
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #10740 from jmcanterafonseca/patch_wlive
Allow customization for Windows Live Application Id
========
https://hg.mozilla.org/integration/gaia-central/rev/549509678dbc
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 889271 Allow customization for Windows Live Application Id
========
https://hg.mozilla.org/integration/gaia-central/rev/76b58a0d1d62
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10737 from comoyo/bug_889055
Bug 889055 - Render UI tests fail in TBPL. r=RudyL
========
https://hg.mozilla.org/integration/gaia-central/rev/315a4155490e
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 889055 - Render UI tests fail in TBPL
2013-07-02 03:00:22 -07:00
Gaia Pushbot
5b73841eef
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/204d793347d1
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10500 from dominickuo/bug-884722
Bug 884722 - [music] support amr for open activity, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/d14a7daf171c
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 884722 - [music] support amr for open activity
2013-07-02 00:15:23 -07:00
Gaia Pushbot
b10fd40796
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b7a20107e22
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10670 from rexboy7/fixhd-887742
Fix bug 887742 - Let GAIA_DEV_PIXELS_PER_PX valid for files in resources/branding
========
https://hg.mozilla.org/integration/gaia-central/rev/010e52ab13ba
Author: Rex Lee <rexboy@mozilla.com>
Desc: Fix bug 887742 - Let GAIA_DEV_PIXELS_PER_PX valid for files in resources/branding
2013-07-01 20:10:23 -07:00
Gaia Pushbot
4d9af96b86
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a75650772c73
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10727 from fabi1cazenave/wifiSuspended-bug885647
bug 885647: wifi.suspended is not inverse of wifi.enabled, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/4f201f641d3d
Author: Vasanthakumar (Vasanth) Pandurangan <vasanth@codeaurora.org>
Desc: bug 885647: wifi.suspended is not inverse of wifi.enabled, r=kaze
2013-07-01 15:00:24 -07:00
Gaia Pushbot
17a0d51b4d
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f4181116dadd
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 884489 - [i10n] Add support for localizing style- and dataset- DOM properties r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/0d843e265d15
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10703 from wanderview/contacts-order-search-noname
Bug 888465: Fix order/search for "no name" contacts. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/9e9b32e55777
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 888465: Fix order/search for "no name" contacts
2013-07-01 14:15:23 -07:00
Gaia Pushbot
2f4e15e1d1
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/64355faf25ea
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10644 from jonallengriffin/bug887451
Bug 887451 - Disable failing gaia unit tests for TBPL, r=mdas, a=test-on...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b3e00ace865
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 887451 - Disable failing gaia unit tests for TBPL, r=mdas, a=test-only
2013-07-01 13:30:53 -07:00
Gaia Pushbot
31f4f1548c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d46c263ad4a
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10716 from leob2g/Bug_888818_Missing_localization_default_media_location
Bug 888818 - [Settings] missing localization of default media location popup, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/ce3245c8cf63
Author: hyuna.cho <hyuna.cho@lge.com>
Desc: Bug 888818 - [Settings] missing localization of default media location popup
2013-07-01 10:35:24 -07:00
Gaia Pushbot
15980339a3
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/519ae35c24d2
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #10439 from gtorodelvalle/dialer-bug-880633-no-text-in-select-all-button
Bug 880633 - [CALL LOG] Select All button flash in white and text button dissapear (r=fcampo).
========
https://hg.mozilla.org/integration/gaia-central/rev/da9a41e8594f
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 880633 - [CALL LOG] Select All button flash in white and text button dissapear.
2013-07-01 09:25:22 -07:00
Fabrice Desré
9810f4eb2e
Bug 882506 - Remove useless nsBrowserAccess in shell.js r=vingtetun
2013-07-01 09:18:07 -07:00
Gaia Pushbot
3107735355
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/55bf0b4ae518
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10704 from wanderview/contacts-tests-timing
Bug 888498: Make contacts test less time sensitive. r=crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/46c45b6f36bf
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 888498: Make contacts test less time sensitive
This patch essentially removes all setTimeout() calls and replaces them
with event listener's on 'listRendered'. To avoid future timing problems
it also uses this technique with as many of the load() calls as possible.
2013-07-01 08:40:23 -07:00
Gaia Pushbot
92037a1a46
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/84ffad96913e
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10662 from lodr/bug-887591-fixing-time-assertions
Bug 887591 - Fixing time assertions.
r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/569e89600b35
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 887591 - Fixing time assertions.
2013-07-01 08:10:23 -07:00
Gaia Pushbot
ed2629da93
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3d8b6baf9d3b
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 885259 - [SMS/MMS] Edit mode can be enabled while composing a message r=borjasalguero
As per the UI specification, the "Edit Mode" button should be available
while a message is being composed, but when Edit Mode is entered, the
Compose field should be completely hidden.
========
https://hg.mozilla.org/integration/gaia-central/rev/85c55424a27b
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10706 from lissyx/bug883341
Bug 883341 - Ensure that the 'pick' activity is valid for Contacts
========
https://hg.mozilla.org/integration/gaia-central/rev/d51f27692e85
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 883341 - Ensure that the 'pick' activity is valid for Contacts
When the user tap on an <input type="file"> field, this triggers a
'pick' activity with no data, hence any app implementing the 'pick'
activity handler will be proposed. However, the Contacts app does not
know how to properly handle this case (in fact it does not make sense),
so we force the filtering to be done with the proper mime type: Contacts
app will not be proposed anymore for 'pick' activity triggered from
<input type="file"> user interaction. Thanks to Andrea Marchesini
(:baku) for suggesting this!
2013-07-01 08:00:23 -07:00
Gaia Pushbot
73befff732
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fff83f755600
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10690 from Rik/restrict-linter-hook-887873
Bug 887873 - precommit hook should check only apps/ and shared/ r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/95946920b1e4
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 887873 - precommit hook should check only apps/ and shared/
2013-07-01 07:25:22 -07:00
Gaia Pushbot
a049f12fcd
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fa7dd2390fbc
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10698 from comoyo/VCF-878579
Bug 878579 - [contacts] Import from "memory card", not "sd card"; use same term like media apps [r=aryx]
========
https://hg.mozilla.org/integration/gaia-central/rev/cdbb3e55550f
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 878579 - [contacts] Import from "memory card", not "sd card"; use same term like media apps [r=aryx]
2013-07-01 07:15:25 -07:00
Ryan VanderMeulen
ce10e4411d
Merge m-c and birch.
2013-07-01 08:15:19 -04:00
Gaia Pushbot
cadc76ae8c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b781d1e14fd8
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10707 from mcirlanaru/bug_848196
Bug 848196 - [Keyboard] Keep special characters in upper case if caps is... r=@RudyLu
========
https://hg.mozilla.org/integration/gaia-central/rev/2c4f18f4e91e
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 848196 - [Keyboard] Keep special characters in upper case if caps is locked. r=rudyl
2013-07-01 04:05:23 -07:00
Gaia Pushbot
82cac57da5
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cba83cc33359
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10714 from timdream/remove-responsive
Bug 870318 - Remove the poor man's multi-resolution support, r=basiclines
========
https://hg.mozilla.org/integration/gaia-central/rev/db5d8f1c43e9
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 870318 - Remove the poor man's multi-resolution support
2013-07-01 03:10:23 -07:00
Gaia Pushbot
fb900e5a9d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/688fc3ba0ba2
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10692 from crdlc/bug-887801
Bug 887801 - [Search UI] the progress and "no contacts found" message are not displayed
========
https://hg.mozilla.org/integration/gaia-central/rev/0f63f36b6f7e
Author: crdlc <crdlc@tid.es>
Desc: Bug 887801 - contacts app search \"no contacts found\" message is not displayed
2013-07-01 03:00:23 -07:00
Gaia Pushbot
0e3323da38
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/88b1d8837580
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10536 from evanxd/bug-880257
Bug 880257 - [MMS] Implement a "Device without SIM" message when attempting to send messages without a SIM card
========
https://hg.mozilla.org/integration/gaia-central/rev/0e6dd47508e7
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 880257 - Show error messages when send SMS and MMS messages without SIM card, in air plane mode, or with other error.
2013-07-01 01:20:22 -07:00
Gaia Pushbot
947b831916
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/99e9d27a6122
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10691 from huchengtw-moz/video/Bug_876688_progress_slider_shows_0001
Bug 876688 - [video] Progress slider shows 00:01 when it first appears, r=@djf
========
https://hg.mozilla.org/integration/gaia-central/rev/212aaa4fbe12
Author: John Hu <johu@mozilla.com>
Desc: Bug 876688 - [video] Progress slider shows 00:01 when it first appears
2013-06-30 22:45:23 -07:00
Gaia Pushbot
7d9fc44db8
Bumping gaia.json for 6 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c201d63425a6
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #10708 from ferjm/mmiresultfinal
MMI localization support (multiple commits)
========
https://hg.mozilla.org/integration/gaia-central/rev/110a490561bb
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 879685 - (mmi-localization-cw) [MMI] Localization of Call Waiting functionality. r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/a24294e33110
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 879694 - (mmi-localization-cb) [MMI] Localization of Call Barring functionality. r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/f21ed81960ce
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 879680 - (mmi-result-cf) [MMI] Use MMIResult for Call Forwarding related functionality. r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/acea7c21c021
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 874000 - (mmi-result-pin) [MMI] Use MMIResult for PIN/PIN2/PUK related functionality. r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/bb0646386fb4
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 884349 - [MMI] Use MMIResult for get IMEI. r=rik
2013-06-30 05:55:22 -07:00
Gaia Pushbot
1a0170ce8c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a65adcda6817
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10686 from Rik/notifications-883829
Bug 883829 - When the handset receives a notification in Portuguese, the relative time is cut r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/d5401872c20f
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 883829 - When the handset receives a notification in Portuguese, the relative time is cut
2013-06-29 09:25:36 -07:00
Gaia Pushbot
c12505f656
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4d1b68747220
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10705 from mcirlanaru/bug_888110
Bug 888110 - [Keyboard] Show '$' as alternative when long pressing ... r=@RudyLu
========
https://hg.mozilla.org/integration/gaia-central/rev/c43bdfcab806
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 888110 - [Keyboard] Show '$' as alternative when long pressing the 'S' key. r=rudyl
2013-06-29 06:15:25 -07:00
Gaia Pushbot
d58c9a79cd
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/b34b8df8f2b6
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #10615 from nullaus/bug-828980
Bug 828980 - Implement first time use 'swipe to navigate' hint to be shown once to the user.
========
https://hg.mozilla.org/integration/gaia-central/rev/7224bbb5591e
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 828980
Implement first time use 'swipe to navigate' hint to be shown once to the user.
r=gaye, kgrandon, lightsofapollo
2013-06-28 14:56:39 -07:00
Gaia Pushbot
a155fde105
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/67fc22e628e1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10673 from wanderview/contacts-edit-noname
Bug 887564: Do not show phone # in name edit field
========
https://hg.mozilla.org/integration/gaia-central/rev/e4b3224b9a90
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 887564: Do not show phone # in name edit field
Previously the contacts_list code would overwrite the givenName field in
the contact object. This was done so that different values could be
shown in the list if a name was not present. This causes problems, though,
when the contact object is shared between multiple parts of the app. In
this case the contacts_form code was getting handed one of these modified
contact objects.
Modify the code to calculate the display name, but not modify the contact
object itself. Also refactor how contacts_list refresh() works when given
a contact object instead of an ID. The previous code was a bit confusing
and called remove() twice for objects.
2013-06-28 08:50:23 -07:00
Gaia Pushbot
701e7e7be3
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b64e747d9322
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10658 from ian-liu/settings/Bug881985_do_not_update_language_button_and_description_in_Language_menu
Bug 881985 - [Settings] Do not update language button and description in Language menu, r=@fabi1cazenave
========
https://hg.mozilla.org/integration/gaia-central/rev/b31d810c77eb
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 881985 - [Settings] Do not update language button and description in Language menu
2013-06-28 06:50:22 -07:00
Gaia Pushbot
9b163e3da1
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/21e1cf17d62c
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10685 from daleharvey/885349
Bug 885349 - Check for hasVideo flag on context menu and treat as audio if false. r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/6f879dde20f6
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 885349 - Check for hasVideo flag on context menu and treast as audio if none.
2013-06-28 05:41:58 -07:00
Gaia Pushbot
4e3550d6cc
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/e528145bb92f
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10274 from evanxd/bug-879779
Bug 879779 - [MMS] [UX] Message thread. Adjust beggining of content when there's no phone/carrier banner in the layout
========
https://hg.mozilla.org/integration/gaia-central/rev/76993248cb75
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 879779 - Set message content below the header with 1.5 rem.
2013-06-28 03:40:45 -07:00
Gene Lian
86512c3b8b
Bug 887815 - [SMS][MMS] receiving successful delivery report even though delivery report is OFF in settings. r=ctai a=leo+
2013-06-28 16:53:30 +08:00
Gaia Pushbot
67ed9e539b
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/2819b7e9c88c
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10635 from comoyo/retry_pin_code
Bug 887190 - Upon introducing wrong PIN code, focus and keyboard go away and the user can't try it again
========
https://hg.mozilla.org/integration/gaia-central/rev/62dd6d2de7df
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 887190 - Upon introducing wrong PIN code, focus and keyboard go away and the user can't try it again
2013-06-28 02:00:51 -07:00
Gaia Pushbot
ebc98f8a6f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/56a87e83b4d9
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10687 from alivedise/bugzilla/888170/lint
Bug 888170 - Fix lint, r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/15c3c1cb392f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 888170 - Fix lint
2013-06-28 00:30:22 -07:00
Gaia Pushbot
f4d77fdeeb
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9397ec98273b
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10678 from Rik/translate-comments-883787
Bug 883787 - Translate lazy loaded panels after loading them r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/e1c5df7a2668
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 883787 - Translate lazy loaded panels after loading them
========
https://hg.mozilla.org/integration/gaia-central/rev/5ebfcbea057a
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10657 from cctuan/bug883829
Bug 883829 - When the handset receives a notification in Portuguese, the relative time is cut. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/e3919e9ea632
Author: gduan <gduan@mozilla.com>
Desc: Bug 883829 - When the handset receives a notification in Portuguese, the relative time is cut
2013-06-28 00:00:22 -07:00
Gaia Pushbot
6171a4c735
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/12233e1a8293
Author: Corey Frang <gnarf@gnarf.net>
Desc: Bug 885584 - [B2G][SMS/MMS] Thumbnails are invisible in the preview attachment with large files - r=julienw
* Sets max thumbnail generation size to 1.5 megs, which should be big enough for any mms image
* Removes a var self = this;
2013-06-27 23:15:27 -07:00
Gaia Pushbot
1258e0b491
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c51da8c9261e
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10683 from alivedise/bugzilla/881584_master
Bug 881584 - Stop video activity when visibility is changed. r=djf, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/a3692d3da90d
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 881584 - Stop video activity when visibility is changed.
2013-06-27 23:01:24 -07:00
Kan-Ru Chen (陳侃如)
586afc489e
Bug 883024 - Install missing stylesheets for b2g. r=roc
2013-06-27 17:50:30 +08:00
Gaia Pushbot
3c957acf95
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3f6ed55451da
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10666 from steveck-chung/bug-887216
Bug 887216 - [MMS] The header in a group message is active, it works as the go back key
========
https://hg.mozilla.org/integration/gaia-central/rev/603664b50503
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 887216 - [MMS] The header in a group message is active, it works as the go back key
2013-06-27 22:05:23 -07:00
Gaia Pushbot
1326d87664
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e70e23fc4b7a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10660 from alivedise/bugzilla/887683/camera-cancel-pick-in-background
Bug 887683: Cancel pick activity correctly while go to background.
2013-06-27 21:35:23 -07:00
Gaia Pushbot
3dd223bf3b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f71069d3ab46
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10572 from RudyLu/keyboard/Bug796600-scrollable_keyboard_layout_menu_commit
Bug 796600 - make the keyboard layout menu scrollable. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/66836ba4ae35
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 796600 - make the keyboard layout menu scrollable
1. Add LOCKED_AREA so the menu will not be easily dismissed
2. Will do continuous scrolling if you stick to the edge of the menu
2013-06-27 21:10:24 -07:00
Gaia Pushbot
1a79fec9e2
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f803d9d89864
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 887651 - [SMS] Contact name is double escaped in Notification - r=gnarf
Removed html escaping when submitting an sms notification. The title is rendered with textContent, so there is no need to escape.
Closes gh-10682
2013-06-27 20:50:22 -07:00
Gaia Pushbot
71e1b0e221
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/22a1aea11597
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #10672 from JonHylands/jhylands-887654-big-threads-in-all-workloads-master
Bug 887654 - Changed 200, 500, and 1000 sized sms/mms reference workloads to use BIG-THREAD model
r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/afe4bfbd4c7c
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 887654 - Changed 200, 500, and 1000 sized sms/mms reference workloads to use BIG-THREAD model
========
https://hg.mozilla.org/integration/gaia-central/rev/e39b404ac01c
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #10581 from reubenmorais/master
Bug 885979 - Add a setting for enabling Contacts debugging output at runtime. r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/877309261bfa
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Bug 885979 - Add preference to enable Contacts API debugging. r=evelyn
2013-06-27 20:40:32 -07:00
Gaia Pushbot
13b0af73a3
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e47589d4aabd
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #10680 from KevinGrandon/lazy_load_clock_js
Bug 888007 - Lazy load banner.js
========
https://hg.mozilla.org/integration/gaia-central/rev/084a7b901f20
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 888007 - Lazy load banner.js
2013-06-27 19:20:26 -07:00
Chris AtLee
dd16c8620c
Bug 816793: Backed out changeset e77346fbdff1 for bustage. r=bustage
2013-06-27 17:09:14 -04:00
Chris AtLee
9b6ed4ed02
Bug 816793: Include 32-bit mozconfig for linux desktop b2g builds. r=ted
2013-06-27 16:16:16 -04:00
Gaia Pushbot
232b30805c
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dfacedfab904
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 883787 - Translate the code in HTML comments in the build process"
This reverts commit 53eea8a3da5ae1de3de471a0b1d48aafdd7e81ce.
2013-06-27 11:15:22 -07:00
Gaia Pushbot
5033f2d328
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/22af4c7c1801
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10674 from comoyo/vcard_utf8_2
Bug 885546 - VCF importer saves type="UTF-8" in contact fields [r=arcturus]
========
https://hg.mozilla.org/integration/gaia-central/rev/92aa02991dfe
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 885546 - VCF importer saves type="UTF-8" in contact fields [r=arcturus]
2013-06-27 10:40:44 -07:00
Gaia Pushbot
159c22b1c9
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/148e5145cad1
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 870416 - [MMS] Recipients container multiline view takes all available space
- When the screen resizes, generate a CSS rule that calculates the max available height
- Renames an existing element to match the naming convention
- Adds non-html interpolation support to the template matcher regexp
- Ensures that assimilations abide existing behavior rules
https://bugzilla.mozilla.org/show_bug.cgi?id=870416
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
========
https://hg.mozilla.org/integration/gaia-central/rev/1af738671094
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 885264 - [SMS/MMS] Ensure Carrier is not displayed for manually entered (unknown contact) recipients
1. If a phone number has carrier associated with it
the output will be:
type | carrier
2. If there is no carrier associated with the phone number
the output will be:
type | phonenumber
3. If for some reason a single contact has two phone numbers with
the same type and the same carrier the output will be:
type | phonenumber
4. If for some reason a single contact has no name and no carrier,
the output will be:
type
5. If for some reason a single contact has no name, no type
and no carrier, the output will be nothing.
https://bugzilla.mozilla.org/show_bug.cgi?id=885264
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-27 09:10:26 -07:00
Gaia Pushbot
d0f86fc490
Bumping gaia.json for 1 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/461e2be993c7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 887356 - Homescreen grid test failing on TBPL r=crdlc
This uses sinon to make this sometimes failing test synchronous.
2013-06-27 08:15:46 -07:00
Gaia Pushbot
c040992bdc
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/da576217a863
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10580 from pivanov/bug-885925
Bug 885925 - Header in the calendar sidebar is different from the header in the building block r=@samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/52a95db5f38b
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 885925 - Header in the calendar sidebar is different from the header in the building block
2013-06-27 07:00:23 -07:00
Gaia Pushbot
d275618c71
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a16bfd899489
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10608 from Cwiiis/master
Bug 817876 - Handle multiple modal dialogs from the same origin r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/0e7d10d4d3dc
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 817876 - Handle multiple modal dialogs from the same origin
2013-06-27 06:45:22 -07:00
Gaia Pushbot
3657efe4ed
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/23f3f5295abf
Author: huchengtw-moz <johu@mozilla.com>
Desc: Merge pull request #9784 from huchengtw-moz/settings/Bug_842252_change_data_call_setting_architecture
Bug 842252 - [B2G][Setting] Change data call setting architecture in Gai...r=@jaoo, r=@arthurcc, r=@fcampo
========
https://hg.mozilla.org/integration/gaia-central/rev/128513a67470
Author: John Hu <johu@mozilla.com>
Desc: Bug 842252 - [B2G][Setting] Change data call setting architecture in Gaia.
2013-06-27 04:45:31 -07:00
Gaia Pushbot
59460d1119
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/c4e3c4a68451
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10655 from borjasalguero/weird_sound
Bug 887158 - [SMS] DOMRequest change to an array of [DOMRequest]. r=steveck-chung
========
https://hg.mozilla.org/integration/gaia-central/rev/b0a1e159f16a
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 887158 - [SMS] DOMRequest change to an array of [DOMRequest]. r=schung
2013-06-27 04:35:44 -07:00
Gaia Pushbot
8d22a8b4a5
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1771b99267b6
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10584 from rwldrn/885274
Bug 885274 - [SMS/MMS] Option menu. Only execute menu operations when target has an associated action
========
https://hg.mozilla.org/integration/gaia-central/rev/f560e202627e
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 885274 - [SMS/MMS] Option menu. Only execute menu operations when target has an associated action
https://bugzilla.mozilla.org/show_bug.cgi?id=885274
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-27 04:00:23 -07:00
Ed Morley
d9747bc9bb
Merge latest green inbound changeset and mozilla-central
2013-06-27 11:30:43 +01:00
Gaia Pushbot
607077b631
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e4d8c96f60dc
Author: Eric O'Connor <eric@bocoup.com>
Desc: Fix bug 883950 - r=gnarf
Closes gh-10648
2013-06-27 01:15:23 -07:00
Gaia Pushbot
36a5ae76c9
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a936fc5f8ef3
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10523 from mozshiao9/master_video_885229
Bug 885229 - [Video] headphoneschange event for videos playing from gall..., r=dkuo
========
https://hg.mozilla.org/integration/gaia-central/rev/b777c6139ca5
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 885229 - [Video] headphoneschange event for videos playing from gallery and camera filmstrip
2013-06-27 00:50:22 -07:00
Gaia Pushbot
b0d215a256
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/af314d43e696
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10427 from yurenju/bug848604
Bug 848604 - used apps.list to pick apps from apps/*, external-apps/* & ... r=timdream r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/1fc023b64005
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 848604 - used apps.list to pick apps from apps/*, external-apps/* & GAIA_DISTRIBUTION_DIR
2013-06-27 00:31:06 -07:00
Gaia Pushbot
c86470832f
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/469f2a2026b4
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10623 from alivedise/bugzilla/880588/inline-activity-when-locked
Bug 880588 - Don't remove inline activities when device is locked. r=timdream, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/4a269df8b536
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 880588 - Don't remove inline activities when device is locked.
2013-06-26 23:00:45 -07:00
Gaia Pushbot
97d5ae2161
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5c2da926d186
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10630 from leob2g/bug_887133_icons_orientation_alignment
bug 887133 making flash and toggle camera icons to align with phone's orientation. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/f8a702c248f8
Author: jyothiprasadg <jyothi.prasad@lge.com>
Desc: bug 887133 making flash and toggle camera icons to align with phone's orientation
========
https://hg.mozilla.org/integration/gaia-central/rev/4edaa4718091
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10641 from steveck-chung/MMS-Delivery-Report
Bug 883095 - [SMS] Delivery Report does not work
========
https://hg.mozilla.org/integration/gaia-central/rev/9d19ac8e7447
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 883095 - [SMS] Delivery Report does not work
2013-06-26 21:30:23 -07:00
Gaia Pushbot
814960b00f
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d573cf3fff64
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #10628 from etiennesegonzac/bug-879966-voicemail-icon
Bug 879966 - Better voicemail notification icon.
========
https://hg.mozilla.org/integration/gaia-central/rev/a5b48ca2cc80
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 879966 - Better voicemail notification icon.
r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/991ff233d69a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #10496 from siemiatj/bug_829406
Bug 829406 - Dialer doesn't send tones when user leaves the button r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/963d3be5c988
Author: jakub <jakub@bryntum.com>
Desc: Bug 829406 - Dialer doesn't send tones when user leaves the button before releasing it.
2013-06-26 21:20:22 -07:00
Gaia Pushbot
a922b33a1d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2dd9eb25994b
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10650 from borjasalguero/regression_counter
Bug 887615 - [SMS] [Regression] Character counter is broken. r=schung
========
https://hg.mozilla.org/integration/gaia-central/rev/2965a838d7d9
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 887615 - [SMS] [Regression] Character counter is broken. r=schung
2013-06-26 21:00:23 -07:00
Gaia Pushbot
e0c3c3871a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9f22e70941c7
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10622 from ian-liu/sms/Bug881648_give_size_limitation_for_mms
Bug 881648 - [MMS] There is not maximum limit warning, r=@gnarf
========
https://hg.mozilla.org/integration/gaia-central/rev/82f79f9da7c8
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 881648 - [MMS] There is not maximum limit warning
2013-06-26 20:25:22 -07:00
Gaia Pushbot
c5af51257b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fa046b32ea58
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10504 from crh0716/883053
Bug 883053 - Restore the original connection when connection fails.
========
https://hg.mozilla.org/integration/gaia-central/rev/66822fb49141
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 883053 - Restore the original connection when connection fails.
2013-06-26 17:15:23 -07:00
Gaia Pushbot
33adafc80e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/10e6f9fa95da
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #10645 from cvan/marketplace-update
update Marketplace app to get new store ID (bug 887034)
r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/7edd573618e1
Author: Chris Van <cvan@mozilla.com>
Desc: update Marketplace app to get new store ID (bug 887034)
2013-06-26 16:10:31 -07:00
Gaia Pushbot
51b6eeec53
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ca3cc523e17f
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10642 from jonallengriffin/enabledragdrop
Bug 886602 - Re-enable drag drop tests, r=crdlc, a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/780099e05105
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 886602 - Re-enable drag drop tests, r=julienw, a=test-only
2013-06-26 16:00:22 -07:00
Gaia Pushbot
ad6ce2a446
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/85d98e9f445d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #9763 from fzzzy/master
bug 865276 Remove old version of maps from repo; The latest version should be added as a custom app in the distribution file created for a specific release
r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/471097cf085d
Author: Donovan Preston <donovanpreston@gmail.com>
Desc: bug 865276 Remove old version of maps from repo; The latest version should be added as a custom app in the distribution file created for a specific release
2013-06-26 15:25:25 -07:00
Gaia Pushbot
a7271945df
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9c1dab50f6fd
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10617 from asutherland/pre-hook-excluded
Bug 886971 - Pre-commit hook excluded file list does not work; do not quote back-ticks. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/379fc2420a46
Author: James Burke <jrburke@gmail.com>
Desc: Bug 886971 - Pre-commit hook excluded file list does not work; do not quote back-ticks. r=timdream
2013-06-26 13:55:23 -07:00
Gaia Pushbot
5b442d4a82
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/70122511828f
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10555 from mcirlanaru/bug_868786
Bug 868786 - Hide keyboard when cards view is shown ('holdhome'), r=@vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/21026691aa19
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 868786 - Hide keyboard when cards view is shown ('holdhome'). r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/4a25112f3be3
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10609 from lissyx/bug883781
Bug 883781 - Ensure that setOptions() and click event do not race, r=RudyLu
========
https://hg.mozilla.org/integration/gaia-central/rev/0bc4a579dc0c
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 883781 - Ensure that setOptions() and click event do not race.
2013-06-26 13:50:15 -07:00
Gaia Pushbot
66e3f92896
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/300f0fe95ee4
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #10339 from frsela/STK/Bug874308
Bug 874308 - [Buri][GCF][STK]case 27.22.4.9.2/1 (SELECT ITEM, next action indicator, successful) failed
========
https://hg.mozilla.org/integration/gaia-central/rev/7372091c1f6b
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: NAI located strings
========
https://hg.mozilla.org/integration/gaia-central/rev/3c8a70d2e202
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Adding STK Next Action Indicator support
2013-06-26 13:49:48 -07:00
Gaia Pushbot
6ab81c651a
Bumping gaia.json for 1 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/6175336047b5
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 882756 - [SMS][MMS] We don't find the correct contact if an incoming SMS has a local/national number a=tests
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-26 07:33:08 -07:00
Andrea Marchesini
f69f6d9241
Bug 884878 - Add support for multiple accept filters in input type=file. r=mounir
2013-06-26 10:15:28 -04:00
Gaia Pushbot
d19eab7644
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2745c4ce2fc1
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10605 from crdlc/bug-886602
Bug 886602 - Several homescreen dragdrop tests fail in TBPL
========
https://hg.mozilla.org/integration/gaia-central/rev/fbb2865bcfe5
Author: crdlc <crdlc@tid.es>
Desc: Bug 886602 - Several homescreen dragdrop tests fail in TBPL
2013-06-26 04:30:22 -07:00
Gaia Pushbot
c78f3fcc6b
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/d1a2385941a5
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10532 from comoyo/renderui_test
Bug 885678 - Tests for renderUI in keyboard. r=RudyL
========
https://hg.mozilla.org/integration/gaia-central/rev/ce776cd07dd7
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 885678 - Tests for renderUI in keyboard
2013-06-26 03:13:14 -07:00
Gaia Pushbot
de1a792384
Bumping gaia.json for 4 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/b4b43b962dfb
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10533 from crdlc/bug-827388
Bug 827388 - Show a confirmation banner after user successfully adds a w...
========
https://hg.mozilla.org/integration/gaia-central/rev/88fc50d08e33
Author: crdlc <crdlc@tid.es>
Desc: Bug 827388 - Show a confirmation banner after user successfully adds a website to the home screen
========
https://hg.mozilla.org/integration/gaia-central/rev/48ae8aadbdcb
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10575 from jaoo/883965
Bug 883965 - [Settings] Show the authentication type setting correctly, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/f9dc3a23c32a
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 883965 - [Settings] Show the authentication type setting correctly in the APN setting form (follow-up bug 866003)
2013-06-26 02:13:11 -07:00
Gaia Pushbot
6eb42f93fc
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/11e72cdcb0ad
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #10627 from gasolin/customfb
Bug 883344 Only use default facebook app id if is mozilla partner build, r=tim
========
https://hg.mozilla.org/integration/gaia-central/rev/34eff1a5fb59
Author: gasolin <gasolin@gmail.com>
Desc: Bug 883344 Only use default facebook app id if is mozilla partner build
2013-06-26 01:25:22 -07:00
Gaia Pushbot
e003d67e2a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/500287afb181
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10601 from comoyo/keyboard_landscape
Bug 884703 - Remove inline styles on visual keys if present. r=rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/9944b7ab0f83
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 884703 - Remove inline styles on visual keys if present
2013-06-26 00:05:22 -07:00
Gaia Pushbot
1f37eab4a6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a02925eb225c
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #10590 from oconnore/879203-homescreen-opacity
Bug 879203 - opacity transition in home screen is not smooth r=crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/76bac192d29d
Author: Eric O'Connor <eric@bocoup.com>
Desc: Move OPACITY_STEPS to the list of constants at the top of the file.
Pull the step function out of the event handling function.
Improve comments
2013-06-25 23:55:22 -07:00
Gaia Pushbot
2f203ef831
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3667391fc76a
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10321 from borjasalguero/message_activity_proposal
Bug 880115 - [SMS / MMS] Activity handling does nothing when triggering ...
========
https://hg.mozilla.org/integration/gaia-central/rev/58da9ac688fc
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 880115 - [SMS / MMS] Activity handling does nothing when triggering twice from Contacts app r=julienw
2013-06-25 21:35:42 -07:00
Gaia Pushbot
a762956f93
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4dee2b4a181e
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 840038 - [MMS][User Story] Image rescaling to 300kB(Apply to composer attachment) - r=gnarf
Adds resizing step in Composer
Adds a resizing notification
Adds Composer.isResizing
Only show file too large error when not an image
Refactors getting mmsSizeLimitation
Defaults to 300k for mmsSizeLimitation
Adds "resize-image" locale string
Adds number: 1 to pick action
Closes gh-9854
2013-06-25 21:35:21 -07:00
Gaia Pushbot
1589da5ce4
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1e05daf478fd
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10524 from crh0716/884274
Bug 884274 - Add IccHelper for backward compatibility
========
https://hg.mozilla.org/integration/gaia-central/rev/aeba3732b0f4
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 884274 - Add IccHelper for backward compatibility
========
https://hg.mozilla.org/integration/gaia-central/rev/11baaa9910e2
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10619 from asutherland/email-contact-cache-hit-fix
Bug 882916 - [Email] Forward/Reply/Reply All functionality breaks on structured clone failure when e-mail sender already exists and has been cached. r=lightsofapollo
========
https://hg.mozilla.org/integration/gaia-central/rev/352736e417f5
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 882916 - [Email] Forward/Reply/Reply All functionality breaks on structured clone failure when e-mail sender already exists and has been cached. r=lightsofapollo
land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/221
2013-06-25 16:20:24 -07:00
Gaia Pushbot
de61a3d003
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5f908040949f
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10618 from Rik/stk-error-886844
Bug 886844 - icc.json should be written in the system app r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/7c80acdfdcfc
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 886844 - icc.json should be written in the system app
2013-06-25 15:05:22 -07:00
Gaia Pushbot
001ede70d8
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d544b71d76c1
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10520 from daleharvey/814490
Bug 814490 - Remove title from bookmark screen r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/3f4bb3764de3
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 814490 - Remove title from bookmark screen
2013-06-25 14:40:23 -07:00
Gaia Pushbot
d483019078
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2f4376746379
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10519 from daleharvey/862579
Bug 862579 - Dont open a new tab on url activity if not needed r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/4ba7cba1ebda
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 862579 - Dont open a new tab on url activity if not needed
2013-06-25 14:30:23 -07:00
Gaia Pushbot
0563e66932
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2504fef13b88
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10616 from es92/music2-squashed
Prototype Music2 App
========
https://hg.mozilla.org/integration/gaia-central/rev/6d53409222fe
Author: Evan Shapiro <evan.a.shapiro@gmail.com>
Desc: music2 app prototype
2013-06-25 13:56:23 -07:00
Gaia Pushbot
ed7c304cb1
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2f608e22eabd
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10517 from nullaus/b2g-desktop-debug-failures
do not access wifi manager or bluetooth when not available, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/3270d064651a
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: do not access wifi manager or bluetooth when not available.
2013-06-25 13:25:24 -07:00
Gaia Pushbot
d571448ba6
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f1411a2e7398
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10613 from davidflanagan/revert-music2
Revert "Merge pull request #10611 from es92/music2-squashed"
========
https://hg.mozilla.org/integration/gaia-central/rev/b1fa15407c72
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Revert "Merge pull request #10611 from es92/music2-squashed"
This reverts commit 16c6bd66d7685fdc8abd2d841243a3ca69413bb9, reversing
changes made to 14367fe868af13c63548d57fd1e2dea0134e65fa.
========
https://hg.mozilla.org/integration/gaia-central/rev/ec9dd5ac936b
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10492 from flodolo/bug883763
Bug 883763 - Fix localizability of "Cell broadcast service", r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/5f1373a51cda
Author: Francesco Lodolo <flod@lodolo.net>
Desc: Bug 883763 - Fix localizability of "Cell broadcast service"
Update data-l10n-id to the real string
2013-06-25 12:50:25 -07:00
Gaia Pushbot
283d7bf6e6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/52765f05b778
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10611 from es92/music2-squashed
Prototype Music2 App
========
https://hg.mozilla.org/integration/gaia-central/rev/5b774d6bee4e
Author: Evan Shapiro <evan.a.shapiro@gmail.com>
Desc: music2 app prototype
2013-06-25 12:40:29 -07:00
Gaia Pushbot
3a1ceb6c1f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d47d5ef7db4e
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10550 from flodolo/bug886028
Bug 886028 - Fix localizability of "All-day Events" label in Calendar
========
https://hg.mozilla.org/integration/gaia-central/rev/9170bb733bf8
Author: Francesco Lodolo <flod@lodolo.net>
Desc: Bug 886028 - Fix localizability of "All-day Events" label in Calendar
Misspelled data-l10n-id
2013-06-25 11:10:22 -07:00
Gaia Pushbot
552a1c783f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9ffb39070db8
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10566 from leob2g/Bug_885927_Adding_String_Localize_for_Edit
[885927][Calendar]Edit string adding to locale files for localization. r=lightsofapollo
========
https://hg.mozilla.org/integration/gaia-central/rev/f59bd2815daf
Author: sarath27.vs <sarath27.vs@lge.com>
Desc: [885927][Calendar]Edit string adding to locale files for localization
2013-06-25 11:00:25 -07:00
Gaia Pushbot
44d6b6bd66
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78f20139e426
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10588 from jonallengriffin/disabledragdrop
Bug 886602 - Disable homescreen dragdrop test in TBPL for orange, r=mdas...
========
https://hg.mozilla.org/integration/gaia-central/rev/96fe54549571
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 886602 - Disable homescreen dragdrop test in TBPL for orange, r=mdas, a=test-only
2013-06-25 10:50:23 -07:00
Gaia Pushbot
968c6fbc10
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c3ffa219d18a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10587 from jonallengriffin/disablecal
Bug 868653 - Disable modify_event_test.js in TBPL for perma-orange, r=md...
========
https://hg.mozilla.org/integration/gaia-central/rev/0e86cbcd375b
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: foo2
2013-06-25 10:25:29 -07:00
Gaia Pushbot
65be74bf84
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b488585bca04
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10586 from jonallengriffin/disablegesture
Bug 868647 - Disable gesture detector tests on TBPL for perma orange, r=...
========
https://hg.mozilla.org/integration/gaia-central/rev/490fe03403fa
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 868647 - Disable gesture detector tests on TBPL for perma orange, r=mdas, a=test-only
2013-06-25 10:15:29 -07:00
Gaia Pushbot
effe569888
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/ce1afa62d3a5
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10600 from comoyo/VCF-878820-2
Bug 878820 - Contacts imported from VCF files disappear [r=arcturus]
========
https://hg.mozilla.org/integration/gaia-central/rev/18b9fe694983
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 878820 - Contacts imported from VCF files disappear [r=arcturus]
- Using mozContacts now
- Isolated functionality to make it easier to test
- Added Unit tests
2013-06-25 09:03:36 -07:00
Gaia Pushbot
d945aba0b7
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/1e7c6fa13d02
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10541 from Rik/translate-comments-883787
Bug 883787 - Translate the code in HTML comments in the build process r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/8e588909ca1c
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 883787 - Translate the code in HTML comments in the build process
2013-06-25 07:40:54 -07:00
Gaia Pushbot
773f2e9da0
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dfe12821b6b8
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10562 from RudyLu/settings/Bug886242-not_to_highlight_disabled_menuItem
Bug 886242 - fix the style for disabled menu item in settings. r=arthur.
========
https://hg.mozilla.org/integration/gaia-central/rev/8b8ba0a0bd86
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 886242 - fix the style for disabled menu item in settings
2013-06-25 02:10:23 -07:00
Gaia Pushbot
a008f4ac3a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ce3d9b62f10a
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10597 from crdlc/bug-883142
Bug 883142 - The task switchers cross sometimes does not work
========
https://hg.mozilla.org/integration/gaia-central/rev/f8fd76c4ed02
Author: crdlc <crdlc@tid.es>
Desc: Bug 883142 - The task switchers cross sometimes does not work
2013-06-25 02:00:22 -07:00
Gaia Pushbot
16a14fe3df
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b40bac5bfbc
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #10579 from EverythingMe/bugfix-helper-title
[Bug 886324] Fix helper's title not showing properly [r=crdlc]
========
https://hg.mozilla.org/integration/gaia-central/rev/3eadd9354f5b
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 886324] Fix helper's title not showing properly [r=crdlc]
2013-06-25 01:35:23 -07:00
Gaia Pushbot
526856365d
Bumping gaia.json for 6 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/31681e1eff48
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #10576 from EverythingMe/879582-everything.me-scrollbars
[Bug 879582] Returned Evme shortcuts scrollbar
========
https://hg.mozilla.org/integration/gaia-central/rev/fbb119323d6e
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: [Bug 879582] Returned Evme shortcuts scrollbar
========
https://hg.mozilla.org/integration/gaia-central/rev/043fdb346f08
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10437 from cctuan/883091
Bug 883091 - [Dialer] Autosuggestion is not working properly when a cont...
========
https://hg.mozilla.org/integration/gaia-central/rev/d190a7bd973d
Author: gduan <gduan@mozilla.com>
Desc: fix wrong character, replace name of variables, simplerify simplePhoneMatcher
========
https://hg.mozilla.org/integration/gaia-central/rev/1ed821f0d9b0
Author: gduan <gduan@mozilla.com>
Desc: use simple_phone_matcher to filter numbers and remove useless comment
========
https://hg.mozilla.org/integration/gaia-central/rev/502ddc81bf4b
Author: gduan <gduan@mozilla.com>
Desc: Bug 883091 - [Dialer] Autosuggestion is not working properly when a contact has two phone number with the same string
2013-06-25 01:15:23 -07:00
Gaia Pushbot
e773ed96a1
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/32d698e600db
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10594 from rexboy7/fix-bug877903-unittest
Bug 877903 - [system] Fix unit test regression for orientation observer
========
https://hg.mozilla.org/integration/gaia-central/rev/66d473977a77
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 877903 - [system] Unit test regression for orientation observer
2013-06-25 00:05:22 -07:00
Gaia Pushbot
1f9f757030
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cc16386c4f97
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10592 from daleharvey/879881
Bug 879881 - Add ability for activities to define maximum file size for video recording. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/6c2c0e5b0a18
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 879881 - Add ability for activities to define maximum file size for recorded videos
2013-06-24 22:40:22 -07:00
Phil Ringnalda
16f24f3138
Merge m-c to birch
2013-06-24 21:55:27 -07:00
Phil Ringnalda
1ef43077ae
Merge m-i to m-c
2013-06-24 21:54:17 -07:00
Gaia Pushbot
b65315b574
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4cfc2a006af2
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10542 from davidflanagan/bug884609
Bug 884609: auto-correct visual design font fixes r=RudyLu
========
https://hg.mozilla.org/integration/gaia-central/rev/08d4a08cf4ce
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 884609: auto-correct visual design font fixes
2013-06-24 20:50:22 -07:00
Gaia Pushbot
01ac6e2c98
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c5ef87d642c0
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10382 from RudyLu/keyboard/Bug874800-modify_capLock_style
Bug 874800 - style changes to capslock key to make it easier to identify...
r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/c647080cb9e5
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 874800 - style changes to capslock key to make it easier to identify the state
2013-06-24 20:25:22 -07:00
Gaia Pushbot
322b3f4564
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a0809fcd4886
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10591 from KevinGrandon/bug_886524_logging_spam
Bug 886524 - Fix CSS error/logging
========
https://hg.mozilla.org/integration/gaia-central/rev/1458ef94db38
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 886524 - Fix CSS error/logging
2013-06-24 19:40:23 -07:00
Ryan VanderMeulen
5dde88f480
Merge m-c and inbound on a CLOSED TREE.
2013-06-24 21:00:41 -04:00
Ryan VanderMeulen
f55b0f7884
Merge birch and m-c.
2013-06-24 20:59:43 -04:00
Phil Ringnalda
5ae7b08b00
Merge m-c to m-i
2013-06-24 16:51:59 -07:00
Gaia Pushbot
ca96ba4e44
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/72ed45c245c8
Author: John Ford <john@johnford.info>
Desc: Merge pull request #10539 from beber400/828915-fix-buttons-settings
fix bug 828915 - changed buttons style in Settings app
========
https://hg.mozilla.org/integration/gaia-central/rev/2fc97627d8bc
Author: beber400 <beber4c@gmail.com>
Desc: fix bug 828915 - changed buttons style in Settings app
2013-06-24 15:50:23 -07:00
Gaia Pushbot
849f83344b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0418622ce5f3
Author: John Ford <john@johnford.info>
Desc: Merge pull request #10494 from aajain/bug842551
Bug 884969 - SMS status report setting not getting updated correctly r=s...
========
https://hg.mozilla.org/integration/gaia-central/rev/8c1013fc95b9
Author: Anshul Jain <anshulj@codeaurora.org>
Desc: Bug 884969 - SMS status report setting not getting updated correctly r=schung
Change-Id: Id14aa62141b4f247f57e9b176c6be84a3b440339
2013-06-24 15:40:27 -07:00
Gaia Pushbot
7432036672
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c9e0afc4d1f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #8726 from leob2g/Bug_852361_Device_is_shut_down_when_battery_level_become_two_percents
Bug 852361 - [System] Device is shut down when battery level become two percents
========
https://hg.mozilla.org/integration/gaia-central/rev/41bb7b46f7ed
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 852361 - [System] When battery level become two percents, device is shut down
2013-06-24 14:00:23 -07:00
Gaia Pushbot
3891d6d63b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2c1974f22ebb
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10436 from rexboy7/fix-bug873301
Bug 873301 - [Video] Change path pattern with new device storage API on ... r=davidflanagan
========
https://hg.mozilla.org/integration/gaia-central/rev/217be4d4f6cb
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 873303 - [Video] Change path pattern with new device storage API on camera files
2013-06-24 13:15:23 -07:00
Gaia Pushbot
6466246ece
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8b43df24bb79
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10583 from KevinGrandon/bug_864751_add_profile_dir_define
Bug 864751 - Fix typo in Makefile
========
https://hg.mozilla.org/integration/gaia-central/rev/7c5d7781c327
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 864751 - Fix typo
2013-06-24 12:50:32 -07:00
Gaia Pushbot
4704f8e91f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4c52da9436b8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10498 from KevinGrandon/bug_864751_add_profile_dir_define
Bug 864751 - Add profile directory define
========
https://hg.mozilla.org/integration/gaia-central/rev/6b3559890576
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 864751 - Add profile directory define
2013-06-24 12:30:26 -07:00
Alex Keybl
821f644108
Merging in version bump NO BUG
2013-06-24 11:37:32 -07:00
Gaia Pushbot
87511760e7
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/8625b71fabf9
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10309 from lightsofapollo/bug-810007-disallow-zero-length-events
Bug 810007 - Disallow zero length events during event creation
========
https://hg.mozilla.org/integration/gaia-central/rev/0dd20d6fb26e
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 810007 - Disallow zero length events during event creation
2013-06-24 10:53:09 -07:00
Gaia Pushbot
a25217a5c2
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c18a9987518a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10390 from gasolin/issue-853349
Issue 853349 - [camera] open with record mode when trigger camera with record/pick activity by video type. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/e4d3dc707fae
Author: gasolin <gasolin@gmail.com>
Desc: Bug 853349 - [camera] open in record mode when trigger camera with record activity by video type
2013-06-24 09:00:23 -07:00
Gaia Pushbot
81bff01431
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/116611d26a2d
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10306 from dominickuo/bug-857674
Bug 857674 - [music] hide sublist and player before entering to search mode, r=RudyLu
========
https://hg.mozilla.org/integration/gaia-central/rev/3bf1574f342a
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 857674 - [music] hide sublist and player before entering to search mode
2013-06-24 08:15:22 -07:00
Gaia Pushbot
a0687c989b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ba989feb2a38
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10481 from crh0716/882095
Bug 882095 - Restart the connection only when APN related settings changed
========
https://hg.mozilla.org/integration/gaia-central/rev/c3bdda6736a0
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 882095 - Restart the connection only when APN related settings changed
2013-06-24 08:05:22 -07:00
Ryan VanderMeulen
d5c5ff5f07
Merge m-c and inbound.
2013-06-24 14:02:59 -04:00
Nicolas B. Pierron
f3fd24a988
Bug 863398 - Optimize B2G's GC settings for responsiveness and benchmarks. r=gwagner f=jlebar
2013-06-24 10:32:15 -07:00
Gaia Pushbot
74177d2753
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/15b25eafc10d
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10537 from fabi1cazenave/obsoleteDialerStrings-bug885700
Bug 885700 - Remove obsolete strings from the Dialer locale
========
https://hg.mozilla.org/integration/gaia-central/rev/f2ea3dc6da6a
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 885700 - Remove obsolete strings from the Dialer locale
2013-06-24 06:18:07 -07:00
Gaia Pushbot
d91f2378da
Bumping gaia.json for 4 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/3b11c4cca57e
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10534 from crdlc/bug-885625
Bug 885625 - homescreen icons overlap after dragging an icon from one pa...
========
https://hg.mozilla.org/integration/gaia-central/rev/d2c45d35fc0a
Author: crdlc <crdlc@tid.es>
Desc: Bug 885625 - homescreen icons overlap after dragging an icon from one page to another
========
https://hg.mozilla.org/integration/gaia-central/rev/4ea93660241c
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10564 from ian-liu/bluetooth/Bug883737_screen_layout_size_is_exceeded_in_pop_up_dialog
Bug 883737 - [Bluetooth][File-Transfer] screen layout size is exceeded in Bluetooth Transfer pop-up screen, r=@alivedise
========
https://hg.mozilla.org/integration/gaia-central/rev/f8436be99004
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 883737 - [Bluetooth][File-Transfer] screen layout size is exceeded in Bluetooth Transfer pop-up screen
2013-06-24 05:03:09 -07:00
Gaia Pushbot
680ce00f5d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/01fcb484d4bd
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10535 from AntonioMA/master
Bug 885682: Allow including preference files from GAIA_DISTRIBUTION_DIR r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/1cd42ff41b69
Author: Antonio M. Amaya <amac@peregrin>
Desc: Modified Makefile to include partner-prefs.js file from GAIA_DISTRIBUTION_DIR if it exists
2013-06-24 04:21:23 -07:00
Gaia Pushbot
7fc1174885
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d816bb323b9c
Author: crh0716 <crh0716@gmail.com>
Desc: Revert "Bug 872976 - Delay the timing of restoring connection to decrease the failure rate"
This reverts commit 9db0247970e19fb0d57e3eed4fa5bbbfd79f1ebe.
========
https://hg.mozilla.org/integration/gaia-central/rev/0f1e25090cbb
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10501 from crdlc/bug-884728
Bug 884728 - [Facebook] Linking feature is broken deleting all local inf...
========
https://hg.mozilla.org/integration/gaia-central/rev/b150f7f1e531
Author: crdlc <crdlc@tid.es>
Desc: Bug 884728 - [Facebook] Linking feature is broken deleting all local information for a contact
2013-06-24 03:25:22 -07:00
Gaia Pushbot
ec113ddec1
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aa565b81260a
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10397 from ednapiranha/bug883148
Bug 883148 - Refactor to a constant; fixed typo
========
https://hg.mozilla.org/integration/gaia-central/rev/23c63ce291cd
Author: Jen Fong-Adwent <jen@ednapiranha.com>
Desc: Bug 883148 - Refactor to a constant; fixed typo
2013-06-24 02:45:25 -07:00
Gaia Pushbot
06ac93fdcb
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/20e2e86553d5
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10400 from pivanov/bug-829023
Bug 829023 - [Settings] Don't use dividers to separate paragraphs in thesame text block | Follow up patch r=@samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/9b4b4948696f
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 829023 - [Settings] Don't use dividers to separate paragraphs in thesame text block | Follow up patch
2013-06-24 01:35:23 -07:00
Gaia Pushbot
5603bed943
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bc36d7553ee6
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10435 from dominickuo/bug-880571
Bug 880571 - [video] handle error codes for video element. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/9eb8fb8941b2
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 880571 - [video] handle error codes for video element
2013-06-24 01:05:24 -07:00
Gaia Pushbot
d9927021aa
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/84656c4cf486
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10389 from rexboy7/fix-bug877903
Bug 877903 - Let apps specifying its orientation as landscape open in la...
========
https://hg.mozilla.org/integration/gaia-central/rev/062831a3fe8a
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 877903 - Let apps specifying its orientation as landscape open in landscape-primary
* Open app by real device orientation
* Refactor setAppSize and rotateTransition to AppWindow
2013-06-24 00:33:07 -07:00
Gaia Pushbot
c1469f803e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c2207700d5cc
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10505 from leob2g/Bug_883032_Browser_media_save_error
Bug 883032 Browser media save error. r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/037227a31a61
Author: jyothi.prasad <jyothi.prasad@lge.com>
Desc: Bug 883032 Browser media save error. Proposed patch
2013-06-23 20:15:23 -07:00
Gaia Pushbot
990dff30c2
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7560c086766c
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10557 from alivedise/bugzilla/859167_master
Bug 859167 - Prevent touch events on homescreen during app to app transi...r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/258dcbb8417f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 859167 - Prevent touch events on homescreen during app to app transition
2013-06-23 20:05:22 -07:00
Yuan Xulei
bee1f5a3d6
Bug 882866 - Ignore all EditAction notifications caused by replaceSurroundingText. r=dflanagan
2013-06-23 20:43:40 -04:00
Gaia Pushbot
aca7af16ad
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9aa3da2da145
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 883616 - Bug 882607 resolution introduced a XSS vulnerability r=gnarf
Carefully escape the body before injecting it into the document
Added some tests to ensure this for both SMS and MMS.
========
https://hg.mozilla.org/integration/gaia-central/rev/7963fee0efae
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10525 from alivedise/bugzilla/885473_master_v2/software-button-pressed
Bug 885471 - 1. Fix software button manager on real device and nightly and simulator; 2. Add holdhome event. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/3611bb710864
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 885471 - Fix software button manager default behavior on real
device/nightly/simulator, and add holdhome event.
2013-06-22 01:55:22 -07:00
Gaia Pushbot
3beaf32f9a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7615f637d227
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10407 from asutherland/email-progress-spinner
Bug 882994 - [email] UI: Replace sync progress bar (including candy bar) / messages spinner with single spinning refresh button. r=jrburke
========
https://hg.mozilla.org/integration/gaia-central/rev/675a907c30fe
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 882994 - [email] UI: Replace sync progress bar (including candy bar) / messages spinner with single spinning refresh button. r=jrburke
This is both a performance win (animations chew CPU, especially the candybar)
and a UX win since it gets rid of the confusing determinate progress bar
status.
2013-06-21 17:25:22 -07:00
Gaia Pushbot
5d4793caf7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b1cfff59ca24
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10229 from lightsofapollo/hide-loading-area
Bug 876796 - Hide event details until they are loaded.
========
https://hg.mozilla.org/integration/gaia-central/rev/ebdf2b0e30b2
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 876796 - Hide show event / edit event details until model is loaded
2013-06-21 14:50:21 -07:00
Gaia Pushbot
4f7ca1bc83
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f05be691f909
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10403 from asutherland/bug-883035
Bug 883035 - [Email] Folder list card "last sync" label can overlap the settings icon; visible on pt-BR locale. r=psingapati
========
https://hg.mozilla.org/integration/gaia-central/rev/d5e5b9b207dc
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 883035 - [Email] Folder list card "last sync" label can overlap the settings icon; visible on pt-BR locale.
2013-06-21 14:20:22 -07:00
Gaia Pushbot
ae3d56cd46
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d7d6497ab80b
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10526 from cctuan/884692
Bug 884692 - [Email] Not able to unset the flag icon from the message vi... r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/58d09e7aeec1
Author: gduan <gduan@mozilla.com>
Desc: Bug 884692 - [Email] Not able to unset the flag icon from the message viewer
2013-06-21 13:45:22 -07:00
Aki Sasaki
a6594ed71b
bug 885556 - new leo backup tarball. r=catlee
2013-06-21 11:42:14 -07:00
Gaia Pushbot
be2c0f96c6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/09bcdf5f483f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10474 from KevinGrandon/camera_l10n_lazy_loader
Bug 884595 - Add shared lazy l10n loader.
========
https://hg.mozilla.org/integration/gaia-central/rev/f110a6b2a136
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 884595 - Add shared lazy l10n loader.
2013-06-21 09:50:29 -07:00
Ed Morley
932852b9e5
Merge mozilla-central and birch
2013-06-21 15:45:37 +01:00
Ed Morley
2584802480
Merge latest green inbound changeset and mozilla-central
2013-06-21 15:39:27 +01:00
Gaia Pushbot
f76147baaa
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bbfe7c9bd728
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10450 from crh0716/866376
Bug 866376 - Change icon of enable storage
========
https://hg.mozilla.org/integration/gaia-central/rev/222f33fe3c60
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 866376 - Change icon of enable storage
========
https://hg.mozilla.org/integration/gaia-central/rev/d486ce641d93
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10095 from crh0716/865995_a
Bug 865995 - Reset all items to the original state after selecting an operator
========
https://hg.mozilla.org/integration/gaia-central/rev/556d4072b6b9
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 865995 - Reset all items to the original state after selecting an operator
2013-06-21 07:35:22 -07:00
Gaia Pushbot
a682ce11d9
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8dbe6215ffc8
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10509 from Rik/latest-closure-linter-870729
Bug 870729 - Disable specific code errors instead of --nojsdoc r=yurenju
========
https://hg.mozilla.org/integration/gaia-central/rev/7370a7fe21a8
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 870729 - Disable specific code errors instead of --nojsdoc
This will let us use the latest closure-linter
========
https://hg.mozilla.org/integration/gaia-central/rev/4c5c1fb7d3db
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10522 from daleharvey/806556
Bug 806556 - Change wording of url placeholder text r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/a90a109458af
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 806556 - Change wording of url placeholder text
2013-06-21 07:10:21 -07:00
Gaia Pushbot
bb44fec554
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/03908528aa50
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10478 from davidflanagan/bug882954
Bug 882954: compute correct keyboard layout data for autocorrect r=janjongboom
========
https://hg.mozilla.org/integration/gaia-central/rev/af7e68e595bc
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 882954: compute correct keyboard layout data for autocorrect
2013-06-21 07:07:04 -07:00
Gaia Pushbot
42c6ef56c0
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b480eb497783
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10460 from crdlc/bug-884225
Bug 884225 - [B2G] [Leo][Contacts][Facebook] The last name of a linked F...
========
https://hg.mozilla.org/integration/gaia-central/rev/204301a8aed0
Author: crdlc <crdlc@tid.es>
Desc: Bug 884225 - [B2G] [Leo][Contacts][Facebook] The last name of a linked Facebook contact is not removed after unlink the contact
2013-06-21 07:06:42 -07:00
Gaia Pushbot
2f3cca5913
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8612eb558328
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10531 from rexboy7/fix-bug852836
Bug 852836 - Flip front camera preview to correct direction (regression). r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/02e441b35bc3
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 852836 - Flip front camera preview to correct direction
2013-06-21 06:56:04 -07:00
Gaia Pushbot
8c0156b692
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c0ed2b0e1016
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10530 from eric30/Bug-872976-master
Bug 872976 - Delay the timing of restoring connection to decrease the failure rate
========
https://hg.mozilla.org/integration/gaia-central/rev/1c50b1087e72
Author: Eric Chou <echou@mozilla.com>
Desc: Bug 872976 - Delay the timing of restoring connection to decrease the failure rate
2013-06-21 06:55:44 -07:00
Gaia Pushbot
5ac880a53b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/840e7d4e3361
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10529 from alivedise/bugzilla/880931_master/recover-cpu-wake-lock
Bug 880931 - Recover cpu wake lock, r=timdream, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/c4f671740a84
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 880931 - Recover cpu wake lock
2013-06-21 06:55:24 -07:00
Gaia Pushbot
2bf34ce3c6
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dfeb3d9b3ca4
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #10157 from evanxd/bug-870756
Bug 870756 - [SMS] No Notification sound when SMS class 0(popup) is recived
========
https://hg.mozilla.org/integration/gaia-central/rev/f9bff0502b45
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 870756 - Play ring tone when receive class-0 type message.
========
https://hg.mozilla.org/integration/gaia-central/rev/bf673376d353
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #10100 from evanxd/bug-864555
Bug 864555 - - [Dialer] [Regional] Display the voice mail label when calling to the VM service and the VM is not stored on the SIM
========
https://hg.mozilla.org/integration/gaia-central/rev/c2ae5f66912d
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 864555 - Show the voicemail label.
2013-06-20 21:40:22 -07:00
Gaia Pushbot
9e1f80aaf4
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f2c6443ee65f
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10482 from mozshiao9/master_camera_881218
Bug 881218 - [Camera] Record of deleted videos are not updated in camera filmstrip, r=@dominickuo
========
https://hg.mozilla.org/integration/gaia-central/rev/47a337048b91
Author: Mark Shiao <mshiao@mozilla.com>
Desc: gallery and camera already listening to poster deletion, removing listeners
========
https://hg.mozilla.org/integration/gaia-central/rev/ce35bb96f862
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 881218 - [Camera] Record of deleted videos are not updated in camera filmstrip
2013-06-20 21:06:23 -07:00
Gaia Pushbot
f8635c5413
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/624e8a418591
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10510 from daleharvey/813363
Bug 813363 - Ensure loading state is correctly displayed on newly displa... r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/2bf2cfea6b74
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 813363 - Ensure loading state is correctly displayed on newly displayed tabs
2013-06-20 12:31:27 -07:00
Gaia Pushbot
9648a0ce24
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ca4ff544cabf
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10508 from daleharvey/817829
Bug 817829 - Remove misplaced background highlight on awesomescreen r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/fc62288e6d0f
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 817829 - Remove misplaced background highlight on awesomescreen
2013-06-20 12:16:23 -07:00
Aki Sasaki
2aa8504336
bug 885407 - add hamachi m-c builds. r=catlee
2013-06-20 11:33:33 -07:00
Aki Sasaki
770e3dedd1
bug 885408 - add leo m-c builds. r=catlee
2013-06-20 11:33:24 -07:00
Gaia Pushbot
2f6481cc02
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f77cc11f08f7
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10507 from daleharvey/806173
Bug 806173 - Dont show url button when there is no input r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/c9d8cc55a086
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 806173 - Dont show url button when there is no input
2013-06-20 11:31:23 -07:00
Gaia Pushbot
df04b73c4b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3ca4f566c83b
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10506 from fabi1cazenave/simpleLocalize-bug882591
Bug 882591 - l10n.js should expose an asynchronous `localize()' method, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/0e74446a9eec
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 882591 - l10n.js should expose an asynchronous `localize()' method
2013-06-20 10:46:22 -07:00
Gaia Pushbot
4c2b5f1431
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/69f220a0382b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #10489 from jmcanterafonseca/custom_urls_services
Bug 883510 - Partner customization should be able to set Facebook OAuth ...
========
https://hg.mozilla.org/integration/gaia-central/rev/660b952ff131
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 883510 - Partner customization should be able to set Facebook OAuth 2 callback url completely
2013-06-20 09:46:22 -07:00
Gaia Pushbot
fa88ad8c65
Bumping gaia.json for 3 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/8d9ae370cf54
Author: Chris AtLee <catlee@mozilla.com>
Desc: Bug 852321: Update xulrunner SDK to reduce download time. r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/d4c0b3a4c08a
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #10446 from JonHylands/jhylands-876736-mms-reference-workloads-master
Bug 876736 - Added MMS reference workloads
r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/9dc7e2327fcb
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 876736 - Added MMS reference workloads
2013-06-20 09:41:51 -07:00
Gaia Pushbot
a0086d0995
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/584f9cc51085
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10473 from mschwart/bug884486
Bug 884486 Stored MCC matches nsIDOMMozMobileNetworkInfo r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/9b626d749003
Author: Michael Schwartz <mschwart@codeaurora.org>
Desc: Bug 884486 Stored MCC matches nsIDOMMozMobileNetworkInfo r=daleharvey
Bug 828307 changed the type of the MCC in nsIDOMMozMobileNetworkInfo to
string. Stored MCC values must also be of type string.
Change-Id: Idf861d2a372ffa4e428d9af3aa6439337a516e40
2013-06-20 04:01:22 -07:00
Gaia Pushbot
4f73dcfd37
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/01bc4b1acdc6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10455 from alivedise/bugzilla/796369_master/software-button-manager
Bug 796369 - Software button manager, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/2e03df383784
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Merge branch 'master' of https://github.com/mozilla-b2g/gaia into bugzilla/796369_master/software-button-manager
Conflicts:
apps/settings/index.html
========
https://hg.mozilla.org/integration/gaia-central/rev/f6b96ed42120
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 796369 - Software button manager
2013-06-20 03:46:22 -07:00
Gaia Pushbot
5bb7352c52
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/13abe6c60a2b
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10398 from pivanov/bug-865155
Bug 865155 - Email divider lines are incorrect. They should have a 15 pixel gap at both ends to match system. | Follow up patch r=@samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/8d0be4b49fab
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 865155 - Email divider lines are incorrect. They should have a 15 pixel gap at both ends to match system. | Follow up patch
2013-06-20 03:01:23 -07:00
Gaia Pushbot
922ee9c0be
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/510a2b53de76
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10483 from mozshiao9/master_fm_876265
Bug 876265 - One FM test fails on TBPL, r=pinzhang
========
https://hg.mozilla.org/integration/gaia-central/rev/7a1adb90e971
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 876265 - One FM test fails on TBPL
2013-06-20 01:01:22 -07:00
Gaia Pushbot
149105e063
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/344bc62a70a6
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10479 from yurenju/hidpi
Bug 881127 - Used GAIA_DEV_PIXELS_PRE_PX instead of HIDPI r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/d06788f435b3
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 881127 - Used GAIA_DEV_PIXELS_PRE_PX instead of HIDPI r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/ee6cb3a038a6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10497 from KevinGrandon/bug_869383_remove_homescreen_port
Bug 869383 - Remove extra colon
========
https://hg.mozilla.org/integration/gaia-central/rev/29be2fbdb4f2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 869383 - Remove extra colon
2013-06-20 00:16:23 -07:00
Gaia Pushbot
18c1f8f0e6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/47331f01247d
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10128 from ian-liu/bluetooth/Bug832368_revise_title_for_device_selector_dialog
Bug 832368 - Dialog to pick bluetooth file-transfer recipient is really vague. 'Choose your option | [Cancel][OK]', r=@alivedise
========
https://hg.mozilla.org/integration/gaia-central/rev/06b5278359f7
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 832368 - Dialog to pick bluetooth file-transfer recipient is really vague. 'Choose your option | [Cancel][OK]'
2013-06-19 20:16:22 -07:00
Bill McCloskey
2e3db4ed09
Bug 871005 - Add a pref for GC decommit threshold (r=gregor)
2013-06-20 18:06:53 -07:00
Ryan VanderMeulen
d5d2c452cd
Merge m-c and inbound.
2013-06-20 19:26:38 -04:00
Aki Sasaki
41d42f3330
bug 882691 - inari configs. r=catlee
...
--HG--
extra : rebase_source : 131685c868a93281ccbd0c21d34112927be96eff
2013-06-19 11:51:42 -07:00
Gaia Pushbot
f5932f4e66
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/393b5209f9bc
Author: John Hu <johu@mozilla.com>
Desc: Bug 878735 - [SMS / MMS] entering new message screen not rendering correctly when accessed via contacts app - r=gnarf
Closes gh-10204
2013-06-19 11:46:22 -07:00
Gaia Pushbot
51b0bcb258
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d56d449c7476
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 883813 - [SMS][Translation][Spanish][Portugues] Some tokens are not translated r=julienw
In order to support a variable width of the "To:" field in the
Recipients section, some restructuring is necessary.
2013-06-19 10:16:22 -07:00
Gaia Pushbot
6cc2612b54
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/75423c872bf4
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10486 from Rik/deleted-files-884592
Bug 884592 - Only lint existing files in the pre-commit hook r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/a0d0d891a524
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 884592 - Only lint existing files in the pre-commit hook
2013-06-19 10:01:26 -07:00
Gaia Pushbot
9b97917811
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/feed41b8b879
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10475 from cctuan/863932
Bug 863932 - [B2G][Leo][Lockscreen][Camera] Camera does not work from lockscreen. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/f6aed694c314
Author: gduan <gduan@mozilla.com>
Desc: Bug 863932 - [B2G][Leo][Lockscreen][Camera] Camera does not work from lockscreen with passcode
2013-06-19 09:46:23 -07:00
Gaia Pushbot
bf7235efdb
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/50fddaae85a2
Author: Michael Wu <mwu@mozilla.com>
Desc: Merge pull request #10406 from michaelwu/bug-871501
Bug 871501 - Make zip file generation consistent
========
https://hg.mozilla.org/integration/gaia-central/rev/6c5016942202
Author: Michael Wu <mwu@mozilla.com>
Desc: Bug 871501 - Make zip file generation consistent
2013-06-19 09:31:24 -07:00
Gaia Pushbot
e979ac0cb3
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b87eb11393b9
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10440 from ochameau/touch-scroll
Bug 883834 - Touch events position is wrong on desktop when a DOM element is scrollable r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/a5fa8b409586
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 883834 - Touch events position is wrong on desktop when a DOM element is scrollable
2013-06-19 08:16:21 -07:00
Gaia Pushbot
8063ecbe97
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0b5b9a1ad7c1
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10458 from Rik/disable-travis
Bug 884217 - Disable travis on v1.1.0hd r=yurenju
========
https://hg.mozilla.org/integration/gaia-central/rev/dffbc85920f5
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 884217 - Disable travis on v1.1.0hd
2013-06-19 06:46:22 -07:00
Gaia Pushbot
970e79b11c
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c86fcf41322b
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 881672 - Enabling a DUMP function for all Gaia apps, r=kaze
2013-06-19 02:46:22 -07:00
Gaia Pushbot
da8fbd820c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4f9b96cfb0d5
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10453 from davidflanagan/bug881239
Bug 881239: retain space or punctuation when reverting an auto-correction r=RudyLu
========
https://hg.mozilla.org/integration/gaia-central/rev/5224690b9b64
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 881239: retain space or punctuation when reverting an auto-correction
2013-06-19 01:16:24 -07:00
Joey Armstrong
177893ac53
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal
2013-06-20 15:59:59 -04:00
Gaia Pushbot
3b930f90ab
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5b2d2e3dec75
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10465 from elad661/gaia-keyboard-nun-sofit
Bug #884329 - Add missing Nun Sofit to the Hebrew keyboard layout. r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/30f5af8dea94
Author: Elad Alfassa <elad@fedoraproject.org>
Desc: Bug #884329 - [Keyboard] Add missing Nun Sofit to the Hebrew keyboard layout
For some reason we had Vav twice and no Nun Sofit.
More information: https://en.wikipedia.org/wiki/%D7%9F#Hebrew_Nun
This fixes bug #884329
2013-06-19 00:16:22 -07:00
Gaia Pushbot
a6251505d0
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8e33f6f8ca04
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10454 from crh0716/883759
Bug 883759 - Hangup the waiting call when receiving CHLD=0
========
https://hg.mozilla.org/integration/gaia-central/rev/7a6445a10114
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 883759 - Hangup the waiting call when receiving CHLD=0
2013-06-18 19:16:24 -07:00
Gaia Pushbot
50e6c66301
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/56e34384094a
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 884639 - [SMS][MMS] Fix lint error caused by bug 875408 patch
https://bugzilla.mozilla.org/show_bug.cgi?id=884639
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-18 19:01:21 -07:00
Gaia Pushbot
d8e7e161f6
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/60b99121e72a
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 883058 - [SMS/MMS] One contact with very long name can be scrolled in recipient field r=gnarf
https://bugzilla.mozilla.org/show_bug.cgi?id=883058
- Removes rule about a single contact prohibiting pull down
- Height of recipient-list itself is informative enough to determine "pullable" status
- http://en.wikipedia.org/wiki/Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-18 18:46:21 -07:00
Nikhil Marathe
a5e9caadee
Bug 881424 - Set B2G SimplePush serverURL to Mozilla Push Server. r=jrconlin
2013-06-18 17:01:32 -07:00
Gaia Pushbot
a8e069da0c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4488e32f5bac
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10351 from fabi1cazenave/mmsUnknownAttachments-bug875408
Bug 875408 - [MMS] Display unknown file types, r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/aeeeaa16c55d
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 875408 - [MMS] Display unknown file types and corrupted attachments
2013-06-18 15:46:21 -07:00
Gaia Pushbot
45de4f8f74
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7ea9d3380972
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10471 from masap/20130619
Bug 884565 - [WiFi] Fix WPS regression by Bug 879193, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/cd918664a27d
Author: masap <masashi.honma@gmail.com>
Desc: Bug 884565 - [WiFi] Fix WPS regression by Bug 879193
2013-06-18 15:31:22 -07:00
Gaia Pushbot
7f9d19b94a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fc8faac21133
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10350 from punamdahiya/Bug-838179_ShowFiles
Bug-838179 - [Music] - Show files beginning with . in the music app r=davidflanagan
========
https://hg.mozilla.org/integration/gaia-central/rev/ec12ffc1b3d1
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug-838179 - [Music] - Show files beginning with . in the music app r=davidflanagan
2013-06-18 13:16:22 -07:00
Gaia Pushbot
226ae3ee44
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f4f6162e7fb0
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 884406 - Makefile will throw an error if the test fails r=julienw
2013-06-18 11:31:22 -07:00
Gaia Pushbot
7404c9e4ad
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2064f98a9c27
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10467 from Rik/unbreak-birch-884406
Bug 884406 - Check that we have a .git directory before copying r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/0ec09b86a8f8
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 884406 - Check that we have a .git directory before copying
2013-06-18 10:46:23 -07:00
Chia-hung Tai
87838cd54b
Bug 880561 - B2G MMS: Add 2 more error status (in flight mode and no sim card) when sending MMS. r=gene
2013-06-18 12:06:32 +08:00
Gaia Pushbot
43efe8d04a
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/840b192df265
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 884050 - [SMS][MMS] Regression. New renderContact rules missed untested cases - r=gnarf
https://bugzilla.mozilla.org/show_bug.cgi?id=884050
- Only render a contact's tel value entry for the _specified_ input value when not rendering a suggestion. If the tel record value _doesn't_ match, then continue.
- If rendering for contact search result suggestions, don't render contact tel records for values that are already selected as recipients. This comparison should be safe, as the value in this.recipients.numbers comes from the same source that current.value comes from.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
(cherry picked from commit 3191a6fc9a6b295d0b401da23e71bbcc4136f77b)
Closes gh-10448
2013-06-18 08:46:22 -07:00
Gaia Pushbot
246e623512
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8cdfe7674f6a
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10466 from Rik/no-multiprocess-884338
Bug 884338 - Travis no likey multiprocess :( r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/c9a5d7b78533
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 884338 - Travis no likey multiprocess :(
2013-06-18 08:37:39 -07:00
Gaia Pushbot
25b36e3606
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/de03a5f157a7
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10372 from Rik/pre-commit-882116
Bug 882116 - Install a pre-commit hook to run the linter tests r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/480400239f31
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 882116 - Install a pre-commit hook to run the linter tests
Also enables --multiprocess for make lint
2013-06-18 08:27:44 -07:00
Gaia Pushbot
560a042fac
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e0cc4a34ba83
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #10459 from gasolin/issue-877675-2
fix regression of Bug 877675, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/a29e920f44eb
Author: gasolin <gasolin@gmail.com>
Desc: fix regression of Bug 877675
2013-06-18 08:27:21 -07:00
Gaia Pushbot
b1196e0f3c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f845586fb561
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10438 from airpingu/bug-880648-mms-accented-characters-part-2
Bug 880648 - [MMS] Accented characters are not correctly sent/received in a MMS (part 2, content blob must be encoded by utf-8). r=steveck-chung, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/687ed1aad9fa
Author: Gene Lian <airpingu@gmail.com>
Desc: Bug 880648 - [MMS] Accented characters are not correctly sent/received in a MMS (part 2, content blob must be encoded by utf-8). r=schung a=leo+
2013-06-18 08:16:42 -07:00
Gaia Pushbot
ffd0bf2890
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/b9a72c658443
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10399 from arcturus/bug-882067
Bug 882067 - [SMS] Unable to send SMS after opening the link from previous received thread
========
https://hg.mozilla.org/integration/gaia-central/rev/2e34f5f9fa84
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 882067 - [SMS] Unable to send SMS after opening the link from previous received thread r=borja
2013-06-18 08:16:22 -07:00
Ed Morley
5fa601e108
Merge mozilla-central and birch
2013-06-18 12:05:31 +01:00
Ed Morley
9566905a03
Merge latest green birch changeset and mozilla-central
2013-06-18 11:57:48 +01:00
Gaia Pushbot
7e55ceb2db
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e2c833158599
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10340 from jaoo/882089
Bug 882089 - Automatic channel configuration for 1.1/DT PL, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/7c2c8b41a603
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 882089 - Automatic channel configuration for 1.1/DT PL (follow-up 874793)
2013-06-18 03:16:45 -07:00
Gaia Pushbot
7c81f91241
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/2f4145930d57
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10341 from jaoo/881645
Bug 881645 - Voice mail number for Costa Rica is not OK, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/d9da434a7740
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 881645 - Voice mail number for Costa Rica is not OK
2013-06-18 03:16:23 -07:00
Gaia Pushbot
80cec5a2d1
Bumping gaia.json for 2 gaia-central revision(s)
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/37fad82492ac
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10452 from davidflanagan/bug883250
Bug 883250: don't auto-punctuate after punctuation r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/243c24d81ed0
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 883250: don't auto-punctuate after punctuation
2013-06-18 02:46:24 -07:00
Gaia Pushbot
1ae6c1ead5
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/123a4b7418cf
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10449 from alivedise/bugzilla/828965_master
Bug 828965 - Move permission screen z-index on lockscreen camera, r=timdream, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/b698acaadf03
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 828965 - Move permission screen z-index on lockscreen camera
2013-06-17 19:46:22 -07:00
Gaia Pushbot
a5c4bdd4b9
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9f37d18ae352
Author: huchengtw-moz <johu@mozilla.com>
Desc: Merge pull request #10365 from huchengtw-moz/video/Bug_881474_spinner_shows_forever
Bug 881474 - [video] with youtube video paused, dragging slider makes sp..., r=@djf, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/4b036c915881
Author: John Hu <johu@mozilla.com>
Desc: Bug 881474 - [video] with youtube video paused, dragging slider makes spinner go forever.
2013-06-17 19:16:21 -07:00
Gaia Pushbot
482dddeb98
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ff5a8ffa3017
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10405 from daleharvey/882175
Bug 882175 - Fix cellbroadcast settings UI to not display opposite of actual value. r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/fe5e6a3e4d2e
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 882175 - Fix cellbroadcast settings UI to not display opposite of actual value
2013-06-17 17:01:25 -07:00
Max Li
d8a5222e3e
Bug 756690 - Add option to not land on images with no alt text. r=eeejay
2013-06-17 16:25:24 -04:00
Nikhil Marathe
67e00e0159
Bug 863660 - Add pref to enable/disable SimplePush WebSocket. r=dougt
...
This pref should be used in UX to enable/disable push notifications
when the user wants to conserve battery life or save data usage.
--HG--
extra : rebase_source : a75b089082a4d44170890cae228c62114633f790
2013-06-17 11:36:58 -07:00
Gaia Pushbot
4142d3c94a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/36f36185e7c0
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #10005 from pivanov/bug-844575
Bug 844575 - [BB][headers] - skin-organic and skin-dark have visual discrepancies
========
https://hg.mozilla.org/integration/gaia-central/rev/2a76a16639af
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 844575 - [BB][headers] - skin-organic and skin-dark have visual discrepancies
2013-06-17 12:31:21 -07:00
Gaia Pushbot
0ce96b202e
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3f46a8ef8ce5
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Restores 880628 test
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
========
https://hg.mozilla.org/integration/gaia-central/rev/79cb4ffcbf1e
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 881248 - [MMS] Multirecipient. A contact with >1 number must only render the relevant number (vs. rendering all) r=julienw
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
========
https://hg.mozilla.org/integration/gaia-central/rev/61155597842f
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 883732 - Fix SMS tests r=gnarf
* Wrap the code inside the `done` callback
* use an height of 100px instead of 50px to trigger multiline mode
* use this.sinon instead of sinon to ensure correct restore
2013-06-17 11:31:22 -07:00
Gaia Pushbot
452a619d3b
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a35c48a2747d
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 883309 - [MMS] Participants' names are double-escaped r=gnarf37
2013-06-17 11:01:21 -07:00