Commit Graph

21823 Commits

Author SHA1 Message Date
jlal@mozilla.com
bd3ec3ae6a Bug 1144944 -Add support for emulator kk x86 r=kli 2015-03-27 00:48:15 -07:00
B2G Bumper Bot
5f7aef34ea Bumping manifests a=b2g-bump 2015-03-27 02:23:01 -07:00
B2G Bumper Bot
0ef18c96d8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d56ecba32c2
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1147944 - merge pull request #29178 from albertopq:1147944-sim2-disabled to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/8fce5232102b
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1147944 - SIM2 input field disabled after correct 1st PIN
2015-03-27 02:20:25 -07:00
B2G Bumper Bot
594ab7595d Bumping manifests a=b2g-bump 2015-03-27 02:02:58 -07:00
B2G Bumper Bot
03b2d0f05d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/561bf3f92ea1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1102835 - merge pull request #28648 from mnjul:bug_1102835_kb_app_use_ud_to_predict to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a1670e6c818d
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1102835 - Part 3: Enable user dictionary in keyboard settings by default

========

https://hg.mozilla.org/integration/gaia-central/rev/0d8a2cf956ad
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1102835 - Part 2: Adjust merging strategy and uniform frequency

- The uniform frequency has been reduced from 31 (max) to 10 to facilitate merging strategy's threshold for user dictionary.
- In latin.js's prediction merging strategy, if we want to prioritize user dictionary predictions, we can only do so if such predictions have weight >= 1.

========

https://hg.mozilla.org/integration/gaia-central/rev/51246f791867
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1102835 - Part 1: Keyboard UserDictionary: Formally enable prediction engine to predict from user dictionary

- We use only one worker which instantiates two Predictions object and use Promise.all() to receive the asynchronous results and merge the results.
- A setUserDictionary() function has been added to worker since user dictionary may change even when layout language isn't changed. Necessary wiring from latin.js is added.
- An empty user dictionary is stored as |undefined| in IndexedDB, and worker uses a strategy- & proxy-derived pattern to decide whether user dictionary prediction is invoked.
- Predictions() are no longer IIFE since we need more than one instances now.
- Worker.js is now handled by jshint, removed from jshint xfail list.
- The suggestions passed from worker to latin.js annotate whether a suggestion is from user dictionary; latin.js will always consider to show at least one suggestion from user dictionary.

Conflicts:
	apps/keyboard/js/imes/latin/predictions.js
	apps/keyboard/test/unit/imes/latin/worker_test.js
2015-03-27 02:00:25 -07:00
B2G Bumper Bot
02843eb2d4 Bumping manifests a=b2g-bump 2015-03-26 21:48:12 -07:00
B2G Bumper Bot
fa8072c38c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/de685eb85d06
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1139179 - merge pull request #29004 from steveck-chung:contact-call-button-fix to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f2f0f8c0956c
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1139179 - [RTL][Contacts] Fix dual sim call button icon misaligned by utilizing flex, r=arcturus
2015-03-26 21:45:31 -07:00
B2G Bumper Bot
95167e8b11 Bumping manifests a=b2g-bump 2015-03-26 17:17:41 -07:00
B2G Bumper Bot
359dee5e11 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a35dfff22cf3
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1148080 - Switch default search provider to Google. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/3d23fba0b94d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1142572 - Use ManifestHelper's displayName instead of short_name"

This reverts commit dedd57b4d1917c10f6017725454077bb549daa03.
2015-03-26 17:15:08 -07:00
B2G Bumper Bot
2de89aa39f Bumping manifests a=b2g-bump 2015-03-26 15:17:48 -07:00
B2G Bumper Bot
a33ee75f06 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c36f5a033499
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1147871 - merge pull request #29184 from KevinGrandon:bug_1147871_video_use_mock_l10n to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/3d90c037f60f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1147871 - [Video] Use mockL10n to guard against test race condition
2015-03-26 15:15:12 -07:00
B2G Bumper Bot
aac2e1ae23 Bumping manifests a=b2g-bump 2015-03-26 14:13:26 -07:00
B2G Bumper Bot
286dc41bf0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/61a32e204be7
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #29023 from sfoster/manifest-displayname-bug-1142572

Bug 1142572 - Use ManifestHelper's displayName instead of short_name

========

https://hg.mozilla.org/integration/gaia-central/rev/a904feb27247
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1142572 - Use ManifestHelper's displayName instead of short_name
2015-03-26 14:10:26 -07:00
B2G Bumper Bot
9991d54ec7 Bumping manifests a=b2g-bump 2015-03-26 13:57:24 -07:00
Mason Chang
13d85b90f5 Bug 1147753. Disable vsync refresh driver on L devices. r=kats 2015-03-26 13:48:47 -07:00
B2G Bumper Bot
af6d8b7ebf Bumping manifests a=b2g-bump 2015-03-26 13:37:57 -07:00
B2G Bumper Bot
74abd4afdc Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/87ffbce1342f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1147324 - merge pull request #29176 from albertopq:1147324-stk-fullscreen to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/de30b2fc1416
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1147324 - Showing STK fullscreen when no statusbar

========

https://hg.mozilla.org/integration/gaia-central/rev/55c617ebdbed
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1117014 - merge pull request #29182 from KevinGrandon:bug_1117014_search_marketplace_response_test to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/aaad660116c2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1117014 - [Search] Add a setTimeout to wait for promise
2015-03-26 13:35:25 -07:00
B2G Bumper Bot
ef0fb06831 Bumping manifests a=b2g-bump 2015-03-26 13:08:04 -07:00
B2G Bumper Bot
ce4b5ffc15 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/933849848de8
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #29116 from tedders1/bug-1136859-trailing-slash-2

Bug 1136859 - Remove trailing slashes from URLs. r=sfoster

========

https://hg.mozilla.org/integration/gaia-central/rev/8b203f86598c
Author: Ted Clancy <tclancy@mozilla.com>
Desc: Bug 1136859 - Remove trailing slashes from URLs. r=sfoster
2015-03-26 13:05:29 -07:00
Ryan VanderMeulen
02cd8f3880 Merge m-c to b2g-inbound. a=merge 2015-03-26 14:48:20 -04:00
Ryan VanderMeulen
65b8c960ef Merge mozilla-inbound to m-c. a=merge
CLOSED TREE
2015-03-26 14:43:39 -04:00
B2G Bumper Bot
2dd1867047 Bumping manifests a=b2g-bump 2015-03-26 11:24:20 -07:00
B2G Bumper Bot
7e2c6c379c Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b6ec6ca76f2e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29006 from martasect/Bug_1139735

Bug 1139735 - "short_name" is not used TC

========

https://hg.mozilla.org/integration/gaia-central/rev/2573dffb8f63
Author: Marta Piekarska <marta@sec.t-labs.tu-berlin.de>
Desc: Bug 1139735 - [Settings] "short_name" is not used TC

========

https://hg.mozilla.org/integration/gaia-central/rev/232a794a5ff2
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1142448 - merge pull request #28939 from crh0716:1142448 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/3481fd788c4b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1142448 - Use the date format in the localization file

========

https://hg.mozilla.org/integration/gaia-central/rev/58938a1728aa
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1144796 - merge pull request #29057 from punamdahiya:Bug1144796 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f594322609aa
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1144796 - [Settings] [Sound] Create ringtone screen text should not be selectable
2015-03-26 11:21:47 -07:00
B2G Bumper Bot
991450a7aa Bumping manifests a=b2g-bump 2015-03-26 11:15:12 -07:00
B2G Bumper Bot
644efc3abc Bumping manifests a=b2g-bump 2015-03-26 11:07:47 -07:00
B2G Bumper Bot
7f800badf0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c276a3aa5a1
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #29170 from zbraniecki/1135199-fix-missing-entities-causing-partial-translations

Bug 1135199 - Ensure the ab-CD.json is not sparse, and return en-US value as a last step of l10n-merge. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/b2fd20dd5ace
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1135199 - Ensure the ab-CD.json is not sparse, and return en-US value as a last step of l10n-merge. r=stas
2015-03-26 11:05:13 -07:00
B2G Bumper Bot
ccb7dc728d Bumping manifests a=b2g-bump 2015-03-26 10:37:53 -07:00
B2G Bumper Bot
015d543305 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/711e5ad92bb0
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #29159 from cctuan/1147332

Bug 1147332 - Multilocale build is broken: empty lockscreen, missing time in status bar, untranslated icons in homescreen

========

https://hg.mozilla.org/integration/gaia-central/rev/f3dd2ae3d5f9
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1147332 - fix regression from bug 1131515, multilocale doesnot get correct resourceFile by joinPath api
2015-03-26 10:35:19 -07:00
B2G Bumper Bot
7c3e848b26 Bumping manifests a=b2g-bump 2015-03-26 10:13:36 -07:00
B2G Bumper Bot
95a8f6e730 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/77327d3916e7
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1127529 - merge pull request #28984 from punamdahiya:Bug1127529 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/80ac3d646d97
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1127529 - [Settings] [Sound] Tone menus (Ringtones, Alerts, Manages Tones) text should not be selectable
2015-03-26 10:10:41 -07:00
B2G Bumper Bot
b347b91827 Bumping manifests a=b2g-bump 2015-03-26 09:38:09 -07:00
B2G Bumper Bot
59afa27572 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea6d0a0b7a97
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #29104 from mwargers/ftu_skip_fix

Bug 1146877 - Intermittent test_ftu_skip_tour_desktopb2g.py

========

https://hg.mozilla.org/integration/gaia-central/rev/925ce134a986
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1146877 - Intermittent test_ftu_skip_tour_desktopb2g.py
2015-03-26 09:35:26 -07:00
B2G Bumper Bot
f7f1f7a954 Bumping manifests a=b2g-bump 2015-03-26 09:18:08 -07:00
B2G Bumper Bot
f18eeb9ffb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/02ad02615913
Author: Guillaume C. Marty <gmarty@users.noreply.github.com>
Desc: Merge pull request #28865 from gmarty/Bug-1140315-Search-tapping-No-internet-connection-is-easy-to-trigger-search-engine-setting-when-offline

Bug 1140315 - [Search] tapping 'No internet connection' is easy to trigg...

========

https://hg.mozilla.org/integration/gaia-central/rev/ab1b4dc6d760
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1140315 - [Search] tapping 'No internet connection' is easy to trigger search engine setting when offline
2015-03-26 09:15:25 -07:00
B2G Bumper Bot
00bd393494 Bumping manifests a=b2g-bump 2015-03-26 08:48:12 -07:00
B2G Bumper Bot
a41a8fcfe5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c7d13ac6c415
Author: John Dorlus <JDorlus@outlook.com>
Desc: Merge pull request #28933 from silne30/Impliment_Brick_Test

Bug 1139083 - Implement Brick Verifcation Test in PythonBug. r=geo

========

https://hg.mozilla.org/integration/gaia-central/rev/b8f3e22936a8
Author: John Dorlus <jdorlus@mozilla.com>
Desc: Bug 1139083 - Implement Brick Verifcation Test in Python
2015-03-26 08:45:32 -07:00
B2G Bumper Bot
3fface8d4e Bumping manifests a=b2g-bump 2015-03-26 08:28:02 -07:00
B2G Bumper Bot
2afd960a24 Bumping manifests a=b2g-bump 2015-03-26 07:43:35 -07:00
B2G Bumper Bot
8f1b8067de Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fffaa1e833af
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1135123 - merge pull request #29142 from Cwiiis:bug1135123-cardsview-private-transition to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/97d83db918e7
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1135123 - Add transition for private cards in task manager. r=alive
2015-03-26 07:40:25 -07:00
B2G Bumper Bot
639af531c8 Bumping manifests a=b2g-bump 2015-03-26 06:53:06 -07:00
B2G Bumper Bot
5b422f13b6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9dcf2823c7bc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 944644 - merge pull request #29010 from julienw:944644-use-lists-for-numbers to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/98b814c1f2b0
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 944644 - [Messages][Refactoring] Replacing <br> with proper lists while displaying error messages with the recipients case r=schung
2015-03-26 06:50:25 -07:00
B2G Bumper Bot
1badbf2f7a Bumping manifests a=b2g-bump 2015-03-26 06:38:09 -07:00
B2G Bumper Bot
4ec604153c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/04a7f3ddc6ed
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #29171 from julienw/1140613-star-contacts

Bug 1140613 - [Contacts] The star indicating a favorite contact overlaps...

========

https://hg.mozilla.org/integration/gaia-central/rev/f66219992430
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1140613 - [Contacts] The star indicating a favorite contact overlaps long contact names in the header of the contact details page r=francisco
2015-03-26 06:35:24 -07:00
B2G Bumper Bot
ce12d9a8e2 Bumping manifests a=b2g-bump 2015-03-26 04:43:29 -07:00
B2G Bumper Bot
ab5b04c407 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/528d8b6064ff
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1142485 - merge pull request #29088 from gabrielesvelto:bug-1142485-resize-call-ended-message to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1e4731ad2744
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1142485 - Use a smaller font for the call ended string r=drs
2015-03-26 04:40:28 -07:00
B2G Bumper Bot
62f2b51721 Bumping manifests a=b2g-bump 2015-03-26 04:17:39 -07:00
B2G Bumper Bot
eb1a545994 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6771b4d66354
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1137613 - merge pull request #28921 from julienw:1137613-notification-animation to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/bea7bc09d6b6
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1137613 - [System] The animation that shows a notification feels sluggish r=mhenretty
2015-03-26 04:15:04 -07:00
B2G Bumper Bot
83d4a3f2d5 Bumping manifests a=b2g-bump 2015-03-26 03:18:00 -07:00
B2G Bumper Bot
b3750f71a9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/016565e012af
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1145551 - merge pull request #29140 from ferjm:bug1145551.dtmf.dsds to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f89f442e12a7
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1145551 - DTMF should be sent using the active SIM, the given or the
default one (in that order). r=drs
2015-03-26 03:15:26 -07:00
B2G Bumper Bot
e424ee1ce9 Bumping manifests a=b2g-bump 2015-03-26 03:03:00 -07:00