aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass the document instead of the documentElement to reflow.Bobby Holley2015-10-271-1/+1
* Handle <meta name=viewport> elements when added to documentJames Gilbertson2015-09-301-0/+4
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* layout: Load Web fonts asynchronously.Patrick Walton2015-09-271-0/+7
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Store a Sender<ConstellationControlMsg> in ScriptReflow.Ms2ger2015-08-121-2/+2
* Implement offsetParent/Top/Left/Width/Height.Glenn Watson2015-08-031-0/+17
* style: Switch animation timestamps to be doubles instead of floats.Patrick Walton2015-08-011-3/+3
* Implement getComputedStyleDavid Zbarsky2015-07-291-0/+7
* Auto merge of #6662 - tschneidereit:client-geometry, r=glennw,pcwatsonbors-servo2015-07-271-0/+6
|\
| * Address review commentsTill Schneidereit2015-07-211-1/+1
| * Implement client{Top, Left, Height, Width} element propertiesTill Schneidereit2015-07-191-0/+6
* | profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-241-9/+1
|/
* script: Split `Pipeline::create` into chrome process and contentPatrick Walton2015-07-141-5/+26
* layout: Make the `LayoutControlChan` use IPC.Patrick Walton2015-07-141-1/+2
* Use euclid from crates.ioecoal952015-06-191-2/+2
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-0/+5
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-0/+4
* Make link elements fire a load event.Josh Matthews2015-05-111-1/+2
* Make stylesheets block page load.Josh Matthews2015-05-111-1/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-5/+4
* Auto merge of #5913 - glennw:bounding-rect, r=pcwaltonbors-servo2015-05-011-1/+1
|\
| * Various fixes to getClientBoundingRect()Glenn Watson2015-05-011-1/+1
* | Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-1/+1
|/
* Animate many more CSS propertiesJoseph Seaton2015-04-161-1/+1
* Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactoryaditya2015-04-021-4/+0
* auto merge of #5459 : jdm/servo/reflowquery, r=saneyukibors-servo2015-04-011-0/+1
|\
| * Make reflow queries always perform reflow. Fixes #5458.Josh Matthews2015-04-011-0/+1
* | layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-6/+42
|/
* Use u32 for reflow ids.Ms2ger2015-03-281-1/+1
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-6/+6
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-3/+3
* Add memory reporting infrastructure and use it to measure the display list.Nicholas Nethercote2015-03-161-0/+13
* Consider media attribute on link and style tagsMikko Perttunen2015-03-161-2/+3
* Reap layout data whenever a node is removed from the tree.Glenn Watson2015-03-031-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Correct the documentation comment syntax in layout_interface.rs.Ms2ger2015-02-031-3/+3
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4
* Stall PaintTask exit until it can release all buffersMartin Robinson2015-01-021-2/+2
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-14/+10
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+4
* style: Implement quirks mode rules.Patrick Walton2014-12-151-0/+3
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Clip display list based on frame viewportMartin Robinson2014-11-111-0/+2