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

418 Коммитов

Автор SHA1 Сообщение Дата
Alexander Surkov a2616a59c4 Bug 814836 - <xul:deck> element messes up screen readers, r=tbsaunde, sr=roc 2012-12-28 17:15:02 +09:00
Jacek Caban d27389e850 Bug 815581 - Fixed accessible compilation on mingw (makefiles part) r=ted 2012-11-30 15:20:00 +01:00
Jacek Caban 7a23ef322c Bug 815581 - Fixed accessible compilation on mingw r=trev.saunders 2012-11-28 11:28:02 +01:00
Alexander Surkov 6b25f9216f Bug 812466 - namespacify Accessible classes, r=tbsaunde 2012-11-18 11:01:44 +09:00
Alexander Surkov 735932f19b Bug 811729 - remove XForms a11y support, r=tbsaunde 2012-11-16 01:43:41 +09:00
Alexander Surkov bb17d72ef8 Bug 733848 - log accessible/name/test_markup.html on stack enabled builds, r=ehsan, tbsaunde 2012-11-04 11:19:56 +09:00
Ehsan Akhgari 8e702f60c5 Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
2012-10-25 12:32:24 -04:00
Ehsan Akhgari f3c0ac7a23 Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517) 2012-10-25 11:48:19 -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
Mike Hommey 70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Hub Figuière f6d7bd0bfe Bug 750612 - Don't expose invisible property pages in a deck frame. r=tbsaunde
--HG--
extra : rebase_source : ca16cada2efddb6d55cf5dff43cc6a9393ba66e1
2012-06-28 16:04:50 -07:00
David Zbarsky d2ee12f6f9 Bug 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
Oussama BADR 80066aef21 Bug 763150 - remove notification methods from nsIAccessibilityService, r=tbsaunde 2012-06-24 02:19:13 -04:00
Eitan Isaacson 543be73801 Bug 756502 - Added reason to pivot change notifications. r=davidb 2012-06-20 14:07:51 -07:00
Eitan Isaacson 43020f808e Bug 756296 - Introduce pivot moveToPoint(). r=davidb 2012-06-20 14:07:51 -07: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
Mark Capella ad2805eb03 Bug 725572 - Remove nsIAccessibilityService::GetAccessible(), r=surkov, f=hub 2012-06-06 16:33:37 -04:00
Eitan Isaacson bf655160f7 Bug 759618 - Introduce optional arguments in pivot moveNext movePrevious. r=surkov 2012-05-30 19:00:04 -07: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
Oussama BADR c09b7245f2 Bug 675879 - clean up nsIAccessible action methods, r=surkov 2012-05-27 00:47:22 +09:00
Alexander Surkov d23f317a93 Bug 746084 - provide extended logging for a11y module, r=tbsaunde 2012-05-23 18:21:40 +09:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Andrzej Skalski f33fd848b9 Bug 716644 - expandoify accessible roles, r=tbsaunde 2012-04-26 20:25:33 +02:00
Hub Figuière 97b5e3bdb0 Bug 746358 - Implement new role for definition lists. r=tbsaunde 2012-04-24 11:35:23 -07:00
Mark Capella 40600875c7 Bug 740375 - get rid nsIAccessible innerHTML method, r=tbsaunde 2012-04-01 03:50:03 -04:00
Jignesh Kakadiya 43e9bc6309 Bug 738221 - get rid nsIAccessibilityService, f=tbsaunde 2012-03-29 12:30:18 +09:00
Mark Capella 88c8cc7fea Bug 726071 - get rid nsAccUtilsGetPositionAndSizeForXULSelectControlItem, r=surkov, f=tbsaunde 2012-03-24 10:09:10 +09:00
Alexander Surkov c753d7f448 Bug 736944 - make nsDocAccessible::RecreateAccessible fall into usual ContentInserted/ContentRemoved procedure, r=tbsaunde 2012-03-23 10:49:55 +09:00
Alexander Surkov 79de720423 Bug 731276 - remove CSS computed style getters from nsIAccessible, r=tbsaunde 2012-03-12 21:00:29 -04:00
Eitan Isaacson d37cfddfcc Bug 729384 - Create an interface for virtual cursor changed events. r=surkov.alexander 2012-03-09 20:52:13 -05:00
Alexander Surkov 397e0b591e Bug 733335 - dexpcom nsIEditableTextAccessible::GetAssociatedEditor, r=davidb 2012-03-08 12:28:38 +09:00
Andrew Quartey 61bb7df447 Bug 691267 - Remove nsHTMLButtonAccessible duplication, r=surkov
--HG--
rename : accessible/tests/mochitest/actions/test_inputs.html => accessible/tests/mochitest/actions/test_controls.html
2012-02-22 20:33:37 +09:00
Alexander Surkov 6d52cb64b8 Bug 725644 - add new nsIAccessibleHideEvent interface, r=tbsaunde 2012-02-14 09:02:41 +09:00
Andrew Quartey af7c0b3628 Bug 634829 - Remove nsIAccessibleWin32Object interface, r=surkov 2012-02-11 16:45:10 +09:00
Hub Figuière 356d8337b9 Bug 721947 - use nsIPresShell instead of nsIWeakShell. r=surkov 2012-02-09 08:49:17 -08: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
Eitan Isaacson 54a74544c9 Bug 698823 - Introduce virtual cursor/soft focus functionality to a11y API, r=tbsaunde, surkov, sr=neil 2012-02-02 15:14:51 +09:00
Alexander Surkov edc770329c Bug 658272 - Implement figure and figcaption accessibility, r=tbsaunde, marcoz
--HG--
rename : accessible/tests/mochitest/test_elm_landmarks.html => accessible/tests/mochitest/elm/test_landmarks.html
rename : accessible/tests/mochitest/test_elm_listbox.xul => accessible/tests/mochitest/elm/test_listbox.xul
rename : accessible/tests/mochitest/test_elm_nsApplicationAcc.html => accessible/tests/mochitest/elm/test_nsApplicationAcc.html
rename : accessible/tests/mochitest/test_elm_plugin.html => accessible/tests/mochitest/elm/test_plugin.html
2011-12-05 14:04:06 +08:00
Atul Aggarwal 076203ae3f Bug 672511 - Morph nsIAccessNode::uniqueId, r=surkov 2011-11-30 14:18:45 +05:30
Alexander Surkov 3f07ab58a4 Bug 414302 - Incorrect selection events in HTML, XUL and ARIA, r=tbsaunde, f=marcoz 2011-11-01 08:52:27 +08:00
Michael Wu d2b70213ac Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Ed Morley c45e298b6e Bug 687389 - Fix MSVC 2010 warning C4005: '_WIN32_WINNT' : macro redefinition, for various files under accessible/public/*; r=khuey 2011-09-22 21:54:57 +01: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