aaronleventhal%moonset.net
9121e3853e
Bug 267190. [MSAA] Fire events for jump to named anchor. r=pkwarren, sr=bryner
2004-11-08 21:07:50 +00:00
aaronleventhal%moonset.net
38e86a1a77
Fixing bustage
2004-11-08 03:01:54 +00:00
aaronleventhal%moonset.net
d0bcc27462
bug 267188. Rest of patch for XUL tab fix to expose positional information in MSAA. r=pkwarren, sr=Henry.Jia
2004-11-08 02:37:14 +00:00
aaronleventhal%moonset.net
65b7936531
Bug 267387. Fix event_scrolling_end so it still gets fired after first document. r=pkwarren, sr=Henry.Jia
2004-11-08 02:29:47 +00:00
aaronleventhal%moonset.net
cc966e08e4
bug 267188. Make XUL tabs expose positional info in MSAA. r=pkwarren, sr=Henry.Jia
2004-11-08 02:28:12 +00:00
aaronleventhal%moonset.net
e54473626a
Bug 266603. Crash when quickly alt+tabbing between Mozilla and HPR. r=pkwarren, sr=Henry.Jia
2004-11-08 02:21:49 +00:00
bzbarsky%mit.edu
683944da62
Create an api for easily converting between the coordinate systems of two
...
frames or two views. Use this to fix the auto-positioning of abs pos boxes to
work no matter how their containing block and the block their placeholder lives
in are related, and convert various other callers to the new API. Bug 266968,
r+sr=roc
2004-11-03 16:16:57 +00:00
pkw%us.ibm.com
4968ccd943
Bug 257097 - Offline/online switcher is not available in GOK's UI Grab.
...
Patch contributed by Louie Zhao (louie.zhao@sun.com )
r=aaronleventhal@moonset.net , sr=Henry.Jia@sun.com
2004-10-26 16:32:45 +00:00
bzbarsky%mit.edu
faebfe6bbd
Er.. doing this right.
2004-10-25 01:12:16 +00:00
bzbarsky%mit.edu
cdf73ab4ca
Don't use ?: because that depends on implicit conversion of pointers to
...
nsQueryInterface. Fixing build bustage from bug 253941.
2004-10-25 01:07:57 +00:00
aaronleventhal%moonset.net
330543e3c1
Bug 257737. [ATK] Implement getting BOUNDARY_WORD_END for accessible text. r=pkw, sr=darin, patch by Louie Zhao
2004-10-21 02:18:07 +00:00
pkw%us.ibm.com
5fb7b98791
Bug 257738 - [ATK] Following hyperlinks with GOK UI-Grab fails to auto-update the GOK.
...
Patch contributed by Louie Zhao (louie.zhao@sun.com )
r=pkwarren@gmail.com , sr=bryner@brianryner.com
2004-10-20 20:22:45 +00:00
bryner%brianryner.com
5914a0a884
Use GType as the return type for GetMaiAtkType since it is not the same as PRUint32 on all architectures. Bug 256603, patch by pkwarren@gmail.com, r=Louie.Zhao@sun.com, sr=dbaron.
2004-10-14 02:31:58 +00:00
bryner%brianryner.com
8787891e5a
Unify box and frame trees by moving nsIBox methods onto nsIFrame. XUL-box frames can call the superclass nsBox implementation, all other frames get the nsFrame implementation of the box methods, which acts like nsBoxToBlockAdaptor used to. Bug 258513, r+sr=roc.
2004-09-28 18:37:50 +00:00
aaronleventhal%moonset.net
255922d74c
Bug 260823. Report correct accessible value for HTML comboboxes. r=pkw, sr=bryner
2004-09-21 19:23:14 +00:00
neil%parkwaycc.co.uk
1c346b8beb
Don't use QueryInterface to get a view from a scrollable view b=258521 r+sr=roc
2004-09-20 22:25:07 +00:00
roc+%cs.cmu.edu
6146e49d29
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
2004-09-14 02:28:03 +00:00
bryner%brianryner.com
4de1e631ea
deCOMify nsIPresShell::GetRootFrame. Change callers inside of gklayout to use FrameManager()->GetRootFrame() instead so that the call can be inlined. Bug 253889, r+sr=roc.
2004-09-02 03:08:51 +00:00
aaronleventhal%moonset.net
ee255c951a
Bug 254966. Make css scrollable elements tab navigable. r=mats, sr=roc
2004-09-01 14:58:34 +00:00
bryner%brianryner.com
efcc221ee4
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
2004-08-20 20:34:37 +00:00
aaronleventhal%moonset.net
b72f90155f
Bug 165998. Option and select bounds incorrect. r=pkwarren, sr=roc
2004-08-18 14:39:45 +00:00
aaronleventhal%moonset.net
ded9c40eab
Backing out changes to 2 files I accidentally checked in
2004-08-02 12:32:58 +00:00
aaronleventhal%moonset.net
603ab51c34
Bug 185852. Active Accessibility: add ISimpleDOMText::get_fontFamily() to return single font name. Rev'd ISimpleDOMText IID. r=pkw, sr=roc
2004-08-02 12:28:50 +00:00
bryner%brianryner.com
18fa617572
Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc.
2004-08-02 04:52:55 +00:00
louie.zhao%sun.com
decdd6e39c
bug 241062 link name is not supported
...
r = pkwarren
sr= Henry.Jia
2004-08-02 03:45:56 +00:00
louie.zhao%sun.com
49728d989b
bug 250128 GOK expose "seperator" as "no name".
...
r = aaronleventhal
sr= henry.jia
2004-08-02 03:29:01 +00:00
bryner%brianryner.com
cc807b07b1
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
pkw%us.ibm.com
1e27a7f4a9
Bug 253468 - nsIAccessible doesn't need STATE_SIZEABLE and STATE_RESIZABLE.
...
r=aaronleventhal@moonset.net , sr=shaver@mozilla.org
2004-07-30 18:06:27 +00:00
aaronleventhal%moonset.net
955f672169
Bug 253391. Any element with tabindex explicity specified can be focused via .focus(). r=bryner, sr=jst
2004-07-30 13:00:36 +00:00
aaronleventhal%moonset.net
d3f7dc89f5
Bug 252955. List items returning strange accessible states. r=pkw, sr=darin
2004-07-27 19:53:07 +00:00
pkw%us.ibm.com
5ee2f99b19
Bug 251257 - Memory leak in nsXULTreeAccessible.cpp.
...
r=aaronleventhal@moonset.net , sr=darin@meer.net
2004-07-26 23:27:10 +00:00
bzbarsky%mit.edu
51ed58f1cb
Fix memory leaks due to misuse of ElementAt(). Bug 252731, patch by Jonathan
...
Watt <jonathan.watt@strath.ac.uk>, r+sr=bzbarsky
2004-07-23 16:33:12 +00:00
pkw%us.ibm.com
c611c6232c
Bug 249421 - Remote getDOMNode from nsIAccessible (it is already available in nsIAccessNode).
...
r=aaronleventhal@moonset.net , sr=darin@meer.net
2004-07-16 16:37:28 +00:00
pkw%us.ibm.com
5046699d71
Bug 251264 - AddGetIndexInParent to nsIAccessible.
...
r=aaronleventhal@moonset.net , sr=darin@meer.net
2004-07-15 20:45:59 +00:00
aaronleventhal%moonset.net
9aeb55ff97
Bug 171366. Support tabindex for all elements. r=bryner, sr=jst
2004-07-07 00:58:57 +00:00
aaronleventhal%moonset.net
9005f52277
Bug 245367. Expose positional information for tree views in MSAA's get_accDescription(). r=pkw, sr=henry.jia
2004-07-06 13:03:29 +00:00
aaronleventhal%moonset.net
4c84b229a8
Bug 198118. Refactor out label getting code so we can also use it to get accesskey. r=louie.zhao, sr=henry.jia
2004-07-06 13:00:40 +00:00
aaronleventhal%moonset.net
f8a6ab2b69
Fixing bustage
2004-07-01 21:13:04 +00:00
aaronleventhal%moonset.net
237ed8dc35
Bug 168624. Microsoft Narrator hanging Mozilla. r=pkw, sr=bryner
2004-07-01 20:43:03 +00:00
aaronleventhal%moonset.net
af686667c4
Rechecking in bug 243313 without problematic comptr->GetFoo(getter_AddRefs(comptr)) usage in GetNextDomNode(). Expose :before and :after anonymous frame text via accessibility APIs. r=louie.zhao, sr=henry.jia
2004-06-25 20:27:29 +00:00
aaronleventhal%moonset.net
fd365d8d51
Backing out fix for bug 243313 because it fits regression window for bug 248378. The change appears to have exposed a difference between the vc98 and vcnet7.1 compilers
2004-06-25 14:24:21 +00:00
peterv%propagandism.org
c6758de122
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
2004-06-25 12:26:02 +00:00
aaronleventhal%moonset.net
ec9f3a5375
Bug 246063. Fire accessible state changes when tree item expands/collapses. r=neil, sr=jst
2004-06-23 19:44:43 +00:00
aaronleventhal%moonset.net
58253cb880
Bug 246062. No accessible name for trees and listboxes. r=neil, sr=jst
2004-06-23 14:07:49 +00:00
aaronleventhal%moonset.net
cd8d1a778d
Bug 248017. Can't QueryService to all ISimpleDOM* interfaces. Need QS because QI won't work on WinXP from IAccessible to custom interfaces. r=pkw, sr=darin
2004-06-22 16:38:27 +00:00
bryner%brianryner.com
55d74e870b
oops, this wasn't supposed to go on the trunk. backing out.
2004-06-21 23:41:30 +00:00
bryner%brianryner.com
8cfeadc0a0
bringing branch changes forward
2004-06-21 23:35:56 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
aaronleventhal%moonset.net
64532390ce
Bug 243313. Expose :before and :after anonymous frame text via accessibility APIs. r=louie.zhao, sr=henry.jia
2004-06-16 13:12:53 +00:00
aaronleventhal%moonset.net
c665bef5ad
Missing part of checkin to bug 245931. r=pkw, sr=bryner
2004-06-16 13:09:10 +00:00
louie.zhao%sun.com
984ff8c25a
bug 246750 Can't read menu/menuitem's "keyboard shortcut" and "accesskey"
...
r = pkw@us.ibm.com
sr= henry.jia@sun.com
2004-06-16 08:52:23 +00:00
louie.zhao%sun.com
cd5597f11f
bug 201922 Make XUL tree accessibles keep track of their own tree item accessibles
...
r = aaronleventhal
sr= Henry.Jia
2004-06-16 06:19:12 +00:00
aaronleventhal%moonset.net
db56c1ec01
Bug 245931. Fix focus issues in accessibility APIs. r=pkw, sr=bryner
2004-06-15 02:31:20 +00:00
aaronleventhal%moonset.net
0c1a037f66
Bug 241064. Don't use state_unavailable on objects unless their greyed/disabled. r=Louie.Zhao, sr=Henry.Jia
2004-06-09 12:50:53 +00:00
aaronleventhal%moonset.net
2aa6948c97
Bug 245819. Fix regression from bug 244624, accessibility info cannot be retrieved from 2 subsequent pages with textfield. r=pkw, sr=Henry.Jia
2004-06-09 12:48:54 +00:00
aaronleventhal%moonset.net
a14d842063
Bug 245883. Readonly states incorrectly exposed for lists and their contents. r=pkw, sr=Henry.Jia
2004-06-09 12:45:09 +00:00
aaronleventhal%moonset.net
5942fd28ca
Bug 245878. Mozilla hangs when accessibility info retrieved from null plugin. r=pkw, sr=Henry.Jia
2004-06-09 12:42:41 +00:00
louie.zhao%sun.com
ba04674c8f
bug 244140 Listitem should support type "checkbox".
...
r = aaron
sr= henry.jia@sun.com
2004-06-09 04:11:01 +00:00
bryner%brianryner.com
4451888110
Get rid of nsILanguageAtom and deCOMtaminate nsILanguageAtomService (bug 230603). Also, fix a bunch of atom double-addref leaks in nsFontMetricsXlib. r+sr=dbaron.
2004-06-08 23:53:59 +00:00
aaronleventhal%moonset.net
d865336fcc
Bug 245370. Make autocomplete dropdowns accessible. r=neil, sr=alecf
2004-06-08 13:59:11 +00:00
cbiesinger%web.de
589ae07662
bug 196380
...
o) move nsCopySupport into content (from layout), it belongs there better
o) add an |currentURI| attribute to nsIImageLoadingContent which allows access to the URI that is currently being displayed
o) use that from the image uri copy code
xpfe part: r=neil.parkwaycc.co.uk sr=bz rest: r+sr=bz
2004-06-05 17:57:00 +00:00
jst%mozilla.jstenback.com
fbd2f07e14
Duh, lost this change in my earlier checkin.
2004-06-04 23:25:58 +00:00
jst%mozilla.jstenback.com
20ff70166a
Call nsCOMPtr::swap() when we can...
2004-06-04 23:01:38 +00:00
aaronleventhal%moonset.net
ce4ab2b6b8
Fixing strange bustage on casey
2004-06-04 22:30:42 +00:00
aaronleventhal%moonset.net
ef4eecd181
Bug 244753. Expose which panes are editor panes. r=kyle, sr=jst
2004-06-04 22:03:14 +00:00
aaronleventhal%moonset.net
1a6ad0e7b2
Bug 245394. HTML image maps not returning child area objects. r=pkw, sr=jst
2004-06-04 22:01:36 +00:00
aaronleventhal%moonset.net
f452943730
Bug 242594. Expose list and list item objects, and bullet text. r=Louie.Zhao, sr=jst/dbaron
2004-06-04 19:28:36 +00:00
aaronleventhal%moonset.net
d37d449fdf
Bug 245365. Screen readers not speaking selected tree item when tree gets focus. r=pkw, rs=darin
2004-06-04 02:34:48 +00:00
aaronleventhal%moonset.net
1f03097ed9
Fixing bustage
2004-06-02 05:32:45 +00:00
aaronleventhal%moonset.net
e4f74f2ed8
Attempting to fix bustage on redwood
2004-06-02 05:06:39 +00:00
aaronleventhal%moonset.net
fc33684819
Bug 244624. Expose XUL textbox and menulist properly. r=neil, sr=alecf
2004-06-02 04:06:28 +00:00
aaronleventhal%moonset.net
78b17e3e6a
Bug 244776. Don't fire doc load events for clicks on links to named anchors within same page. r=pkw, sr=darin
2004-06-01 19:42:26 +00:00
louie.zhao%sun.com
954f6c0467
bug241055 nsHTMLTextFieldAccessible need "ATK_STATE_EDITABLE" state and "Activate" action.
...
r = pkw
sr= henry
2004-06-01 05:25:00 +00:00
aaronleventhal%moonset.net
b33619309d
Fixing bustage
2004-05-26 14:03:07 +00:00
aaronleventhal%moonset.net
6a2c97e8f9
Fixing bustage, nsAccessibleText doesn't inherit from nsAccessible or nsAccessNode.
2004-05-26 13:37:13 +00:00
aaronleventhal%moonset.net
7cde089dc6
Bug 242589. Optimize accessible tree walking. r=kyle, sr=jst
2004-05-26 13:01:13 +00:00
aaronleventhal%moonset.net
e598c03759
Bug 244677. Firing state_change events for invisible pages that are loading, which is throwing Window-Eyes off. r=kyle.yuan, sr=henry.jia
2004-05-26 12:31:43 +00:00
louie.zhao%sun.com
88c431ed99
bug 241296 Add "/usr/lib" for "libatk-bridge.so" searching
...
r = kyle
sr= henry.jia@sun.com
2004-05-26 04:16:47 +00:00
aaronleventhal%moonset.net
05f129513d
Bug 244288. MSAA's WindowFromAccessibleObject doesn't work because our get_accParent doesnreturn a ROLE_WINDOW object as the parent of the ROLE_CLIENT
2004-05-25 14:37:07 +00:00
roc+%cs.cmu.edu
b8ecbc84da
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu
f79a6813af
Relanding, since backing out did not fix orange. Bug 232691.
2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu
62f7fc6ea3
Backing out to attempt to fix Mac orange. Bug 232691
2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu
b733dd59da
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
aaronleventhal%moonset.net
5498d0a59e
nsIAccesible:GetChildAtPoint() broken with tab browsing, always returns bounds of items in first browser tab. r=louiezhao, sr=jst
2004-05-18 15:39:57 +00:00
louie.zhao%sun.com
d5492eb87b
bug 241061 Action name exported by mozilla is messed up in at-poke
...
r = pkw@us.ibm.com
sr= henry.jia@sun.com
2004-05-18 03:31:05 +00:00
louie.zhao%sun.com
9397e96017
bug 241064 mozilla need support ATK_STATE_SENSITIVE, STATE_SHOWING, ROLE_HTML_CONTAINER, STATE_SINGLE_LINE, ROLE_SCROLL_PANE
...
r = pkw@us.ibm.com
sr= henry.jia@sun.com
2004-05-18 03:26:34 +00:00
roc+%cs.cmu.edu
f1f89a9129
Backing out 233441.
2004-05-17 16:29:13 +00:00
jst%mozilla.jstenback.com
ba2277d5ae
Fixing mac bustage.
2004-05-07 21:40:22 +00:00
jst%mozilla.jstenback.com
d247d3f525
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
2004-05-07 20:55:17 +00:00
roc+%cs.cmu.edu
e508d2a0ad
Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron
2004-05-06 03:17:14 +00:00
aaronleventhal%moonset.net
137341010b
Bug 146065. Use GetElementsByTagNameNS instead of GetElementsByTagName so that we don't get the wrong list of child elements in the accessibility code. r=pkw, sr=jst
2004-05-04 20:14:58 +00:00
bryner%brianryner.com
f9f55ca33e
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
2004-05-03 21:48:36 +00:00
aaronleventhal%moonset.net
dc29d67a29
Bug 241991. State change event for doc should clear busy flag when doc finished loading. r=kyle, sr=jst
2004-04-30 14:01:41 +00:00
louie.zhao%sun.com
59b5022c66
bug241054 Add additional ATK ROLE
...
r = pkw@us.ibm.com
sr= henry.jia@sun.com
2004-04-22 02:58:35 +00:00
pkw%us.ibm.com
6ae31636dd
Bug 240724 - Memory leak in nsAccessibleWrap.cpp
...
r=kyle.yuan@sun.com , sr=Henry.Jia@sun.com
2004-04-20 17:15:53 +00:00
gerv%gerv.net
692411203a
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 21:52:36 +00:00
varga%nixcorp.com
5026248834
Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner
2004-04-17 05:53:38 +00:00
kyle.yuan%sun.com
6f5dd64778
Bug 237076 Object hierarchy is broken @ nsOuterDocAccessible
...
r=louie.zhao, sr=henry.jia
explicitly implement GetChildCount for nsOuterDocAccessible
2004-04-16 02:03:18 +00:00
pkw%us.ibm.com
8cc5734952
Bug 237957 - crash @ nsAccessibleHyperText
...
r=kyle.yuan@sun.com , sr=Henry.Jia@sun.com , a=mkaply@us.ibm.com
Patch contributed by Louie Zhao <Louie.Zhao@sun.com>
2004-04-09 16:37:35 +00:00
louie.zhao%sun.com
70c823a320
Bug 239866 Wrong information exported for HyperText to gnopernicus
...
r = kyle.yuan
sr = henry.jia
a = chofmann
2004-04-09 06:16:21 +00:00