aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/encoding_support.rs
Commit message (Expand)AuthorAgeFilesLines
* 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