aboutsummaryrefslogtreecommitdiffstats
path: root/ports/geckolib/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Forward webrender error log to gfxCriticalNote.sotaro2018-04-291-1/+0
* style: Parse sheets on the thread pool.Bobby Holley2018-04-281-0/+1
* Use cstr macro for ffi literal strings.Xidorn Quan2018-02-141-0/+1
* Remove #![deny(warnings)]Simon Sapin2018-01-311-1/+0
* Revert #18668 - Add mprotect diagnostics for HashMap crashBobby Holley2017-10-031-1/+0
* Round hashglobe allocations up to the nearest page size.Bobby Holley2017-09-281-0/+1
* Store custom properties in keyframes into servo's PropertyDeclarationBlockHiroyuki Ikezoe2017-09-271-0/+1
* Overhaul MallocSizeOf and related things.Nicholas Nethercote2017-09-121-0/+1
* Move the logic for Servo_NoteExplicitHints into wrapper.rs.Hiroyuki Ikezoe2017-08-021-1/+0
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-0/+1
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-101-0/+1
* Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule()Hiroyuki Ikezoe2017-05-011-1/+0
* Stop passing in url as string for parsing.Xidorn Quan2017-04-031-1/+0
* Fix geckolib breakage caused by 1.16Manish Goregaokar2017-03-211-1/+0
* Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>Simon Sapin2017-03-191-2/+0
* Add bindings for namespace rule.Xidorn Quan2017-03-151-1/+1
* geckolib: Remove unused crates.Emilio Cobos Álvarez2017-03-111-2/+0
* geckolib: move NUM_THREADS from style to geckolibNathan Froyd2017-02-221-0/+1
* geckolib: use a global thread pool for stylingNathan Froyd2017-02-221-0/+2
* stylo: Remove unused macro_use annotation that warns on nightly.Emilio Cobos Álvarez2017-02-021-1/+1
* Switch to crates.io for atomic_refcell.Bobby Holley2017-01-031-0/+1
* style: Add a StylesheetLoader abstraction, and make it a no-op on Geckolib.Emilio Cobos Álvarez2016-12-161-0/+1
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-0/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-1/+1
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-0/+1
* Deny warnings in stylo crates.Bobby Holley2016-10-111-0/+1
* Bug 1302949 - Add a method to parse a property-value pair into a declaration ...Brian Birtles2016-10-091-0/+1
* Use parking_lot::RwLock instead of DOMRefCell for PropertyDeclarationBlockSimon Sapin2016-10-041-0/+1
* Move most of geckolib into style::geckoManish Goregaokar2016-09-261-10/+0
* Move gecko_bindings and gecko_string_cache into the style crateManish Goregaokar2016-09-241-3/+2
* Move sanity checks to stylo testsManish Goregaokar2016-09-211-1/+0
* Remove unused dependency on util from geckolib.Ms2ger2016-08-231-1/+0
* Update to selectors 0.8.2Simon Sapin2016-08-091-6/+3
* stylo: Fix and ensure alignment of restyle hints. Test it on Travis.Emilio Cobos Álvarez2016-08-031-0/+1
* style: Rewrite the restyle hints code to allow different kinds of element sna...Emilio Cobos Álvarez2016-07-211-0/+2
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-4/+0
* Move geckolib/selector_impl.rs -> style/gecko_selector_impl.rsSimon Sapin2016-07-201-3/+1
* Move geckolib/properties.mako.rs to style/properties/gecko.mako.rsSimon Sapin2016-07-201-7/+1
* Move geckolib/values.rs to style/gecko_values.rsSimon Sapin2016-07-201-1/+2
* Auto merge of #12339 - emilio:stylo-node-dirtying, r=heycambors-servo2016-07-131-1/+0
|\
| * stylo: Remove some unused imports and codeEmilio Cobos Álvarez2016-07-081-1/+0
* | Remove geckolib’s "servo_features" Cargo featureSimon Sapin2016-07-081-1/+0
|/
* Add stub for missing je_malloc_usable_size symbol in geckolib.Bobby Holley2016-07-051-0/+4
* style: Remove the Mutex from new_animations_sender by moving it to the local ...Emilio Cobos Álvarez2016-07-011-0/+1
* Use our copy of RefCell for style data.Simon Sapin2016-06-231-2/+0
* Remove some usage of unstable features in geckolibSimon Sapin2016-06-221-8/+1
* Support keyword values for 'cursor' in geckolibMatt Brubeck2016-06-091-0/+1
* Hoist gecko bindings into their own crate.Bobby Holley2016-05-111-5/+1
* Enable standard logging for geckolib.Bobby Holley2016-05-031-0/+1
* Auto merge of #10938 - bholley:margin_padding_fontsize_hasclass, r=emiliobors-servo2016-05-011-0/+1
|\