aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/css/matching.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-15/+11
* Hoist style-related context bits into style/.Bobby Holley2015-12-291-339/+12
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-93/+86
* Add an is_text_node to LayoutNode, so that we don't need to implement type_id...Bobby Holley2015-12-231-39/+35
* Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-1/+1
* Generalize css/matching.rs to operate on generic Layout*.Bobby Holley2015-11-281-19/+26
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-2/+5
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-8/+8
* Write animated values into the `ComputedValues` structures whenPatrick Walton2015-11-241-16/+58
* Rename Layout*Trait to Layout*.Bobby Holley2015-11-181-1/+1
* Prefix concrete types with 'Servo'.Bobby Holley2015-11-181-15/+15
* Hoist exported wrapper functionality into a family of traits.Bobby Holley2015-11-181-1/+1
* Remove dead code from layout.Ms2ger2015-11-181-7/+0
* Wrap SharedLayoutContext::new_animations_sender in a Mutex.Ms2ger2015-11-071-5/+5
* Auto merge of #8299 - pcwalton:dont-reflow-on-hover, r=mbrubeckbors-servo2015-11-041-2/+2
|\
| * layout: Store viewport and screen size separately.Patrick Walton2015-11-031-2/+2
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
|/
* Remove the unused boolean in StyleSharingResult::CannotShare.Ms2ger2015-10-191-7/+6
* Define share_style_if_possible on LayoutElement.Ms2ger2015-10-191-20/+16
* Return the result from match_element rather than using an outparam.Ms2ger2015-10-191-7/+7
* Define match_node on LayoutElement as match_element.Ms2ger2015-10-191-17/+20
* Define share_style_with_candidate_if_possible on LayoutElement.Ms2ger2015-10-191-4/+6
* Improve code flow in share_style_if_possible.Ms2ger2015-10-191-8/+9
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-2/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* Auto merge of #7523 - eefriedman:unnecessary-unsafe, r=SimonSapinbors-servo2015-09-091-5/+4
|\
| * Fix up some unnecessary uses of `unsafe`.Eli Friedman2015-09-021-5/+4
* | Fix match_refs and let_returns in layout, address review changesManish Goregaokar2015-09-041-5/+5
* | Remove needless returnsManish Goregaokar2015-09-041-1/+1
* | Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
|/
* Auto merge of #7499 - nerith:style, r=metajackbors-servo2015-09-021-2/+2
|\
| * Fix reported test-tidy errorsBrandon Fairchild2015-09-011-2/+2
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-1/+1
|/
* sort all usesJohann Tuffe2015-08-201-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-6/+6
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-2/+2
* layout: Tie transitions to the DOM node and finish them instantly whenPatrick Walton2015-08-011-9/+24
* Replace the StyledNode trait with inherent methods.Ms2ger2015-07-271-1/+0
* Update rust-selectorsSimon Sapin2015-07-231-14/+10
* Fix #6680Bogdan Cuza2015-07-221-4/+4
* Update rust-selectorsSimon Sapin2015-06-261-34/+34
* Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods.Ms2ger2015-06-241-3/+1
* Replace the LayoutDataAccess trait by inherent methods.Ms2ger2015-06-221-1/+1
* Implement type_id as inherent methods.Ms2ger2015-06-221-2/+2
* Remove fnv & smallvec crate reexports from utilCorey Farwell2015-06-101-1/+1
* Replace TElement::get_link() by specific methods.Ms2ger2015-05-111-2/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+2
* Make NodeTypeId include CharacterData variantJinwoo Song2015-04-291-1/+2