Граф коммитов

107 Коммитов

Автор SHA1 Сообщение Дата
Trevor Saunders 9982d6608f bug 920033 - shut up the overloaded virtual warning about Accessible::GroupPosition() r=davidb 2013-09-24 10:12:54 -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
Ryan VanderMeulen 5f2a19ee6e Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen 6d6c4efbab Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Oussama BADR e9b0a16f39 Bug 672514 - Smooth out nsIAccessible keyboard shortcuts methods, r=surkov 2012-06-09 18:49:21 +09:00
Oussama BADR c09b7245f2 Bug 675879 - clean up nsIAccessible action methods, r=surkov 2012-05-27 00:47:22 +09:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Mark Capella 40600875c7 Bug 740375 - get rid nsIAccessible innerHTML method, r=tbsaunde 2012-04-01 03:50:03 -04:00
Alexander Surkov 79de720423 Bug 731276 - remove CSS computed style getters from nsIAccessible, r=tbsaunde 2012-03-12 21:00:29 -04:00
Trevor Saunders f9dbefb4bb bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-02-07 08:18:33 -05:00
Jonathan Kew 8aaf34ca5b backout 5ca407ff5564 (bug 672507) for M-oth (a11y) orange 2012-02-03 10:18:03 +00:00
Trevor Saunders e0e93aa906 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-01-10 11:43:27 -05:00
Trevor Saunders 0603707c0e really backout bug 672507 on a CLOSED TREE 2012-02-02 04:42:34 -05:00
Trevor Saunders 790786fd33 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-01-10 11:43:27 -05:00
Marco Castelluccio e47cab333b Bug 672515 - remove nsIAccessible getAccessibleToRight/Left/Above/Below; r=trev.saunders 2011-09-05 17:49:28 +01:00
Marco Castelluccio f9c95cd74f Bug 675870 - Remove nsIAccessible::relationsCount and getRelation(); f=tbsaunde r=surkov.alexander 2011-08-27 11:49:40 +01:00
Mitchell Field d0f35f6883 Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Alexander Surkov 88eef1a89e Bug 481357 - rename finalRole to role, r=davidb 2009-03-07 23:38:58 +08:00
Alexander Surkov 30549e95c1 Bug 345780 - Support multiple targets for same relation, r=davidb, r=MarcoZ, sr=neil 2009-02-10 11:03:30 +01:00
Alexander Surkov acb3b8c296 Bug 468451 - Images with empty alt attribute no longer get an empty accessible name, but return NULL instead, r=aaronlev, marcoz, davidb 2008-12-17 00:13:49 +08:00
Alexander Surkov 371c0d9e2d Bug 280136 - Remove GetFinalState(), r=davidb 2008-11-04 11:37:46 +08:00
Alexander Surkov bdd4fa5270 Bug 455442 - improve hitTest, r=aaronlev, hwaara 2008-09-17 21:11:39 +08:00
aaronleventhal@moonset.net ef14ee78a0 Bug 403262. nsIAccessible::groupPositioN() does not expose the proper number of similar items in group. r=surkov, a=mtschrep 2007-11-12 19:03:29 -08:00
aaronleventhal@moonset.net ae4f182acb Bug 395081. AccessibleObjectFromPoint() returns errors. r=surkov, a=dsicore 2007-09-18 14:44:43 -07:00
surkov.alexander@gmail.com 81ade21286 Bug 374487 - provide API to support multiple targets for the same relation, r=aaronlev 2007-05-19 19:41:33 -07:00
surkov.alexander@gmail.com 48b2b78c22 Bug 380524 - implement IAccessibleComponent, r=aaronlev, sr=neil 2007-05-15 23:04:20 -07:00
surkov.alexander@gmail.com cd37bac6da Fix for bug 376832 - L0, 1 of 1 being exposed for acc_description on everything, r=aaronlev 2007-04-16 22:13:24 -07:00
aaronleventhal@moonset.net ebb88d3cc3 Reversing backout of fix for bug 372367 as it is not the cause of startup crashes when a screen reader is running. Original patch by surkov, r=ginn.chen 2007-04-05 15:14:08 -07:00
aaronleventhal@moonset.net 59aac6785e Backing out fix for bug 372367 as it causes startup crashes when a screen reader is running 2007-04-05 14:52:03 -07:00
surkov.alexander@gmail.com 05eff40391 Fix for bug 372367 - nsIAccessible::isEditable is dead, r=ginn.chen 2007-04-04 02:58:34 -07:00
surkov.alexander@gmail.com 4faff9db41 Fix for bug 374390 - merge GetExtState into GetState by using two out params, r=evan.yan 2007-04-02 08:56:24 -07:00
surkov.alexander@gmail.com 2fb4c478af Fix for bug 371594 - expose groupPosition for Gecko. r=aaronlev 2007-03-27 05:17:11 -07:00
surkov.alexander%gmail.com 4c5520ee4d Fix for bug 370790 - implement IAccessibleAction, r=aaronlev, ginn.chen 2007-03-18 05:21:13 +00:00
surkov.alexander%gmail.com 351d948bd6 Fix for bug 373532 - moved states out of nsIAccessible. r=aaronlev 2007-03-15 14:18:33 +00:00
surkov.alexander%gmail.com 1ae2451181 =Fix for bug 373532 - move roles out of nsIAccessible. r=aaronlev 2007-03-15 02:26:13 +00:00
ginn.chen%sun.com 2909e5b1c5 Back out bug 372367 due to a regression 2007-03-13 03:22:44 +00:00
surkov.alexander%gmail.com c7c6765b9d =Fix for bug 372367 - nsIAccessible::isEditable is dead. r=aaronlev 2007-03-11 07:02:13 +00:00
surkov.alexander%gmail.com b21f43d3bc Fix bug 371750 make nsIAccessible::keyBinding work for several actions. r=aaronlev,ginn 2007-03-08 15:25:35 +00:00
aaronleventhal%moonset.net 9c44b9ea7a Bug 369777. Separate programmatic action name from localized description. Patch by david.bolter@utoronto.ca. r=aaronlev 2007-02-25 03:43:20 +00:00
aaronleventhal%moonset.net 05a9c6baff Bug 367412. Fix Mozilla's usage of states, and refactor. r=ginn.chen, r=surkov, sr=neil 2007-01-28 03:58:18 +00:00
aaronleventhal%moonset.net 0787f01896 Bug 278034. Reconstruct both HTML and XUL combobox accessibles 2007-01-11 20:07:36 +00:00
hwaara%gmail.com bf05506b89 implement accessible objects for xforms date input controls, r=aaronr, aaronlev, sr=neil, b=349644. Patch by Alexander Surkov <surkov.alexander@gmail.com> 2006-12-12 16:19:18 +00:00
timeless%mozdev.org 46d2b15871 Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
hwaara%gmail.com aa03587796 Fix regression from bug 352357; we rely on the constants in the interface being continous (there must not be any gaps). Too bad IDL doesn't offer any auto-enumeration... r=aaronlev 2006-09-20 17:23:25 +00:00
hwaara%gmail.com 233d8cfc48 Make mozAccessible use mac-native (UA) roles. Remove mozDocAccessible as it's not needed. Implement new |isRoot| method to tell whether an accessible is the root accessible. b=352327, r=surkov
Remove some unused cross-platform roles. b=352357, r=aaronlev
2006-09-19 08:48:33 +00:00
hwaara%gmail.com 629dc44a28 Revert whitespace change. b=351412 2006-09-06 14:32:17 +00:00
hwaara%gmail.com ed86a6262e Implement readonly attribute |children| to get the children of an accessible. b=351412, r=aaronlev 2006-09-06 14:29:56 +00:00
aaronleventhal%moonset.net 23b19693d1 Bug 342288. Initial support for ATK object attributes. Patch by Ming Gao. r=aaronlev, sr=neil 2006-08-31 21:07:41 +00:00
hwaara%gmail.com 5e75baaf42 Clarify getChildAtPoint() comment a bit. r=aaronlev 2006-08-17 14:39:11 +00:00
aaronleventhal%moonset.net 89b197df33 Bug 346858. Add support for ATK relations. r=nian.liu 2006-08-04 03:58:05 +00:00