Skip to content

Tags: hetongxin/ruffle

Tags

nightly-2021-02-19

Toggle nightly-2021-02-19's commit message
build(deps): bump url from 2.2.0 to 2.2.1

Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.2.0...v2.2.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

nightly-2021-02-18

Toggle nightly-2021-02-18's commit message
build(deps-dev): bump chromedriver from 87.0.7 to 88.0.0 in /web

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 87.0.7 to 88.0.0.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](giggio/node-chromedriver@87.0.7...88.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

nightly-2021-02-16

Toggle nightly-2021-02-16's commit message
build(deps): bump embed-resource from 1.5.1 to 1.6.0

Bumps [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases)
- [Commits](nabijaczleweli/rust-embed-resource@v1.5.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

nightly-2021-02-14

Toggle nightly-2021-02-14's commit message
tests: Add test for TextField.autoSize/background

nightly-2021-02-13

Toggle nightly-2021-02-13's commit message
chore: Avoid deprecated constants

The Rust documentation considers numeric constants prefixed with std::
as deprecated.
For example: https://doc.rust-lang.org/std/u16/constant.MAX.html.

nightly-2021-02-12

Toggle nightly-2021-02-12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avm1: Don't mutably borrow display_properties for reading

Fixes ruffle-rs#3199.

nightly-2021-02-11

Toggle nightly-2021-02-11's commit message
docs: Clarify license

nightly-2021-02-09

Toggle nightly-2021-02-09's commit message
web: Use case-insensitive check for detecting javascript scheme

nightly-2021-02-06

Toggle nightly-2021-02-06's commit message
core: Fix stroke artifacts when using drawing API

Some recent changes with lyon's API could cause Ruffle to draw extra
strokes when it sees two Move commands in a row -- an extra zero-length
stroke would appear. Let's merge adjacent Move commands in the
tessellator to avoid this issue.

(TODO: Add an example to visual_tests).

nightly-2021-02-05

Toggle nightly-2021-02-05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
web: Fix some context menu and warning message issues