Commit Graph

213322 Commits

Author SHA1 Message Date
B2G Bumper Bot
1602561227 Bumping manifests a=b2g-bump 2014-11-03 03:07:10 -08:00
B2G Bumper Bot
1d4849c86f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/58ca1755c41f
Author: Guillaume C. Marty <gmarty@users.noreply.github.com>
Desc: Merge pull request #25663 from gmarty/Bug-1089451-Swiping-down-from-top-edge-when-utility-tray-is-already-open-and-it-closes

Bug 1089451 - Swiping down from top edge when utility tray is already op...

========

https://hg.mozilla.org/integration/gaia-central/rev/a2d424171f84
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1089451 - Swiping down from top edge when utility tray is already open and it closes; quite opposite from gesture's movement
2014-11-03 03:00:49 -08:00
B2G Bumper Bot
b230b0b1ed Bumping manifests a=b2g-bump 2014-11-03 02:36:57 -08:00
B2G Bumper Bot
1296508189 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c4121251a84
Author: Tzu-Lin Huang <dwi019@gmail.com>
Desc: Merge pull request #25639 from dwi2/bug1091353

Bug 1091353 - Home key and Power key should be only handled by System App r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e9bac0f0d64f
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1091353 - Home key and Power key should be only handled by System App

========

https://hg.mozilla.org/integration/gaia-central/rev/975717f3d011
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #25719 from Cwiiis/bug1078766-hint-at-top-group

Bug 1078766 - Add a visual hint when dragging above the top group. r=crdlc,kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/8d00d2929029
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1078766 - Add a visual hint when dragging above the top group. r=crdlc,kgrandon
2014-11-03 02:30:48 -08:00
B2G Bumper Bot
864284e025 Bumping manifests a=b2g-bump 2014-11-03 02:22:05 -08:00
B2G Bumper Bot
4a2cfb7b09 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21f9169d963a
Author: pacorampas <b.frv@tid.es>
Desc: Merge pull request #24666 from pacorampas/977588

Bug 977588 - [Dialer] The Active call screen does not have the option to place calls on hold. r=drs

========

https://hg.mozilla.org/integration/gaia-central/rev/f85d56ee7c10
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 977588 - [Dialer] The Active call screen does not have the option to place calls on hold.
2014-11-03 02:15:55 -08:00
B2G Bumper Bot
2c8ae5aef8 Bumping manifests a=b2g-bump 2014-11-03 02:07:00 -08:00
B2G Bumper Bot
b2dfefc074 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9393981d1362
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #25751 from alivedise/bugzilla/1092897/then-browser-dom-request

Bug 1092897 - Migrate browser API from dom request to then, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/1e71ccd44e0c
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1092897 - Migrate browser API from dom request to then
2014-11-03 02:00:50 -08:00
B2G Bumper Bot
835a100ab6 Bumping manifests a=b2g-bump 2014-11-03 01:37:00 -08:00
B2G Bumper Bot
de99ff7da6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bdc2d477fa1d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25753 from timdream/keyboard-aria-label2

Bug 1092911 - Correct aria-label for layout switching keys, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/e9d899d92a37
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1092911 - Correct aria-label for layout switching keys
2014-11-03 01:30:49 -08:00
B2G Bumper Bot
552880570c Bumping manifests a=b2g-bump 2014-11-03 01:02:40 -08:00
B2G Bumper Bot
b45fa6a022 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f0067495bd2b
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #25540 from lodr/bug-1030672-allow-sending-mms-to-emails-in-body

Bug 1030672 - [Sora][HOMO][o2 Germany][o2 Bug 56785]Regional] DUT doesn't send MMS to email accounts. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/3890af80b0dc
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1030672 - [Sora][HOMO][o2 Germany][o2 Bug 56785]Regional] DUT doesn't send MMS to email accounts
2014-11-03 01:00:55 -08:00
Alexandre Lissy
c78e7c86b0 Bug 1092074 - Make LogShake feature resilient to read/parse errors. r=gwagner
In the event of broken/unexpected things, we would like to have even a
partial log set dump. This happens for parsing properties values on
Kitkat builds: the current code does all the parsing itself, but the
format of storage of properties evolved with Kitkat base system, and
this makes LogParser to fail, as documented in bug 1079322. Even if we
miss some values, it can still be useful to have the other remaining
ones.
2014-10-31 05:47:00 +01:00
B2G Bumper Bot
ffed80825d Bumping manifests a=b2g-bump 2014-11-03 00:32:00 -08:00
B2G Bumper Bot
55286dbff5 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/33f186b50e2d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25752 from mozilla-b2g/revert-25742-keyboard-aria-label

Revert "Bug 1092911 - Correct aria-label for layout switching keys

========

https://hg.mozilla.org/integration/gaia-central/rev/41ef5bbd5d3e
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Bug 1092911 - Correct aria-label for layout switching keys +shepherd"

========

https://hg.mozilla.org/integration/gaia-central/rev/e226c628ee22
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25742 from timdream/keyboard-aria-label

Bug 1092911 - Correct aria-label for layout switching keys, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/af890b7ea29d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1092911 - Correct aria-label for layout switching keys
2014-11-03 00:25:51 -08:00
B2G Bumper Bot
4ec8d2bcba Bumping manifests a=b2g-bump 2014-11-02 23:31:58 -08:00
B2G Bumper Bot
142b422f88 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/62e4e9a9d7d8
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #25600 from gasolin/issue-1090761

Bug 1090761 - [System] load related script by Bluetooth API version, r=alive&ian

========

https://hg.mozilla.org/integration/gaia-central/rev/1be5e05c5f1c
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1090761 - [System] init v1 bluetooth related module in system/js/bootstrap module

s

========

https://hg.mozilla.org/integration/gaia-central/rev/13f403491bc8
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #25616 from azasypkin/bug-1081207-revoke-blob-url

Bug 1081207 - [Messages] We never revoke the blob URL for the attachments. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/5e79a725d784
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1081207 - [Messages] We never revoke the blob URL for the attachments. r=julien
2014-11-02 23:25:49 -08:00
B2G Bumper Bot
d97f90d6d8 Bumping manifests a=b2g-bump 2014-11-02 21:57:36 -08:00
B2G Bumper Bot
8a32c8afe3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/113fa1839b8f
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #25694 from alivedise/bugzilla/1090149_master/null-check-opening-timeout

Bug 1090149 - Ignore opening timeout is app is killed, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/5c601992bfeb
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1090149 - Ignore opening timeout is app is killed
2014-11-02 21:55:49 -08:00
B2G Bumper Bot
641470cd0f Bumping manifests a=b2g-bump 2014-11-02 21:17:04 -08:00
B2G Bumper Bot
20c4f797ce Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18329dbbcd17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1092814 - Disable day_observer_test.js after perma-failing since DST r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/7b58b054fde2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1092814 - Disable day_observer_test.js after perma-failing since DST r=kgrandon"

This reverts commit 4ac0fb93e40bd1e65f813eb6f503f976065e9f3c.

========

https://hg.mozilla.org/integration/gaia-central/rev/1b1fad7e339f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1092814 - Disable day_observer_test.js after perma-failing since DST r=kgrandon
2014-11-02 21:10:49 -08:00
B2G Bumper Bot
2fcfdbca2c Bumping manifests a=b2g-bump 2014-11-02 20:47:03 -08:00
B2G Bumper Bot
809a805e68 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0fe822928e45
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #25740 from DouglasSherk/1092389-cdma-ehrpd

Bug 1092389 - Add 'ehrpd' to list of CDMA network modes. r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/4c23a48a6fed
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1092389 - Add 'ehrpd' to list of CDMA network modes. r=gsvelto
2014-11-02 20:40:47 -08:00
B2G Bumper Bot
303e756427 Bumping manifests a=b2g-bump 2014-11-02 20:01:59 -08:00
B2G Bumper Bot
847304204d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/73d5b377f300
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #25736 from KevinGrandon/bug_1092103_lockscreen_test_stale_reference

Bug 1092103 - [Lockscreen][IntegrationTest] Catch exceptions when comparing objects

========

https://hg.mozilla.org/integration/gaia-central/rev/7f0cd09c122b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1092103 - [Lockscreen][IntegrationTest] Catch exceptions when comparing objects r=gweng
2014-11-02 19:55:49 -08:00
B2G Bumper Bot
3fd580211c Bumping manifests a=b2g-bump 2014-11-02 19:47:04 -08:00
B2G Bumper Bot
4df23bf232 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3a9c5152b8c7
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #25577 from alivedise/bugzilla/1090163/core-instantiation-support

Bug 1090163 - Support normal stage 1 instantiation in core, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e4e62194528d
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1090163 - Support normal stage 1 instantiation in core
2014-11-02 19:40:49 -08:00
B2G Bumper Bot
8a107e3eaa Bumping manifests a=b2g-bump 2014-11-02 19:32:10 -08:00
B2G Bumper Bot
9738c57476 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0cc4be3cd3cd
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25727 from laukstein/patch-1

Bug 958919 - Latvian keyboard, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/a39445a154b6
Author: Binyamin Laukstein <7raivis@inbox.lv>
Desc: Latvian keyboard #958919

https://bugzilla.mozilla.org/show_bug.cgi?id=958919
2014-11-02 19:25:51 -08:00
B2G Bumper Bot
90b602be10 Bumping manifests a=b2g-bump 2014-11-02 18:44:04 -08:00
B2G Bumper Bot
88876c507e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/704087945f5c
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #25638 from huchengtw-moz/bug-1090822-change-to-default-mode

Bug 1090822 - [Stingray] let trusted_ui to lock orientation to default m..., r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/27a4711d7297
Author: John Hu <johu@mozilla.com>
Desc: Bug 1090822 - [Stingray] let trusted_ui to lock orientation to default mode
2014-11-02 18:43:49 -08:00
Hsin-Yi Tsai
109e10cb93 Bug 1091528 - [B2G][RIL] when receiving 'rilRequestType: 12', Error: Don't know about this message type: undefined. r=aknow 2014-10-30 19:04:34 +08:00
Hsin-Yi Tsai
f35344a897 Bug 986308 - [B2G][STK] support call number modified by STK call control. r=aknow 2014-10-27 15:41:27 +08:00
B2G Bumper Bot
1957929553 Bumping manifests a=b2g-bump 2014-11-02 18:17:07 -08:00
B2G Bumper Bot
445097b0be Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3c6aad9bbd93
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #25640 from huchengtw-moz/bug-1090806-remove-files

Bug 1090806 - [Stingray] remove useless file from smart-system, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/c61dc4d0ca8b
Author: John Hu <johu@mozilla.com>
Desc: Bug 1090806 - [Stingray] remove useless file from smart-system
2014-11-02 18:10:51 -08:00
B2G Bumper Bot
61db76a531 Bumping manifests a=b2g-bump 2014-11-02 11:52:35 -08:00
B2G Bumper Bot
0a6cee7f62 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a6d1000f29f
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #23230 from jrburke/bug1005446-email-custom-elements

Bug 1005446 - [email] try custom elements for cards r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/a402cf384c06
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1005446 - [email] custom elements for cards
avoid body work if the header no longer matches, or if card has been destroyed
2014-11-02 11:50:50 -08:00
Phil Ringnalda
f3da8dc5ac Merge m-c to b-i 2014-11-02 10:53:15 -08:00
B2G Bumper Bot
d1bff3bafb Bumping manifests a=b2g-bump 2014-11-02 09:41:59 -08:00
B2G Bumper Bot
c4b10ddb8c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2241041206a0
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #25142 from etiennesegonzac/bug-1082645

Bug 1082645 - Cover the fullscreen_layout software home button toggle with marionette tests r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/1e6d2c5305eb
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1082645 - Cover the fullscreen_layout software home button toggle with a marionette test
2014-11-02 09:35:49 -08:00
Phil Ringnalda
40f98f6be9 Merge b-i to m-c, a=merge 2014-11-02 09:03:04 -08:00
Phil Ringnalda
3207cbeaa2 Merge f-t to m-c, a=merge 2014-11-02 08:55:19 -08:00
Phil Ringnalda
b9742f2e16 Merge m-i to m-c, a=merge 2014-11-02 08:27:08 -08:00
B2G Bumper Bot
b6804cd910 Bumping manifests a=b2g-bump 2014-11-02 06:11:56 -08:00
B2G Bumper Bot
405a935a25 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ebe17bdf63c
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #25722 from patelba/1068918

Bug 1068918 - [Camera] Preview header should be first thing in markup

========

https://hg.mozilla.org/integration/gaia-central/rev/9d7c2b077bb1
Author: patelba <bhupendra.patel@yahoo.com>
Desc: Bug 1068918 - [Camera] Preview header should be first thing in markup
2014-11-02 06:05:47 -08:00
B2G Bumper Bot
73579e2f6e Bumping manifests a=b2g-bump 2014-11-02 05:41:59 -08:00
B2G Bumper Bot
bf9f181a27 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8de13b7efaf7
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1090087 - Add test for saving an image from a webpage"

This reverts commit d0907e612aa9b38daab6a2f3161517d91619f62d.

Conflicts:
	tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_save_image.py

========

https://hg.mozilla.org/integration/gaia-central/rev/e60d97dda145
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1080169 - Update test_sms_with_attachments.py to correlate with the manual test"

This reverts commit 790c4452794bc883539a043ee5e8b425d4522930.
2014-11-02 05:35:50 -08:00
Aryeh Gregor
ded7e6ed57 Bug 1088054 part 10 - Clean up nsHTMLEditRules::WillDeleteSelection; r=ehsan 2014-11-02 14:04:14 +02:00
Aryeh Gregor
e4f38e4ad1 Bug 1088054 part 9 - Clean up nsEditor::JoinNodeDeep; r=ehsan 2014-11-02 14:04:13 +02:00
Aryeh Gregor
9fe7e46891 Bug 1088054 part 8 - Clean up nsHTMLEditor::GetFirst/LastEditableLeaf; r=ehsan 2014-11-02 14:04:13 +02:00