gecko-dev/tools
Andrew Halberstadt 0e697ce235 Bug 1422302 - Create python/mozterm for sharing terminal blessings across modules r=gps
This is a new module that will provide a place to store some common
abstractions around the 'blessings' module. The main entrypoint is:

    from mozterm import Terminal
    term = Terminal()

If blessings is available, this will return a blessings.Terminal()
object. If it isn't available, or something went wrong on import,
this will return a NullTerminal() object, which is a drop-in
replacement that does no formatting.

MozReview-Commit-ID: 6c63svm4tM5

--HG--
extra : rebase_source : 9ab221774d92a418d9b098d79bb2c88f75d937f8
2017-12-04 09:38:24 -05:00
..
bloatview
clang-tidy Bug 1422363 - Enable readability-static-accessed-through-instance in the static analysis r=andi 2017-12-01 19:12:49 +01:00
code-coverage Bug 1416199 - Don't try to set signal handlers in Windows coverage build. r=froydnj 2017-11-10 12:50:14 +01:00
compare-locales bug 1382005, update compare-locales to 2.1, r=glandium 2017-09-18 18:31:24 +02:00
coverity Bug 1412048 - Remove NS_RUNTIMEABORT. r=froydnj 2017-10-24 23:41:15 -07:00
docs Bug 1419772 - [docs] Enable the sphinx.ext.napoleon extension, r=gps 2017-11-22 10:17:12 -05:00
fuzzing Bug 1414394 Mark write()'s in libfuzzer as Unused to silence a warning r=njn 2017-11-03 23:17:27 -05:00
git
jprof Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
leak-gauge Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
lint Bug 1422302 - Create python/mozterm for sharing terminal blessings across modules r=gps 2017-12-04 09:38:24 -05:00
mercurial
power Bug 1386876 - Replace all uses of DISABLE_STL_WRAPPING with a template, remove DISABLE_STL_WRAPPING. r=glandium 2017-09-11 11:33:26 -07:00
profiler Bug 1415782 - [clang 5 ASAN] LulIntegration.unwind_consistency | Value of: nTestsPassed == nTests (part 2 of 2). r=glandium. 2017-11-21 18:11:46 +01:00
quitter Bug 1421968 - Fix more instances of .getService to use Services.jsm where possible. r=mossop 2017-11-30 12:04:16 +00:00
rb
rewriting Bug 1410967 - refresh the list of thirdparties r=andi 2017-10-23 19:34:55 +02:00
tryselect Bug 1422302 - Create python/mozterm for sharing terminal blessings across modules r=gps 2017-12-04 09:38:24 -05:00
update-packaging Backed out changeset 9fff8b2fcf78 (bug 1407285) for L10n bustage. r=backout a=backout 2017-12-05 01:28:11 +02:00
mach_commands.py Bug 1419986 - Fix ./mach clang-format when run without path argument. r=sylvestre 2017-11-22 13:06:14 +05:30
moz.build Bug 1391675 - [tryselect] Add a test for 'mach try fuzzy' and associated task, r=gps 2017-08-21 11:52:28 -04:00