Commit Graph

575134 Commits

Author SHA1 Message Date
Ryan VanderMeulen
460ad0274d Bug 1425993 - Make security violation events Nightly-only and update test expectations accordingly. r=smaug 2018-01-03 12:35:49 -05:00
Mike Cooper
d1633ff16c Bug 1424400 - Re-enable test browser_RecipeRunner.js r=gbrown
With the changes in bug 1426530, I expect that this test will be more
reliable now.

MozReview-Commit-ID: 5YSZMrb8W2m

--HG--
extra : rebase_source : 197f42188e89c467e40ab2d7047b2b2d7184fee2
2017-12-21 15:30:31 -08:00
Luca Greco
d9b0711c09 Bug 1425224 - Use manifest.ExtensionURL in devtools.panels.create API schema. r=mixedpuppy
MozReview-Commit-ID: AR6j1fC0PmJ
2017-12-14 18:20:59 +01:00
Adam Langley
e21203ee93 Bug 1420760 - Order webauthn CBOR map keys. r=jcj
MozReview-Commit-ID: 6BsiL45dxa3
2017-12-31 15:37:27 -08:00
Andrew Halberstadt
89c4f8acbc Bug 1421799 - [test] Add mozlog logging arguments to |mach test| and |mach mochitest| r=gbrown
MozReview-Commit-ID: CaysVHzNTWo

--HG--
extra : rebase_source : 005949ca4a91b4610837a7dd041f26a25559049a
2017-12-06 17:29:23 -05:00
Andrew Halberstadt
90a9dd51a3 Bug 1421799 - [mozlog] Improve the 'mach' formatter r=gbrown
This makes several changes to make the 'mach' format cleaner and easier to
read. Some of the changes include:

* No longer print the 'action' no matter what. Printing the action for things
  like 'log' or 'process_output' was redundant and caused verbosity. Now this
  is done on a case by case basis (things like TEST-START/TEST-END will still
  have their actions printed).
* Color coded the process id for 'process_output' actions. This is a dim cyan
  to avoid conflicts with other actions.
* No longer quoting 'process_output' messages
* No longer printing thread information. In 99% of the case, this was just
  dumping 'MainThread' over and over again. Perhaps printing this could be an
  option on the formatter.
* Muted timestamps to help the important parts stand out better
* Colorized suite summary headings
* Unexpected statuses in _format_expected() are always red (never yellow).
  This is to help make it stand out from all the other yellow text that gets
  printed.
* Internal cleanup/refactoring

MozReview-Commit-ID: LAuYfqYkUPe

--HG--
extra : rebase_source : 41aa8651fc8d182bfcbd57c1d97b1bee437d478c
2017-11-30 09:31:36 -05:00
Andrew Halberstadt
5a7959922c Bug 1421799 - [mochitest] Stop printing NOW RUNNING messages r=gbrown
The suite name is no part of the suite_start message and can be printed via a
mozlog formatter. We shouldn't be printing this directly to stdout from |mach
mochitest|.

MozReview-Commit-ID: TOuqfEF14

--HG--
extra : rebase_source : ebcf6e37b77a0ca1e6da242df9066d4b41286d5c
2017-12-06 17:32:17 -05:00
Andrew Halberstadt
0b44c941df Bug 1421799 - [reftest] Log 'GECKO(<pid>)' instead of 'ProcessReader' for process_output log actions r=gbrown
MozReview-Commit-ID: FsKg5Gtwx9Z

--HG--
extra : rebase_source : 0b012271e1673b641c4514714f0ab68b42d2bd0d
2017-12-06 14:11:55 -05:00
df1aa1417d Bug 1421799 - [test_archive] Add 'mozterm' to common.tests.zip r=gbrown
This makes sure the mozterm module is available to the testers. The
setup.py was needed to it could be installed from requirements.txt.

This module does not yet live on pypi.

MozReview-Commit-ID: 9AL0EZ1uVgL

--HG--
extra : rebase_source : 4052f60e5e793d912045a9bd420d70c59e8a69fb
2017-12-15 16:51:30 +00:00
Johann Hofmann
84c3bfe4ba Bug 1414741 - Hide identity popup shadow using a class name instead of setting inline styles. r=MattN
I'm not sure why, but the -moz-window-shadow property seems to be restricted
to chrome style sheets (it may be related to the work done in bug 1069192, but
I decided to stop going down that rabbit hole at some point and just go for a
simple fix).

MozReview-Commit-ID: Ho4xGLTcFN7

--HG--
extra : rebase_source : e8a6707abd621928752211adaf08b880e54eefb4
2017-12-21 09:36:28 +01:00
Jeremy Lempereur
40665b978c Bug 1413448 - Fix about:telemetry "no data available" overlay in the Late Writes section. r=chutten
The search feature in the Late Writes section does not work, and a message claiming "Sorry there's no data available in "Late Writes" hindered the view of the data. I added the late-writes-section to the search blacklist.

MozReview-Commit-ID: 4Fqfh9zhzJZ

--HG--
extra : rebase_source : 35428e159c025b029dd2c7716d679ee1825d5b95
2017-12-31 21:20:59 +01:00
Jeremy Lempereur
85efbf25f2 Bug 1413448 - Fix about:telemetry "no data available" overlay in the Browser Hangs section. r=chutten
The search feature in the Browser Hangs section does not work, and a message claiming "Sorry there's no data available in "Browser Hangs" hindered the view of the data. I added the chrome-hangs-section to the search blacklist.

MozReview-Commit-ID: JJ4eb1fSOfg

--HG--
extra : rebase_source : 671fa5553516ce4b82ae2893e041839c1af27ae9
2017-12-31 21:18:29 +01:00
Nicolas Chevobbe
e2178a02fc Bug 1427595 - Fix ObjectInspector css regressed by devtools-reps-0.16.0; r=Honza.
In the 0.16.0 bundle, we removed most of the ObjectInspector CSS custom properties
because they were being slow. This means that some of the styles we overrided in the
console weren't overriden anymore.
This patch fixes that so we get to the same style we have prior to the new bundle.

MozReview-Commit-ID: JP35pkX6PHZ

--HG--
extra : rebase_source : 194c90856730348e6b7ce6f9bbff52d9ae6c8151
2018-01-03 10:38:14 +01:00
Ricky Chien
2bd53a749d Bug 1425733 - Add requestLongerTimeout() in browser_net_filter-flags.js r=Honza
MozReview-Commit-ID: By6Zjxw1oqw

--HG--
extra : rebase_source : 2b6bba97c1b20e68183b206e821cfa3fde373689
2018-01-03 10:20:57 +08:00
Nicolas Chevobbe
0e02075d22 Bug 1408932 - Rename and enable browser_webconsole_cspro.js in new frontend; r=Honza.
MozReview-Commit-ID: 2qSue0CIO1c

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test_bug_1010953_cspro.html => devtools/client/webconsole/new-console-output/test/mochitest/test-cspro.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test_bug_1010953_cspro.html^headers^ => devtools/client/webconsole/new-console-output/test/mochitest/test-cspro.html^headers^
extra : rebase_source : d52018cb0124cdddc5e8f33f34db298be6b8d9fb
2017-12-07 14:11:11 +01:00
Julian Descottes
7cbf0a6657 Bug 1425280 - Fix localization note mismatch in devtools files;r=pbro
MozReview-Commit-ID: FVJUjB25smI

--HG--
extra : rebase_source : acdf3b9dca3fede5c3b621f8f8064002bd77e978
extra : source : 9a75a20d6fba62635c6646af38cffabb5701a77a
2017-12-14 15:43:37 -06:00
Nicolas Chevobbe
4bebcbedb0 Bug 1405252 - Enable browser_webconsole_console_logging_workers_api.js in the new frontend; r=Honza.
MozReview-Commit-ID: I7b45uLfNkw

--HG--
extra : rebase_source : e92c61b5e7376866521e2b466443039f8bab5927
2017-11-21 09:23:31 +01:00
Mike Hommey
3d82836a72 Bug 1427455 - Remove unused variables from baseconfig.mk. r=froydnj
Bug 1333826 removed their use.

--HG--
extra : rebase_source : 485de0d94f6f349b2c7ac0364b29ce9f5673e944
2017-12-31 10:36:46 +09:00
Mike Hommey
8aafa10c21 Bug 1427454 - Refresh RPM package data. r=froydnj
Bug 1024110 changed the WM class, and bug 1333826 removed the SDK and
the createdevel and related variables.

--HG--
extra : rebase_source : 599ab1998a5d6d471ab7928d782dde1c79ad4734
2017-12-31 10:29:12 +09:00
Mike Hommey
6994b7e8fd Bug 1427450 - bootstrap: Don't install mesa, libiw and libnotify development files. r=froydnj
mesa is not necessary as of bug 938489 (there was even a bootstrap patch
that never landed)
libiw is not necessary as of bug 799391.
libnotify is not necessary as of bug 783765.

--HG--
extra : rebase_source : f6ecc18e50f8f92cb02ed16c87a6192800ea250d
2017-12-31 09:15:44 +09:00
Mark Banner
770685e15e Bug 1425688 - Enable ESLint rule mozilla/use-services for security/. r=gcp,keeler
MozReview-Commit-ID: 4Kd9L8ExNGl

--HG--
extra : rebase_source : 02a5242629c7b597d7fd4e5e1373781fcbb82905
2017-12-16 13:10:40 -06:00
Mark Banner
a825aadc8a Bug 1425688 - Rework definitions of Cu/Cc/etc and inclusion of Services.jsm in pippki.js related files to reduce duplication. r=keeler
MozReview-Commit-ID: 1BN0Z5lOKYh

--HG--
extra : rebase_source : bc873871f02a2616aa5d54922e29b16750b3424e
2017-12-16 12:52:53 -06:00
Francesco Lodolo (:flod)
ae31bf3b42 Bug 1427688 - Add Interlingua (ia) to shipped-locales r=Pike
MozReview-Commit-ID: 2LNrRflMDBC

--HG--
extra : rebase_source : e813e7a46b2edd8d5e9233b320b28c8f35516621
2018-01-03 08:26:50 +01:00
arthur.iakab
59c0dda362 Merge mozilla-central to autoland r=merge 2018-01-03 11:56:06 +02:00
arthur.iakab
b24e6342d7 Merge inbound to mozilla-central r=merge a=merge 2018-01-03 11:49:44 +02:00
Makoto Kato
db9f405bd9 Bug 1427060 - PropItem should use nsAtom instead of nsString. r=masayuki
Actually, PopItem uses nsString to store attribute name.  And when using it,
it converts to nsAtom by NS_Atomize and compare by nsString.

To reduce calculation of atom and string compare, we should store atom directly.

MozReview-Commit-ID: 8OB02mgMg1r

--HG--
extra : rebase_source : 9861217804acac52106a89cad75e08bd547080ad
extra : histedit_source : 2b9f01cf29b1b09dd07fc771ff94a06be4d94f31
2017-12-26 12:25:45 +09:00
Gurzau Raul
54d4bedd97 Merge mozilla-central to inbound. r=merge a=merge CLOSED TREE 2018-01-02 23:43:46 +02:00
Andreas Tolfsen
45270b179b NO BUG - Fix links in contribution advice. r=me
DONTBUILD

MozReview-Commit-ID: 1kYhz990ClM
2018-01-02 14:08:25 +00:00
Andreas Tolfsen
f139dda1d0 NO BUG - Prefer "./mach test" over flavor-specific commands. r=me
DONTBUILD

MozReview-Commit-ID: 54cAflnaEc3
2018-01-02 14:08:00 +00:00
Andreas Tolfsen
aa9db7f619 Bug 1425708 - Fix link to contribution advice. r=me
DONTBUILD

MozReview-Commit-ID: FFaQxZdPXLX
2018-01-02 12:20:34 +00:00
Andreas Tolfsen
400eeee9cc Bug 1425708 - Link to Marionette README. r=me
DONTBUILD

MozReview-Commit-ID: feWWjE334r
2018-01-02 12:20:32 +00:00
Andreas Tolfsen
7ed916f9f0 Bug 1425708 - Document advice for working on Marionette. r=maja_zf,automatedtester
There are many gotchas to be aware of when working on Marionette
source code.  It would be a good idea to collect this in a single
document that could serve as documentation in onboarding new
developers.

DONTBUILD

MozReview-Commit-ID: DuVqckA7wLP
2018-01-02 12:20:18 +00:00
Andreas Tolfsen
946bc11136 Bug 1425708 - Simplify and make contribution advice coherent. r=maja_zf
DONTBUILD

MozReview-Commit-ID: 45HJNi3bp58
2018-01-02 12:20:12 +00:00
Andreas Tolfsen
ae4c39f701 Bug 1425708 - Link to contribution and source docs in Marionette README. r=maja_zf
DONTBUILD

MozReview-Commit-ID: FVPrTxggaxQ
2018-01-02 12:20:05 +00:00
Cosmin Sabou
51cd1093c5 Merge inbound to mozilla-central. r=merge a=merge 2018-01-02 11:36:29 +02:00
Cosmin Sabou
49ce665b6e Merge autoland to mozilla-central. r=merge a=merge 2018-01-02 11:34:54 +02:00
Ryan VanderMeulen
8b81356017 Bug 1427565 - Update pdf.js to version 2.0.244. r=bdahl 2018-01-01 21:49:47 -05:00
ffxbld
d8534b8f72 No bug, Automated HPKP preload list update from host bld-linux64-spot-031 - a=hpkp-update 2018-01-01 12:43:20 -08:00
ffxbld
0a2ba4b6b2 No bug, Automated HSTS preload list update from host bld-linux64-spot-031 - a=hsts-update 2018-01-01 12:43:16 -08:00
Sebastian Hengst
0bc3300a3a Bug 1427510 - Disable perma failing browser_editCreditCardDialog.js until it gets fixed. r=permafail-fix a=permafail-fix 2018-01-01 14:55:50 +01:00
Sebastian Hengst
9b7a387a89 Bug 1427510 - Use current year as expiration year in credit card test to fix perma failure: fix eslint issue. r=eslint-fix a=eslint-fix 2018-01-01 13:40:38 +01:00
Sebastian Hengst
635660c818 Bug 1427510 - Use current year as expiration year in credit card test to fix perma failure. r=permafail-fix a=permafail-fix 2018-01-01 13:20:57 +01:00
ffxbld
223ae3afdc No bug, Automated HPKP preload list update from host bld-linux64-spot-033 - a=hpkp-update 2017-12-31 22:11:20 -08:00
ffxbld
9cb7fb2148 No bug, Automated HSTS preload list update from host bld-linux64-spot-033 - a=hsts-update 2017-12-31 22:11:16 -08:00
Narcis Beleuzu
25ff55f820 Merge inbound to mozilla-central r=merge a=merge 2017-12-30 23:58:30 +02:00
Narcis Beleuzu
7d80940744 Merge autoland to mozilla-central r=merge a=merge 2017-12-30 23:56:46 +02:00
ffxbld
dd07d453a1 No bug, Automated HPKP preload list update from host bld-linux64-spot-031 - a=hpkp-update 2017-12-30 13:43:47 -08:00
ffxbld
c510020205 No bug, Automated HSTS preload list update from host bld-linux64-spot-031 - a=hsts-update 2017-12-30 13:43:44 -08:00
Robert Longson
018c97b584 Bug 1419250 - check for division by zero in length conversions and fail the conversion in such cases r=dholbert 2017-12-30 17:07:27 +00:00
shindli
fb5422ff98 Merge autoland to mozilla-central r=merge a=merge 2017-12-30 11:52:56 +02:00