gecko-dev/layout
Chris Peterson 98b2f2fcd6 Bug 870698 - Part 7: Replace Insert(NS_LITERAL_CSTRING("")) with InsertLiteral(""). r=erahm
The NS_LITERAL_CSTRING macro creates a temporary nsLiteralCString to encapsulate the string literal and its length, but AssignLiteral() can determine the string literal's length at compile-time without nsLiteralCString.

MozReview-Commit-ID: DbTW5Bhd9E1

--HG--
extra : rebase_source : b27f666e5ca832d814fb6846208474e1ec66e5f4
extra : source : 9ff4e11402a9a43ed90298a9c354b0164cf9414f
2017-09-07 18:15:42 -07:00
..
base Bug 1401840. Make sure to not end up with infinite recursion when reframing a <body> that has a table pseudo parent coming from the root <html>. r=dholbert 2017-09-22 23:32:49 -04:00
build Bug 1398993 - Disable stylo in e10s parent process. r=xidorn 2017-09-13 17:13:11 +08:00
doc
forms Bug 870698 - Part 2: Replace Append("") with AppendLiteral(""). r=erahm 2017-09-03 22:14:11 -07:00
generic Bug 870698 - Part 3: Replace Insert("") with InsertLiteral(""). r=erahm 2017-09-05 12:41:31 -07:00
inspector Bug 1281101 Part 1 - Remove MOZ_ENABLE_MASK_AS_SHORTHAND from layout code. r=cjku 2017-09-21 17:36:57 +08:00
ipc Bug 1392200 - Add backface-visibility support for layers-free mode. r=kats 2017-09-21 14:41:38 +08:00
mathml Bug 1341009 - Add nsReflowStatus::IsEmpty() assertions to all nsIFrame::Reflow() methods and some reflow helpers, and remove unneeded Reset(). r=dholbert 2017-09-13 18:00:25 +08:00
media
painting Bug 870698 - Part 2: Replace Append("") with AppendLiteral(""). r=erahm 2017-09-03 22:14:11 -07:00
printing Bug 1402102 - Remove nsIDOMHTMLObjectElement; r=bz 2017-09-22 17:05:12 -07:00
reftests merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-09-23 11:38:06 +02:00
style Bug 870698 - Part 7: Replace Insert(NS_LITERAL_CSTRING("")) with InsertLiteral(""). r=erahm 2017-09-07 18:15:42 -07:00
svg Bug 1281101 Part 1 - Remove MOZ_ENABLE_MASK_AS_SHORTHAND from layout code. r=cjku 2017-09-21 17:36:57 +08:00
tables Bug 1394226 - Correct z-ordering for some table parts. r=dbaron 2017-09-21 14:42:44 +08:00
tools Bug 1396905 - Support reftests in test-verify; r=jmaher 2017-09-23 09:07:03 -06:00
xul Bug 1392200 - Add backface-visibility support for layers-free mode. r=kats 2017-09-21 14:41:38 +08:00
moz.build