gecko-dev/layout
cku 21a1b43445 Bug 1352096 - Part 2. Remove Layer::mSourceURI. r=heycam
Now, remove Layer::mSourceURI, there are several benefit of doing this:
1. Reduce the size of nsStyleImage::Layer.
2. By storing style image and url information in nsStyleImage, we can remove
many verbose comments. That is becasue there is no need to explain why we use
mSourceURI here, or why we use nsStyleImage there anymore.
3. Since all inforamtion is stored in on place, nsStyleImage, we can setup image
request or URLs by one single Gecko_SetUrlImageValue call.

MozReview-Commit-ID: 7aTQobddTB1

--HG--
extra : rebase_source : 247e3b66c727a9116c58d3d6ff3ae0f7a58f2338
2017-03-31 01:50:21 +08:00
..
base Bug 1312328 - Remove CSS variables preference "layout.css.variables.enabled". r=xidorn 2017-04-07 00:29:39 +08:00
build Bug 1343964 part 2 - Move dummy url data to be a static member of URLExtraData. r=heycam 2017-04-04 13:21:16 +10:00
doc
forms Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
generic Bug 1351926. Set the resize flags to false at the beginning of InitResizeFlags, so stale values from an old (incorrect) computed bsize won't keep being propagated in cases when we SetComputedWidth or SetComputedHeight on the ReflowInput. r=dbaron 2017-04-05 23:07:40 -04:00
inspector Bug 1353990 - Stop exporting brotli headers. r=gps 2017-04-06 13:44:47 +09:00
ipc Backed out 2 changesets (bug 1350660) for causing merge conflicts a=backout 2017-03-31 17:45:11 -07:00
mathml Bug 1353187 - Give frame properties the const-ness semantics of member variables. r=dholbert 2017-04-04 20:59:21 -07:00
media Bug 1349467 - Fix some Audio/Video BUG_COMPONENTs in moz.build files r=jmaher 2017-03-22 17:23:12 -07:00
painting Bug 1311257 - Update comment refering to bug 1311257. r=birtles 2017-04-06 11:51:29 +09:00
printing Bug 1342872 - part2: Name the nsPagePrintTimer runnable and associate its nsITimers with a DocGroup r=bevistseng,jwatt 2017-03-30 22:49:43 +08:00
reftests Bug 1312328 - Remove CSS variables preference "layout.css.variables.enabled". r=xidorn 2017-04-07 00:29:39 +08:00
style Bug 1352096 - Part 2. Remove Layer::mSourceURI. r=heycam 2017-03-31 01:50:21 +08:00
svg Bug 1352096 - Part 2. Remove Layer::mSourceURI. r=heycam 2017-03-31 01:50:21 +08:00
tables Bug 1353187 - Give frame properties the const-ness semantics of member variables. r=dholbert 2017-04-04 20:59:21 -07:00
tools Bug 1350887 - Skip recommended Marionette prefs for reftests; r=whimboo 2017-04-04 16:34:03 +01:00
xul Bug 1350192, when checking through the list of popups to hide when clicking outside the popup, don't include noautohide popups, r=ksteuber 2017-04-03 08:12:26 -04:00
moz.build