Commit Graph

575 Commits

Author SHA1 Message Date
aaronleventhal%moonset.net
99c18628d1 Bug 279941. Expose form element in MSAA object tree. r=pkw, sr=bryner 2005-01-26 22:41:05 +00:00
bzbarsky%mit.edu
27dda0bbd2 Fix build bustage? 2005-01-25 20:29:23 +00:00
aaronleventhal%moonset.net
9899a696cd Bug 278872. Problems getting children of HTML listbox and combo box. r=louie.zhao, sr=bzbarsky 2005-01-25 19:35:53 +00:00
cmp%mozilla.org
0f2255b170 Add /Oicf to accessible/public/msaa's midl invocations. b=274542,
r=aaronleventhal, sr=bsmedberg.
2005-01-22 16:55:36 +00:00
kjh-5727%comcast.net
c9e0e90d54 Make nsIFontMetrics::GetFont() non-virtual. Bug 230605, r=bryner, sr=bzbarsky. 2005-01-22 16:00:07 +00:00
aaronleventhal%moonset.net
e991e62f67 Bug 259385. Expose h1-h6, q, blockquote in MSAA as well as elements with a defined xhtml2:role attribute. r=pkw, sr=jst 2005-01-21 03:50:26 +00:00
louie.zhao%sun.com
51536ccb4d Bug257093 [ATK] XUL Textbox has no AccessibleText interface
r  = aaronleventhal
sr = Henry.Jia
2005-01-19 07:10:38 +00:00
louie.zhao%sun.com
576fbdf438 Bug 246770 "Hyperlinks is not UI Grabble in GOK"
r  = pkwarren
sr = henry.jia
2005-01-14 06:26:48 +00:00
aaronleventhal%moonset.net
f0ae6ce1e0 Bug 275532. Don't expose STATE_SELECTED for text objects. r=louie.zhao, sr=henry.jia 2005-01-12 14:37:31 +00:00
bzbarsky%mit.edu
99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bmlk%gmx.de
d3197a9276 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron 2004-12-26 19:48:54 +00:00
bsmedberg%covad.net
60567bb185 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin 2004-12-15 04:07:01 +00:00
bryner%brianryner.com
076b2a64a6 deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst 2004-12-13 04:14:28 +00:00
dbaron%dbaron.org
9db368a6af Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
aaronleventhal%moonset.net
14c96b6323 Bug 267188. [MSAA] Expose tab number out of number of tabs in tab description. r=pkwarren, sr=bryner 2004-12-03 22:25:49 +00:00
bryner%brianryner.com
29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
bzbarsky%mit.edu
9e94a3b521 Add methods to get screen coordinates of frames and views. Bug 268576,
r+sr=roc
2004-11-23 17:26:19 +00:00
aaronleventhal%moonset.net
ddc5b46d8f 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
60357216b0 Fixing bustage 2004-11-08 03:01:54 +00:00
aaronleventhal%moonset.net
f6c7b7365a 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
6dfbfcdd52 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
f87889ae17 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
01871d2425 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
7fd8feb31d 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
7dadb76da1 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
e151180cb4 Er.. doing this right. 2004-10-25 01:12:16 +00:00
bzbarsky%mit.edu
3d11d067c6 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
9749d96333 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
c38a37a52b 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
f9dc6bdf0e 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
f67d250152 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
c48a2a1a00 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
6a4f37de6b 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
44a2fd5b52 Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine 2004-09-14 02:28:03 +00:00
bryner%brianryner.com
dc76c57a2c 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
1f5edcb856 Bug 254966. Make css scrollable elements tab navigable. r=mats, sr=roc 2004-09-01 14:58:34 +00:00
bryner%brianryner.com
180b0b7373 Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc. 2004-08-20 20:34:37 +00:00
aaronleventhal%moonset.net
8a5328d65b Bug 165998. Option and select bounds incorrect. r=pkwarren, sr=roc 2004-08-18 14:39:45 +00:00
aaronleventhal%moonset.net
a0485ce5f0 Backing out changes to 2 files I accidentally checked in 2004-08-02 12:32:58 +00:00
aaronleventhal%moonset.net
972fd827a3 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
6a8c79a9b2 Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc. 2004-08-02 04:52:55 +00:00
louie.zhao%sun.com
3b1cf7acc4 bug 241062 link name is not supported
r = pkwarren
sr= Henry.Jia
2004-08-02 03:45:56 +00:00
louie.zhao%sun.com
72e28feeda bug 250128 GOK expose "seperator" as "no name".
r = aaronleventhal
sr= henry.jia
2004-08-02 03:29:01 +00:00
bryner%brianryner.com
5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
pkw%us.ibm.com
38dbac7bbf 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
bf49c01782 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
c7704d0dc7 Bug 252955. List items returning strange accessible states. r=pkw, sr=darin 2004-07-27 19:53:07 +00:00
pkw%us.ibm.com
856ba4f11d 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
a288a20ce2 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
614daa141a 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