gecko-dev/devtools/shared
Emilio Cobos Álvarez 70f53c85d4 Bug 856337 - Implement image-rendering: smooth and image-rendering: pixelated. r=jrmuizel,dholbert,longsonr
Also, more directly go from StyleImageRendering to wr::ImageRendering.

 * image-rendering: smooth the non-deprecated version of
   OptimizeQuality, which maps to SamplingFilter::LINEAR /
   wr::ImageRendering::Auto (which uses gl::LINEAR).

 * image-rendering: pixelated maps to wr::ImageRendering::Pixelated /
   SamplingFilter::POINT which is the same crisp-edges does.

Note that this uncovers that we were mapping image-rendering:
crisp-edges to wr::ImageRendering::Pixelated.

I'm going to preserve behavior on this patch but we should consider
switching that to map to wr::ImageRendering::CrispEdges on a
follow-up (filed bug 1728831 for this).

Differential Revision: https://phabricator.services.mozilla.com/D124378
2021-09-03 08:56:43 +00:00
..
commands Bug 1728092 - [devtools] Use shared browserReload helper in most tests using browser.reload r=bomsy 2021-09-02 11:38:55 +00:00
compatibility Bug 1725927: Update MDN compat data. r=Honza 2021-08-16 09:50:43 +00:00
css Bug 856337 - Implement image-rendering: smooth and image-rendering: pixelated. r=jrmuizel,dholbert,longsonr 2021-09-03 08:56:43 +00:00
discovery Bug 1651774: Update mozilla/use-services rule for native Services implementation. r=Standard8 2020-11-06 18:58:33 +00:00
heapsnapshot Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
inspector Bug 1723921 - Make devtools use two colons for pseudo-elements consistently. r=jdescottes 2021-08-07 09:47:15 +00:00
jsbeautify Bug 1681055 - [devtools] Update beautify-js to 1.13.0. r=ochameau. 2020-12-15 08:48:19 +00:00
layout Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
locales Bug 1687915 - [devtools] Display a warning message when the --selector argument passed to :screenshot does not match any node. r=ladybenko. 2021-01-29 15:04:52 +00:00
node-properties
performance Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
performance-new Bug 1721072 - Clarify ActorReadyGeckoProfilerInterface situation. r=canaltinova 2021-07-22 18:54:30 +00:00
platform Bug 1717897 - [devtools] Remove NetworkHelper.nsIURL which leaks all generated nsIURL r=Honza 2021-06-24 13:32:20 +00:00
protocol Bug 1726238 - [devtools] Fix browser_toolbox_backward_forward_navigation.js intermittent failure. r=bomsy 2021-09-01 08:30:23 +00:00
qrcode Bug 1673724 - Remove defer usage in devtools/shared/qrcode/index.js. r=Honza 2020-10-28 11:33:21 +00:00
security Bug 1597600 - make certificate overrides depend on origin attributes r=keeler,geckoview-reviewers,smaug,agi 2021-06-01 06:55:07 +00:00
specs Bug 1727177 - [devtools] Fix devtools.netmonitor.saveRequestAndResponseBodies preference with new fission codepath. r=bomsy,devtools-backward-compat-reviewers 2021-09-01 08:30:22 +00:00
sprintfjs
storage Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
test-helpers Bug 1727571 - [devtools] Prevent the allocation tracker to record its own modules. r=jdescottes 2021-09-02 11:36:03 +00:00
tests Bug 1723204: Update tests to prevent crashes r=ckerschb,jdescottes,robwu 2021-08-24 14:57:44 +00:00
transport Bug 1699111 - [devtools] Rename transports onClosed callback to onTransportClosed. r=jdescottes 2021-04-13 13:44:24 +00:00
webconsole Bug 1723204: Update tests to prevent crashes r=ckerschb,jdescottes,robwu 2021-08-24 14:57:44 +00:00
worker Bug 1700106 - [devtools] Remove now-useless eslint files related to mochitests. r=jdescottes,Standard8 2021-03-23 15:51:18 +00:00
.eslintrc.js
DevToolsUtils.js Bug 1683107 - [devtools] Query the nsIHttpChannel to make sure we get the sourceMapURL r=ochameau 2020-12-17 14:55:54 +00:00
Loader.jsm Bug 1715954 - [devtools] Remove in-tree copy of acorn.js r=nchevobbe 2021-06-11 12:56:00 +00:00
ThreadSafeDevToolsUtils.js
accessibility.js
async-storage.js
async-utils.js Bug 1726237 - [devtools] Fix intermittent failures with error type getGrids failed r=jdescottes 2021-08-26 18:32:12 +00:00
base-loader.js
builtin-modules.js Bug 1727571 - [devtools] Prevent the allocation tracker to record its own modules. r=jdescottes 2021-09-02 11:36:03 +00:00
constants.js Bug 1674371 - [devtools] Move ELEMENT_STYLE constant to a single file r=rcaliman,devtools-backward-compat-reviewers 2020-11-02 18:45:03 +00:00
content-observer.js
debounce.js
defer.js
dom-helpers.js
dom-node-constants.js
dom-node-filter-constants.js
event-emitter.js Bug 1709997 - [devtools] Add AbortController support to EventEmitter. r=jdescottes. 2021-07-12 07:13:13 +00:00
extend.js
flags.js
generate-uuid.js
indentation.js
indexed-db.js
jar.mn
l10n.js Bug 1672930 - [devtools] Handle Node environment in l10n module. r=ladybenko. 2020-10-26 17:11:17 +00:00
loader-plugin-raw.jsm
moz.build Bug 1720512 - [devtools] Avoid storing and restoring broken breakpoints. r=jdescottes,bomsy 2021-07-19 15:30:34 +00:00
natural-sort.js
path.js
picker-constants.js
plural-form.js
protocol.js Bug 1676974 - [devtools] Remove unused protocol/utils.js method() helper r=ochameau 2020-11-13 09:49:53 +00:00
system.js
throttle.js
validate-breakpoint.jsm Bug 1720512 - [devtools] Avoid storing and restoring broken breakpoints. r=jdescottes,bomsy 2021-07-19 15:30:34 +00:00
wasm-source-map.js
webextension-fallback.html