Alexander Surkov
|
fa57d900fa
|
Bug 934039 - isolate XPCOM text interfaces implementation, r=tbsaunde
|
2013-11-18 08:19:33 -05:00 |
Alexander Surkov
|
57612af8ed
|
Bug 882647 - get rid of BOUNDARY_ATTRIBUTE_RANGE, r=tbsaunde
|
2013-07-17 10:23:10 -04:00 |
Ehsan Akhgari
|
e368dc9c85
|
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 |
Trevor Saunders
|
5d33ad118a
|
bug 759033 - nsAccessible -> Accessible and nsAccessibleWrap -> AccessibleWrap r=surkov
--HG--
rename : accessible/src/atk/nsAccessibleWrap.cpp => accessible/src/atk/AccessibleWrap.cpp
rename : accessible/src/atk/nsAccessibleWrap.h => accessible/src/atk/AccessibleWrap.h
rename : accessible/src/base/nsAccessible.cpp => accessible/src/generic/Accessible.cpp
rename : accessible/src/base/nsAccessible.h => accessible/src/generic/Accessible.h
rename : accessible/src/mac/nsAccessibleWrap.h => accessible/src/mac/AccessibleWrap.h
rename : accessible/src/mac/nsAccessibleWrap.mm => accessible/src/mac/AccessibleWrap.mm
rename : accessible/src/msaa/nsAccessibleWrap.cpp => accessible/src/msaa/AccessibleWrap.cpp
rename : accessible/src/msaa/nsAccessibleWrap.h => accessible/src/msaa/AccessibleWrap.h
rename : accessible/src/other/nsAccessibleWrap.cpp => accessible/src/other/AccessibleWrap.cpp
rename : accessible/src/other/nsAccessibleWrap.h => accessible/src/other/AccessibleWrap.h
|
2012-05-28 21:18:45 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Alexander Surkov
|
d6ba6d4413
|
bug 345759 - Spell as you type not accessible, r=aaronlev, r=Olli.Pettay, sr=neil
|
2008-07-17 14:06:24 +02:00 |
Evan.Yan@Sun.COM
|
7bc3d72a55
|
Bug 406069 - nsIAccessibleText::GetTextAtOffset() not practical for getting the line at the caret patch by aaronleventhal r=ginn.chen a=dsicore
|
2007-12-04 23:34:47 -08:00 |
surkov.alexander@gmail.com
|
0103ed2e3e
|
Bug 391617 - CAccessibleText::scroll* methods are incorrect, r=aaronlev, a=dsicore
|
2007-09-24 22:48:51 -07:00 |
aaronleventhal@moonset.net
|
b0b11ee13f
|
Bug 394688. nsIAccessibleText::SetCaretOffset of by characters, affected by source whitespace. r=davidb, a=dsicore
|
2007-09-05 09:38:20 -07:00 |
surkov.alexander@gmail.com
|
26ecb5656e
|
Bug 371680 - expose nsIAccessibleText::scrollSubstringTo, r=aaronlev, roc, sr=roc, a=roc
|
2007-08-23 21:54:45 -07:00 |
surkov.alexander@gmail.com
|
5441048693
|
Fix for bug 378197 - use nsIAccessibleCoordinateType in nsIAccessibleText, r=evan.yan
|
2007-04-23 05:00:45 -07:00 |
aaronleventhal%moonset.net
|
31c4147026
|
Bug 369540. Remove accessibility support for deprecated sentence boundaries. r=evan.yan
|
2007-02-08 20:01:11 +00:00 |
aaronleventhal%moonset.net
|
bcb5fcb2c0
|
Bug 349519. Crash and incorrect results for getOffsetAtPoint. r=ginn.chen, sr=roc
|
2006-09-19 17:29:10 +00:00 |
aaronleventhal%moonset.net
|
f2af766c6d
|
Bug 345825. Fixes for accessible text methods getTextAtOffset and getRangeExtents. r=ginn.chen
|
2006-08-16 13:36:19 +00:00 |
aaronleventhal%moonset.net
|
907b9a5d54
|
Bug 340829. Implement big hunk of new-atk, nsAccessibleHyperText, to support specialized accessibility interfaces cross-platform and expose containment hierarchy as such. r=ginn.chen
|
2006-06-21 13:29:10 +00:00 |
aaronleventhal%moonset.net
|
563dbcab91
|
Bug 340822. Move accessible/public/atk interfaces up one directory. r=ginn.chen, r=bsmedberg
|
2006-06-09 10:47:20 +00:00 |
kyle.yuan%sun.com
|
e381bb7517
|
Bug 202086 Move atk specific code from xp dir to accessible/src/atk
r=aaronl, sr=henry.jia
Part 3: remove old files
|
2003-04-22 07:44:46 +00:00 |
kyle.yuan%sun.com
|
cb5f6c0bc2
|
Bug 197974 [ATK Accessibility] rewrite nsAccessibleText code
r=bolian.yin
Not in the default build
|
2003-03-24 03:23:12 +00:00 |
kyle.yuan%sun.com
|
3d2b7c43a1
|
Bug 166319 support getCharacterExtents for nsIAccessibleText
r=kyle.yuan, sr=henry.jia
Patch by simford.dong@sun.com
|
2003-02-27 10:07:58 +00:00 |
kyle.yuan%sun.com
|
bd48d7a92d
|
Bug 151048 Implemetation of nsIAccessibleText
second step: other files
|
2002-06-24 01:22:35 +00:00 |
pete.zha%sun.com
|
f8f863832b
|
bug 145615:Should use AString instead of wstring or DOMString in accessibility APIs
r=aaronl, sr=jst
|
2002-05-21 05:16:58 +00:00 |
jay.yan%sun.com
|
e918e15c14
|
bug 127893 check in additional IDL files contributed by Sun
r=jgaunt sr=jst
this part is only the new idl files, I will checkin makefile for 3 platforms soon.
|
2002-04-17 09:44:40 +00:00 |