Alexander Surkov
|
31ede4d86d
|
Bug 1133213 - make aria-owns to alter the accessible tree, fire show/hide mutation events as we do for the accessible tree alterations, r=yzen, f=davidb
|
2015-09-15 12:01:51 -04:00 |
|
Nicholas Nethercote
|
9b4b0e6745
|
Bug 1182969 - Use nsTHashTable::Iterator in accessible/. r=tbsaunde.
|
2015-07-22 20:49:25 -07: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 |
|
Trevor Saunders
|
b252d846cb
|
bug 1122242 - use MOZ_OVERRIDE more in accessible/ r=surkov
|
2015-01-19 17:41:12 -05:00 |
|
Ehsan Akhgari
|
02703fac75
|
Bug 1061009 - Fix more bad implicit constructors in a11y; r=tbsaunde
|
2014-09-02 12:19:58 -04:00 |
|
Jesse Ruderman
|
fd983cc489
|
Bug 1059020 - report fully qualified class name to avoid conflict with mozilla::dom::Notification. r=surkov.
|
2014-08-28 18:03:41 -07:00 |
|
Trevor Saunders
|
d67df400c1
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
|
Birunthan Mohanathas
|
e551bc9312
|
Bug 1028563 - Part 1: Flatten accessible/src/ directory. rs=surkov
|
2014-06-22 10:15:19 -07:00 |
|