Commit Graph

495319 Commits

Author SHA1 Message Date
Francesco Pischedda
f45ed99748 Bug 1280573 - Add testing/mozbase to flake8 linter: r=ahal
added testing/mozbase to tools/lint/flake8.lint
fixed a first batch of PEP8 errors/warnings

at first the commad autopep8 -i --max-line-length 99 -r -j 8 .
has been used to fix simpler problems, run from testing/mozbase

some of the issues can not easily fixed :
- undefined 'names' in code for example isLinux - isLinux and isBsd "fixed" with # noqa
- undefined 'message' resolved with return fmt.format(...
- undefined 'structured' resolved replacing those with mozlog
- long comments - some remaining - addressed with # noqa
- package level import everything - addressed with # flake8: noqa

restored testing/mozbase/mozdevice/mozdevice/Zeroconf.py
fixed issues reported on mozreview
fixed ')' in testing/mozbase/mozprocess/mozprocess/qijo.py imports
finally fixed multiline string at testing/mozbase/manifestparser/tests/test_manifestparser.py:114
^^^ and again, but now with ./mach python-test --path-only testing/mozbase/manifestparser/tests/test_manifestparser.py passing
fixed testing/mozbase/manifestparser/tests/test_convert_directory.py assert

fixed this error:
10:15:21     INFO -      return lambda line: stack_fixer_module.fixSymbols(line)
10:15:21     INFO -  TypeError: fixSymbols() takes exactly 2 arguments (1 given)

fixed two spaces lint error even of #  noqa comments
restored assignement to lambda with #  noqa to silence the lint error
global noqa for testing/mozbase/manifestparser/tests/test_filters.py
stupid is/is not error...

MozReview-Commit-ID: 1FpJF54GqIi

--HG--
extra : rebase_source : 3cf0277fb36a296e3506aeacc2ff05e1b03f9eac
2016-09-30 16:08:37 +02:00
Ricky Chien
2d25ee552e Bug 1308878 - Implement minimal Redux store for Net panel r=Honza
MozReview-Commit-ID: GgB5jzNpz9z

--HG--
extra : rebase_source : 39b300c5e7b9b9a2ee54a1e1be21dd9538bc8da5
2016-10-12 18:56:08 +08:00
Dustin J. Mitchell
0ae27b8b62 Bug 1307030: remove android partner builds r=jmaher
This leaves the EXTRA_CHECKOUT_REPOSITORIES support in place, but unused.  This
will likely be removed when the last vestiges of tc-vcs are removed.

The mozharness scripts for partner builds remain.

MozReview-Commit-ID: CMu5s3nKhTB

--HG--
extra : rebase_source : 32a5ccc135232562d66fbd7e312bdd60a3d6b1c5
2016-10-13 14:21:26 +00:00
Sebastian Zartner
c78fb9ca74 Bug 1088305 - Removed unused constant Services; r=jdescottes
MozReview-Commit-ID: 53EJz5j0tzb

--HG--
extra : rebase_source : a7be832d3ee5a85d3149fdc234e2f73d8f907923
2016-10-10 19:13:28 +02:00
Sebastian Zartner
8555d94386 Bug 1088305 - Adjusted browser theme test to check Firebug theme; r=jdescottes
MozReview-Commit-ID: 4mCaF46aLx8

--HG--
extra : rebase_source : 7630a3aa76c2beba364fe787745fcae7a43b2e47
2016-10-08 01:54:17 +02:00
Sebastian Zartner
f7c177b686 Bug 1088305 - Allowed to customize the text color of the font preview tooltip; r=jdescottes
MozReview-Commit-ID: 4dESdQNgwRA

--HG--
extra : rebase_source : ffa4d865467f25a9da74e5a89e30d87d1d48209b
2016-10-06 22:43:57 +02:00
Kartikaya Gupta
fa397ea897 Bug 1304689 - Ensure frame reconstructions don't clobber a 'stronger' scroll origin with a 'weaker' one. r=tnikkel
If, within a single refresh driver tick, the scroll position is updated by JS
explicitly, and then subsequently also updated by a frame reconstruction, the
scroll origin from the former (nsGkAtoms::other) can get clobbered by the latter
(to nsGkAtoms::restore). The restore scroll origin is "weaker" in that it can
be ignored by the APZ code in some circumstances. This is undesirable because
it means the JS scroll update also gets ignored. This patch ensures that when
setting the scroll origin we don't do this clobbering of stronger origins with
weaker origins.

MozReview-Commit-ID: DA4EHp1Debu

--HG--
extra : rebase_source : 99fd1f91698a605792b2a622450f1ff31bc89101
2016-10-11 09:36:22 -04:00
Mark Banner
554ec1a33f Bug 1309589 - Cleanup old loop.* preferences in profiles after Firefox Hello removal. r=mikedeboer
MozReview-Commit-ID: KNOJzUL7hRv

--HG--
extra : rebase_source : 2a36dd1ffe41e7b673ee4dc514a74c57c4b85390
2016-10-12 16:08:55 +01:00
Xidorn Quan
320a08b33e Bug 1309794 - Make RefCnt types non-copyable. r=froydnj
MozReview-Commit-ID: Lx344xrXDZT

--HG--
extra : rebase_source : 31ef46add0b2b4b2e62b425d0740199f0e4d4f85
2016-10-13 16:52:54 +11:00
JW Wang
dd6efb8d23 Bug 1306551 - don't update playback position for video-only seek when seek is completed. r=kaku
MozReview-Commit-ID: 7vByX0pPNo

--HG--
extra : rebase_source : e8a818eb38c37c41060ec03ce6d31357bb15c218
extra : source : b0732e355e045fc859e740a996d98c54f5b8a61e
2016-10-06 17:06:58 +08:00
Carsten "Tomcat" Book
f3a0e0a65e Merge mozilla-central to autoland
--HG--
extra : rebase_source : ed5871b95beeb440688654cc676c5438c2898ccf
2016-10-13 12:00:23 +02:00
Carsten "Tomcat" Book
802e7b16f9 merge mozilla-inbound to mozilla-central a=merge 2016-10-13 11:53:49 +02:00
Carsten "Tomcat" Book
8a77a1d805 merge fx-team to mozilla-central a=merge 2016-10-13 11:36:05 +02:00
Carsten "Tomcat" Book
2b59ae9457 merge autoland to mozilla-central a=merge 2016-10-13 11:35:11 +02:00
Jonathan Hao
c18e5bed90 Bug 1309699 - Add pref for bug 1279568 to address content crashes in Beta50. r=baku, a=tomcat 2016-10-13 00:04:00 +02:00
Wes Kocher
bcd87683e1 Merge m-c to fx-team, a=merge 2016-10-12 14:45:24 -07:00
Wes Kocher
2142de26c1 Backed out 8 changesets (bug 1277803) for browser-chrome test failures a=backout
Backed out changeset 477890efdb88 (bug 1277803)
Backed out changeset 49da326bfe68 (bug 1277803)
Backed out changeset 2d17a40a9077 (bug 1277803)
Backed out changeset b1cb0a195ca1 (bug 1277803)
Backed out changeset c7d82459d152 (bug 1277803)
Backed out changeset 3be9a06248af (bug 1277803)
Backed out changeset 8d119ca96999 (bug 1277803)
Backed out changeset be767a6f7ecd (bug 1277803)
2016-10-12 14:26:00 -07:00
Wes Kocher
3770ad1b24 Merge inbound to m-c a=merge 2016-10-12 14:23:33 -07:00
Tim Nguyen
ddf4aa1ced Bug 1301624 - Improve d3 graph style. r=bgrins
MozReview-Commit-ID: IHZMegId2uC
2016-10-12 21:36:28 +01:00
André Bargull
f43a6de616 Bug 1309691 - Set canonical name for %TypedArray%[Symbol.species] getter. r=arai 2016-10-12 12:50:27 -07:00
Jim Mathies
5cb37c2745 Bug 1309599 - Turn e10s on for RTL linux users. r=felipe
MozReview-Commit-ID: IY4YIcYayKB
2016-10-12 15:12:04 -05:00
Sebastian Hengst
f1659f19b4 Backed out changeset 221d9d15395f (bug 1299715) for failing reftest clipPath-and-mask-on-outflowElement-01a.html on Windows 8 x64. r=backout 2016-10-12 18:02:18 +02:00
Sebastian Hengst
162bba7f14 Backed out changeset aad315d1eb89 (bug 1299715) 2016-10-12 18:02:18 +02:00
Sebastian Hengst
39f37cfc06 Backed out changeset bf2428d58601 (bug 1299715) 2016-10-12 18:02:18 +02:00
Sebastian Hengst
22483d098a Backed out changeset fa72646efc0a (bug 1299715) 2016-10-12 18:02:18 +02:00
Sebastian Hengst
ead934e26a Backed out changeset c53086907356 (bug 1299715) 2016-10-12 18:02:18 +02:00
Sebastian Hengst
f984f3a888 Backed out changeset b91db6687d19 (bug 1299715) 2016-10-12 18:02:18 +02:00
Sebastian Hengst
e1301411c3 Backed out changeset 4f0b13e4444a (bug 1299715) 2016-10-12 18:02:18 +02:00
Sebastian Hengst
59477e6b56 Backed out changeset c9c910a1c399 (bug 1299715) 2016-10-12 18:02:17 +02:00
Sebastian Hengst
e9833c971d Backed out changeset 7d5077078dca (bug 1299715) 2016-10-12 18:02:17 +02:00
Yury Delendik
bd779289c7 Bug 1309583 - Exports wasm generated machine code. r=luke
MozReview-Commit-ID: FjY1asHucL4
2016-10-12 10:01:22 -05:00
Sebastian Hengst
e3f99a78e1 Merge m-c to autoland to fix reftest failure. r=merge a=merge 2016-10-12 15:59:36 +02:00
Sebastian Hengst
8f0cecb6bc Merge m-c to mozilla-inbound to fix reftest failure. r=merge a=merge 2016-10-12 15:58:40 +02:00
Sebastian Hengst
4016945f8f Bug 1309533 - Annotate reftest 395107-2 as fuzzy which got triggered by rebucketing. r=dholbert a=Tomcat
MozReview-Commit-ID: 5ZNi1dcDL0T
2016-10-12 15:49:18 +02:00
Neil Deakin
97647daf2c Bug 1307793, pressing space when menulist is ofocused should perform incremental find select rather than open the menu, r=ksteuber 2016-10-12 09:18:08 -04:00
Neil Deakin
7f547cba15 Bug 1304243, scroll the current item into view when opening a menulist after it gets positioned so that it scrolls properly if the popup gets cropped, r=ksteuber 2016-10-12 09:18:05 -04:00
Andrea Marchesini
4f20f137bf Bug 1309139 - Get rid of NS_NewDOMMessageEvent, r=smaug 2016-10-12 15:17:10 +02:00
Andrea Marchesini
19a783cce8 Bug 1308667 - WorkerPrivate::QueueRunnable can be used by any parent thread; assertion fixed, r=bkelly 2016-10-12 15:15:04 +02:00
Carsten "Tomcat" Book
2844380bd4 merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : media/gmp-clearkey/0.1/ClearKeyCencParser.cpp => media/psshparser/PsshParser.cpp
rename : media/gmp-clearkey/0.1/ClearKeyCencParser.h => media/psshparser/PsshParser.h
rename : media/gmp-clearkey/0.1/gtest/TestClearKeyUtils.cpp => media/psshparser/gtest/TestPsshParser.cpp
rename : media/gmp-clearkey/0.1/gtest/moz.build => media/psshparser/gtest/moz.build
2016-10-12 12:01:48 +02:00
Carsten "Tomcat" Book
a93333bf09 merge fx-team to mozilla-central a=merge 2016-10-12 12:00:50 +02:00
Honza Bambas
a604390796 Bug 1294183 - Make HTTP cache write leader-class resources with more priority, r=michal 2016-10-12 10:32:00 +02:00
Ho-Pang Hsu
ea1ffcd54c Bug 1282671 - Loose the assertion checking win->IsDying(). r=bholly 2016-10-12 19:49:00 +02:00
Carsten "Tomcat" Book
f21768dc9c Backed out changeset aa789d732c6c (bug 1309299) for wpt-4 test failures on own test 2016-10-12 08:49:30 +02:00
Ethan Lin
ae19c1c88a Bug 1260517 - Check HasShadowManager in the ShadowLayerForwarder::EndTransaction. r=nical 2016-10-12 03:04:00 +02:00
Jamie Nicol
2dffe0cfb1 Bug 1245959 - Remove MOZ_CRASH from GLImage::GetAsSourceSurface. r=nical
We are forcing a crash when we fail to bind a texture to a
framebuffer. Although it is not clear why this step is failing, crashing
is too drastic an action.

Instead, return nullptr as is done for every other possible failure
during this function. Also log a gfxCriticalError, which will hopefully
allow us to find the cause of the failure at some point, while not
crashing for release users.

MozReview-Commit-ID: H1RlFz8ZVbU
2016-10-11 15:01:08 -04:00
Sebastian Hengst
41711ac427 Bug 1307719 - Switch B2G-only test annotations in layout/reftests/bugs/reftest.list to Android and disable them until they get fixed. r=dholbert
MozReview-Commit-ID: B9w0EE3sAwF

--HG--
extra : rebase_source : efef2b3de6f7f6f2fab0979e39ef14f6ff12a4c4
2016-10-11 20:05:49 +02:00
Petr Sumbera
63cbc5cc98 Bug 1309246 - avoids bug909997.js test failure on systems with JS_CODEGEN_NONE set. r=nbp 2016-10-11 10:56:04 -07:00
Chris Pearce
b34a32e0bb Bug 1309299 - make navigator.requestMediaKeySystemAccess() reject with TypeError for empty keysystem string or config. r=gerald
This makes us match the spec and pass more cases of
http://www.w3c-test.org/encrypted-media/drm-mp4-syntax-mediakeysystemaccess.html
but we still need to adjust the test so that it's consistent, as pointed out
by bz.

MozReview-Commit-ID: KEfRk4QnJKR

--HG--
extra : source : a54ae0c94eefcf30270abad6463ed0becd0331db
2016-10-11 10:37:34 -07:00
Phil Ringnalda
6182caa3b9 Backed out 2 changesets (bug 1278136) for failures in no-stacking-context-opacity-removing-animation-in-delay.html
Backed out changeset 62cf4a7d6007 (bug 1278136)
Backed out changeset 5f2db29e67ca (bug 1278136)

MozReview-Commit-ID: K9WcZFjL2XB
2016-10-11 20:40:36 -07:00
Sotaro Ikeda
1d3ceeff04 Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00