Alex Jordan
c4bd398fc2
Bug 1106353 - [gcli] Extend addon
to handle click-to-play. r=mratcliffe
...
--HG--
extra : rebase_source : e3aa43777d03493bdd53f2b40daf5e2cfb2d0ad5
2016-01-02 17:40:18 -08:00
Ethan Lin
36e70e85b0
Bug 1237194 - Fix getSyncParameter return error. r=jgilbert
...
--HG--
extra : rebase_source : 53ecd7eb7a750e8ed9dd36015504e9d992afe0c5
2016-01-06 01:29:00 +01:00
L. David Baron
a0c4be37df
Bug 1230668 - Don't use frame when not in composed document. r=heycam
...
--HG--
extra : transplant_source : QZ%A2I%E9%A2%F2%F4X%95%09n%91%9B%D8%21%DD%3C%F3S
2016-01-08 21:15:44 +11:00
Ethan Lin
f8f7798965
Bug 1237191 - Add check for getQueryParameter to return correct error. r=jgilbert
2016-01-07 20:05:00 +01:00
Ethan Lin
3fac635eb8
Bug 1235299 - Fix WebGL assertions for copyTexImage2D. r=jgilbert
2016-01-07 18:50:00 +01:00
Henry Chang
c69d84d994
Bug 1234739 - Disable test on all platforms other than linux. r=kchen
2015-12-23 23:42:00 +01:00
Jamie Nicol
6492492c28
Bug 1231818 - Make FrameLayerBuilder try harder to respect layers.max-active pref. r=mstange
2016-01-07 15:50:23 +00:00
Benjamin Bouvier
9d96f4f51e
Bug 1229399: Split FuncIR into Bytecode/Encoder/Decoder/FuncBytecode; r=luke
...
--HG--
rename : js/src/asmjs/WasmIR.h => js/src/asmjs/WasmBinary.h
extra : commitid : KdDkZsq6xnD
extra : rebase_source : ff4353fa440a4bfb322e7d9e06752d0a187bcb69
extra : histedit_source : 9cd2700bc4571ea6409bab8a33002250a21714d9%2Cf6dea4b51c2551c0938aed8e85b891b4e4e9001b
2016-01-08 10:26:52 +01:00
Andrea Marchesini
d64cfad447
Bug 1237595 - FormData ctor and form submission should create empty Blob/File when a input type=file is not set, r=smaug
2016-01-08 08:35:30 +00:00
Chris Peterson
d7f8317f74
Back out 400861eb8c62 (Bug 1236323 - Part 2) for unearthing Skia -Wunreachable-code warnings-as-errors
2016-01-08 00:32:01 -08:00
Chris Peterson
c69def398c
Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke
2015-12-31 01:05:49 -07:00
Chris Peterson
150add3f29
Bug 1236393 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in tools/power/rapl.cpp. r=njn
...
tools/power/rapl.cpp:331:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-23 22:41:07 -08:00
Chris Peterson
993326cad9
Bug 1236390 - Suppress -Wimplicit-fallthrough warnings in third-party code from Google Breakpad. r=bsmedberg
...
toolkit/crashreporter/google-breakpad/src/common/dwarf/dwarf2reader.cc:195:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/crashreporter/google-breakpad/src/processor/minidump.cc:4022:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-12-30 11:50:27 -07:00
Chris Peterson
f887951ac3
Bug 1236389 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in mozapps/update. r=rstrong
...
toolkit/mozapps/update/updater/updater.cpp:3722:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/mozapps/update/updater/updater.cpp:3768:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2016-01-01 17:04:00 -07:00
Chris Peterson
30e31900cf
Bug 1236325 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in satchel. r=mak
...
toolkit/components/satchel/nsFormFillController.cpp:974:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2016-01-01 17:02:54 -07:00
Chris Peterson
a0c2f29590
Bug 1236324 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in toolkit/components/places/. r=mak
...
toolkit/components/places/Database.cpp:182:5: [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:215:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:227:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:297:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:309:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsNavHistoryResult.cpp:2420:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsNavHistoryResult.cpp:2446:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsNavHistoryResult.cpp:2878:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 13:59:54 -08:00
Chris Peterson
a2a55a8086
Bug 1236323 - Part 2: Suppress -Wimplicit-fallthrough warnings in gfx/ from Skia header files. r=nical
...
gfx/skia/skia/include/gpu/GrTestUtils.h:94:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
gfx/skia/skia/include/gpu/GrTypesPriv.h:181:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-24 09:39:04 -08:00
Chris Peterson
b94d12b3b4
Bug 1236323 - Part 1: Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in gfx/. r=nical
...
gfx/thebes/gfxFcPlatformFontList.cpp:706:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
gfx/thebes/gfxFontconfigFonts.cpp:2183:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
gfx/2d/DrawTargetCG.cpp:812:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
gfx/2d/DrawTargetCairo.cpp:636:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
2015-11-24 09:39:04 -08:00
Chris Peterson
dfa26161b5
Bug 1236322 - Part 2: Suppress -Wimplicit-fallthrough warnings in parser/html generated code. r=hsivonen
2015-12-25 00:00:36 -07:00
Chris Peterson
7abc7ee59e
Bug 1236322 - Part 1: Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in parser/. r=hsivonen
...
parser/html/nsHtml5Highlighter.cpp:572:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
parser/htmlparser/nsScanner.cpp:425:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
parser/htmlparser/nsScanner.cpp:780:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-12-25 00:01:32 -07:00
Chris Peterson
03f5630fd2
Bug 1235298 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in netwerk/. r=mcmanus
2015-11-22 21:58:33 -08:00
Chris Peterson
3fee84300a
Bug 1235238 - Remove unnecessary switch fallthrough to fix -Wimplicit-fallthrough warning in ssltunnel. r=mayhemer
...
testing/mochitest/ssltunnel/ssltunnel.cpp:1387:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:17:50 -08:00
Chris Peterson
30a0e09372
Bug 1235236 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in modules/libjar/. r=aklotz
...
modules/libjar/nsJARInputStream.cpp:112:13 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:13:58 -08:00
Chris Peterson
c0fb08917c
Bug 1235237 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in storage/. r=mak
...
storage/mozStoragePrivateHelpers.cpp:234:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:09:23 -08:00
JW Wang
c34a7481ae
Bug 1237607 - Add file names to logs of test_playback_rate.html to facilitate debugging. r=bechen.
2016-01-08 15:52:25 +08:00
Nicholas Nethercote
02921e7c85
Bug 1237171 - Improve a case where ICO and BMP files disagree on an image size. r=tn.
...
--HG--
extra : rebase_source : 80701833249881c3022309f6237a3084b61b1881
2016-01-07 16:18:22 -08:00
Karl Tomlinson
e8feab9b63
bug 726265 don't activate ELAN swipe hack unless ScanCode is zero r=heycam
...
On some hardware, GetKeyState(0xFF) returns negative even when Elantech
messages are not involved. This change permits Page Up and Page Down keys
to function as expected on this hardware.
--HG--
extra : rebase_source : 175d6288bef78eea054fcf577a61cb18ea1f0061
extra : amend_source : 69c66a12e8f27331515f8a60f256a5ba663583bd
2016-01-07 17:31:35 +13:00
Karl Tomlinson
409ab8ea16
bug 1230406 remove invalid assertion of equality between float and int32_t r=padenot
...
--HG--
extra : rebase_source : 659172cf1d400c45a0ddd09345a9a1a6f193975b
2016-01-06 20:05:41 +13:00
Aaron Klotz
edd70043d1
Bug 1237463: LSP Annotator Enhancements; r=jimm
...
--HG--
extra : rebase_source : 6e40ed6188a73ee1c0fa719055262a72bd2b4aed
2016-01-06 16:58:13 -07:00
Phil Ringnalda
b0f99178c2
Merge m-c to m-i
2016-01-07 20:38:46 -08:00
Phil Ringnalda
a436ea943d
Back out d933300edeed (bug 1157469) for devtools xpc::IsInContentXBLScope crashes, a=backout
2016-01-07 20:37:06 -08:00
Phil Ringnalda
4929b34577
Back out 194d7968bf59 (bug 1195881) for e10s failures in browser_sessionStoreContainer.js
2016-01-07 20:28:38 -08:00
Wes Kocher
84ab0024b9
Merge inbound to central, a=merge
...
--HG--
extra : commitid : KP5Y6jJmTp5
2016-01-07 17:12:05 -08:00
Wes Kocher
5b52b8c20a
Merge fx-team to central, a=merge
...
--HG--
extra : commitid : G8bubLAHlYY
2016-01-07 16:35:32 -08:00
Wes Kocher
67bd7924e0
Backed out changeset 72f014c66fe8 (bug 1237040) for breaking builds on windows 8
...
--HG--
extra : commitid : Bbf1lc2O69r
2016-01-07 11:47:47 -08:00
Mark Finkle
273d2c6fbb
Bug 1237632 - Enable support for environment/profile/creationDate on Android r=gfritzsche
2016-01-07 14:13:27 -05:00
Fernando Campo
88f78499bf
Bug 1205661 - Blue shade of icon in toolbar does not match other blue icons. r=mikedeboer
2016-01-07 19:07:31 +00:00
Robert Strong
eaafce8b7f
Bug 1237040 - Add configure.in support for NSIS 3.0b3 and remove support for NSIS 2.46u and NSIS 3.0a1. r=gps
2016-01-07 10:34:23 -08:00
B2G Bumper Bot
cd44b3ab48
Bumping manifests a=b2g-bump
2016-01-07 08:19:47 -08:00
Wander Lairson Costa
278765e3d9
Bug 1236655 - Update buildbot step script in phone-builder images r=garndt
...
--HG--
extra : commitid : FFxb8iqptpJ
2016-01-07 13:42:42 -02:00
Johan Lorenzo
8971d17e5f
Bug 1236947 - [tc-gip] Retrieve and store logcat r=garndt
...
--HG--
extra : commitid : HyckgSeYhAb
extra : rebase_source : d161c5975666dc67958e754407d936598440b25a
2016-01-07 16:34:03 +01:00
B2G Bumper Bot
4c30c5ced3
Bumping manifests a=b2g-bump
2016-01-07 07:35:31 -08:00
B2G Bumper Bot
6e06006cbe
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e51159a1a86d
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1237618 - Disable apps/keyboard/test/marionette/uninstallation_test.js
========
https://hg.mozilla.org/integration/gaia-central/rev/8d4d8bfaefbd
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1235881 - Disable apps/system/test/marionette/browser_video_test.js
2016-01-07 07:34:09 -08:00
Johan Lorenzo
a888a475ca
Backed out changeset 9e922c947ddd
...
--HG--
extra : commitid : IA6FZUQ0H4d
2016-01-07 16:32:23 +01:00
Johan Lorenzo
5ece99ac24
Bug 1236947 - [tc-gip] Retrieve and store logcat r=garndt
...
--HG--
extra : commitid : BINHH7CH6qo
extra : histedit_source : 5ef8126d29148d211158c9160af01c3b612da43f%2C2170b5caeca4ab7e077cdc328265a0c26686099c
2016-01-07 16:27:28 +01:00
Johan Lorenzo
194b1268d3
Backout Bug 1236947 - [tc-gip] Retrieve and store logcat
...
--HG--
extra : commitid : KO1gwlLhlI8
2016-01-07 16:24:55 +01:00
Eugen Sawin
eb48990941
Bug 1073224 - [3.2] Add fallback mechanics for device orientation sensors on Android (and fix style). r=snorp
2016-01-07 15:23:40 +01:00
Eugen Sawin
f65cc759d8
Bug 1073224 - [2.1] Accept rotation vector device sensor listeners in tests. r=vlad
2016-01-07 15:23:39 +01:00
Eugen Sawin
c927fec54a
Bug 1073224 - [1.2] Use SENSOR_ROTATION_VECTOR for DOM DeviceOrientation events on Android. r=vlad
2016-01-07 15:23:33 +01:00
Andrea Marchesini
89d54361e0
Bug 1237588 - One of the File::Create methods is not used, r=smaug
2016-01-07 13:34:53 +00:00