gecko-dev/layout
Ting-Yu Lin c9cfd878cb Bug 1317588 Part 2 - Remove mozilla::css::Side typedef. r=mats
This patch is written with the help of the following script.

function rename() {
find .\
     -type f\
     ! -path "./obj*"\
     ! -path "./.git"\
     ! -path "./.hg"\
     \( -name "*.cpp" -or\
        -name "*.h" \)\
        -exec sed -i -e "s/$1/$2/g" "{}" \;
}

rename "css::Side" "Side"

MozReview-Commit-ID: DPV6vivpPUp

--HG--
extra : rebase_source : 9c4f66dc9d2b26c89a4517fba4ff9c5db413411b
2016-11-18 16:28:38 +08:00
..
base Bug 1317588 Part 2 - Remove mozilla::css::Side typedef. r=mats 2016-11-18 16:28:38 +08:00
build Bug 1318805 - Move the code for the Web Painting module to layout/painting; r=mattwoodrow 2016-11-21 20:01:15 -05:00
doc Bug 906116 - part3.3: Replace NS_STYLE_HINT_FRAMECHANGE with nsChangeHint_ReconstructFrame. r=dbaron 2016-07-06 13:06:14 +08:00
forms Bug 1317588 Part 2 - Remove mozilla::css::Side typedef. r=mats 2016-11-18 16:28:38 +08:00
generic Bug 1317588 Part 2 - Remove mozilla::css::Side typedef. r=mats 2016-11-18 16:28:38 +08:00
inspector Bug 1307357 part 1 - Make css::Rule hold StyleSheet rather than CSSStyleSheet. r=heycam 2016-11-23 10:26:20 +11:00
ipc Mark RenderFrameParent as initialized even if it failed to message the remote compositor. (bug 1319310, r=billm) 2016-11-22 13:01:08 -08:00
mathml Bug 1318805 - Move the code for the Web Painting module to layout/painting; r=mattwoodrow 2016-11-21 20:01:15 -05:00
media Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
painting Bug 1317588 Part 2 - Remove mozilla::css::Side typedef. r=mats 2016-11-18 16:28:38 +08:00
printing Bug 1279699: Use temporary files instead of shared memory to store the page recordings when printing via parent. r=bas, r=froydnj 2016-11-22 14:06:46 +00:00
reftests Bug 1319667 - Part 3. Test case for mask longhands on svg element. r=mstange 2016-11-23 14:02:07 +08:00
style Bug 1317588 Part 2 - Remove mozilla::css::Side typedef. r=mats 2016-11-18 16:28:38 +08:00
svg Bug 1319667 - Part 2. Move DrawResult from function parameter of PaintClipMask to the return value. r=mstange 2016-11-24 00:08:13 +08:00
tables Bug 1318805 - Move the code for the Web Painting module to layout/painting; r=mattwoodrow 2016-11-21 20:01:15 -05:00
tools Bug 1301055 - part3 : modify test prefs. r=jwwang 2016-11-24 10:24:06 +08:00
xul Merge mozilla-central to autoland 2016-11-22 16:29:49 +01:00
moz.build Bug 1318805 - Move the code for the Web Painting module to layout/painting; r=mattwoodrow 2016-11-21 20:01:15 -05:00