aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #12186 - GuillaumeGomez:video-metadata, r=larsbergstrom,jdm,KiC...bors-servo2016-07-291-0/+11
|\
| * Update to last video-metadata crate versionGuillaume Gomez2016-07-251-3/+3
| * Update cargo libcGuillaume Gomez2016-07-251-1/+1
| * Add video-metadata-rs dependenciesggomez2016-07-251-0/+11
* | Auto merge of #12631 - Manishearth:stylo-unsafe-coord, r=bholleybors-servo2016-07-293-28/+146
|\ \
| * | stylo: Use unsafe accessors for coord data; regen bindingsManish Goregaokar2016-07-295-703/+821
| * | Don't use transmute in nsStyleCoord sugarManish Goregaokar2016-07-281-3/+2
* | | Flush stylesheets when doing non-traversal-driven style operations.Bobby Holley2016-07-282-6/+18
* | | Regenerate bindings.Bobby Holley2016-07-283-677/+676
* | | Define a flag to let gecko code know it's being run under bindgen.Bobby Holley2016-07-281-1/+1
* | | Update SpiderMonkey to m-c bcf4ff0c3eef.Ms2ger2016-07-281-2/+2
|/ /
* | Auto merge of #12563 - emilio:stylo, r=bholley,jdm,pcwaltonbors-servo2016-07-271-7/+7
|\ \
| * | style: Avoid propagating the restyle flag all through the dom when a node get...Emilio Cobos Álvarez2016-07-251-18/+0
| * | stylo: don't double check that the root node is dirty in restyle_tree, since ...Emilio Cobos Álvarez2016-07-242-9/+11
| * | stylo: Don't traverse the whole dom every restyle, propagate the dirty flag d...Emilio Cobos Álvarez2016-07-241-0/+16
| |/
* | Auto merge of #12608 - bholley:sync_anon_box, r=emiliobors-servo2016-07-262-3/+7
|\ \
| * | Regenerate bindings.Bobby Holley2016-07-262-2/+6
| * | Pass the llvm_stable feature to cargo when it gets invoked from regen.py.Bobby Holley2016-07-261-1/+1
* | | Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)Eduard Burtescu2016-07-263-96/+96
|/ /
* | Resync stylo bindingsManish Goregaokar2016-07-264-101/+91
* | Support tinyfiledialogs on WindowsUK9922016-07-251-1/+2
|/
* Auto merge of #12469 - emilio:stylo, r=bholleybors-servo2016-07-219-69/+884
|\
| * stylo: Update generated bindingsEmilio Cobos Álvarez2016-07-213-10/+618
| * style: Rewrite the restyle hints code to allow different kinds of element sna...Emilio Cobos Álvarez2016-07-216-59/+266
* | Update ipc-channel to resolve threadsafety issues on Windows and Android.Josh Matthews2016-07-211-1/+1
* | Auto merge of #12468 - asajeffrey:constellation-remove-panic-channel, r=emiliobors-servo2016-07-211-1/+0
|\ \
| * | Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-1/+0
* | | Auto merge of #12535 - Manishearth:try-resource, r=KiChjangbors-servo2016-07-211-4/+7
|\ \ \
| * | | Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-4/+7
| |/ /
* | | Auto merge of #12521 - Manishearth:safer-coord, r=bholleybors-servo2016-07-213-32/+317
|\ \ \ | |/ / |/| |
| * | Make nsStyleUnion sugar use traitsManish Goregaokar2016-07-212-129/+219
| * | Introduce safer layer of sugar for nsStyleUnionManish Goregaokar2016-07-202-28/+223
| * | Resync bindingsManish Goregaokar2016-07-201-2/+2
* | | Auto merge of #12392 - emilio:test-animations, r=SimonSapinbors-servo2016-07-202-1/+2
|\ \ \
| * | | style: Add a new Timer structure to the shared style context, and basic infra...Emilio Cobos Álvarez2016-07-202-1/+2
| | |/ | |/|
* | | Auto merge of #12507 - larsbergstrom:remove_clipboard, r=metajackbors-servo2016-07-203-58/+2
|\ \ \ | |/ / |/| |
| * | Remove clipboard crate to due disallowed usage of GPL codeLars Bergstrom2016-07-203-58/+2
* | | Auto merge of #12517 - Manishearth:sync, r=heycambors-servo2016-07-201-2/+2
|\ \ \ | |_|/ |/| |
| * | Resync bindingsManish Goregaokar2016-07-201-2/+2
* | | Remove some type aliases that are now just re-exports.Simon Sapin2016-07-206-16/+14
* | | Have a concrete SelectorImpl type everywhere in the style crate.Simon Sapin2016-07-201-2/+2
* | | Rename ComputedValuesStruct to ComputedValues.Simon Sapin2016-07-202-11/+11
* | | Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-203-20/+16
* | | Move geckolib/selector_impl.rs -> style/gecko_selector_impl.rsSimon Sapin2016-07-204-411/+1
* | | Move geckolib/properties.mako.rs to style/properties/gecko.mako.rsSimon Sapin2016-07-205-1421/+3
* | | Move geckolib/values.rs to style/gecko_values.rsSimon Sapin2016-07-202-325/+2
* | | Remove obsolete geckolib/generate_properties_rs.pySimon Sapin2016-07-201-22/+0
|/ /
* | Auto merge of #12465 - Manishearth:stylo-calc, r=heycambors-servo2016-07-198-23/+109
|\ \
| * | Address review commentsManish Goregaokar2016-07-193-12/+14
| * | Handle Calc refcountingManish Goregaokar2016-07-197-32/+56