Commit Graph

17825 Commits

Author SHA1 Message Date
B2G Bumper Bot
723a77ddea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0cc496fad27f
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #25840 from mnjul/bug_1093537_input_window_management_from_kbm

Bug 1093537 - Move input app window management-related responsibility from KeyboardManager to InputWindowManager. r=alive,timdream,rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/ddb84c2ad293
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1093537 - Move input app window management-related responsibility from KeyboardManager to InputWindowManager

- A lot of events that only affects inputWindow showing/hiding goes to InputWindowManager instead of KeyboardManager now.
- "RemoveKeyboard" concept is now separated:
 -- InputWindowManager._onInputLayoutsRemoved() is called by KeyboardManager to signify that some keyboard layouts have been removed (disabled from system settings, or uninstalled keyboard app). IWM will remove InputWindow references accordingly.
 -- KeyboardManager._onKeyboardKilled() is called by InputWindowManager to signify that a loaded and currently showing out-of-process keyboard has been OOM'killed. KeyboardManager has to determine a keyboard layout to relaunch.
- A closed InputWindow now has height 0 instead of undefined.
- Please use inputWindowManager.hideInputWindow()/.hideInputWindowImmediately()/.getHeight() in place of KeyboardManager.hideKeyboard()/.hideKeyboardImmediately/.getHeight().
- inputWindowManager is a singleton and accessible in the window scope.
- KeyboardManager had lacked tests about getting device memory and retrieving setting of enabledness of 3rd-party keyboard, which have been added (to InputWindowManager) in this test. Additionally, KeyboardManager.updateLayouts() is tested now (although only roughly).
2014-11-13 21:50:53 -08:00
B2G Bumper Bot
e2766e421d Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
B2G Bumper Bot
b8bfd9749d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/43c2024a5c0a
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #26128 from jrburke/bug1097117-email-application-share-manifest

Bug 1097117 - [email] Accept share activities with type application/* rs=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/cde67934a365
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1097117 - [email] Accept share activities with type application/*
2014-11-13 21:30:56 -08:00
B2G Bumper Bot
0ac58ce86e Bumping manifests a=b2g-bump 2014-11-13 20:51:55 -08:00
B2G Bumper Bot
7e9477d66b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dc0efbd83dab
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #26070 from yfdyh000/1095902

Bug 1095902 - Remove the two extra characters, r=timdream, f=flod, f=gerard-majax

========

https://hg.mozilla.org/integration/gaia-central/rev/ff1f863565a9
Author: YFdyh000 <yfdyh000@gmail.com>
Desc: Bug 1095902 - Remove the two extra characters
2014-11-13 20:46:00 -08:00
B2G Bumper Bot
9cc6c9b277 Bumping manifests a=b2g-bump 2014-11-13 19:21:54 -08:00
B2G Bumper Bot
cb25b97825 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff33dffb99d9
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #26053 from mnjul/bug_1073806_bypass_system_resize_for_kb

Bug 1073806 - In Gaia, bypass system-resize in LayoutManager in window resize event if Keyboard is showing and we've just changed orientation. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/08d579d8eb3c
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1073806 - In Gaia, bypass system-resize in LayoutManager in window resize event if Keyboard is showing and we've just changed orientation
2014-11-13 19:15:59 -08:00
B2G Bumper Bot
f0e572f93c Bumping manifests a=b2g-bump 2014-11-13 17:57:19 -08:00
B2G Bumper Bot
a53293ac22 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25dc33c0a92f
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #26125 from nullaus/bug1077595

Bug1077595

========

https://hg.mozilla.org/integration/gaia-central/rev/c5afe0457d7b
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1077595 - Use datastore representation of download as soon as possible. Only call clearAllDone on Gaia DownloadManager construction. Migrate handling status bar system downloads indicator to status bar itself. r=mhenretty,kgrandon,arthur.chen
2014-11-13 17:50:54 -08:00
B2G Bumper Bot
3d30ea37ee Bumping manifests a=b2g-bump 2014-11-13 15:27:56 -08:00
B2G Bumper Bot
b16620fd25 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c52608adbc36
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #25958 from eeejay/bug-1095619

Bug 1095619 - Remove misuse of styled aria-hidden. r=mai r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/66a11421bfa2
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1095619 - Remove misuse of styled aria-hidden
2014-11-13 15:25:52 -08:00
B2G Bumper Bot
b952fe521d Bumping manifests a=b2g-bump 2014-11-13 14:57:18 -08:00
B2G Bumper Bot
8e3e7babb8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/68029bbaabba
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #26124 from nullaus/master

Revert "Merge pull request #25589 from nullaus/bug1077595"

========

https://hg.mozilla.org/integration/gaia-central/rev/f0f5c4e0e53b
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Revert "Merge pull request #25589 from nullaus/bug1077595"

This reverts commit e9ac899aff346b2cef9be154290978fc18d1bc8f, reversing
changes made to 155f44a3063fdb7599208de9749ad487b870dd06.
2014-11-13 14:50:53 -08:00
B2G Bumper Bot
b04b4b2746 Bumping manifests a=b2g-bump 2014-11-13 12:27:19 -08:00
B2G Bumper Bot
b6b8b5dc72 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa19720b09b1
Author: Dave Huseby <dhuseby@mozilla.com>
Desc: Merge pull request #25460 from dhuseby/Bug_1088128

Bug 1088128 -- Add support for getCurrentPosition in Geoloc dev app

========

https://hg.mozilla.org/integration/gaia-central/rev/07396d862e68
Author: Dave Huseby <dhuseby@mozilla.com>
Desc: Bug 1088128 -- Add support for getCurrentPosition in Geoloc dev app
2014-11-13 12:20:54 -08:00
B2G Bumper Bot
dfa8418db2 Bumping manifests a=b2g-bump 2014-11-13 10:09:27 -08:00
B2G Bumper Bot
ae7632fb0d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/26b4d06af9d9
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #26072 from yzen/bug-1095825

Bug 1095825 - instead of checking settings app right away, account for a...

========

https://hg.mozilla.org/integration/gaia-central/rev/7beef3589d32
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1095825 - instead of checking settings app right away, account for all the transitions and wait for it.
2014-11-13 10:09:12 -08:00
B2G Bumper Bot
3dbe4eb4b6 Bumping manifests a=b2g-bump 2014-11-13 09:21:56 -08:00
B2G Bumper Bot
7a9dc41a99 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5582539fb35b
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26085 from sv99/1097962

Bug 1097962 - [costcontrol] costcontrol-test/unit/fte_test.js each test with JavaScript Error message r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/ae6a781a0f7a
Author: sv99 <sv99@inbox.ru>
Desc: Bug 1097962 - [costcontrol] costcontrol-test/unit/fte_test.js each test with JavaScript Error message
2014-11-13 09:15:59 -08:00
B2G Bumper Bot
ab01fea3c9 Bumping manifests a=b2g-bump 2014-11-13 09:07:18 -08:00
B2G Bumper Bot
fdb9859f05 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3e3143ec127
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26023 from janus926/bug-1096745

Bug 1096745 - Limit the scope of lockscreen CSS to eliminate unnecessary...

========

https://hg.mozilla.org/integration/gaia-central/rev/138b6acffd56
Author: Ting-Yu Chou <janus926@gmail.com>
Desc: Bug 1096745 - Limit the scope of lockscreen CSS to eliminate unnecessary restyle. r=gweng
2014-11-13 09:00:52 -08:00
B2G Bumper Bot
fc2822faae Bumping manifests a=b2g-bump 2014-11-13 08:37:18 -08:00
B2G Bumper Bot
30086c2061 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/095bf157a028
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #26088 from gitmai/bug-1098024-navigation-error

Bug 1098024 - [Costcontrol] Navigation error between tabs
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/a346a0a888c1
Author: mai <mri@tid.es>
Desc: Bug 1098024 - [Costcontrol] Navigation error between tabs
2014-11-13 08:30:54 -08:00
B2G Bumper Bot
147ee3a16c Bumping manifests a=b2g-bump 2014-11-13 08:22:20 -08:00
B2G Bumper Bot
1fbf0d44d4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c7a466417e5e
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26120 from JohanLorenzo/bug-1098279

Bug 1098279 - Add -dsds to existing Jenkins jobs

========

https://hg.mozilla.org/integration/gaia-central/rev/87687919cab4
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1098279 - Add -dsds to existing Jenkins jobs

========

https://hg.mozilla.org/integration/gaia-central/rev/8faf5b5c6d81
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #25811 from albertopq/1087116-alert-scrollable

Bug 1087116 - make alerts scrollable r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/6d62ff53f943
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1087116 - make alerts scrollable
2014-11-13 08:10:54 -08:00
B2G Bumper Bot
c653ddc313 Bumping manifests a=b2g-bump 2014-11-13 07:47:37 -08:00
B2G Bumper Bot
426d8cf93d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8f5ec8ed4799
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #26046 from DouglasSherk/1093862-callscreen-ended-calls

Bug 1093862 - Make Callscreen not respond to user input while there are no currently handled calls. r=gtorodelvalle, r=thills

========

https://hg.mozilla.org/integration/gaia-central/rev/47361050ecd1
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1093862 - Make Callscreen not respond to user input while there are no currently handled calls. r=gtorodelvalle, r=thills

========

https://hg.mozilla.org/integration/gaia-central/rev/d7cd13ad72a3
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #25267 from gitmai/bug-1078243-reset-date-31

Bug 1078243 - [Costcontrol] When the Starting day of the reset period is...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/bfcdaa51e829
Author: mai <mri@tid.es>
Desc: Bug 1078243 - [Costcontrol] When the Starting day of the reset period is 31th, the app does not calculated correctly the end of the reset period.
2014-11-13 07:40:54 -08:00
B2G Bumper Bot
d77663d91f Bumping manifests a=b2g-bump 2014-11-13 07:32:16 -08:00
B2G Bumper Bot
ac0e5e79be Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/75e1c4ee15f4
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #25191 from hfiguiere/bug1018491-search

Search improvements - Bug 838035 and bug 1079349 - r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/c3c3a5b45b99
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 838035 - Part 2: tests for the search context

========

https://hg.mozilla.org/integration/gaia-central/rev/4655b75dde7c
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 838035 - Part 1: Search context

========

https://hg.mozilla.org/integration/gaia-central/rev/8047f5159860
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1079349 - Some integration tests for search.
2014-11-13 07:25:52 -08:00
B2G Bumper Bot
a1a1587e54 Bumping manifests a=b2g-bump 2014-11-13 07:17:25 -08:00
B2G Bumper Bot
51b97f1960 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b37e432e7f55
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26064 from viorelaioia/bug_1097605

Disable cost control tests because of Bug 1061698

========

https://hg.mozilla.org/integration/gaia-central/rev/1d07adab7b6f
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Disable cost control tests because of Bug 1061698
2014-11-13 07:10:54 -08:00
B2G Bumper Bot
bfbd91074b Bumping manifests a=b2g-bump 2014-11-13 07:02:18 -08:00
B2G Bumper Bot
ef65a0e2e1 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4baa26a4ad68
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #26031 from zacc/bug_1096928_pt2

Bug 1096928 - Address intermittent in test_add_contact_to_favorites.py

========

https://hg.mozilla.org/integration/gaia-central/rev/a6d1d63eefad
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1096928 - Address intermittent in test_add_contact_to_favorites.py

========

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

Bug 1080905 - [System] Rename System to Service r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/212311178f17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1080905 - [System] Rename System to Service r=alive
2014-11-13 06:55:54 -08:00
B2G Bumper Bot
b2ec9381db Bumping manifests a=b2g-bump 2014-11-13 06:12:21 -08:00
B2G Bumper Bot
d6cb7f60ac Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3a50d107634e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1098310 - Disable intermittent failing test, TEST-UNEXPECTED-FAIL | apps/verticalhome/test/marionette/collection_pin_result_uninstall_test.js | Vertical - Collection uninstall pinned collection web result
2014-11-13 06:05:54 -08:00
B2G Bumper Bot
c76e79c3b2 Bumping manifests a=b2g-bump 2014-11-13 03:37:38 -08:00
B2G Bumper Bot
0c6868adcf Bumping manifests a=b2g-bump 2014-11-13 01:42:19 -08:00
B2G Bumper Bot
de5eeaf6a1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1f370fb1e038
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #26094 from kanru/bug-1098118

Bug 1098118 - Pass correct number of arguments to browser API. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/5d01687c207f
Author: Kan-Ru Chen (陳侃如) <kanru@kanru.info>
Desc: Bug 1098118 - Pass correct number of arguments to browser API. r=alive
2014-11-13 01:35:54 -08:00
B2G Bumper Bot
157c1436b1 Bumping manifests a=b2g-bump 2014-11-13 00:12:18 -08:00
B2G Bumper Bot
9fe9ef413f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d346a74e0d91
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #26069 from albertopq/1093692-progressbar-followup

Bug 1093692 - Progressbar on fullscreenapps missplaced r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/d294ea0c7bb5
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1093692 - Progressbar on fullscreenapps missplaced
2014-11-13 00:05:54 -08:00
B2G Bumper Bot
d90b868478 Bumping manifests a=b2g-bump 2014-11-12 23:56:55 -08:00
B2G Bumper Bot
e95dbcf133 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1bed74af46c
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #26077 from aosmond/bug1093797

Bug 1093797 - Clear cached picture size when releasing camera. r=jdarcangelo

========

https://hg.mozilla.org/integration/gaia-central/rev/f4ee3dfaac64
Author: Andrew Osmond <aosmond@mozilla.com>
Desc: Bug 1093797 - Clear cached picture size when releasing camera.
2014-11-12 23:45:59 -08:00
B2G Bumper Bot
6309c51ca6 Bumping manifests a=b2g-bump 2014-11-12 23:42:18 -08:00
B2G Bumper Bot
77e97a6efd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b8c327a878e0
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #25547 from gitmai/bug-1069157-pdfViewer-update-pdf.js

Bug 1069157 - [PDF Viewer] update pdf.js in Gaia
r=yuri

========

https://hg.mozilla.org/integration/gaia-central/rev/8ad666435350
Author: mai <mri@tid.es>
Desc: Bug 1069157 - [PDF Viewer] update pdf.js in Gaia
2014-11-12 23:30:53 -08:00
B2G Bumper Bot
f8d0afede4 Bumping manifests a=b2g-bump 2014-11-12 20:37:17 -08:00
B2G Bumper Bot
b5c6ce31e5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d59d24ac9804
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #26050 from begeeben/1095360_wallpaper_will_display_master

Bug 1095369 - [FFOS2.0][Woodduck][Browser]Wallpaper will display when edit bookmark, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/86bae88bdad4
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1095369 - [FFOS2.0][Woodduck][Browser]Wallpaper will display when edit bookmark

When changing orientation from portrait to landscape and resizing with keyboard on, the layout manager in the system app will resize the height of the active app first with the keyboard height in portrait (line 55 in layout_manager.js). When the height of the keyboard in portrait mode is bigger than the height in landscape mode, the calculated height of the active app will be smaller than it should've been. The system wallpaper is visible at the mean time. Subsequent resize events later will immediately correct the active app height using the correct landscape keyboard height.

The resizing event sequence is 'resize' --> 'keyboardchange' --> 'keyboardchange'. This patch disables the keyboard height check in the 'resize' event since it'd be incorrect during orientation change, which would display part of the system wallpaper in a flash.
2014-11-12 20:30:53 -08:00
B2G Bumper Bot
93e543466b Bumping manifests a=b2g-bump 2014-11-12 18:00:12 -08:00
B2G Bumper Bot
dde76d3d0b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/84dc3d8c2e46
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #25856 from jimporter/ringtones-rtl

Bug 1094450 - Support RTL for ringtones

========

https://hg.mozilla.org/integration/gaia-central/rev/e219610aa3ce
Author: Jim <jporter@mozilla.com>
Desc: Bug 1094450 - Support RTL for ringtones
2014-11-12 17:59:56 -08:00
Wes Kocher
6ebe4fc98b Merge m-c to b2g-inbound a=merge 2014-11-12 17:27:45 -08:00
Wes Kocher
8bae192f28 Merge b2g-inbound to m-c a=merge 2014-11-12 17:19:02 -08:00