gecko-dev/devtools/shared
Markus Stange 2e951f24c1 Bug 1387594 - Add a chrome-only CSS property called -moz-font-smoothing-background-color. r=dbaron
This property accepts a color. It's inherited and defaults to transparent.
Its value is respected on macOS when rendering text into transparent pixels.
This property should be used for text that is placed on top of "vibrant"
-moz-appearances, in order to achieve high quality text rendering for such text.

In most cases, the property should be set to a named system color; an upcoming
patch in this patch series will add one such color for each vibrant
-moz-appearance value.
However, in some cases it can also be useful to use a custom color: If text
is rendered into an intermediate surface, for example because a mask is applied
to it, and the background color behind that intermediate surface is known, then
this property can be set to that background color in order to achieve subpixel
AA for the text inside the mask effect. In that case, the font smoothing
background color is respected because text is rendered into transparent pixels
*inside the intermediate surface*. At the moment, the only example of that use
case is the text of the active tab in the state where the text is overflowing.

MozReview-Commit-ID: D98qQnxoFaq
2017-09-14 23:09:46 +02:00
..
acorn Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
apps Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
client Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
css Bug 1387594 - Add a chrome-only CSS property called -moz-font-smoothing-background-color. r=dbaron 2017-09-14 23:09:46 +02:00
discovery Bug 1392098 - Enable the new ESLint no-useless-run-test rule across the tree. r=mossop 2017-08-20 18:52:05 +01:00
fronts Bug 1397330 - Define all specs and fronts relying on implicit require. r=jdescottes 2017-09-13 22:48:43 +02:00
gcli Bug 1396619 - Lazy load actor codebase related to the inspector. r=zer0 2017-09-04 17:46:26 +02:00
heapsnapshot Bug 1397651 - Update tests within devtools/ to comply with new toplevel data: URI navigation policy. r=bgrinstead 2017-09-07 20:10:59 +02:00
inspector Bug 1360868 - Properly formatted data URLs in source links. r=gl 2017-07-29 11:31:13 +02:00
jsbeautify Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
layout Bug 1391014 - take in account the ancestor's transformation too for the current matrix; r=gl 2017-09-08 17:18:21 +02:00
locales Bug 1145527 - Display the inherited and used CSS Variable in the rule view. r=tromey 2017-07-02 22:39:45 +02:00
node-properties
performance Bug 1392098 - Enable the new ESLint no-useless-run-test rule across the tree. r=mossop 2017-08-20 18:52:05 +01:00
platform Bug 863246 - Fix test failures r=Gijs 2017-07-19 17:30:01 +08:00
pretty-fast Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
qrcode Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
security Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
shims Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
sourcemap Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
specs Bug 1397330 - Define all specs and fronts relying on implicit require. r=jdescottes 2017-09-13 22:48:43 +02:00
sprintfjs
tests Bug 1137935 - add support for wildcard event type in devtools event emitter;r=ochameau 2017-08-17 16:42:50 +02:00
touch Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
transport Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
webconsole Bug 1397833 - don't assert on custom TLS key-exchange groups, r=keeler 2017-09-08 11:53:11 +02:00
worker Bug 1397296 - remove mappings for gre/modules/commonjs in devtools loaders;r=ochameau 2017-09-06 16:42:48 +02:00
.eslintrc.js Bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView, r=jaws. 2017-02-13 13:01:32 +01:00
async-storage.js Bug 1387122 - Remove all useless Promise = require("promise"). r=tromey 2017-08-07 17:53:29 +02:00
async-utils.js Bug 1387122 - Remove all useless Promise = require("promise"). r=tromey 2017-08-07 17:53:29 +02:00
base-loader.js Bug 1392602 - Simplify SDK loader to only match DevTools needs. r=jdescottes 2017-08-28 14:52:07 +02:00
builtin-modules.js Bug 1186409 - Use Cu.getGlobalForObject when importing properties off a JSM global. r=kmag 2017-06-23 13:51:14 -07:00
content-observer.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
debounce.js Bug 1386545 - Edit comment to stop false-positiveing for sdk/ usages in debounce.js file. r=sole 2017-08-05 07:50:00 -04:00
defer.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
deprecated-sync-thenables.js Bug 1362970 - Part 1 - Add support for "catch" to "deprecated-sync-thenables". r=florian 2017-06-16 11:07:08 +01:00
DevToolsUtils.js Bug 1390701 - Let devtools consider system principal proxy objects to be unsafe. r=jimb 2017-08-24 06:38:00 -04:00
dom-node-constants.js Bug 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07:00
dom-node-filter-constants.js
event-emitter.js Bug 1137935 - add support for wildcard event type in devtools event emitter;r=ochameau 2017-08-17 16:42:50 +02:00
extend.js Backed out changeset 68c5012ba344 (bug 1378850) for ESlint no-unused-vars failures on a CLOSED TREE. 2017-07-19 12:26:25 -04:00
flags.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
generate-uuid.js Bug 1378824 - Stop using sdk/util/uuid in DevTools. r=jdescottes 2017-07-28 14:36:33 +01:00
indentation.js Bug 1327773 - Fix non-functioning devtools option 'Indent using spaces' by modifying prettifyCSS.js; r=tromey 2017-02-07 21:06:28 +05:30
indexed-db.js Bug 1361333 - move sdk/util/indexed-db to devtools;r=ochameau 2017-07-31 21:55:33 +02:00
jar.mn Bug 863246 - Move resources that need to be exposed to web content to locations that are marked as contentaccessible r=billm 2017-06-08 17:52:46 +08:00
l10n.js Bug 1386616 - dt-addon: move key-shortcuts.properties to devtools/shim/locales;r=ochameau 2017-08-02 16:20:58 +02:00
loader-plugin-raw.jsm Bug 1395834 - Implement theme loader; r=nchevobbe 2017-09-14 10:03:26 +02:00
Loader.jsm Bug 1395834 - Implement theme loader; r=nchevobbe 2017-09-14 10:03:26 +02:00
moz.build Bug 1392602 - Copy SDK Loader to devtools. r=jdescottes 2017-08-24 15:17:33 +02:00
old-event-emitter.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
Parser.jsm Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
path.js Bug 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07:00
plural-form.js Bug 1356146 - Link webpack alias to m-c shared r=Honza 2017-04-13 14:26:47 +08:00
protocol.js Bug 1397330 - Lazy load inspector spec and front modules. r=jdescottes,jryans 2017-09-13 00:55:00 +02:00
system.js Bug 1397287 - remove usage of addon-sdk node/os helper in devtools/shared/system;r=sole 2017-09-06 16:35:11 +02:00
task.js Bug 1387122 - Remove all useless Promise = require("promise"). r=tromey 2017-08-07 17:53:29 +02:00
ThreadSafeDevToolsUtils.js Bug 1382833 - Don't throw when dealing with CPOWs in the Object Actor;r=jimb 2017-07-26 11:22:56 -07:00
wasm-source-map.js Bug 1364535 - Inverse source mapping for WebAssembly maps. r=jlast 2017-06-19 10:55:20 -05:00