| Commit message (Expand) | Author | Age | Files | Lines |
* | compositing: Split Servo up into multiple sandboxed processes. | Patrick Walton | 2015-11-19 | 1 | -3/+6 |
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -1/+2 |
* | Auto merge of #8548 - Ms2ger:unused-tna, r=pcwalton | bors-servo | 2015-11-17 | 1 | -2/+2 |
|\ |
|
| * | Remove the unused arguments to hit_test and mouse_over. | Ms2ger | 2015-11-16 | 1 | -2/+2 |
* | | Remove AutoJoinScriptTask. | Ms2ger | 2015-11-16 | 1 | -0/+6 |
|/ |
|
* | Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdm | bors-servo | 2015-11-08 | 1 | -11/+7 |
|\ |
|
| * | Move Stylesheet loading and ownership from the layout task into HTML elements | Till Schneidereit | 2015-11-07 | 1 | -11/+7 |
* | | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow. | Ms2ger | 2015-11-05 | 1 | -2/+2 |
|/ |
|
* | Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwalton | bors-servo | 2015-11-03 | 1 | -4/+0 |
|\ |
|
| * | Remove unused fields from ScriptReflow. | Ms2ger | 2015-10-31 | 1 | -4/+0 |
* | | Un-boxed ScriptReflow | Olivia Nordquist | 2015-10-31 | 1 | -1/+1 |
|/ |
|
* | Pass the document instead of the documentElement to reflow. | Bobby Holley | 2015-10-27 | 1 | -1/+1 |
* | Handle <meta name=viewport> elements when added to document | James Gilbertson | 2015-09-30 | 1 | -0/+4 |
* | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+1 |
* | layout: Load Web fonts asynchronously. | Patrick Walton | 2015-09-27 | 1 | -0/+7 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -3/+1 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -1/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -2/+2 |
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -2/+2 |
* | Store a Sender<ConstellationControlMsg> in ScriptReflow. | Ms2ger | 2015-08-12 | 1 | -2/+2 |
* | Implement offsetParent/Top/Left/Width/Height. | Glenn Watson | 2015-08-03 | 1 | -0/+17 |
* | style: Switch animation timestamps to be doubles instead of floats. | Patrick Walton | 2015-08-01 | 1 | -3/+3 |
* | Implement getComputedStyle | David Zbarsky | 2015-07-29 | 1 | -0/+7 |
* | Auto merge of #6662 - tschneidereit:client-geometry, r=glennw,pcwatson | bors-servo | 2015-07-27 | 1 | -0/+6 |
|\ |
|
| * | Address review comments | Till Schneidereit | 2015-07-21 | 1 | -1/+1 |
| * | Implement client{Top, Left, Height, Width} element properties | Till Schneidereit | 2015-07-19 | 1 | -0/+6 |
* | | profile: Make the time and memory profilers run over IPC. | Patrick Walton | 2015-07-24 | 1 | -9/+1 |
|/ |
|
* | script: Split `Pipeline::create` into chrome process and content | Patrick Walton | 2015-07-14 | 1 | -5/+26 |
* | layout: Make the `LayoutControlChan` use IPC. | Patrick Walton | 2015-07-14 | 1 | -1/+2 |
* | Use euclid from crates.io | ecoal95 | 2015-06-19 | 1 | -2/+2 |
* | compositing: Implement display ports and avoid creating display lists | Patrick Walton | 2015-05-19 | 1 | -0/+5 |
* | Fixes a number of race conditions and reliability issues with reftests and co... | Glenn Watson | 2015-05-14 | 1 | -0/+4 |
* | Make link elements fire a load event. | Josh Matthews | 2015-05-11 | 1 | -1/+2 |
* | Make stylesheets block page load. | Josh Matthews | 2015-05-11 | 1 | -1/+2 |
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -5/+4 |
* | Auto merge of #5913 - glennw:bounding-rect, r=pcwalton | bors-servo | 2015-05-01 | 1 | -1/+1 |
|\ |
|
| * | Various fixes to getClientBoundingRect() | Glenn Watson | 2015-05-01 | 1 | -1/+1 |
* | | Add a `profile_traits` crate to reduce compile times. | Nicholas Nethercote | 2015-04-30 | 1 | -1/+1 |
|/ |
|
* | Animate many more CSS properties | Joseph Seaton | 2015-04-16 | 1 | -1/+1 |
* | Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactory | aditya | 2015-04-02 | 1 | -4/+0 |
* | auto merge of #5459 : jdm/servo/reflowquery, r=saneyuki | bors-servo | 2015-04-01 | 1 | -0/+1 |
|\ |
|
| * | Make reflow queries always perform reflow. Fixes #5458. | Josh Matthews | 2015-04-01 | 1 | -0/+1 |
* | | layout: Implement CSS transitions per CSS-TRANSITIONS § 2. | Patrick Walton | 2015-03-31 | 1 | -6/+42 |
|/ |
|
* | Use u32 for reflow ids. | Ms2ger | 2015-03-28 | 1 | -1/+1 |
* | Rename lots of profiling-related things. | Nicholas Nethercote | 2015-03-25 | 1 | -6/+6 |
* | Move profiler code from `util` into a new crate `profile`. | Nicholas Nethercote | 2015-03-24 | 1 | -3/+3 |
* | Add memory reporting infrastructure and use it to measure the display list. | Nicholas Nethercote | 2015-03-16 | 1 | -0/+13 |
* | Consider media attribute on link and style tags | Mikko Perttunen | 2015-03-16 | 1 | -2/+3 |
* | Reap layout data whenever a node is removed from the tree. | Glenn Watson | 2015-03-03 | 1 | -2/+2 |
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |