Skip to content
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

Add support for non-UTF8 CSS stylesheets, with rust-encoding. #1377

Merged
merged 6 commits into from Dec 17, 2013

Conversation

@SimonSapin
Copy link
Member

SimonSapin commented Dec 11, 2013

Depends on servo/rust-cssparser#33 being merged.

Also (unrelated) pass around a base URL for stylesheets.

Adds a new dependency:
Upstream: https://github.com/lifthrasiir/rust-encoding
Servo’s fork: https://github.com/mozilla-servo/rust-encoding

As of this writing, upstream’s master branch targets Rust 0.8, and its rust-0.9-pre branch targets Rust master. Servo uses a Rust version in-between those. I pushed a rust-servo branch to our fork that backports from rust-0.9-pre, and also included some changes that have yet to be merged in upstream pull requests.

SimonSapin added 4 commits Dec 11, 2013
Upstream: https://github.com/lifthrasiir/rust-encoding
Servo’s fork: https://github.com/mozilla-servo/rust-encoding

As of this writing, upstream’s master branch targets Rust 0.8,
and its rust-0.9-pre branch targets Rust master.
Servo uses a Rust version in-between those.
I pushed a rust-servo branch to our fork
that backports from rust-0.9-pre.
@SimonSapin
Copy link
Member Author

SimonSapin commented Dec 11, 2013

My rust-encoding commits that are not yet upstream:
servo/rust-encoding@lifthrasiir:rust-0.9-pre...rust-servo

@SimonSapin
Copy link
Member Author

SimonSapin commented Dec 13, 2013

rust-encoding changes are now upstream. Our fork only differs in the Rust version that is targeted.

@kmcallister

This comment has been minimized.

Copy link

kmcallister commented on 4f673f0 Dec 13, 2013

r+

@SimonSapin

This comment has been minimized.

Copy link
Owner Author

SimonSapin commented on b6b8963 Dec 13, 2013

r=kmcallister

(This additional commit only renames one type from rust-encoding)

@bors-servo

This comment has been minimized.

Copy link
Contributor

bors-servo commented on b6b8963 Dec 13, 2013

saw approval from kmcallister
at SimonSapin@b6b8963

This comment has been minimized.

Copy link
Contributor

bors-servo replied Dec 13, 2013

merging SimonSapin/servo/encoding = b6b8963 into auto

This comment has been minimized.

Copy link
Contributor

bors-servo replied Dec 13, 2013

SimonSapin/servo/encoding = b6b8963 merged ok, testing candidate = 1591372

This comment has been minimized.

Copy link
Contributor

bors-servo replied Dec 13, 2013

bors-servo pushed a commit that referenced this pull request Dec 13, 2013
Depends on servo/rust-cssparser#33 being merged.

Also (unrelated) pass around a base URL for stylesheets.

Adds a new dependency:
Upstream: https://github.com/lifthrasiir/rust-encoding
Servo’s fork: https://github.com/mozilla-servo/rust-encoding

As of this writing, upstream’s master branch targets Rust 0.8, and its rust-0.9-pre branch targets Rust master. Servo uses a Rust version in-between those. I pushed a rust-servo branch to our fork that backports from rust-0.9-pre, and also included some changes that have yet to be merged in upstream pull requests.
@SimonSapin

This comment has been minimized.

Copy link
Owner Author

SimonSapin commented on c4c332b Dec 17, 2013

r=kmcallister

@bors-servo

This comment has been minimized.

Copy link
Contributor

bors-servo commented on c4c332b Dec 17, 2013

saw approval from kmcallister
at SimonSapin@c4c332b

This comment has been minimized.

Copy link
Contributor

bors-servo replied Dec 17, 2013

merging SimonSapin/servo/encoding = c4c332b into auto

This comment has been minimized.

Copy link
Contributor

bors-servo replied Dec 17, 2013

SimonSapin/servo/encoding = c4c332b merged ok, testing candidate = 45c092c

This comment has been minimized.

Copy link
Contributor

bors-servo replied Dec 17, 2013

fast-forwarding master to auto = 45c092c

bors-servo pushed a commit that referenced this pull request Dec 17, 2013
Depends on servo/rust-cssparser#33 being merged.

Also (unrelated) pass around a base URL for stylesheets.

Adds a new dependency:
Upstream: https://github.com/lifthrasiir/rust-encoding
Servo’s fork: https://github.com/mozilla-servo/rust-encoding

As of this writing, upstream’s master branch targets Rust 0.8, and its rust-0.9-pre branch targets Rust master. Servo uses a Rust version in-between those. I pushed a rust-servo branch to our fork that backports from rust-0.9-pre, and also included some changes that have yet to be merged in upstream pull requests.
@bors-servo bors-servo merged commit c4c332b into servo:master Dec 17, 2013
1 check passed
1 check passed
default all tests passed
@SimonSapin SimonSapin deleted the SimonSapin:encoding branch Dec 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.