gecko-dev/layout
Geoff Brown 4f620e31e9 Bug 1617637 - Use string rather than tuple for reftest test ids in suite_start; r=ahal
reftest-plain test identifiers may be tuples like ['this', '==', 'that'], which are
undesirable to ActiveData. This patch converts such identifiers to simple strings,
'this == that' in the suite_start message (string format is already used in other
messages, like test_start).

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

--HG--
extra : moz-landing-system : lando
2020-02-26 15:45:33 +00:00
..
base Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika 2020-02-25 22:33:53 +00:00
build Bug 1617472 - Remove nsCSSKeywords and related infrastructure. r=heycam 2020-02-24 13:30:48 +00:00
doc
forms Bug 1617753 - Avoid using our DEBUG version of RemoveFrame() which is supposed to never be called. r=emilio 2020-02-25 22:43:51 +00:00
generic Bug 1615811 - Invalidate old display items if overflow changes on an element that can display ellipsis. r=mattwoodrow 2020-02-24 19:34:07 +00:00
inspector Bug 1496147 - part 2: Remove nsAutoPtr usages from layout/inspector/. r=dbaron 2020-02-26 04:14:14 +00:00
ipc Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
mathml Bug 1617472 - Use enums for text-align / text-align-last. r=jfkthame 2020-02-24 13:32:57 +00:00
media
painting Bug 1617515 - Properly advance current position for glyph runs where we don't implement ink-skipping. r=dholbert 2020-02-25 13:42:58 +00:00
printing Bug 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +00:00
reftests Bug 1617515 - Properly advance current position for glyph runs where we don't implement ink-skipping. r=dholbert 2020-02-25 13:42:58 +00:00
style Bug 1346893 - Move the Geckoview UA sheet to layout/style. r=snorp 2020-02-26 15:46:58 +00:00
svg Bug 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +00:00
tables Bug 1492315 - Subtract table grid item margins correctly. r=mats 2020-02-24 21:56:02 +00:00
tools Bug 1617637 - Use string rather than tuple for reftest test ids in suite_start; r=ahal 2020-02-26 15:45:33 +00:00
xul Bug 1617542 - Remove nsRefPtrHashtable::Put overload accepting already_AddRefed and adapt all uses. r=froydnj 2020-02-25 09:36:12 +00:00
moz.build