aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Disable WGL for Windows arm64.Josh Matthews2019-06-113-0/+3
* No multiprocess on win arm64.Josh Matthews2019-06-111-1/+5
* Hide windows sampler on arm64.Josh Matthews2019-06-111-1/+4
* Auto merge of #23443 - georgeroman:start_enabling_wdspec_tests, r=jdmbors-servo2019-06-072-26/+239
|\
| * Add ServoCapabilities and revise handle_new_session functionGeorge Roman2019-06-062-21/+239
| * Do not exit servo on webdriver session deletionGeorge Roman2019-06-051-5/+0
* | Auto merge of #23507 - gterzian:introduce_browsing_context_groups, r=asajeffreybors-servo2019-06-073-28/+235
|\ \
| * | implement browsing context group and setGregory Terzian2019-06-073-28/+235
* | | Update lib.rsDutchGhost2019-06-061-1/+1
* | | Use media element task source to receive the player's eventsVíctor Manuel Jáquez Leal2019-06-061-1/+1
| |/ |/|
* | Auto merge of #23517 - oneturkmen:prep-for-composite-void, r=jdmbors-servo2019-06-052-7/+3
|\ \
| * | Make prepare_for_composite return voidoneturkmen2019-06-052-7/+3
* | | Auto merge of #23515 - oneturkmen:layout-thread-remove-opts-get, r=jdmbors-servo2019-06-055-15/+135
|\ \ \
| * | | Layout_thread: removed all possible opts::get()oneturkmen2019-06-045-15/+135
* | | | Auto merge of #23504 - jdm:win-simpleservo, r=asajeffreybors-servo2019-06-051-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Build libEGL.dll on all Windows targets.Josh Matthews2019-06-031-0/+3
| | |/ | |/|
* | | Auto merge of #23512 - cpud36:fix_incorrect_relative_path_in_webidl_plugin, r...bors-servo2019-06-041-2/+20
|\ \ \ | |_|/ |/| |
| * | Run rustfmt.Katasonov Vladyslav2019-06-041-6/+8
| * | Made webidl search path relative to manifest.Katasonov Vladyslav2019-06-041-2/+18
* | | Auto merge of #23506 - oneturkmen:constellation-remove-opts-get, r=jdmbors-servo2019-06-045-23/+52
|\ \ \
| * | | Constellation: removed almost all opts::getoneturkmen2019-06-035-23/+52
* | | | Auto merge of #23497 - jdm:windows-resize, r=asajeffreybors-servo2019-06-041-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix behaviour of window resizing on Windows.Josh Matthews2019-06-011-0/+3
| | |/ | |/|
* | | Auto merge of #23503 - emilio:gecko-sync, r=emiliobors-servo2019-06-0446-884/+863
|\ \ \
| * | | style: Fix RuleNode::has_children_for_testing().Emilio Cobos Álvarez2019-06-041-1/+1
| * | | style: Do not use borrowed types in the selectors::Element trait.Evgeniy Reizner2019-06-048-42/+100
| * | | layout: Fix servo build.Emilio Cobos Álvarez2019-06-043-5/+5
| * | | style: Fix Servo build.Emilio Cobos Álvarez2019-06-044-14/+27
| * | | style: Appease tidy.Emilio Cobos Álvarez2019-06-043-3/+3
| * | | style: Rustfmt recent changes.Emilio Cobos Álvarez2019-06-048-26/+46
| * | | style: Make nsIContent::GetBindingParent return an element.Emilio Cobos Álvarez2019-06-041-5/+4
| * | | style: Remove nsStyleColor moving the color property to nsStyleText.Emilio Cobos Álvarez2019-06-047-26/+13
| * | | style: Use a RwLock'd HashMap instead of a lock-free linked list for rule nod...Emilio Cobos Álvarez2019-06-042-191/+95
| * | | style: Rejigger a bit rust features so that rusttests still link.Emilio Cobos Álvarez2019-06-044-8/+9
| * | | style: Add refcount logging to servo_arc.Emilio Cobos Álvarez2019-06-0410-23/+100
| * | | style: Use cbindgen for filters.Emilio Cobos Álvarez2019-06-048-150/+26
| * | | style: Use cbindgen for URIs.Emilio Cobos Álvarez2019-06-0411-292/+233
| * | | style: Animate offset-rotate.Boris Chiou2019-06-042-2/+14
| * | | style: Hide -moz-gtk-buttonactivetext from content.Emilio Cobos Álvarez2019-06-041-8/+7
| * | | style: Move system colors to values::specified::color.Emilio Cobos Álvarez2019-06-042-131/+223
| | |/ | |/|
* | | Auto merge of #23499 - est31:unused_code_removal_3, r=jdmbors-servo2019-06-0419-203/+4
|\ \ \ | |/ / |/| |
| * | Remove unused code from a bunch of cratesest312019-06-038-74/+6
| * | Remove unused code from script* cratesest312019-06-0213-133/+2
* | | Auto merge of #23451 - pylbrecht:canvas.rendering, r=Manishearthbors-servo2019-06-038-405/+1410
|\ \ \
| * | | Make Azure backend build again.Josh Matthews2019-06-033-65/+66
| * | | Most basic raqote draw target stubs.Josh Matthews2019-06-031-5/+124
| * | | Fix formatting.Josh Matthews2019-06-034-90/+114
| * | | Add cargo feature to control canvas backend.Josh Matthews2019-06-038-809/+1065
| * | | Make CanvasData use GenericDrawTargetpylbrecht2019-05-312-168/+219
| * | | Make CanvasPaintState genericpylbrecht2019-05-311-24/+55