aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Change style_traits to a single "servo" Cargo featureSimon Sapin2016-06-227-46/+22
| * | | Make the style crate almost build on stable Rust.Simon Sapin2016-06-2240-221/+370
| * | | Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-2220-89/+145
* | | | Wrap executions of Rust code called from JS in catch_unwind. Propagate the in...Josh Matthews2016-06-224-11/+58
* | | | Avoid an unnecessary panic when the script task deals with a GC after the lay...Josh Matthews2016-06-221-1/+3
* | | | Add a manual test for panicking while JS stack frames exist.Josh Matthews2016-06-222-0/+4
| |/ / |/| |
* | | Remove the glutin_app feature from the servo crate.Ms2ger2016-06-221-2/+2
* | | Auto merge of #11752 - mbrubeck:cleanup, r=pcwaltonbors-servo2016-06-214-9/+6
|\ \ \
| * | | Remove REPAINT damage in Fragment::build_display_listMatt Brubeck2016-06-203-8/+5
| * | | Remove unnecessary mut in TableFlowMatt Brubeck2016-06-201-1/+1
* | | | Auto merge of #11809 - ConnorGBrewster:remove_pipeline_to_frame_map, r=asajef...bors-servo2016-06-212-24/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove pipeline_to_frame_mapConnor Brewster2016-06-212-24/+27
* | | | Auto merge of #11789 - Coder206:uri, r=asajeffreybors-servo2016-06-202-3/+3
|\ \ \ \
| * | | | URI to URLPatrick Trottier2016-06-202-3/+3
* | | | | Auto merge of #11530 - jdm:sigsegv, r=metajackbors-servo2016-06-205-1/+57
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a test that forces a crash. This makes it easy to manually check the outp...Josh Matthews2016-06-202-0/+14
| * | | | Add a signal handler for SIGSEGV that reports the current thread name and bac...Josh Matthews2016-06-203-1/+43
* | | | | Auto merge of #11804 - Ms2ger:layout-thread-crate, r=jdmbors-servo2016-06-209-103/+191
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Introduce a layout_thread crate; drop the dependency of layout on script.Ms2ger2016-06-207-49/+137
| * | | | Move DISPLAY_PORT_SIZE_FACTOR to block.rs.Ms2ger2016-06-202-4/+3
| * | | | Move LayoutThreadData to query.rs.Ms2ger2016-06-202-51/+52
| | |/ / | |/| |
* | | | Auto merge of #11785 - connorimes:update-hbs-0.3.0, r=metajackbors-servo2016-06-204-34/+17
|\ \ \ \
| * | | | Update heartbeats-simple to 0.3.0Connor Imes2016-06-204-34/+17
* | | | | Auto merge of #11544 - jdm:privatebrowsing, r=asajeffreybors-servo2016-06-208-130/+216
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Propagate privacy information of iframes to corresponding pipelines. Make ifr...Sagar Muchhal2016-06-208-130/+216
| | |/ / | |/| |
* | | | Auto merge of #11754 - Ms2ger:wrapper-traits-prep2, r=noxbors-servo2016-06-2048-1814/+2174
|\ \ \ \
| * | | | Move CSSErrorReporter to script_layout_interface.Ms2ger2016-06-208-4/+14
| * | | | Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-2015-27/+35
| * | | | Move is_image_data to script_layout_interface.Ms2ger2016-06-204-9/+6
| * | | | Remove the layout_wrapper re-exports from layout::wrapper.Ms2ger2016-06-202-3/+2
| * | | | Remove the wrapper::ServoThreadSafeLayoutNode re-export.Ms2ger2016-06-201-1/+0
| * | | | Remove unused re-exports from layout_interface.Ms2ger2016-06-202-17/+9
| * | | | Move LayoutRPC to script_layout_interface.Ms2ger2016-06-209-92/+119
| * | | | Move TrustedNodeAddress to script_layout_interface.Ms2ger2016-06-208-18/+18
| * | | | Move ServoLayoutNode and related structs to script.Ms2ger2016-06-205-965/+1005
| * | | | Make RecalcStyleAndConstructFlows generic over the LayoutNode implementation.Ms2ger2016-06-201-4/+11
| * | | | Make ServoLayoutNode::debug_id() less convoluted.Ms2ger2016-06-201-2/+1
| * | | | Introduce LayoutJS<Node>::opaque() to replace OpaqueNodeMethods::from_jsmanag...Ms2ger2016-06-203-17/+12
| * | | | Remove unused OpaqueNodeMethods::from_script_node.Ms2ger2016-06-201-10/+0
| * | | | Move LayoutNode and related traits to script_layout_interface.Ms2ger2016-06-2014-359/+402
| * | | | Move HTMLCanvasData to script_layout_interface.Ms2ger2016-06-208-12/+20
| * | | | Introduce LayoutNodeType and LayoutElementType enums.Ms2ger2016-06-204-66/+137
| * | | | Introduce a ThreadSafeLayoutNodeHelpers trait for methods to stay in layout.Ms2ger2016-06-204-89/+98
| * | | | Introduce ThreadSafeLayoutNode::borrow_layout_data_unchecked.Ms2ger2016-06-201-1/+11
| * | | | Introduce a node_text_content method.Ms2ger2016-06-201-1/+7
| * | | | Move some more methods into the LayoutNodeLayoutData trait.Ms2ger2016-06-202-16/+18
| * | | | Introduce a LayoutNodeLayoutData trait for methods to stay in layout.Ms2ger2016-06-202-1/+5
| * | | | Introduce get_style_and_layout_data() methods.Ms2ger2016-06-201-5/+28
| * | | | Split initialize_data into two.Ms2ger2016-06-201-3/+9
| * | | | Use get_style_data() where possible.Ms2ger2016-06-201-20/+36