Jeff Gilbert
|
70a22b2878
|
Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
MozReview-Commit-ID: JtTcLL5OPF0
|
2018-06-26 17:05:01 -07:00 |
|
Chris Peterson
|
5d6b16ea3b
|
Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj
s/NS_PRECONDITION/MOZ_ASSERT/ and reindent
MozReview-Commit-ID: KuUsnVe2h8L
|
2018-04-28 12:50:58 -07:00 |
|
Boris Zbarsky
|
5b75c1416d
|
Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug
MozReview-Commit-ID: 5wQ2LYrjUxf
|
2018-04-05 13:42:41 -04:00 |
|
Boris Zbarsky
|
889fa1df76
|
Bug 1434273. Make nsGenConImageContent's inheritance match the way it's used. r=mccr8
MozReview-Commit-ID: AYL4iZkMJiH
|
2018-01-30 14:48:26 -05:00 |
|
Andrew Osmond
|
aa5a774352
|
Bug 1404422 - Part 4. Remove imgIOnloadBlocker and related from tree as redundant. r=tnikkel
|
2017-11-01 06:59:10 -04:00 |
|
Boris Zbarsky
|
26af9e4884
|
Bug 1347639. Add nsImageLoadingContent::AsContent to make getting the relevant nsIContent* faster. r=qdot
MozReview-Commit-ID: 9sE3pbHwYbV
|
2017-03-16 17:43:34 -04:00 |
|
Stone Shih
|
b921261b1b
|
Bug 1305458 Part1: Rename nsIDOMEventTarget::PreHandleEvent to nsIDOMEventTarget::GetEventTargetParent. r=smaug
MozReview-Commit-ID: FM3vDUyLOCb
|
2016-10-21 10:11:07 +08:00 |
|
Birunthan Mohanathas
|
6129a0880a
|
Bug 1217307 - Remove some unnecessary null checks in dom/base/. r=njn
|
2015-11-19 09:13:49 +02:00 |
|
Masayuki Nakano
|
106a58fd31
|
Bug 895274 part.61 Rename NS_LOAD to eLoad r=smaug
|
2015-09-02 15:07:59 +09:00 |
|
Masayuki Nakano
|
7237ce0ad1
|
Bug 895274 part.57 Rename NS_LOAD_ERROR to eLoadError r=smaug
|
2015-09-02 15:07:59 +09:00 |
|
Masayuki Nakano
|
5473d2dcb9
|
Bug 895274 part.1 Rename WidgetEvent::message to WidgetEvent::mMessage r=smaug
|
2015-08-22 10:34:51 +09:00 |
|
Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Andrea Marchesini
|
ad97ae68b8
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Ehsan Akhgari
|
2acefe2331
|
Bug 1117264 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/base code; r=baku
|
2015-01-06 11:52:45 -05:00 |
|
Birunthan Mohanathas
|
e9068bbc4f
|
Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv
|
2014-10-25 20:25:22 +03:00 |
|