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
Matt Woodrow
b0b5937e07
Bug 1062723 - Part 1: Add source clipping to SurfacePattern. r=Bas
...
--HG--
extra : rebase_source : ccec8c8cb37f52710b0758360bea73696212734f
2014-09-11 18:13:52 +12:00
Jan de Mooij
aff6a051aa
Bug 1060283 part 2 - Rename some JitSpew_* constants to JitSpew_Ion*. r=h4writer
2014-09-12 11:43:47 +02:00
Jan de Mooij
654a743542
Bug 1057598 - Suppress the object metadata callback in RStringSplit::recover. r=nbp
2014-09-12 11:06:22 +02:00
Jan de Mooij
0415eb3466
Bug 1064777 part 2 - Run definite properties analysis and arguments analysis for non-CNG code as well. r=bhackett
2014-09-12 11:03:24 +02: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
Lucas Rocha
87cb2645c5
Bug 1014987 - Gracefully handle out-of-bounds positions in TabsStripAdapter (r=mcomella)
2014-09-11 00:27:01 +01:00
B2G Bumper Bot
db73a4dba9
Bumping manifests a=b2g-bump
2014-09-10 16:17:42 -07:00
B2G Bumper Bot
142806a49a
Bumping manifests a=b2g-bump
2014-09-10 15:51:36 -07:00
B2G Bumper Bot
e84354311b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a452a38c1526
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #23684 from sergi/BUG_1062189
Bug 1062189 - Images in the contacts list are shifted to the right, overlapping letter shortcuts [r=francisco]
========
https://hg.mozilla.org/integration/gaia-central/rev/88950f05b62f
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1062189 - Images in the contacts list are shifted to the right, overlapping letter shortcuts
2014-09-10 15:40:56 -07:00
Ryan VanderMeulen
639eb0f104
Merge m-c to b2g-inbound. a=merge
2014-09-10 18:38:33 -04:00
Ryan VanderMeulen
9d54d5a7be
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-09-10 18:36:26 -04:00
Ryan VanderMeulen
ff7fcbcbc7
Backed out changeset 72ec272d143d (bug 1005922) for B2G debug emulator-kk bustage.
2014-09-10 18:35:52 -04:00
Lucas Rocha
95fca9293a
Bug 1065663 - Use correct layout param for TwoWayView in tabs_item_cell (r=mcomella)
2014-09-10 23:31:15 +01:00
Ehsan Akhgari
c1678608c7
Backed out changeset 02fbb6ada9cb (bug 967494) for build bustage on a CLOSED TREE
2014-09-10 18:29:34 -04:00