Alexander Surkov
|
6b25f9216f
|
Bug 812466 - namespacify Accessible classes, r=tbsaunde
|
2012-11-18 11:01:44 +09: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 |
|
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 |
|
Mark Capella
|
ad2805eb03
|
Bug 725572 - Remove nsIAccessibilityService::GetAccessible(), r=surkov, f=hub
|
2012-06-06 16:33:37 -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 |
|
Jignesh Kakadiya
|
43e9bc6309
|
Bug 738221 - get rid nsIAccessibilityService, f=tbsaunde
|
2012-03-29 12:30:18 +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 |
|
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 |
|
Hub Figuière
|
356d8337b9
|
Bug 721947 - use nsIPresShell instead of nsIWeakShell. r=surkov
|
2012-02-09 08:49:17 -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 |
|
Alexander Surkov
|
80ae4a5170
|
Bug 570275 - rework accessible tree update code, r=marcoz, davidb, bz, a=blocking
|
2010-10-21 13:16:10 +09:00 |
|
Alexander Surkov
|
57c9906674
|
Bug 557795 - wrong list bullet text of accessible for the first numbered HTML:li in CKEditor, r=davidb, sr=roc, a=blocking
--HG--
rename : accessible/tests/mochitest/tree/test_list_invalidate.html => accessible/tests/mochitest/treeupdate/test_list.html
|
2010-10-14 18:05:22 +09:00 |
|
Alexander Surkov
|
2a034f0b34
|
Bug 597311 - make WM_GETOBJECT return root accessible always, r=davidb, sr=roc, f=marcoz, a=blocking7beta
|
2010-09-23 12:35:39 +09:00 |
|
Alexander Surkov
|
65c355c8a7
|
Bug 573706 - make frame based accessible creation more pellucid, r=davidb, sr=roc
|
2010-06-28 21:02:03 +09:00 |
|
Alexander Surkov
|
4412714ded
|
Bug 573910 - switch nsApplicationAccessible to nsAccessible::Append/RemoveChild, r=davidb, sr=roc
|
2010-06-25 18:50:23 +09:00 |
|
Alexander Surkov
|
1b0c05dd76
|
Bug 571459 - shutdown document accessible when presshell goes away, patch=bz, surkov, r=surkov, davidb, sr=roc, bz, f=marcoz
|
2010-06-18 11:44:09 +09:00 |
|
Drew Willcoxon
|
efee2d626b
|
Backed out changeset b54140961fa7 to fix more mochitest-a11y crashes (Bug 571459)
|
2010-06-14 16:19:10 -07:00 |
|
Boris Zbarsky
|
b81a48a4a5
|
Bug 571459. Shutdown the doc accessible if its presshell dies. r=surkov,roc
|
2010-06-14 16:06:48 -04:00 |
|
Alexander Surkov
|
56d9175ecd
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
|
Michael Kohler
|
6c0f59f4a6
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Marco Bonardo
|
2e5b6f9223
|
Backing out Bug 561741 due to suspect Linux crash on startup
|
2010-05-12 11:14:50 +02:00 |
|
Alexander Surkov
|
0dc25817c0
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
|
David Bolter
|
a4950a47d5
|
Bug 561525 - Fire EVENT_SCROLLING_START asyncronously; r=surkov
|
2010-04-28 11:58:38 -04:00 |
|
Alexander Surkov
|
1faa8c27ce
|
Bug 561541 - convert nsIAccessilbilityService.idl to header, r=davidb, a=philor
--HG--
rename : accessible/public/nsIAccessibilityService.idl => accessible/public/nsIAccessibilityService.h
|
2010-04-26 11:56:12 +09:00 |
|