aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
Commit message (Expand)AuthorAgeFilesLines
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-3/+6
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+2
* Auto merge of #8548 - Ms2ger:unused-tna, r=pcwaltonbors-servo2015-11-171-2/+2
|\
| * Remove the unused arguments to hit_test and mouse_over.Ms2ger2015-11-161-2/+2
* | Remove AutoJoinScriptTask.Ms2ger2015-11-161-0/+6
|/
* Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdmbors-servo2015-11-081-11/+7
|\
| * Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-11/+7
* | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow.Ms2ger2015-11-051-2/+2
|/
* Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwaltonbors-servo2015-11-031-4/+0
|\
| * Remove unused fields from ScriptReflow.Ms2ger2015-10-311-4/+0
* | Un-boxed ScriptReflowOlivia Nordquist2015-10-311-1/+1
|/
* 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