Trevor Saunders
|
30a06ffbf3
|
bug 834894 - remove NS_IMPL_CYCLE_COLLECTION_NATIVE_x macros r=mccr8
|
2013-01-16 23:36:02 -05:00 |
|
Nicholas Nethercote
|
33a6ffa444
|
Bug 825096 - Fix three clang warnings in accessible/. r=surkov.
--HG--
extra : rebase_source : 5b26ed2307b240d7d7eb60a866ac33995ab654de
|
2013-01-01 16:49:19 -08:00 |
|
Andrew McCreight
|
7a9bec59cd
|
Bug 815397 - Clean up Accessibility cycle collector definitions. r=smaug
|
2012-11-28 16:05:04 -08:00 |
|
Benoit Jacob
|
ec39e2a150
|
Bug 814444 - Remove now-useless TRAVERSE_NATIVE_BEGIN and UNLINK_BEGIN_NATIVE macros - r=mccr8
|
2012-11-22 12:15:38 -05:00 |
|
Alexander Surkov
|
3b163f2f8c
|
Bug 813008 - get rid nsEventStateManager::IsHandlingUserInputExternal, r=tbsaunde, smaug
|
2012-11-21 14:25:20 +09:00 |
|
Alexander Surkov
|
2acd72040f
|
Bug 678454 - coalesce events by accessible tree, r=tbsaunde
|
2012-11-20 13:53:38 +09:00 |
|
Benoit Jacob
|
a1d7e0f511
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Alexander Surkov
|
5bf1628789
|
Bug 807911 - whittle mutation events processing, r=tbsaunde
|
2012-11-13 15:29:22 +09:00 |
|
Xi Yang
|
ee0dc08b24
|
Bug 767754 - Move ApplicationAccessible logic from nsAccessNode to nsAccessibilityService, r=tbsaunde, surkov
|
2012-09-10 21:20:26 +08: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 |
|
Ryan VanderMeulen
|
4ce6bf55f7
|
Backout 9d4d0dc404b8 (bug 767754) for Windows m-oth leaks.
|
2012-08-09 10:30:01 -04:00 |
|
Xi Yang
|
6e7f8e6e36
|
bug 767754 - move application accessible life cycle logic to nsAccessibilityService r=tbsaund
|
2012-08-09 00:59:00 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Eitan Isaacson
|
c7883dbfbb
|
Bug 756502 - Added reason to pivot change notifications. r=davidb
|
2012-06-20 14:07:51 -07:00 |
|
Mike Hommey
|
c533a83b6c
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Mike Hommey
|
311cae060f
|
Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange
|
2012-06-15 15:50:24 +02:00 |
|
Mike Hommey
|
88257ed076
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Trevor Saunders
|
3b1f9183dc
|
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 |
|
Mark Capella
|
6036789d4a
|
Bug 758870 - de-ns-ify nsDocAccessible, r=surkov, f=tbsaunde
--HG--
rename : accessible/src/atk/nsDocAccessibleWrap.cpp => accessible/src/atk/DocAccessibleWrap.cpp
rename : accessible/src/atk/nsDocAccessibleWrap.h => accessible/src/atk/DocAccessibleWrap.h
rename : accessible/src/base/nsDocAccessible.cpp => accessible/src/generic/DocAccessible.cpp
rename : accessible/src/base/nsDocAccessible.h => accessible/src/generic/DocAccessible.h
rename : accessible/src/mac/nsDocAccessibleWrap.h => accessible/src/mac/DocAccessibleWrap.h
rename : accessible/src/mac/nsDocAccessibleWrap.mm => accessible/src/mac/DocAccessibleWrap.mm
rename : accessible/src/msaa/nsDocAccessibleWrap.cpp => accessible/src/msaa/DocAccessibleWrap.cpp
rename : accessible/src/msaa/nsDocAccessibleWrap.h => accessible/src/msaa/DocAccessibleWrap.h
rename : accessible/src/other/nsDocAccessibleWrap.h => accessible/src/other/DocAccessibleWrap.h
|
2012-05-27 05:01:40 -04:00 |
|
Mark Capella
|
3e2d3894c0
|
Bug 739198 - stop GetAccService()-GetAccessible usage in AccEventGetAccessibleForNode, r=surkov, f=tbsaunde
|
2012-05-22 00:00:24 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mark Capella
|
7df66400c5
|
Bug 745740 - De-ns-ify nsApplicationAccessible, r=tbsaunde, f=eitan
--HG--
rename : accessible/src/atk/nsApplicationAccessibleWrap.cpp => accessible/src/atk/ApplicationAccessibleWrap.cpp
rename : accessible/src/atk/nsApplicationAccessibleWrap.h => accessible/src/atk/ApplicationAccessibleWrap.h
rename : accessible/src/base/nsApplicationAccessible.cpp => accessible/src/generic/ApplicationAccessible.cpp
rename : accessible/src/base/nsApplicationAccessible.h => accessible/src/generic/ApplicationAccessible.h
rename : accessible/src/mac/nsApplicationAccessibleWrap.h => accessible/src/mac/ApplicationAccessibleWrap.h
rename : accessible/src/msaa/nsApplicationAccessibleWrap.cpp => accessible/src/msaa/ApplicationAccessibleWrap.cpp
rename : accessible/src/msaa/nsApplicationAccessibleWrap.h => accessible/src/msaa/ApplicationAccessibleWrap.h
rename : accessible/src/other/nsApplicationAccessibleWrap.h => accessible/src/other/ApplicationAccessibleWrap.h
|
2012-04-25 20:29:40 +09:00 |
|
Ye Kaiqi
|
eca8fdaf64
|
Bug 739253 - optimize AccEvent::GetDocAccessible, r=surkov
|
2012-04-02 15:04:35 +09:00 |
|
Trevor Saunders
|
4d80bde80b
|
bug 648265 - reduce includes of nsXULTreeAccessible.h and nsHTMLTableAccessible.h r=surkov
|
2012-03-27 18:24:06 -04:00 |
|
Mark Capella
|
9bb5b6ced1
|
Bug 686909 - The system suffix is for system generated events only, patch=tbsaune, capella, r=surkov
|
2012-03-22 21:28:25 +09:00 |
|
Eitan Isaacson
|
4020625a81
|
Bug 729384 - Create an interface for virtual cursor changed events. r=surkov.alexander
|
2012-03-09 20:52:13 -05:00 |
|
Alexander Surkov
|
4b8f6522ce
|
Bug 725644 - add new nsIAccessibleHideEvent interface, r=tbsaunde
|
2012-02-14 09:02:41 +09:00 |
|
Hub Figuière
|
208b42a438
|
Bug 721947 - use nsIPresShell instead of nsIWeakShell. r=surkov
|
2012-02-09 08:49:17 -08:00 |
|
Alexander Surkov
|
fe2d1b310a
|
Bug 414302 - Incorrect selection events in HTML, XUL and ARIA, r=tbsaunde, f=marcoz
|
2011-11-01 08:52:27 +08:00 |
|
Olli Pettay
|
a86b1a4d43
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
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 |
|
Alexander Surkov
|
6c96cfe3fb
|
Bug 386821 - need better solution for firing delayed event against xul tree, r=tbsaunde
|
2011-08-16 19:28:31 +09:00 |
|
Alexander Surkov
|
268e01b6dc
|
Bug 467143 - mixed state change event is fired for focused accessible only, r=tbsaunde
|
2011-08-11 20:45:36 +09:00 |
|
Trevor Saunders
|
03ced6f489
|
bug 673403 - check return of GetParent() and rename to Parent() r=surkov
--HG--
extra : transplant_source : .%87%0F%96%CE%E9%D7%8C%7F%24%FF%09%1B%EAc%F1TMU%8A
|
2011-07-23 01:38:33 -07:00 |
|
Alexander Surkov
|
259e9efce5
|
Bug 660153 - comb next/prev accessible methods, r=tbsaunde
|
2011-06-07 11:23:13 +09:00 |
|
David Zbarsky
|
5ecf0a2bd3
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-21 19:35:52 +02:00 |
|
Mounir Lamouri
|
b4cf8cd184
|
Backed out changeset c1a7c1bc1aeb due to busted build.
|
2011-04-20 22:26:06 +02:00 |
|
David Zbarsky
|
c4d29900ed
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-20 21:42:33 +02:00 |
|
Trevor Saunders
|
f06a527120
|
Bug 634218 - dexpcom accessible state methods, r=surkov
|
2011-04-10 08:38:06 +09:00 |
|
Alexander Surkov
|
e32b030dea
|
Bug 626660 - cache rendered text on a11y side, r=davidb, f=marcoz, a=betaN
|
2011-01-31 23:53:09 +08:00 |
|
Alexander Surkov
|
0126f4d9ec
|
Bug 626667, part2 - get rid GetCachedParent, r=davidb, a=davidb try: -u mochitest-o
|
2011-01-29 16:02:16 +08:00 |
|
Alexander Surkov
|
e1a5d1938b
|
Bug 498015 - update accessible tree on content insertion after layout, r=davidb, sr=bz, a=blockingBetaN
--HG--
rename : accessible/src/base/nsEventShell.cpp => accessible/src/base/NotificationController.cpp
rename : accessible/src/base/nsEventShell.h => accessible/src/base/NotificationController.h
|
2011-01-18 16:03:38 +08:00 |
|
Alexander Surkov
|
b049d3e67a
|
Bug 570275 - rework accessible tree update code, r=marcoz, davidb, bz, a=blocking
|
2010-10-21 13:16:10 +09:00 |
|
Alexander Surkov
|
ba83452383
|
Bug 589145 - dexpcom accessible event classes, r=davidb, sr=neil, a=davidb
--HG--
rename : accessible/src/base/nsAccEvent.cpp => accessible/src/base/AccEvent.cpp
rename : accessible/src/base/nsAccEvent.h => accessible/src/base/AccEvent.h
|
2010-08-25 11:08:28 +09:00 |
|