Emilio Cobos Álvarez
1183b47e69
style: Update bindings.
2018-01-22 16:12:36 +01:00
Emilio Cobos Álvarez
3d5bd40766
style: Update bindings.
2018-01-22 13:40:43 +01:00
Emilio Cobos Álvarez
3cd4f5780f
style: Update bindings.
2018-01-17 18:03:17 +01:00
Emilio Cobos Álvarez
1c1f9c94fd
style: update bindings.
2018-01-16 15:49:50 +01:00
Bobby Holley
fd41646699
Adjust size of gecko ComputedValues struct for removal of separate lazy pseudo cache.
2018-01-11 10:15:35 -08:00
Emilio Cobos Álvarez
bfc91c5e12
style: Update bindings.
2018-01-09 14:26:06 +01:00
Emilio Cobos Álvarez
e6623e23c1
style: Update bindings.
2017-12-31 10:02:47 +01:00
Gecko Backout
cf8b8db87d
Backed out changeset dda1c7951937 for build bustage force-cargo-library-build. r=backout on a CLOSED TREE
...
Backs out https://github.com/servo/servo/pull/19660
2017-12-31 01:17:32 +00:00
Emilio Cobos Álvarez
89e6d1d62e
style: Update bindings.
2017-12-30 20:14:13 +01:00
Xidorn Quan
11bd1bc38c
Convert NS_STYLE_BORDER_IMAGE_REPEAT_* to an enum class.
2017-12-21 18:27:40 +11:00
Emilio Cobos Álvarez
a931789f37
style: Update bindings.
2017-12-19 20:47:16 +01:00
Manish Goregaokar
337e5288c2
Add weighted telemetry probes for parallel restyles
2017-12-12 10:13:23 -06:00
Nazım Can Altınova
98e7bc2aaa
stylo: Update bindings
2017-12-06 00:12:45 +03:00
Emilio Cobos Álvarez
8c18e01425
style: Update bindings.
2017-12-05 19:00:42 +01:00
Boris Chiou
1e29e64000
Implement the Servo parser for font descriptors Web API.
...
According to the spec, this parser should follow what we do for
@font_face rule, so we use the same type to parse the input, instead of
using the parser of their specified values.
2017-12-05 21:33:07 +08:00
Emilio Cobos Álvarez
dcd81b92e0
style: Update bindings.
2017-12-05 11:07:37 +01:00
Cameron McCormack
c5a3d752b8
style: Regenerate Gecko bindings.
2017-12-05 10:11:48 +08:00
Gecko Backout
25436276ae
Backed out 1 changesets because the gecko part (bug 1420117) has to be backed out for the mochitests r=backout on a CLOSED TREE
...
Backed out changeset baada68cad47
Backs out https://github.com/servo/servo/pull/19441
2017-12-05 00:18:35 +00:00
Cameron McCormack
ec4f9a5f3b
style: Update Gecko bindings.
2017-12-04 09:21:54 +08:00
Ting-Yu Lin
668795ad16
style: Update gecko bindings
...
MozReview-Commit-ID: CBPdp0e1k6h
2017-12-01 15:01:15 +08:00
Emilio Cobos Álvarez
1168305e93
style: Update bindings.
2017-11-30 14:23:49 +01:00
Ting-Yu Lin
f8648ff602
style: Update Gecko bindings
...
MozReview-Commit-ID: J7VPWvOtP88
2017-11-29 18:01:49 +08:00
Ting-Yu Lin
14ec5a662f
style: Update Gecko bindings
...
MozReview-Commit-ID: FUsLXeucoz2
2017-11-29 11:27:42 +08:00
Emilio Cobos Álvarez
98be9cf175
style: Update bindings.
2017-11-26 16:48:07 +01:00
Gecko Backout
9651a5572e
Backed out changeset 1fdcd69d2524 for Build Bustage. r=backout on a CLOSED TREE
...
Backs out https://github.com/servo/servo/pull/19376
2017-11-26 11:00:42 +00:00
Ting-Yu Lin
a04d0cb5f1
style: Update Gecko bindings
...
MozReview-Commit-ID: FUsLXeucoz2
2017-11-26 17:08:00 +08:00
Botond Ballo
efa61f0248
Bug 951793 - Regenerate bindings for Stylo. r=emilio
2017-11-24 17:02:49 -05:00
Markus Stange
2c466658a6
Regenerate structs.rs.
2017-11-23 14:24:46 -05:00
Gecko Backout
a06a80b5da
Backed out changeset 2e20100d8f59 (bug 1417709) for error in toolkit/library/rust/target r=backout on a CLOSED TREE
...
Backs out https://github.com/servo/servo/pull/19255
2017-11-22 23:20:51 +00:00
Markus Stange
7be33e3a45
Regenerate structs.rs.
2017-11-22 14:09:55 -05:00
Hiroyuki Ikezoe
64bd97a0d3
Update bindings.
2017-11-22 13:02:45 +09:00
Cameron McCormack
ca10caa85d
style: Regenerate Gecko bindings.
2017-11-21 13:59:18 +08:00
Cameron McCormack
e286ad7dca
style: Regenerate Gecko bindings.
2017-11-17 17:12:10 +08:00
Emilio Cobos Álvarez
1309573b98
style: Update bindings.
...
MozReview-Commit-ID: BAXvyXmZWzo
2017-11-13 02:48:50 +01:00
Markus Stange
c439475b66
Bug 1414147 - Move fontSmoothingBackgroundColor from nsStyleUserInterface to nsFont, stylo changes.
2017-11-04 12:46:03 -04:00
Emilio Cobos Álvarez
4e6af723d8
style: Update bindings.
2017-10-31 20:09:20 +01:00
Nicholas Nethercote
5866b820e0
Introduce nsStaticAtom.
...
It's a sub-class of nsAtom, useful for cases where you know you are dealing
exclusively with static atoms. The nice thing about it is that you can use
raw nsStaticAtom pointers instead of RefPtr<>. (In fact, the AddRef/Release
implementations ensure that we'll crash if we use RefPtr<nsStaticAtom>.)
2017-10-27 20:33:40 +11:00
Emilio Cobos Álvarez
9a804f68f9
style: Update bindings.
2017-10-23 08:32:00 +02:00
Xidorn Quan
2dc714f0ac
Implement XUL tree pseudo style resolution for stylo.
2017-10-20 14:08:56 +11:00
Xidorn Quan
96d0529be5
Remove text-shadow handling from HasAuthorSpecifiedRules
2017-10-12 15:20:47 +11:00
Hiroyuki Ikezoe
fd2ccee84d
Update bindings.
2017-10-10 18:33:49 +09:00
Hiroyuki Ikezoe
1e5ee9d2d4
Update bindings.
2017-10-10 06:35:49 +09:00
Nicholas Nethercote
7628c1236a
Rename nsIAtom as nsAtom.
...
Bug 1400459 devirtualized nsIAtom so that it is no longer a subclass of
nsISupports. This means that nsAtom is now a better name for it than
nsIAtom.
2017-10-09 09:27:11 +11:00
Emilio Cobos Álvarez
04b7386070
style: Update bindings.
2017-10-07 13:13:34 +02:00
Xidorn Quan
8fc24bc5fa
Backout #18759
2017-10-07 12:27:04 +11:00
Emilio Cobos Álvarez
3916257db7
style: Update bindings.
2017-10-05 20:51:42 +02:00
Xidorn Quan
23d9d12430
Only generate structs file for the current build
2017-10-05 15:29:32 +11:00