forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ImgBot] optimizes images #1
Open
imgbot
wants to merge
1
commit into
master
Choose a base branch
from
imgbot
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pull bot
pushed a commit
that referenced
this pull request
Nov 1, 2018
Reverting this enables us to provide slower, but longer-lasting replacements for the deprecated APIs. Original commit message: Put back deleted V8_DEPRECATE_SOON methods This partially reverts https://chromium-review.googlesource.com/c/v8/v8/+/1177861, which deleted many V8_DEPRECATE_SOON methods rather than moving them to V8_DEPRECATED first. This puts them back and marks them V8_DEPRECATED. Note V8_DEPRECATED that were deleted in the same CL stay deleted. NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true Bug: v8:7786, v8:8240 Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Change-Id: I00330036d957f98dab403465b25e30d8382aac22 Reviewed-on: https://chromium-review.googlesource.com/1251422 Commit-Queue: Dan Elphick <[email protected]> Reviewed-by: Yang Guo <[email protected]> Reviewed-by: Michael Hablich <[email protected]> Cr-Commit-Position: refs/branch-heads/7.0@{#49} Cr-Branched-From: 6e2adae6f7f8e891cfd01f3280482b20590427a6-refs/heads/7.0.276@{#1} Cr-Branched-From: bc08a8624cbbea7a2d30071472bc73ad9544eadf-refs/heads/master@{nodejs#55424} Refs: v8/v8@9136dd8 Refs: nodejs#23122 PR-URL: nodejs#23158 Reviewed-By: Yang Guo <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
imgbot
bot
force-pushed
the
imgbot
branch
2 times, most recently
from
September 16, 2020 07:36
5a1e5eb
to
a240504
Compare
imgbot
bot
force-pushed
the
imgbot
branch
2 times, most recently
from
December 15, 2020 01:00
bb57503
to
6134570
Compare
*Total -- 1,360.12kb -> 1,050.13kb (22.79%) /test/fixtures/wpt/common/square.png -- 17.87kb -> 0.30kb (98.33%) /deps/v8/tools/turbolizer/img/toggle-hide-dead-icon.png -- 3.64kb -> 1.10kb (69.79%) /deps/uv/docs/src/static/logo.png -- 32.76kb -> 12.30kb (62.46%) /deps/uv/img/banner.png -- 43.07kb -> 17.56kb (59.24%) /doc/first_timer_badge.png -- 1.50kb -> 0.75kb (49.84%) /deps/v8/tools/turbolizer/right-arrow.png -- 2.71kb -> 1.42kb (47.76%) /deps/v8/tools/turbolizer/img/zoom-selection-icon.png -- 3.66kb -> 1.97kb (46.31%) /deps/v8/tools/turbolizer/upload-icon.png -- 4.64kb -> 2.56kb (44.81%) /deps/v8/tools/turbolizer/img/hide-unselected-icon.png -- 3.61kb -> 2.11kb (41.69%) /deps/v8/tools/turbolizer/img/hide-selected-icon.png -- 3.59kb -> 2.14kb (40.59%) /doc/guides/doc_img/compare-boxplot.png -- 260.39kb -> 159.39kb (38.79%) /deps/uv/docs/src/static/architecture.png -- 201.92kb -> 142.89kb (29.24%) /deps/uv/docs/src/static/loop_iteration.png -- 78.64kb -> 55.91kb (28.9%) /deps/uv/docs/src/static/diagrams.key/preview-micro.jpg -- 1.39kb -> 1.06kb (24.14%) /deps/npm/node_modules/qrcode-terminal/example/basic.png -- 45.34kb -> 35.05kb (22.69%) /doc/api_assets/js-flavor-cjs.svg -- 0.63kb -> 0.49kb (22.02%) /deps/v8/tools/turbolizer/search2.png -- 0.67kb -> 0.53kb (21.92%) /deps/v8/tools/turbolizer/img/layout-icon.png -- 4.47kb -> 3.49kb (21.89%) /deps/v8/tools/turbolizer/left-arrow.png -- 4.08kb -> 3.21kb (21.25%) /doc/api_assets/js-flavor-esm.svg -- 0.70kb -> 0.56kb (19.92%) /deps/v8/tools/turbolizer/turbolizer.png -- 77.42kb -> 64.23kb (17.04%) /deps/v8/tools/turbolizer/down-arrow.png -- 3.58kb -> 3.01kb (16.1%) /deps/v8/tools/turbolizer/img/show-control-icon.png -- 5.61kb -> 4.75kb (15.39%) /deps/uv/docs/src/static/diagrams.key/preview.jpg -- 104.94kb -> 91.93kb (12.4%) /deps/v8/tools/turbolizer/up-arrow.png -- 3.50kb -> 3.12kb (10.76%) /deps/v8/tools/turbolizer/img/toggle-types-icon.png -- 0.74kb -> 0.66kb (10.49%) /deps/uv/docs/src/static/diagrams.key/preview-web.jpg -- 7.92kb -> 7.11kb (10.23%) /deps/uv/img/logos.svg -- 63.64kb -> 60.88kb (4.35%) /deps/npm/node_modules/psl/browserstack-logo.svg -- 7.38kb -> 7.12kb (3.43%) /deps/uv/docs/src/static/diagrams.key/Data/st0-311.jpg -- 14.08kb -> 13.63kb (3.16%) /doc/guides/doc_img/scatter-plot.png -- 166.80kb -> 162.95kb (2.31%) /test/fixtures/person.jpg -- 44.59kb -> 43.56kb (2.3%) /test/fixtures/person-large.jpg -- 136.56kb -> 134.45kb (1.54%) /deps/uv/docs/src/static/diagrams.key/Data/st1-475.jpg -- 8.09kb -> 7.97kb (1.47%) Signed-off-by: ImgBotApp <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Beep boop. Your images are optimized!
Your image file size has been reduced by 23% 🎉
Details
Black Lives Matter | 💰 donate | 🎓 learn | ✍🏾 sign
📝 docs | repo | 🙋🏾 issues | 🏅 swag | 🏪 marketplace