B2G Bumper Bot
723c8f4fc9
Bumping manifests a=b2g-bump
2014-11-14 01:19:34 -08:00
B2G Bumper Bot
4a55941896
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8504bb3813e1
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #25816 from bebef1987/clear
Bug 1093131 - Add a test that delete browser's history
========
https://hg.mozilla.org/integration/gaia-central/rev/e4698bb131cb
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1093131 - Add a test that delete browser's history
2014-11-14 01:19:19 -08:00
B2G Bumper Bot
75f6039f4f
Bumping manifests a=b2g-bump
2014-11-14 00:57:19 -08:00
B2G Bumper Bot
4e2388b814
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/806fe1b93ad8
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #26107 from crh0716/1098142
Bug 1098142 - Call to correct function of the version detector r=eragonj
========
https://hg.mozilla.org/integration/gaia-central/rev/d6472c97d682
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1098142 - Call to correct function of the version detector
2014-11-14 00:50:55 -08:00
B2G Bumper Bot
46d9008157
Bumping manifests a=b2g-bump
2014-11-14 00:27:19 -08:00
B2G Bumper Bot
1bae37030c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c2c501aa412a
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #26112 from julienw/1097912-disable-e10s-for-debug-profiles
Bug 1097912 - can't run unit tests via `./bin/gaia-test` r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/3fa515dac929
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1097912 - can't run unit tests via `./bin/gaia-test` r=ochameau
2014-11-14 00:20:53 -08:00
B2G Bumper Bot
f8a2f756f5
Bumping manifests a=b2g-bump
2014-11-14 00:17:16 -08:00
B2G Bumper Bot
32dc3d3dcb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f01b36e29c1d
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #25839 from mancas/bug1093563
Bug 1093563 - [Flame][v2.1&v2.0][Music]Music time bar operate abnormal. r=hub
========
https://hg.mozilla.org/integration/gaia-central/rev/20e50c2218df
Author: mancas <manuel.casasbarrado@telefonica.com>
Desc: Bug 1093563 - [Flame][v2.1&v2.0][Music]Music time bar operate abnormal when change right-to-left language
2014-11-14 00:05:54 -08:00
Szu-Yu Chen [:aknow]
89f8538b99
Bug 1072868 - Part 2: Add TelephonyAudioService (implementation). r=hsinyi
2014-11-14 15:20:44 +08:00
B2G Bumper Bot
0021a239cf
Bumping manifests a=b2g-bump
2014-11-13 22:57:17 -08:00
B2G Bumper Bot
0d9e3b0d5c
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/312e4c563d6b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #26129 from crh0716/1098684
Bug 1098684 - Hide the AP PIN item r=eragonj
========
https://hg.mozilla.org/integration/gaia-central/rev/19ddfdd48074
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1098684 - Hide the AP PIN item
========
https://hg.mozilla.org/integration/gaia-central/rev/7614da5f1f70
Author: RickyChien <RickyChien@users.noreply.github.com>
Desc: Merge pull request #26098 from RickyChien/bug-1097448
Bug 1097448 - Incorrect locales result in profile/webapps r=@cctuan
========
https://hg.mozilla.org/integration/gaia-central/rev/5f53c30da080
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1097448 - Incorrect locales result in profile/webapps
2014-11-13 22:50:53 -08:00
B2G Bumper Bot
570a887961
Bumping manifests a=b2g-bump
2014-11-13 21:57:23 -08:00
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