Benjamin Bouvier
632b84922a
Bug 1229399: Split FuncIR into Bytecode/Encoder/Decoder/FuncBytecode; r=luke
2016-01-08 10:26:52 +01:00
Andrea Marchesini
bcb4c36e4c
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
a50607ff6b
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
923703b056
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
696e4b3f5d
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
24ba10180a
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
a4cd491fb7
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
8c9c735d23
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
120ab5ca00
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
800e207bc7
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
8ac920811f
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
86124a09fd
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
2d018a5ca2
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
659b30fd0b
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
4bcd2a67bf
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
3766eead47
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
35b2b12236
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
70f92550b2
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
01e7ff94f4
Bug 1237171 - Improve a case where ICO and BMP files disagree on an image size. r=tn.
2016-01-07 16:18:22 -08:00
Karl Tomlinson
67c6255eb7
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.
2016-01-07 17:31:35 +13:00
Karl Tomlinson
f5aac8c79a
bug 1230406 remove invalid assertion of equality between float and int32_t r=padenot
2016-01-06 20:05:41 +13:00
Aaron Klotz
8ed0558f76
Bug 1237463: LSP Annotator Enhancements; r=jimm
2016-01-06 16:58:13 -07:00
Phil Ringnalda
762397036e
Merge m-c to m-i
2016-01-07 20:38:46 -08:00
Phil Ringnalda
b60c4ec888
Back out d933300edeed (bug 1157469) for devtools xpc::IsInContentXBLScope crashes, a=backout
2016-01-07 20:37:06 -08:00
Phil Ringnalda
e565403cbd
Back out 194d7968bf59 (bug 1195881) for e10s failures in browser_sessionStoreContainer.js
2016-01-07 20:28:38 -08:00
Wes Kocher
c5c1a41bb9
Merge inbound to central, a=merge
2016-01-07 17:12:05 -08:00
Wes Kocher
d75fe75b6b
Merge fx-team to central, a=merge
2016-01-07 16:35:32 -08:00
Wes Kocher
9b41330693
Backed out changeset 72f014c66fe8 (bug 1237040) for breaking builds on windows 8
2016-01-07 11:47:47 -08:00
Mark Finkle
5625e4e6b5
Bug 1237632 - Enable support for environment/profile/creationDate on Android r=gfritzsche
2016-01-07 14:13:27 -05:00
Fernando Campo
2406bc991f
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
a813fb13a2
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
b7190d51eb
Bumping manifests a=b2g-bump
2016-01-07 08:19:47 -08:00
Wander Lairson Costa
888eb3c203
Bug 1236655 - Update buildbot step script in phone-builder images r=garndt
2016-01-07 13:42:42 -02:00
Johan Lorenzo
96e539a93c
Bug 1236947 - [tc-gip] Retrieve and store logcat r=garndt
2016-01-07 16:34:03 +01:00
B2G Bumper Bot
55d7622048
Bumping manifests a=b2g-bump
2016-01-07 07:35:31 -08:00
B2G Bumper Bot
099f415e56
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
936b66e797
Backed out changeset 9e922c947ddd
2016-01-07 16:32:23 +01:00
Johan Lorenzo
208d9b20a0
Bug 1236947 - [tc-gip] Retrieve and store logcat r=garndt
2016-01-07 16:27:28 +01:00
Johan Lorenzo
4dc7bd1143
Backout Bug 1236947 - [tc-gip] Retrieve and store logcat
2016-01-07 16:24:55 +01:00
Eugen Sawin
9286d4705f
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
a100a98b55
Bug 1073224 - [2.1] Accept rotation vector device sensor listeners in tests. r=vlad
2016-01-07 15:23:39 +01:00
Eugen Sawin
8a206627a5
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
b11daccf30
Bug 1237588 - One of the File::Create methods is not used, r=smaug
2016-01-07 13:34:53 +00:00
Olli Pettay
f32e96d899
Bug 1237462 - Enable test_mutationobservers.html with e10s, r=mccr8
2016-01-07 15:13:40 +02:00
Jan de Mooij
90a0ee9a39
Bug 1236546 - Don't deoptimize in ObjectGroup::defaultNewGroup when we have a null proto. r=bhackett
2016-01-07 14:01:52 +01:00
Eddy Bruel
47264e727b
Bug 1211903 - WorkerDebugger should live on the main thread;r=khuey
2016-01-07 13:35:31 +01:00
Jon Coppeard
5e3fdd50b3
Bug 1233179 - Allow bytecode emitter to access module environment before module declarations are instantiated r=shu
2016-01-07 12:04:50 +00:00
Jon Coppeard
cb4f8e0a26
Bug 1237153 - Fix gcparam() parameter verification to not allow negative numbers r=terrence
2016-01-07 12:04:50 +00:00
Nicholas Nethercote
18aae81f22
Bug 1237151 (part 4) - Turn on -Wignored-qualifiers for C++ code. r=mshal.
...
It's already on for C code.
2016-01-05 14:31:02 -08:00
Nicholas Nethercote
84b71404df
Bug 1237151 (part 3) - Remove ignored qualifiers in all remaining code. r=froydnj.
2016-01-05 17:08:45 -08:00