gecko-dev/layout
Emilio Cobos Álvarez 564b5b883b Bug 1520989 - Represent the percentage in LengthPercentage with something other than an option. r=firefox-style-system-reviewers,boris
Not the prettiest, but it will work, and LengthPercentage will be 12 bytes which is pretty good (we could do better if wanted I guess):

  * Au(i32) length;
  * f32 percentage;
  * AllowedNumericType(u8) clamping_mode;
  * bool has_percentage;
  * bool was_calc;

This will allow me to start moving C++ stuff to use this representation.

Differential Revision: https://phabricator.services.mozilla.com/D16929

--HG--
extra : moz-landing-system : lando
2019-01-18 19:32:27 +00:00
..
base Bug 1430623 - Move the lang font prefs to Document instead of nsPresContext. r=jfkthame 2019-01-18 13:43:06 +00:00
build Bug 1519636 - Reformat everything to the Google coding style r=Ehsan 2019-01-16 08:50:07 +00:00
doc Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
forms Bug 1520154 - Move cursor to cbindgen. r=boris 2019-01-16 14:13:07 +01:00
generic Bug 1430623 - Move the lang font prefs to Document instead of nsPresContext. r=jfkthame 2019-01-18 13:43:06 +00:00
inspector Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
ipc Bug 1441308 - Split out document pieces of WebRenderLayerManager r=jrmuizel 2019-01-07 21:33:10 +00:00
mathml Bug 1441308 - Split out document pieces of WebRenderLayerManager r=jrmuizel 2019-01-07 21:33:10 +00:00
media
painting Bug 1508522 - Relax aysnc animation size restriction with WebRender r=mattwoodrow 2019-01-17 23:59:44 +00:00
printing Bug 1517241 - Fix yet another MSVC-only bustage. 2019-01-03 19:34:39 +01:00
reftests Merge inbound to mozilla-central a=merge 2019-01-17 06:21:08 +02:00
style Bug 1520989 - Represent the percentage in LengthPercentage with something other than an option. r=firefox-style-system-reviewers,boris 2019-01-18 19:32:27 +00:00
svg Bug 1517197. Fix SVG masking and clipping regression. r=mattwoodrow 2019-01-15 00:20:52 +00:00
tables Bug 1520138 - Fix border-style conflict resolution in border-collapsed tables. r=dholbert 2019-01-16 19:40:08 +00:00
tools Bug 1519477 - Try to detect networking connectivity problems before running local tests on android; r=bc 2019-01-16 14:59:35 -07:00
xul Bug 1520141 - Correct referrer uri and referrer policy when loading image in iframe r=baku 2019-01-16 19:26:35 +00:00
moz.build Bug 1512914 - Add an --enable-layout-debugger configure option r=froydnj 2018-12-10 15:47:36 +00:00