gecko-dev/layout
Makoto Kato 6454f3ca73 Bug 1263503 - memory leak of filename into layout/printing/nsPrintEngine.cpp. r=mantaroh
"fileNameStr = fileName;" will be fileNameStr.Assign(fileName), so this causes small memory leak.  We should use Adopt, getter_copies, or AString parameter instead.

MozReview-Commit-ID: 5VTgttj2LdK

--HG--
extra : rebase_source : b372f04b210655e754b35fe4ebb2b8a32a19d6bf
2017-09-11 10:42:22 +09:00
..
base Bug 1380749 - Retry AdjustAppendParentForAfterContent in case |parentAfterFrame| was a :first-letter frame that we deleted. r=dholbert 2017-09-09 22:00:54 +02:00
build Bug 1396158 - Remove pocketsphinx references from the build system. r=chmanchester 2017-09-06 08:37:00 -07:00
doc
forms Bug 1397904 - nsTextControlFrame::SetValueChanged is too QI heavy, r=baku 2017-09-08 14:07:22 +01:00
generic Bug 1364815 part 2 - Follow-up to fix a typo. r=me 2017-09-10 02:10:03 +02:00
inspector Merge m-c to inbound, a=merge 2017-08-29 16:17:13 -07:00
ipc Bug 1389143 - Send event regions override information to APZ in layers-free mode. r=jrmuizel 2017-08-18 13:06:31 -04:00
mathml Backed out changeset 8f2dd8f13b53 (bug 1388161) for failing chrome's test_animation_performance_warning.html | preserve-3d transform. r=backout 2017-08-10 14:40:21 +02:00
media
painting Backed out 3 changesets (bug 1396489) for unexpected assertion failures 2017-09-04 21:09:04 -07:00
printing Bug 1263503 - memory leak of filename into layout/printing/nsPrintEngine.cpp. r=mantaroh 2017-09-11 10:42:22 +09:00
reftests Bug 1387325 - Part3. Add annotations for reftests after adding WR support for XUL image. r=mattwoodrow 2017-09-10 12:45:11 +08:00
style merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-09-09 23:33:01 +02:00
svg merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-09-08 00:07:48 +02:00
tables Bug 1324682 - Remove annotation of this bug. r=xidorn 2017-09-11 14:14:50 +10:00
tools Backed out 3 changesets (bug 1394603) for reftest syntax error 2017-09-06 22:48:55 -07:00
xul Bug 1387325 - Part3. Add annotations for reftests after adding WR support for XUL image. r=mattwoodrow 2017-09-10 12:45:11 +08:00
moz.build