Alexander Surkov
|
0b380e69af
|
Bug 888247 - ARIA columnheader/rowheader shouldn't be selectable by default, r=tbsaunde
|
2013-07-19 11:20:51 -04:00 |
|
Alexander Surkov
|
7f629f5649
|
Bug 864646 - get rid nsARIAMap struct, r=tbsaunde
--HG--
rename : accessible/src/base/nsARIAMap.cpp => accessible/src/base/ARIAMap.cpp
rename : accessible/src/base/nsARIAMap.h => accessible/src/base/ARIAMap.h
|
2013-04-25 12:48:26 +09:00 |
|
Alexander Surkov
|
4b2b6d7fd1
|
Bug 835121 - ARIA grid should be editable by default, r=tbsaunde
|
2013-02-14 19:57:35 +09:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Trevor Saunders
|
e8b1ed4471
|
bug 762876 - fix default orientation of role=scrollbar, and ensure only one of states horizontal or vertical is set r=davidb
|
2012-07-17 10:41:59 -04:00 |
|
Max Li
|
a0b742a231
|
Bug 740851 - ARIA undetermined progressmeters should expose mixed state, r=eeejay, f=surkov
|
2012-04-12 18:44:16 -04:00 |
|
Alexander Surkov
|
ac6026a2f6
|
Bug 741398 - make ARIA state map extensible, r=tbsaunde
|
2012-04-06 01:23:30 +09:00 |
|