Commit Graph

204981 Commits

Author SHA1 Message Date
B2G Bumper Bot
5258087a3c Bumping manifests a=b2g-bump 2014-09-11 04:07:01 -07:00
B2G Bumper Bot
fa10edc7ba Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2303ad586dc1
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #23851 from RudyLu/keyboard/Bug1062105

Bug 1062105 - [Keyboard] Alternate keys list overflows needs UI improvement.
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/6c518b019344
Author: Rudy Lu <me@rudy.lu>
Desc:  Bug 1062105 - [Keyboard] Alternate keys list overflows needs UI
 improvement.
  - Add border to multi-row alternatives char menu.
  - Adjust the positioning of the menu to align with the key row
    underneath.
2014-09-11 03:55:46 -07:00
B2G Bumper Bot
3e9c16403e Bumping manifests a=b2g-bump 2014-09-11 03:31:53 -07:00
B2G Bumper Bot
a8dddff1ff Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ab449e5df779
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1053703 - Merge pre-app.js, app.js and post-app.js to one javascript file r=gduan" for build failures

This reverts commit 79e9bfc0994fada5e0cd0909a0bf7e553ccd7516.
2014-09-11 03:25:45 -07:00
Lucas Rocha
d3150180ec Merge m-c to larch 2014-09-11 11:11:00 +01:00
Carsten "Tomcat" Book
a8756aec4e Backed out changeset 8644a9c4b993 (bug 1061489) for bustage on a CLOSED TREE
--HG--
rename : dom/bluetooth/bluedroid/BluetoothHALInterface.cpp => dom/bluetooth/bluedroid/BluetoothInterface.cpp
2014-09-11 11:11:06 +02:00
Carsten "Tomcat" Book
b75127879c Backed out changeset e2e2e6397253 (bug 1061489) 2014-09-11 11:10:32 +02:00
B2G Bumper Bot
088ea25860 Bumping manifests a=b2g-bump 2014-09-11 01:47:45 -07:00
B2G Bumper Bot
31295a4841 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/307c9c3cda8f
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #23832 from yurenju/merge-build-apps-2

Bug 1053703 - Merge pre-app.js, app.js and post-app.js to one javascript...

========

https://hg.mozilla.org/integration/gaia-central/rev/3be66e731951
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1053703 - Merge pre-app.js, app.js and post-app.js to one javascript file r=gduan

Conflicts:
	Makefile
2014-09-11 01:45:52 -07:00
B2G Bumper Bot
e27a6638b6 Bumping manifests a=b2g-bump 2014-09-11 01:31:53 -07:00
B2G Bumper Bot
0d58b36bfa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b89c91b45508
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #23906 from flodolo/bug1065323

Bug 1065323 - [Settings] 'Add' button is not localizable in FDN - Authorized Numbers r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/130101447318
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 1065323 - 'Add' button is not localizable in FDN - Authorized Numbers
2014-09-11 01:25:45 -07:00
B2G Bumper Bot
4b7e39d500 Bumping manifests a=b2g-bump 2014-09-11 01:06:55 -07:00
B2G Bumper Bot
94324b343f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1059683 - Report one less pixel from KeyboardManager for ceiling due to dpx fractions. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/fd5f851eeff7
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1059683 - Report one less pixel from KeyboardManager for ceiling due to dpx
2014-09-11 01:00:47 -07:00
B2G Bumper Bot
3f06add744 Bumping manifests a=b2g-bump 2014-09-11 00:47:47 -07:00
B2G Bumper Bot
155d5353f6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fbb3804d7bea
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #23940 from gasolin/issue-1065886

Bug 1065886 - fix jsdoc build errors, r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/0a047c97703b
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1065886 - fix jsdoc build errors
2014-09-11 00:45:57 -07:00
Thomas Zimmermann
d4daf1d4ea Bug 1061489: Distribute Bluetooth HAL implementation among multiple files, r=shuang
The files BluetoothHALInterface.{cpp,h} are getting too large. This patch
moves helper functions and profile implementations into separate files.
2014-09-11 09:38:13 +02:00
Thomas Zimmermann
42817258a3 Bug 1061489: Move Bluedroid code out of BluetoothInterface.{cpp,h}, r=shuang
This patch moves BluetoothInterface.{cpp,h} to the generic section
of Gecko's Bluetooth code, and the Bluedroid implementation into
the new files BluetoothHalImplementation.{cpp,h}.

BluetoothHalImplementation.{cpp,h} contains all Bluedroid-specific
code. The classes in BluetoothInterface.{cpp,h} are now interfaces
for Gecko.

--HG--
rename : dom/bluetooth/bluedroid/BluetoothInterface.cpp => dom/bluetooth/bluedroid/BluetoothHALInterface.cpp
2014-09-11 09:38:10 +02:00
Mark Banner
e5f62dc403 Bug 1065608 Drop the remaining backbone views for Loop (switch to react). r=nperriault 2014-09-11 08:28:02 +01:00
Mark Banner
2e50fe480a Bug 1065591 Improve Loop xpcshell tests for MozLoopService to have a better chance of detecting coding errors. r=jaws 2014-09-11 08:28:01 +01:00
B2G Bumper Bot
5b75965ff5 Bumping manifests a=b2g-bump 2014-09-11 00:17:02 -07:00
B2G Bumper Bot
fa35103c24 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d39431f7b119
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #23934 from evanxd/bug-1043408

Bug 1043408 - Use marionette-apps version 0.3.9 r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/434342da07f5
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1043408 - Use marionette-apps version 0.3.9

========

https://hg.mozilla.org/integration/gaia-central/rev/9be35cc0560b
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #23892 from evanxd/bug-1061135

Bug 1061135 - Re-enable the tests r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/129207ca7583
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1061135 - Re-enable the tests
2014-09-11 00:10:47 -07:00
Margaret Leibovic
1f606a69cd Bug 1017903 - Load the search service before running open search discovery tests. r=mfinkle 2014-09-11 09:10:28 +02:00
Jonathan Watt
4c0a7bbbef Bug 1064084, part 5 - Convert all consumers of gfxContext::NudgeCurrentMatrixToIntegers()/MultiplyAndNudgeToIntegers() to use gfxContext::SetMatrix(). r=Bas 2014-09-11 07:57:39 +01:00
Jonathan Watt
9bc0f0cdf3 Bug 1064084, part 4 - Convert all consumers of gfxContext::IdentityMatrix() to use gfxContext::SetMatrix(). r=Bas 2014-09-11 07:57:39 +01:00
Jonathan Watt
ba6a140a09 Bug 1064084, part 3 - Convert all consumers of gfxContext::Rotate() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
Jonathan Watt
1ae57ac8bf Bug 1064084, part 2 - Convert all consumers of gfxContext::Scale() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
Jonathan Watt
fa8c7ec8a5 Bug 1064084, part 1 - Convert all consumers of gfxContext::Translate() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
B2G Bumper Bot
d8673ed15d Bumping manifests a=b2g-bump 2014-09-10 23:52:00 -07:00
Benjamin Bouvier
8eb1f481a7 Bug 1051860: Optimize SimdValueX4 codegen for int32x4 when SSE4.1 is available; r=sunfish
--HG--
extra : rebase_source : 3feb3d19834f6c356bb114ee8b19a283467dff34
2014-09-11 08:50:49 +02:00
Benjamin Bouvier
bd4d94cbd7 Bug 1051860: Optimize SimdValueX4 codegen for float32x4 with unpcklps; r=sunfish
--HG--
extra : rebase_source : 30cec4448afa60e5be2a8e12f01daf95fffc94e3
2014-09-11 08:50:10 +02:00
B2G Bumper Bot
c3c1677d4a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3a4d74ada4a4
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #23845 from crdlc/bug-1062820

Bug 1062820 - Home screen and status bar behave different after clicking...

========

https://hg.mozilla.org/integration/gaia-central/rev/11051c206c52
Author: crdlc <crdlc@tid.es>
Desc: Bug 1062820 - Home screen and status bar behave different after clicking home button among versions

========

https://hg.mozilla.org/integration/gaia-central/rev/521a43a95cc8
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #22248 from mancas/bug981566

Bug 981566 - [settings] add marionette test for device information - You... r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/87321ffbbc74
Author: Manuel Casas Barrado <b.mcb@tid.es>
Desc: Bug 981566 - [settings] add marionette test for device information - Your Privacy
2014-09-10 23:45:47 -07:00
B2G Bumper Bot
69d4dfc001 Bumping manifests a=b2g-bump 2014-09-10 23:36:55 -07:00
B2G Bumper Bot
bdc3465035 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 1065658 - [Rocketbar] Do not hide search window if app launches in background

========

https://hg.mozilla.org/integration/gaia-central/rev/18940ea8c597
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1065658 - [Rocketbar] Do not hide search window if app launches in background r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/5d9ccd719104
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23827 from ehsan/1064593

Bug 1064593 - Pass the activity name used in the loop client app as a string in order to make it easier to automatically extract the activity name from the source code. r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/054e602fdaad
Author: Ehsan Akhgari <ehsan@mozilla.com>
Desc: Bug 1064593 - Pass the activity name used in the loop client app as a string in order to make it easier to automatically extract the activity name from the source code; r=ferjm
2014-09-10 23:30:47 -07:00
Fabrice Desré
07acd66d51 Bug 1021972 - csp attribute in manifest doesnt actually apply a CSP r=ochameau 2014-09-10 23:24:29 -07:00
B2G Bumper Bot
4a3fc87e59 Bumping manifests a=b2g-bump 2014-09-10 23:12:35 -07:00
B2G Bumper Bot
1c46cf2f86 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9b03ee0ac0f1
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #23511 from yzen/bug-1014052

Bug 1014052 - making statusbar markup consistent with layout for better ...

========

https://hg.mozilla.org/integration/gaia-central/rev/c217c109bf0c
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1014052 - making statusbar markup consistent with layout for better screen reader usability. r=mhenretty
2014-09-10 23:10:48 -07:00
B2G Bumper Bot
eaa748f978 Bumping manifests a=b2g-bump 2014-09-10 20:56:56 -07:00
B2G Bumper Bot
2004315d10 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5a2bd8b7aa5d
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #23873 from yzen/bug-1045017

Bug 1045017 - fixing screen reader status bar accessibility. Statusbar i...

========

https://hg.mozilla.org/integration/gaia-central/rev/5abf8540f6a3
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1045017 - fixing screen reader status bar accessibility. Statusbar improvements during app transitions.
2014-09-10 20:50:48 -07:00
B2G Bumper Bot
cdffc29dff Bumping manifests a=b2g-bump 2014-09-10 20:12:34 -07:00
B2G Bumper Bot
283ac54587 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a608c49a2ef
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #23887 from ian-liu/settings/bug1057188_l10n_string_revised_for_mount_unmount_sd_card

Bug 1057188 - L10n follow-up for mount/unmount SD card, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/87409e71da46
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1057188 - L10n follow-up for mount/unmount SD card
2014-09-10 20:10:30 -07:00
B2G Bumper Bot
62c3dab6a2 Bumping manifests a=b2g-bump 2014-09-10 19:52:14 -07:00
Nicholas Nethercote
0d25148489 Bug 1065834 - Remove long-busted Solaris stack-walking code. r=froydnj. 2014-09-10 19:46:54 -07:00
Yuan Xulei
2ae87a78b2 Bug 1035060 - Implement AbortablePromise. r=bz 2014-09-12 10:18:49 +08:00
B2G Bumper Bot
de8005ab4c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1065516 - [System] Remove window.self in appWindow to reflect the dependency

========

https://hg.mozilla.org/integration/gaia-central/rev/4c916fa57c4c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1065516 - [System] Remove window.self in appWindow to reflect the dependency r=alive
2014-09-10 19:45:52 -07:00
Ben Tian
81b8ea5a76 Bug 1061481 - Patch 3/3: Implementation of BluetoothDevice.type attribute, f=tzimmermann, r=echou 2014-09-11 10:04:18 +08:00
Ben Tian
f9dedf5d7e Bug 1061481 - Patch 2/3: WebIDL change of BluetoothDevice.type attribute, r=bz 2014-09-11 10:03:52 +08:00
Ben Tian
381e347684 Bug 1061481 - Patch 1/3: Cleanup WebIDL files, r=bz 2014-09-11 10:03:40 +08:00
B2G Bumper Bot
77bdf07f5c Bumping manifests a=b2g-bump 2014-09-10 19:01:55 -07:00
B2G Bumper Bot
437ed35701 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/92f768982ed5
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23653 from mikehenrty/bug-1059048-sim-manager-icon

Bug 1059048 - Update sim manager icon width to allow for larger assets

========

https://hg.mozilla.org/integration/gaia-central/rev/f67945389866
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1059048 - Update sim manager icon width to allow for larger assets

========

https://hg.mozilla.org/integration/gaia-central/rev/1c0e1a9c115d
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23928 from mikehenrty/bug-1064305-really

Bug 1064305 - Disable fxa_screen_flow_test.js test using the correct man...

========

https://hg.mozilla.org/integration/gaia-central/rev/9e5cd06f6f8b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1064305 - Disable fxa_screen_flow_test.js test using the correct manifest path
2014-09-10 18:55:46 -07:00
Ryan VanderMeulen
f5a3f1856f Merge m-c to b2g-inbound. a=merge 2014-09-10 20:31:58 -04:00