Commit Graph

237018 Commits

Author SHA1 Message Date
Sheefeni Hauwanga
f3e13e039c Bug 1142192 - Change MenuItem to final. r=mcomella 2015-03-28 00:45:52 -04:00
Blake Winton
a9a58d9b51 Bug 1147479 - Add a transition for adding items to the reading list. ui-r=mmaslaney, r=Unfocused 2015-03-30 14:16:05 -04:00
Blake Winton
19bceb6a44 Bug 1147444 - Add a transition when deleting an item from the Reading List. ui-r=mmaslaney, r=Unfocused 2015-03-30 14:07:36 -04:00
B2G Bumper Bot
67f74d1d1a Bumping manifests a=b2g-bump 2015-03-27 06:07:24 -07:00
jlal@mozilla.com
6f068712ad Bug 1148522 - Increase GIP f to 15 chunks r=me a=config-only 2015-03-27 04:16:27 -07:00
B2G Bumper Bot
a07168812e Bumping manifests a=b2g-bump 2015-03-27 10:47:34 -07:00
B2G Bumper Bot
8dda71a2b9 Bumping manifests a=b2g-bump 2015-03-27 09:47:46 -07:00
B2G Bumper Bot
96fd72ba50 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e418a5865ac9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1142610 - merge pull request #29193 from steveck-chung:callscreen-sim-id to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/163d32de9aba
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1142610 - [callscreen]Remove fixed width and sync system lockscreen styling for sim text container, r=drs

========

https://hg.mozilla.org/integration/gaia-central/rev/808a65874a0e
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1147862 - merge pull request #29173 from mozfreddyb:bug-1147862-fmd-ringer-context to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/8433ef165911
Author: Frederik Braun <fbraun+gh@mozilla.com>
Desc: Bug 1147862 - FindMyDevice should use the ringer audio context type

========

https://hg.mozilla.org/integration/gaia-central/rev/5ddb84fe8da6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1124335 - merge pull request #28890 from gmarty:Bug-1124335-Find-my-device-show-unable-to-connect-notification-and-self-disable-when-in-Airplane-mode to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/8ebd94f8b464
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1124335 - Find my device show 'unable to connect' notification and self disable when in Airplane mode
2015-03-27 09:45:08 -07:00
Shawn Huang
6fd6a430a0 Bug 1142417 - Truncate AVRCP meta data strings followed by BTRC_MAX_ATTR_STR_LEN. r=tzimmermann 2015-03-27 07:08:00 -04:00
Jamin Liu
6cab2d0874 Bug 1142390 - Add a flag to identify if the CKPD is the very first AT+CKPD=200 for Bluetooth HSP handling. r=shuang 2015-03-27 19:00:41 +08:00
B2G Bumper Bot
5f2114fc5a Bumping manifests a=b2g-bump 2015-03-27 03:58:02 -07:00
B2G Bumper Bot
0c2db367f5 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5f471316abba
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1148309 - merge pull request #29191 from bevis-tseng:Bug_1148309 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1ebb48a9cb2b
Author: Bevis Tseng <btseng@mozilla.com>
Desc: Bug 1148309 - Always listen to 'iccdetected' event. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/158feab82316
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1140154 - merge pull request #28797 from dominickuo:bug-1140154 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/4617425cc869
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 1140154 - [Music] use <bdi> to replace <span>
2015-03-27 03:55:27 -07:00
B2G Bumper Bot
d688a2a675 Bumping manifests a=b2g-bump 2015-03-27 03:30:13 -07:00
B2G Bumper Bot
092eb68e45 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f65ef36b2ad8
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #29194 from lightsofapollo/disable-spree

Disable spree

========

https://hg.mozilla.org/integration/gaia-central/rev/07c52735684f
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1148336 - Disable intermittent r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/92ca66fb1220
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1148333 - Disable test r=me
2015-03-27 03:29:53 -07:00
Brian Birtles
6315d9d2bc Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt
This patch renames the confusing IsRunning method since IsRunning() is *not*
the same as (PlayState() == AnimationPlayState::Running). It also removes
the old definition to make better re-use of PlayState() and IsInPlay().
2015-03-27 18:01:00 +09:00
Brian Birtles
b4f45b7565 Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt
This patch adds a method for testing if an animation is "in play" which is
a term defined in the Web Animations spec. This is in preparation for removing
some slightly redundant code in IsRunning and aligning better with the spec.
2015-03-27 17:54:39 +09:00
gaye
633b37f5a8 Bug 1148065 - Retry Gu, Gij, Gbu, and Gip tests on failure r=lightsofapollo 2015-03-27 01:49:19 -07:00
jlal@mozilla.com
4e4ecaa6aa Bug 1148348 - Turn back on Rs-oop for b2g-destkop r=me a=config-only 2015-03-27 02:48:46 -07:00
Brian Birtles
41cdff5906 Bug 1109390 part 16 - Update IsCurrent to take a player parameter; r=jwatt
In preparation for introducing IsInPlay (where "in play" is a term in the Web
Animations spec), this patch aligns the existing IsCurrent with the definition
in the spec that says an animation effect is only current if it is attached
to an animation (player in our current naming) that is not finished. In order
to ensure that we need to pass the animation/player into the method.

This actually changes the behavior of IsCurrent since now we will return false
for animations that are finished. As far as I can tell, all the call sites that
are requesting current animations should only be concerned with animations that
are actually running. If not, they need to be adjusted to look for animations
that are either current or in effect.
2015-03-27 17:44:38 +09:00
Cameron McCormack
e36cb0498e Bug 1148711 - Remove nsresult return values from nsCSSParser::Parse{Property,Variable}. r=dholbert 2015-03-29 22:57:04 +11:00
Randell Jesup
19225aa9cf Backed out 6 changesets (bug 1046245) on a CLOSED TREE 2015-03-29 01:42:32 -04:00
Jan-Ivar Bruaroey
df17c0c934 Bug 1046245 - IO on STS thread + cleanup BackgroundChild on shutdown. r=jesup 2015-03-28 19:02:46 -04:00
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
Gerald Squelart
a310d932fe Bug 1144409 - Test that encrypted events are fired for each initData. r=edwin 2015-03-26 18:58:00 -04:00
Gerald Squelart
660c5f330b Bug 1144409 - Encrypted event should be fired once per initData. r=cpearce 2015-03-26 18:57:00 -04:00
Valentin Gosu
883cc0c011 Bug 1099209 - Only track leaked URLs on the main thread. r=honzab 2015-03-31 14:19:27 +03:00
Ryan VanderMeulen
5b440fa467 Bug 1145546 - Add missing nsBidiPresUtils.h include to nsGfxScrollFrame.cpp to fix non-unified bustage. r=jfkthame 2015-03-31 10:47:49 -04:00
Patrick McManus
94f7f88dee bug 1148237 restart verifier null pattern r=honzab 2015-03-30 15:56:49 -04:00
Neil Deakin
434fa66219 Bug 1148748, [e10s] Re-enable browser_urlbarRevert.js, r=felipe 2015-03-31 10:05:16 -04:00
Neil Deakin
1a6d516a32 Bug 1121671, see if using the TabSwitchDone event will work, r=test-only=change 2015-03-31 10:00:00 -04:00
Andrea Marchesini
2c15716fd6 Bug 1147990 - websocket test suite - patch 5 - web-platform-test suite - js error fixed, r=jgraham 2015-03-31 14:58:27 +01:00
Sotaro Ikeda
9fc27358c4 Bug 1149185 - override GetMessageLoop() r=nical 2015-03-31 06:32:53 -07:00
jlal@mozilla.com
528dacad91 Bug 1147977 - Add additional timeouts and retries to curl downloads in tc-vcs r=jonasfj 2015-03-26 14:27:17 -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
Gregory Arndt
9e5e5a3c96 Bug 1142779 - Environment variables needed for automated testing on device. r=me a=config-only 2015-03-26 22:44:55 -05:00
Wes Kocher
1782286dc3 Merge m-c to b2ginbound a=merge CLOSED TREE 2015-03-26 17:47:36 -07:00
Wes Kocher
5fda97fd8d Merge fx-team to m-c a=merge CLOSED TREE 2015-03-26 17:22:05 -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
Wes Kocher
28fd43f9a0 Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-03-26 16:44:47 -07:00
Mike Shal
4b6143078e No bug - Bump mozharness.json to revision 9c18f2f9e0c0; r=jlund a=testing 2015-03-26 18:41:13 -04: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
Wes Kocher
3c4a21dc70 Backed out changeset 6306a0c0be65 (bug 1100294) for bc1 orange CLOSED TREE 2015-03-26 14:30:21 -07:00
Wes Kocher
0667f1171e Backed out changeset a4cc519364b5 (bug 1100294) 2015-03-26 14:30:20 -07:00