B2G Bumper Bot
ce5e392f2c
Bumping manifests a=b2g-bump
2015-11-11 08:09:44 -08:00
B2G Bumper Bot
d08bbe5188
Bumping manifests a=b2g-bump
2015-11-11 08:01:47 -08:00
B2G Bumper Bot
223d0cacb9
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ace3ac923228
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #33139 from mikehenrty/bug-1223778-convert-bookmark-order-to-pinning
Bug 1223778 - Convert bookmark_order_test.js to pinning the web
========
https://hg.mozilla.org/integration/gaia-central/rev/f17e944c379b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1223778 - Convert bookmark_order_test.js to pinning the web
========
https://hg.mozilla.org/integration/gaia-central/rev/4ed8ac5d5614
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32992 from michielbdejong/1219621-resync-after-delete
Bug 1219621 - Also resync after a remove, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/88910c6a9686
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1219621 - Also resync after a remove, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/ac1cf0759e57
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33095 from janus926/bug-1188232
Bug 1188232 - Get rid of class screenoff to make screen on/off faster. r=gweng
========
https://hg.mozilla.org/integration/gaia-central/rev/1656a46d802d
Author: Ting-Yu Chou <janus926@gmail.com>
Desc: Bug 1188232 - Get rid of class screenoff to make screen on/off faster. r=gweng
2015-11-11 08:00:24 -08:00
John Daggett
8204f43ef5
Bug 1160506 - support intra-family font fallback. r=heycam
...
Fontconfig allows for fonts to be arbitrarily mapped into another font
family. Under some versions of Debian and Fedora, families like Droid
Sans Japanese were mapped into the Droid Sans family. To match these
font families properly, it's necessary to test multiple fonts within a
single given family. Since this is a relatively time consuming
procedure, only do this when there are multiple regular faces for a
given family.
2015-11-11 21:13:33 +09:00
Gregor Wagner
40a2d90352
Bug 1223394 - disable permaorange webrtc tests on Mulet, a=verylargeorange
2015-11-11 02:18:00 -08:00
Bevis Tseng
c23e34d98e
Bug 1223662 - Improve Test Coverage. r=echen
2015-11-11 13:24:51 +08:00
Jonas Sicking
25d05207f7
Bug 1223647: CSP erroneously inherited into dedicated workers. r=ckerschb
2015-11-10 21:16:12 -08:00
Jonas Sicking
1b42c533ef
Bug 990270 - Enable navigator.sendBeacon by default on Firefox OS. r=fabrice
2015-11-12 12:40:45 -08:00
Phil Ringnalda
e75cdf2105
Back out changeset cd0be67d2344 (bug 1224307) for test_page_scroll_with_fixed_pos.html bustage
...
CLOSED TREE
2015-11-12 20:18:38 -08:00
Phil Ringnalda
0eaf113831
Back out changeset 13335ded96b9 (bug 1081272) for test_page_scroll_with_fixed_pos.html bustage
...
CLOSED TREE
2015-11-12 20:18:03 -08:00
Phil Ringnalda
d408056525
Bug 1183959 - Disable test_file_os_delete.html on e10s
...
CLOSED TREE
2015-11-12 20:01:39 -08:00
Kyle Huey
768ac8ac62
Bug 1224061: Fuck bluetooth. r=me CLOSED TREE
2015-11-13 11:01:40 +08:00
Kyle Huey
270f5a8d12
Bug 1224061: Followup to fix b2g bustage r=me CLOSED TREE
2015-11-13 10:27:43 +08:00
Kyle Huey
c9773e9cc2
Bug 1224061 followup to fix bustage. r=me on a CLOSED TREE IGNORE IDL
2015-11-13 09:23:59 +08:00
Nathan Froyd
13d023fa6b
Bug 1217571 - fix the imagelib cache to work in e10s; r=seth
...
nsICachingChannel isn't available in the child process; we have to use
nsICacheInfoChannel instead.
2015-11-12 15:09:52 -05:00
Shu-yu Guo
aab62e944d
Bug 1223007 - Fix eval redeclaration check for Debugger.Frame.eval. (r=efaust)
2015-11-12 17:01:34 -08:00
Jeff Gilbert
284574da61
Bug 1209612 - Formalize client vs display EGL exts, and don't check client exts on ANDROID due to topcrash. - r=jrmuizel,snorp
2015-11-12 13:41:45 -08:00
Matt Brubeck
6e124f89cf
Bug 1081272 - Include position and transform when computing header/footer size [r=tn]
2015-11-12 16:55:02 -08:00
Matt Brubeck
bc5a47b647
Bug 1224307 - Fix page scrolling for non-full-width fixed headers/footers [r=tn]
2015-11-12 16:55:00 -08:00
Kyle Huey
662c429aaa
Bug 1224061: Make Event::InitEvent infallible. r=smaug
2015-11-13 08:09:42 +08:00
Wes Kocher
64877c3eb6
Merge m-c to inbound, a=merge CLOSED TREE
2015-11-12 16:26:18 -08:00
Karl Tomlinson
3f4507d3df
bug 1223520 avoid leaking NaNs to and from the otherwise unused imaginary frequency components r=padenot
...
The zeroth component is not removed from the BufferComplexMultiply() call so
as not to disrupt alignment.
The mOutputBuffer[halfSize].i assertions are removed because the code no
longer uses these components, and so their values are irrelevant.
2015-11-11 20:34:41 +13:00
Karl Tomlinson
c6dabf178c
test for bug 1223520 r=padenot
2015-11-12 12:16:32 +13:00
Karl Tomlinson
395b2b0084
bug 1224102 reduce the size of the final FFT convolution stage if possible r=padenot
2015-11-12 17:34:13 +13:00
Bevis Tseng
58059457ef
Bug 1223662 - Part 1: Check mmiServiceCode with correct constant. r=echen
2015-11-11 13:10:51 +08:00
B2G Bumper Bot
d30fc86c2b
Bumping manifests a=b2g-bump
2015-11-11 07:49:31 -08:00
B2G Bumper Bot
d8398ef0b5
Bumping manifests a=b2g-bump
2015-11-11 07:24:43 -08:00
B2G Bumper Bot
d139dd9f2c
Bumping manifests a=b2g-bump
2015-11-11 05:16:34 -08:00
B2G Bumper Bot
5a61a986ad
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8feaf542bbc4
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33086 from ferjm/bug1217385.browserdialog.tests
Bug 1217385 - BrowserDialog signout tests. r=yifan
========
https://hg.mozilla.org/integration/gaia-central/rev/74841a395413
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1217385 - BrowserDialog signout tests. r=yifan
2015-11-11 05:15:12 -08:00
Carsten "Tomcat" Book
8b2f33db56
Merge mozilla-central to b2g-inbound
2015-11-11 12:45:25 +01:00
Carsten "Tomcat" Book
eb4942092b
merge mozilla-inbound to mozilla-central a=merge
2015-11-11 12:42:52 +01:00
B2G Bumper Bot
35a4e65520
Bumping manifests a=b2g-bump
2015-11-11 03:16:59 -08:00
B2G Bumper Bot
4530859ce6
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/35b793826815
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #33039 from scottwu/1219688-gij-change-keyboard-language
Bug 1219688 - Implemented *test_settings_change_keyboard_language.py*…
========
https://hg.mozilla.org/integration/gaia-central/rev/14aeff02e794
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1219688 - Added a test case that adds a new keyboard layout and typing out a special character (Implemented from *test_settings_change_keyboard_language.py* in Gip). r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/997ea3d09a36
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #32985 from scottwu/1179666-wifi-network-sort
Bug 1179666 - Sort network names alphabetically within each signal ba…
========
https://hg.mozilla.org/integration/gaia-central/rev/7fabe155d036
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1179666 - Sort network names alphabetically within each signal bar level, added getSignalLevel WifiHelper method, added a unit test. r=gasolin
========
https://hg.mozilla.org/integration/gaia-central/rev/d530f73b07df
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #33131 from scottwu/1222117-cellular-data-confirmation
Bug 1222117 - Added back the removed warning strings, r=gasolin
========
https://hg.mozilla.org/integration/gaia-central/rev/22e0faa7772d
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1222117 - Added back the removed warning strings
2015-11-11 03:15:36 -08:00
Carsten "Tomcat" Book
339df82364
Backed out changeset 0af975118f61 (bug 1220121) for bustage on a CLOSED TREE
2015-11-11 12:07:05 +01:00
Carsten "Tomcat" Book
fcaa1f310c
Backed out changeset 28725f253f82 (bug 1220121)
2015-11-11 12:06:50 +01:00
Carsten "Tomcat" Book
9afc19ecd4
Backed out changeset a7ea5f2e3444 (bug 1220121)
2015-11-11 12:06:48 +01:00
Carsten "Tomcat" Book
c1298898cd
Backed out changeset 975e3b3d7504 (bug 1220121)
2015-11-11 12:06:47 +01:00
Carsten "Tomcat" Book
7a41174632
Backed out changeset 1ebe50bb4fad (bug 1220121)
2015-11-11 12:06:46 +01:00
Carsten "Tomcat" Book
0440db395c
Backed out changeset 7251fc4dce99 (bug 1220121)
2015-11-11 12:06:44 +01:00
Carsten "Tomcat" Book
b57212d645
Backed out changeset aa607b61225c (bug 1220121)
2015-11-11 12:06:43 +01:00
Carsten "Tomcat" Book
dc3e1cfa37
merge fx-team to mozilla-central a=merge
2015-11-11 12:04:33 +01:00
Thomas Zimmermann
25f7ddb3f3
Bug 1220121: Convert IPDL of Bluetooth GATT API to |BluetoothUuid|, r=joliu
2015-11-11 11:14:40 +01:00
Thomas Zimmermann
093f99ceff
Bug 1220121: Convert IPDL of Bluetooth GATT API to |BluetoothAddress|, r=joliu
2015-11-11 11:14:40 +01:00
Thomas Zimmermann
d4577877ee
Bug 1220121: Convert IPDL of Bluetooth AVRCP API to |ControlPlayStatus|, r=shuang
2015-11-11 11:14:40 +01:00
Thomas Zimmermann
c1f654190d
Bug 1220121: Convert IPDL of Bluetooth OPP API to |BluetoothAddress|, r=btian
2015-11-11 11:14:39 +01:00
Thomas Zimmermann
2e64f2be08
Bug 1220121: Convert IPDL of Bluetooth Core API to |BluetoothPinCode|, r=brsun
2015-11-11 11:14:39 +01:00
Thomas Zimmermann
e290567d0e
Bug 1220121: Convert IPDL of Bluetooth Core API to |BluetoothAddress|, r=brsun
2015-11-11 11:14:39 +01:00
Thomas Zimmermann
2f64733f59
Bug 1220121: Prepare IPDL support for additional Bluetooth types, r=brsun
...
This patch adds IPDL helpers for transfering |BluetoothAddress|,
|BluetoothPinCode|, and |ControlPlayStatus|.
2015-11-11 11:14:39 +01:00
B2G Bumper Bot
13f749fda9
Bumping manifests a=b2g-bump
2015-11-11 01:45:58 -08:00
B2G Bumper Bot
949fe942d3
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3ffb5cf093da
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #33038 from begeeben/1220961_escape_key
Bug 1220961 - Escape key in the refresh auth screen in the fx account…
========
https://hg.mozilla.org/integration/gaia-central/rev/60b2f6729247
Author: yifan <yliao@mozilla.com>
Desc: Bug 1220961 - Escape key in the refresh auth screen in the fx account flow doesn't work
========
https://hg.mozilla.org/integration/gaia-central/rev/92b4ac2dd019
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #33036 from begeeben/1221420_failed_to_go_back
Bug 1221420 - [TV Browser] Failed to go back to the previous screen a…
========
https://hg.mozilla.org/integration/gaia-central/rev/86eb974b4548
Author: yifan <yliao@mozilla.com>
Desc: Bug 1221420 - [TV Browser] Failed to go back to the previous screen after tapping the Back button in "Inactive Account" page
2015-11-11 01:44:33 -08:00