aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/encoding_support.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-105/+0
* style: Remove some unused extern crate declarations now that style is in rust...Emilio Cobos Álvarez2020-06-181-2/+0
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-1/+3
* Fix some new warningsSimon Sapin2019-06-221-4/+4
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-5/+5
* style: Fix servo build.Emilio Cobos Álvarez2018-06-231-11/+6
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-42/+54
* Use encoding-rs instead of rust-encoding for CSS parsingSimon Sapin2017-10-311-20/+20
* Use cssparser's new_with_line_number_offsetTom Tromey2017-08-281-1/+1
* Devirtualize CSS error reporting.Josh Matthews2017-08-241-18/+22
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Bug 1331291 part 1 - Set stylesheet url_data correctly for import rule.Xidorn Quan2017-06-131-1/+1
* Stylo: Bug 1350175 - Support getting line / column number of CSS rulesFernando Jiménez Moreno2017-05-121-1/+2
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-1/+4
* Support line number offsets for inline stylesheetsmckaymatt2017-04-131-1/+2
* Bug 1325878: Pass the MediaList down to Servo, making <style media> work. r=x...Emilio Cobos Álvarez2017-04-121-1/+2
* Use final url for updating stylesheet from @import rule.Xidorn Quan2017-04-031-0/+2
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-13/+7
* Parse stylesheets without acquiring a shared lock.Simon Sapin2017-03-191-3/+1
* Replace RwLock<CssRules> with Locked<CssRules>Simon Sapin2017-03-191-1/+3
* Replace RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-0/+3
* Remove rust-encoding from geckolib.Simon Sapin2017-03-161-0/+89