Ehsan Akhgari
|
3bdb6e5549
|
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-25 12:42:35 -04:00 |
|
Gabriele Svelto
|
dee44173f4
|
Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats
|
2015-02-17 10:39:35 -05:00 |
|
David Parks
|
d5ce3f2620
|
Bug 1075670 - Make tooltips respect HiDPI displays r=smaug
|
2015-01-28 16:32:46 -08:00 |
|
David Zbarsky
|
520ac2cad8
|
Bug 1125040: Use LayoutDeviceIntPoint for nsIWidget::WidgetToScreen r=botond
|
2015-02-04 15:21:03 -05:00 |
|
Andrew McCreight
|
f26a1cdcf6
|
Bug 1064439, part 7 - Surely DefaultTooltipTextProvider doesn't need threadsafe refcounting. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
681b644090
|
Bug 1064439, part 6 - Get rid of weird C-style cast and QI of DefaultTooltipTextProvider. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
b089e4b60e
|
Bug 1064439, part 5 - Use nsRefPtrs in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
10ce6ab733
|
Bug 1064439, part 4 - Use less ADDREF in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
7b9c017f6c
|
Bug 1064439, part 3 - Take advantage of infallible new in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
b82b120303
|
Bug 1064439, part 2 - Use nullptr in a few places in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
c3cf63ce97
|
Bug 1064439, part 1e - Get rid of more space around parens in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
5693926dcc
|
Bug 1064439, part 1d - Cuddle else in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
78cafa71ad
|
Bug 1064439, part 1c - Get rid of if ( foo ) in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
1005332962
|
Bug 1064439, part 1b - Get rid of if( in nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Andrew McCreight
|
c1274be4f9
|
Bug 1064439, part 1a - Remove trailing whitespace from nsDocShellTreeOwner. r=jst
|
2014-12-16 09:18:01 -08:00 |
|
Neil Deakin
|
4fb3aaafe8
|
Bug 1061147, embedding/content process tooltips shouldn't autohide, r=neil
|
2014-10-09 12:21:15 -04:00 |
|
Bill McCloskey
|
fb3a84290d
|
Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap)
|
2014-08-20 12:49:11 -07:00 |
|
Birunthan Mohanathas
|
d5075b37ec
|
Bug 1054703 - Part 8: Flatten embedding/browser/webBrowser/ into parent directory. r=bsmedberg
|
2014-08-20 10:27:17 -07:00 |
|