Kyle Huey
|
c73656947b
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
Kyle Huey
|
91efc5a86c
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
Ehsan Akhgari
|
883849ee32
|
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 |
Birunthan Mohanathas
|
afcde02ab2
|
Bug 1009243 - Part 2: Make <input type="color"> fire "input" events on Windows. r=jimm
|
2014-08-25 12:17:45 -07:00 |
Birunthan Mohanathas
|
241f7d7722
|
Bug 1009243 - Part 1: Store color as a COLORREF rather than a nsString in nsColorPicker. r=jimm
|
2014-08-25 12:17:41 -07:00 |
Ehsan Akhgari
|
9f8a55b140
|
Bug 1038200 - Fix the rest of the public refcounted destructors in widget/windows; r=bjacob
|
2014-07-15 16:37:58 -04:00 |
Birunthan Mohanathas
|
51ba75d135
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
Arnaud Bienner
|
210d561d34
|
Bug 944737 - Allow only one color picker at a time. r=dholbert,jmathies
|
2014-01-11 18:46:20 +01:00 |
Arnaud Bienner
|
244fc507ee
|
Bug 875754 - Implement <input type="color">: Windows widget/color picker. r=jimm
|
2013-06-23 18:48:24 +02:00 |