mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
geckolib: Support parsing style="" attributes longer than 255 characters.
This commit is contained in:
parent
d87ea67bf2
commit
0f09a9f357
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ extern "C" {
|
||||||
pub fn Servo_StyleSheetHasRules(sheet: *mut RawServoStyleSheet) -> bool;
|
pub fn Servo_StyleSheetHasRules(sheet: *mut RawServoStyleSheet) -> bool;
|
||||||
pub fn Servo_InitStyleSet() -> *mut RawServoStyleSet;
|
pub fn Servo_InitStyleSet() -> *mut RawServoStyleSet;
|
||||||
pub fn Servo_DropStyleSet(set: *mut RawServoStyleSet);
|
pub fn Servo_DropStyleSet(set: *mut RawServoStyleSet);
|
||||||
pub fn Servo_ParseStyleAttribute(bytes: *const u8, length: u8,
|
pub fn Servo_ParseStyleAttribute(bytes: *const u8, length: u32,
|
||||||
cache: *mut nsHTMLCSSStyleSheet)
|
cache: *mut nsHTMLCSSStyleSheet)
|
||||||
-> *mut ServoDeclarationBlock;
|
-> *mut ServoDeclarationBlock;
|
||||||
pub fn Servo_DropDeclarationBlock(declarations:
|
pub fn Servo_DropDeclarationBlock(declarations:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue