Closed
Bug 1291207
Opened 8 years ago
Closed 8 years ago
pass style sheet base URL string to Servo_StylesheetFromUTF8Bytes
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: heycam, Unassigned)
References
Details
Attachments
(1 file)
We already pass the base URI as an opaque nsIURI pointer, but for Servo to parse a style sheet using the base URI we'll need to provide it as a string as well.
Reporter | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/68538/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/68538/
Attachment #8776875 -
Flags: review?(bobbyholley)
Comment 2•8 years ago
|
||
Comment on attachment 8776875 [details]
Bug 1291207 - Pass base URI string to Servo_StylesheetFromUTF8Bytes.
https://reviewboard.mozilla.org/r/68538/#review65692
Attachment #8776875 -
Flags: review?(bobbyholley) → review+
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f793fb1222f7
Pass base URI string to Servo_StylesheetFromUTF8Bytes. r=bholley
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•