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

3274 Коммитов

Автор SHA1 Сообщение Дата
Saint Wesonga b11412ff34 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-04 21:39:17 +02:00
Alexander Surkov c0fc9755fa Bug 575595 - add GetRowAndColumnIndicesAt to make IAccessibleTable::get_rowColumnExtentsAtIndex faster, r=marcoz, davidb 2010-07-03 12:16:52 +09:00
Alexander Surkov b45729044f 575576 - cache position in set and set size, r=davidb, marcoz, sr=neil 2010-07-03 12:11:35 +09:00
Mitchell Field dae810b5e1 Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Timothy Nikkel 81f8091b20 Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats 2010-07-02 14:11:04 -05:00
Ginn Chen 8b621c6d59 Bug 574003 fix bustage with Sun Studio 12 r=surkov 2010-07-02 18:55:43 +08:00
Alexander Surkov 561fe4b742 Bug 575052 - cache text offsets within hypertext accessible, r=marcoz, davidb, sr=neil 2010-07-02 10:50:03 +09:00
Alexander Surkov 5777c46835 Bug 574003 - coalesce text evetns on nodes removal, r=davidb, marcoz 2010-07-02 10:49:42 +09:00
Alexander Surkov 19d245e1fd Bug 573955 - cache accessible index in parent, r=davidb, marcoz, sr=neil 2010-07-02 10:22:41 +09:00
Benjamin Smedberg dfed11844b Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
Benjamin Smedberg 94ef4d2ac3 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg b54a384bb8 Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Benjamin Smedberg f56445a420 Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Ginn Chen a7f6039194 Bug 503428 Caret-moved events missing from Thunderbird Subject field r=surkov 2010-06-23 17:28:09 +08:00
Benjamin Smedberg cae1800556 Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Alexander Surkov 91ec7e7763 Bug 572394 - cache links within hypertext accessible, r=davidb, marcoz, sr=neil
--HG--
rename : accessible/src/base/nsAccIterator.cpp => accessible/src/base/AccIterator.cpp
rename : accessible/src/base/nsAccIterator.h => accessible/src/base/AccIterator.h
2010-06-21 22:08:27 +09:00
Alexander Surkov d37d26bff0 Bug 573673 - nsAccessNode::GetPressShell shouldn't shutdown accessible, r=ginn.chen 2010-06-23 00:08:58 +09:00
Benjamin Smedberg 5b338a8304 Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
Dão Gottwald 01ec17a1f9 Backed out changeset db6f8068e9a5 2010-06-29 17:49:21 +02:00
Saint Wesonga 5d01c7f8a9 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg 2010-06-29 17:14:36 +02:00
David Bolter 427d6f5f02 Remove nsAccessNode HasWeakShell (b=574522). r=surkov 2010-06-28 09:22:54 -04:00
David Bolter db268feb46 Bug 574522 - crash [@nsAccEventQueue::WillRefresh]. r=surkov 2010-06-28 09:22:51 -04:00
David Bolter df92037c0d Bug 561681 - GetAccessibleFor should return nsAccessible. r=surkov 2010-06-28 09:22:49 -04:00
Neil Rashbrook 6c363a0d81 Bug 575109 - don't unnecessarily inherit from nsISupports (vtable bloat), r=surkov, davidb 2010-06-28 22:00:12 +09:00
Alexander Surkov fa0b9ecc8b Bug 573706 - make frame based accessible creation more pellucid, r=davidb, sr=roc 2010-06-28 21:02:03 +09:00
Alexander Surkov 819f366dbb Bug 574312 - make accessible tree creation from parent to child always, r=marcoz, davidb, sr=neil 2010-07-01 11:18:08 +09:00
Boris Zbarsky 83ced29328 Attempt to somewhat mitigate bug 573085. 2010-06-18 14:41:37 -04:00
Boris Zbarsky e5778f0e05 Bug 563327 part 2. Drive accessibility events off the refresh driver instead of an ad-hoc timer. r=surkov 2010-06-14 16:06:49 -04:00
Alexander Surkov f55b15ab34 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
Alexander Surkov 326f917ce1 Bug 571459 - add a test to check shutdown document accessible in cache, r=davidb 2010-06-18 11:43:58 +09:00
Alexander Surkov 74f11b1c9e Bug 571246 - do not create accessible for svg resource documents, r=davidb, bz 2010-06-18 11:43:46 +09:00
David Bolter 4b8c9eed13 Bug 571823 - UMR [@ nsHTMLSelectOptionAccessible::GetStateInternal]. f=jesse, r=surkov 2010-06-21 09:39:24 -04:00
David Bolter de1a8d3568 Bug 569652 - Fire aria based focus event async. r=surkov,MarcoZ 2010-06-15 10:53:36 -04:00
David Bolter dedd498828 Bug 569653 - Investigate and fix unsafe selection changes. r=surkov 2010-06-15 10:53:32 -04:00
David Bolter 0486734d13 Selection event test coverage (b=569653); r=MarcoZ 2010-06-15 10:53:27 -04:00
Alexander Surkov 168d7884f0 Bug 571501 - don't query accessible events internally, r=davidb, sr=neil 2010-06-15 15:16:16 +09:00
Masayuki Nakano bb95f4f940 Bug 519913 The IME composition string isn't committed on Mac when the window is deactivating r=smaug+enn 2010-06-15 14:05:37 +09:00
Drew Willcoxon 6f1108b4e5 Backed out changeset b54140961fa7 to fix more mochitest-a11y crashes (Bug 571459) 2010-06-14 16:19:10 -07:00
Ehsan Akhgari ff9d707632 Backed out changeset fee5701c664e and changeset dcfe95c71a04 to fix the mochitest-a11y crashes (bug 563327) 2010-06-14 18:14:30 -04:00
Boris Zbarsky 93a2298b9f Bug 563327 part 2. Drive accessibility events off the refresh driver instead of an ad-hoc timer. r=surkov 2010-06-14 16:06:49 -04:00
Boris Zbarsky 44545d494f Bug 571459. Shutdown the doc accessible if its presshell dies. r=surkov,roc 2010-06-14 16:06:48 -04:00
Timothy Nikkel efdbb920b6 Bug 569425. Use a synthesized mouse move to force image maps in these tests to setup because there is currently no non-hacky way to do that. r=dbaron 2010-06-14 14:35:30 -05:00
Dão Gottwald 1c5a7096a4 Bug 543206 followup: revert adjustTabstrip change, re-enable test_tabbrowser.xul 2010-06-14 11:54:18 +02:00
Dão Gottwald f969851182 disable bogus test while I figure out why the close buttons don't show up 2010-06-14 11:30:35 +02:00
Ehsan Akhgari 4f8e207577 Bug 571790 - Fix Mac accessibility compile problems after bug 571184 landed; r=surkov 2010-06-13 20:16:46 -04:00
Alexander Surkov 519c4849d0 Bug 571219 - linux bustage fix 2010-06-12 13:56:18 +09:00
Alexander Surkov 95bcbe17e9 Bug 571219 - remove unnecessary do_QueryObject, r=davidb 2010-06-12 13:04:50 +09:00
Alexander Surkov 3fa5fc35ac Bug 571184 - remove nsIAccessNode traversal methods, r=davidb, marcoz 2010-06-12 13:04:35 +09:00
Alexander Surkov 837f2efa4c Bug 570405 - nsAccEvent should deal with nsAccessible, r=davidb 2010-06-12 13:04:24 +09:00
Ehsan Akhgari dfad0944e6 Bug 541618 followup - Fix a compilation error on Mac with accessibility turned on; r=davidb 2010-06-11 15:39:02 -04:00
Boris Zbarsky 0493925ad7 Bug 571541. Make sure to ShutdownDocAccessible even if we have no docshell. r=surkov 2010-06-11 15:23:13 -04:00
Alexander Surkov 6953c6b5aa Bug 541618 - fix solaris bustage 2010-06-11 18:54:18 +09:00
Alexander Surkov 47348afc2e Bug 541618 - nsINode should be used instead nsIDOMNode by nsAccessNode, r=marcoz, davidb 2010-06-11 17:23:18 +09:00
Alexander Surkov b38485775c Bug 571246 - Crash @nsCoreUtils::IsAncestorOf(nsINode*,nsINode*,nsINode*), r=bz, davidb 2010-06-11 17:23:04 +09:00
Alexander Surkov d6013578ce Bug 570710 - avoid extra traversal of children array during tet event creation, r=marcoz, davidb 2010-06-10 12:29:56 +09:00
Alexander Surkov 8632fcdd71 Bug 570532 - make events coalescence smart, r=marcoz, davidb 2010-06-09 15:34:05 +09:00
Timothy Nikkel 7c20ce5ebd Backed out changeset 2f539cc84d97 (bug 569425) because this may hide real a11y issues. 2010-06-08 15:42:40 -05:00
Timothy Nikkel 97cf4f1a78 Bug 569425. Use a synthesized mouse move to force image maps in these tests to setup because there is currently no non-hacky way to do that. r=dbaron 2010-06-08 14:18:04 -05:00
Timothy Nikkel 4a19b5c7ef Bug 569425. Don't redeclare this variable because it makes it look like it shadows the first declaration. r=surkov 2010-06-08 14:17:54 -05:00
Timothy Nikkel 73db1dc1f6 Bug 569425. Mark one place in accessibility that depends on the current image map primary frame setup so it can be changed when bug 135040 is fixed. 2010-06-08 14:17:54 -05:00
Alexander Surkov 224067ac08 Bug 566103- reorganize accessible document handling, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/events/test_doc.html => accessible/tests/mochitest/events/test_docload.html
2010-06-09 01:39:58 +09:00
Ms2ger@gmail.com dad7dafec7 Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug 2010-06-25 15:59:57 +02:00
timeless 748f948e45 Bug 573934 - Crash with Last pass addon on trying to edit passwords/user names in Lastpass (no primaryColumn [@nsCoreUtils::IsColumnHiddenm, r=surkov 2010-06-25 20:49:02 +09:00
Alexander Surkov 4aa50846b0 Bug 573910 - switch nsApplicationAccessible to nsAccessible::Append/RemoveChild, r=davidb, sr=roc 2010-06-25 18:50:23 +09:00
David Bolter b3be573039 Bug 561932 - Make text events async/safe 2010-06-02 08:30:13 -04:00
David Bolter 8e1c7edd21 Bug 564471 - Make state change events asynch 2010-06-02 08:30:08 -04:00
Alexander Surkov becb3930b5 Bug 566550 - make nsAccUtils::TextLength unsigned, r=marcoz 2010-05-25 17:40:54 +09:00
Alexander Surkov 100b223277 Bug 567636 - replace GetAccessibleInParentChain on GetContainerAccessible, r=marcoz, sr=neil 2010-05-25 17:40:39 +09:00
Alexander Surkov 0dd409ff7f Bug 445677 - optimization for text attributes offset (do not look into embedded characters, r=marcoz 2010-05-25 17:40:26 +09:00
Alexander Surkov 8c44fb6abf Bug 567568 - GetPosAndText should return nsAccessible*, r=marcoz 2010-05-25 17:16:04 +09:00
Alexander Surkov 2476e7104b Bug 567503 - GetDOMNodeFromPoint should work with and return nsINode*, r=marcoz 2010-05-25 17:12:43 +09:00
Alexander Surkov 43c5dfc4f4 Bug 567369 - GetAccessibleInWeakShell should return nsAccessible*, r=marcoz 2010-05-25 17:05:52 +09:00
Alexander Surkov edae30b2ec Bug 567084 - getTextAttributes should return invalid arg if the given offset is wrong, r=marcoz 2010-05-21 20:27:00 +09:00
David Bolter 551f0fd44d Bug 565569. Fix accessibility tests. 2010-05-21 15:20:48 +12:00
Alexander Surkov 8d30cde37c Bug 566542 - frame for firefox doesn't implement the state 'active' when firefox is active frame, r=marcoz 2010-05-20 17:00:37 +09:00
Alexander Surkov 311115ee39 Bug 567052 - move table tests into table folder, r=marcoz
--HG--
rename : accessible/tests/mochitest/test_table_headers_ariagrid.html => accessible/tests/mochitest/table/test_headers_ariagrid.html
rename : accessible/tests/mochitest/test_table_headers_listbox.xul => accessible/tests/mochitest/table/test_headers_listbox.xul
rename : accessible/tests/mochitest/test_table_headers.html => accessible/tests/mochitest/table/test_headers_table.html
rename : accessible/tests/mochitest/test_table_headers_tree.xul => accessible/tests/mochitest/table/test_headers_tree.xul
rename : accessible/tests/mochitest/test_table_indexes_ariagrid.html => accessible/tests/mochitest/table/test_indexes_ariagrid.html
rename : accessible/tests/mochitest/test_table_indexes_listbox.xul => accessible/tests/mochitest/table/test_indexes_listbox.xul
rename : accessible/tests/mochitest/test_table_indexes.html => accessible/tests/mochitest/table/test_indexes_table.html
rename : accessible/tests/mochitest/test_table_indexes_tree.xul => accessible/tests/mochitest/table/test_indexes_tree.xul
rename : accessible/tests/mochitest/test_table_layoutguess.html => accessible/tests/mochitest/table/test_layoutguess.html
rename : accessible/tests/mochitest/test_table_sels_ariagrid.html => accessible/tests/mochitest/table/test_sels_ariagrid.html
rename : accessible/tests/mochitest/test_table_sels_listbox.xul => accessible/tests/mochitest/table/test_sels_listbox.xul
rename : accessible/tests/mochitest/test_table_sels.html => accessible/tests/mochitest/table/test_sels_table.html
rename : accessible/tests/mochitest/test_table_sels_tree.xul => accessible/tests/mochitest/table/test_sels_tree.xul
rename : accessible/tests/mochitest/test_table_struct_ariagrid.html => accessible/tests/mochitest/table/test_struct_ariagrid.html
rename : accessible/tests/mochitest/test_table_struct_ariatreegrid.html => accessible/tests/mochitest/table/test_struct_ariatreegrid.html
rename : accessible/tests/mochitest/test_table_struct_listbox.xul => accessible/tests/mochitest/table/test_struct_listbox.xul
rename : accessible/tests/mochitest/test_table_struct.html => accessible/tests/mochitest/table/test_struct_table.html
rename : accessible/tests/mochitest/test_table_struct_tree.xul => accessible/tests/mochitest/table/test_struct_tree.xul
rename : accessible/tests/mochitest/test_table_1.html => accessible/tests/mochitest/table/test_table_1.html
rename : accessible/tests/mochitest/test_table_4.html => accessible/tests/mochitest/table/test_table_2.html
2010-05-20 16:41:03 +09:00
Alexander Surkov ea279b50f5 566551 - ARIA grid and accessible selectable methods shouldn't use GetNextSibling, r=marcoz, sr=neil 2010-05-20 16:40:25 +09:00
Ehsan Akhgari cb3b3e8e7b Bug 560647 - add startup timeline instrumentation; r=vlad 2010-05-19 19:22:19 -04:00
Asaf Romano d2cc656b68 Bug 566736 - Lazily initialize the findbar. r=gavin. 2010-05-19 19:57:16 +03:00
Ehsan Akhgari fd87ab0ef8 Back out changeset 6fc5d661ca55 because of a11y test failures 2010-05-19 10:48:30 -04:00
Asaf Romano 3f14bc9085 Bug 566736 - Lazily initialize the findbar. r=gavin. 2010-05-19 15:23:43 +03:00
Alexander Surkov 152b7b9fe4 Bug 566298 - don't use nsIAccessible::GetNextSibling() to iterate children, r=davidb, sr=neil 2010-05-18 23:03:56 +09:00
Edmund Wong 57dfc9ce39 Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(). r=jonas 2010-05-18 09:50:14 +02:00
Alexander Surkov 352abb7149 Bug 566293 - wrong length of text remove event when inaccessible node containing accessible nodes is removed, r=marcoz, davidb 2010-05-18 01:17:50 +09:00
Alexander Surkov 4d2a2e7f27 Bug 566291 - DOMPointToHypertextOffset should return a start accessible as nsAccessible* return value, r=davidb 2010-05-18 01:16:52 +09:00
Alexander Surkov 3e0809c347 Bug 566260 - text accessibles shouldn't implement nsIAccessibleHyperLink, r=davidb, marcoz 2010-05-18 01:15:52 +09:00
Alexander Surkov 264fde2a58 Bug 566188 - MSAA nsAccessibleWrap::GetXPAccessibleFor should return nsAccessible*, r=davidb, f=marcoz 2010-05-17 22:43:42 +09:00
Alexander Surkov f434d608ac Bug 566131 - make nsCoreUtils::GetPresShellFor return raw pointer, r=davidb 2010-05-17 22:42:32 +09:00
Alexander Surkov 7fdc198643 Bug 552944 - No relationship between tabs and associated property page in new tabbrowser construct, r=enn, davidb, marcoz, sr=neil
--HG--
rename : accessible/tests/mochitest/test_relations.html => accessible/tests/mochitest/relations/test_general.html
rename : accessible/tests/mochitest/test_relations.xul => accessible/tests/mochitest/relations/test_general.xul
rename : accessible/tests/mochitest/test_relations_tree.xul => accessible/tests/mochitest/relations/test_tree.xul
2010-05-14 18:55:00 +09:00
Mitchell Field 895792930a Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver 2010-05-14 18:24:41 +09:00
Alexander Surkov 6bd2651888 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 c00ff9684a Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Marco Bonardo ba90af7bdc Backing out Bug 561741 due to suspect Linux crash on startup 2010-05-12 11:14:50 +02:00
Marco Zehe cfe7a39570 Bug 565029 - Create an accessible name for a xul:toolbar from the @toolbarname attribute, r=davidb, r=surkov 2010-05-12 09:29:51 +02:00
Alexander Surkov d8ff3e702d 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
Neil Rashbrook f10d9758cf Bug 561734 Use do_QueryObject more r=surkov,davidb 2010-05-11 10:48:10 +01:00
Boris Zbarsky ed08b322dd Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking 2010-05-10 21:12:34 -04:00
Boris Zbarsky e0ac118cd1 Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst 2010-05-05 14:18:05 -04:00
Henri Sivonen f7aef42c61 Bug 562328 - Disable test_frames.html because it fails due to waitForFocus() brokennes when the HTML5 parser is enabled. r=roc. 2010-04-29 14:22:27 +03:00
Phil Ringnalda 2cc15c77c6 Correct spelling of useable and independant 2010-04-16 22:03:49 -07:00
Boris Zbarsky b5706b95a7 Bug 562688 part 14. Eliminate all remaining eELEMENT consumers. r=jst 2010-04-30 09:12:06 -04:00
Boris Zbarsky e762b16f93 Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking 2010-04-30 09:12:05 -04:00
Mitchell Field 3d1b2b634a Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov 2010-04-29 18:59:13 +02:00
David Bolter 9bd2f93ef2 Bug 561525 - Fire EVENT_SCROLLING_START asyncronously; r=surkov 2010-04-28 11:58:38 -04:00
David Bolter c4fc8a4064 Bug 560888 - accessible/tests/mochitest/attributes/test_text.html is failing for Fedora unit tests; r=MarcoZ,armenzg,surkov 2010-04-28 11:58:38 -04:00
Dão Gottwald 631c8f05d3 Bug 457187 followup: Fix test_tabbrowser.xul; the all-tabs button isn't a child of the the tab container anymore. 2010-04-27 19:35:48 +02:00
Alexander Surkov fa37debf74 Bug 561094 - export nsAccessible.h, r=davidb
--HG--
rename : accessible/src/base/nsCoreUtils.h => accessible/src/base/a11yGeneric.h
2010-04-27 15:52:03 +09:00
Alexander Surkov 8a5653e270 Bug 561748 - fix test_nsIAccessibleDocument.html test 2010-04-27 13:13:07 +09:00
Alexander Surkov 7941a6ddf2 Bug 561748 - rename nsIAccessibleDocument::document to DOMDocument, r=davidb 2010-04-27 12:19:49 +09:00
Neil Rashbrook a223ff48de Bug 561734 - Use do_QueryObject, r=surkov, davidb 2010-04-27 12:16:41 +09:00
Alexander Surkov ab6511b813 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
Ehsan Akhgari e038066235 Bug 559710 - Don't add a br node under text controls when the editor is not initialized for them yet; r=roc,davidb a=1hr 2010-04-15 21:25:40 -04:00
Alexander Surkov e1f901b276 Bug 560239 - no children of application accessible for open windows before accessibility was started (part2), r=marcoz, davidb, sr=neil, a=philor 2010-04-24 10:51:10 +09:00
Alexander Surkov 6cd89897a1 Bug 560239 - no children of application accessible for open windows before accessibility was started, r=marcoz, davidb, sr=neil, a=dholbert 2010-04-23 12:46:37 +09:00
Alexander Surkov c5c2fd3be2 Bug 560228 - assertion 'No docshell tree item for mDOMNode' when nsIAccessNode::rootDocument is called on application accessible, r=davidb 2010-04-23 12:45:16 +09:00
Alexander Surkov 12b3f4dd72 Bug 561150 - GetAccessibleInWeakShell should return nsAccessible, r=davidb 2010-04-24 09:40:51 +09:00
Steven Michaud 38ca9e5d2e Bug 560939 - nsAccessibleWrap::GetNativeInterface() always returns NULL on OS X. r=surkov.alexander a=dholbert_sheriff 2010-04-23 15:34:41 -05:00
Henri Sivonen e3b7a53845 Bug 452915 - Remove default border from linked images per HTML5. r=dbaron.
--HG--
extra : rebase_source : 10b90a485cffe44c01493d4469eec2204724e2ce
2010-02-02 09:43:18 +02:00
Alexander Surkov 717fc479ec Bug 560013 - remove nsAccessible::NextChild, r=davidb, r=MarcoZ, sr=neil 2010-04-19 15:39:57 +02:00
Neil Deakin c403a08fe3 Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking 2010-04-18 14:27:18 -04:00
Robert Sayre b14d212f9d Bug 559562. Fix Windows a11y test using obsolete getter syntax. 2010-04-15 10:52:25 -04:00
David Bolter 5d5e32109a Bug 548291 - Support ARIA on area (map) elements; r=MarcoZ,surkov 2010-04-13 13:55:39 -04:00
Serge Gautherie d6522fb2d8 Bug 544170 - [SeaMonkey 2.1] mochitest-a11y: test_tabbrowser.xul fails; (Av1) Bind chrome://navigator/content/navigator.css for SeaMonkey.
r=surkov.alexander.
2010-04-11 04:44:30 +02:00
Craig Topper dcddb98106 Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc 2010-04-10 16:10:12 -04:00
Craig Topper 9d6c65cee7 Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc 2010-04-10 16:09:38 -04:00
Phil Ringnalda b97fab7649 Fix spelling of references, in a CLOSED TREE 2010-04-09 20:37:24 -07:00
Alexander Surkov 213d0efc68 backout e88d2327e25d, bug 557768 2010-04-08 22:56:42 +09:00
Ms2ger e602f742d5 Bug 557768 - A11y should use nsImageMapUtils, r=surkov 2010-04-08 21:53:30 +09:00
Alexander Surkov ff911d3b08 Bug 550819 - A11y test suite crash [@ nsTArray_base::Length], r=marcoz, davidb 2010-04-08 15:43:08 +09:00
Alexander Surkov 9e5e17d908 Bug 545467 - nsHTMLImageAccessible shouldn't allocate hash in dynamic memory, r=davidb
--HG--
rename : accessible/src/html/nsHTMLAreaAccessible.cpp => accessible/src/html/nsHTMLImageMapAccessible.cpp
rename : accessible/src/html/nsHTMLAreaAccessible.h => accessible/src/html/nsHTMLImageMapAccessible.h
2010-04-06 09:41:28 +09:00
David Bolter e8a7cc8ce8 Bug 551684 - No statechange event for aria-expanded on native HTML elements, is fired on ARIA widgets; r=MarcoZ,surkov 2010-04-02 09:33:55 -04:00
Gavin Sharp ff5d37508c Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
--HG--
extra : rebase_source : 9d4330461d2047775cc66022ba77bc09cc69a020
2010-03-25 18:02:19 -04:00
Craig Topper b5f57540e7 Bug 253889: DeCOMtaminate nsIPresShell - GetCaret(). r=roc
--HG--
extra : rebase_source : 2a05050d8cbb10dd3bb763d5d5a158cc5f3dd814
2010-03-31 08:39:31 -04:00
Kyle Huey 1d6875d653 Backed out changeset 4b8936ac4a31 2010-03-30 19:56:44 -04:00
Craig Topper 980532022a Bug 253889: More deCOMtamination of nsIPresShell. r=roc 2010-03-28 19:21:11 -04:00
Markus Stange c93c0764d2 Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst 2010-03-17 18:10:57 +01:00
timeless@mozdev.org 629284f5fa Bug 550180 - initialize non static class members in all constructors and use mFoo notation; r=davidb,surkov 2010-03-18 21:24:46 -04:00
David Bolter 80a565a24b Bug 552470 - Crash [@nsXULTreeItemAccessible::GetRoleInternal]; r=surkov 2010-03-18 21:24:41 -04:00
Alexander Surkov 31c8a91471 Bug 553308 - add rootDocument property to nsIAccessNode, r=marcoz, davidb 2010-03-19 02:50:31 +08:00
Alexander Surkov a2652d60bd Bug 553174 - expose nsIAccessibleApplication similar to IA2, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/test_name_nsApplicationAcc.html => accessible/tests/mochitest/test_elm_nsApplicationAcc.html
2010-03-19 02:49:39 +08:00
David Bolter 5963cf3c37 Bug 551978 - Update universal ARIA attribute support to latest spec; r=surkov,MarcoZ 2010-03-18 09:49:28 -04:00
Dão Gottwald 6b234630cf Bug 540529 - re-enable test_tabbrowser.xul on Linux. r=davidbolter 2010-03-18 14:47:37 +01:00
Alexander Surkov 7cf86d274f Bug 553005 - add getApplicationAccessible() method to nsIAccesibleRetrival, r=davidb 2010-03-18 13:45:10 +08:00
Alexander Surkov 4b7d16a57a Bug 552368 - fire focus event on document accessible whenever the root or body element is focused, r=marcoz, davidb 2010-03-18 13:44:57 +08:00
Alexander Surkov 2108506642 Bug 553028 - mac build error, r=davidb 2010-03-18 13:44:45 +08:00
Markus Stange c85fb1f23b Backed out changeset e17c076aceea, bug 508482 (:-moz-window-inactive pseudoclass) because of test_righttoleft.xul test failures. 2010-03-17 20:03:53 +01:00
Markus Stange 51f979aa23 Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst 2010-03-17 18:10:57 +01:00
Alexander Surkov 73dda049aa Bug 352220 - Inconsistent focus events when returning to a document frame, r=marcoz, davidb 2010-03-17 15:10:52 +08:00
Dão Gottwald 75cb346368 Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
--HG--
extra : rebase_source : e1662b549464d68417cf3b0f07d9624fe1a670ef
2010-03-17 07:36:13 +01:00
Alexander Surkov 6acacecb89 Bug 552643 - store nsDocAccessible in global document cache, r=davidb 2010-03-17 14:02:28 +08:00
Mats Palmgren b05d82f7c5 Bug 544852, part 1: Remove nsCaret::GetCaretCoordinates. r=roc 2010-03-14 23:52:07 +01:00
Alexander Surkov feb28a9259 enable latest test of accessible/events/test_focus.html 2010-03-13 20:10:33 +08:00
Alexander Surkov f08fec3bb4 bug 551679, fix the leak2 2010-03-13 16:41:43 +08:00
Alexander Surkov 44a5940da3 disable latest test of accessible/events/test_focus.html 2010-03-13 15:51:15 +08:00
Alexander Surkov 4450e68d4e bug 551679, fix the leak 2010-03-13 14:55:40 +08:00
Alexander Surkov 5727231cce Bug 551679 - focus is not fired for focused document when switching between windows, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/events_scroll.html => accessible/tests/mochitest/events/scroll.html
rename : accessible/tests/mochitest/events/test_focus.html => accessible/tests/mochitest/events/test_focus_name.html
2010-03-13 12:24:51 +08:00
Joel Maher 5a22815ee5 Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE 2010-03-12 13:53:36 -08:00
David Bolter 6d64ff7a2b Bug 551548 - Make a11y tests pass on Mac.; r=MarcoZ 2010-03-12 10:09:03 -05:00
Alexander Surkov 82a55c946a Bug 550396 - cache nsAccessible children for XUL tree accessibles, r=davidb, sr=neil 2010-03-10 18:26:11 +08:00
Brad Lassey 4492ee705c backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests 2010-03-09 22:33:11 -05:00
Joel Maher acb95ebf6d Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert 2010-03-09 08:55:39 -08:00
Alexander Surkov 6ff7454079 Bug 547811 - ASSERTION: Children are stored but not initialized! 'mAreChildrenInitialized', file c:/mozilla/fx20-02/accessible/src/base/nsAccessible.cpp, line 3011, r=davidb 2010-03-09 15:25:24 +08:00
Kyle Huey f78a715db2 Backed out changeset 8ce70abd7777 2010-03-09 01:14:21 -05:00
Joel Maher 4b8aff6ea3 Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer 2010-03-08 19:21:33 -08:00
David Bolter 8cfab784c7 Backing out fix for bug 548291 to fix test crash (b=550819) 2010-03-08 12:24:35 -05:00
Jonas Sicking 225616b6c1 Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
Jonas Sicking ff49d3e414 Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap 2010-03-08 07:45:00 -08:00
Jonas Sicking b2f8c249b3 Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg 2010-03-08 07:44:59 -08:00
David Bolter 1f4bdce6c8 [mq]: missing-tests 2010-03-07 21:05:44 -05:00
David Bolter 2d994fe819 Bug 548291 - Support ARIA on area (map) elements; r=marcoz,surkov 2010-03-07 21:03:19 -05:00
Clint Talbert b962e844a9 Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box 2010-03-07 17:34:23 -08:00
Joel Maher 0c7928ce7d Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte 2010-03-07 16:08:05 -08:00
Dão Gottwald 3035a1b092 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Alexander Surkov 58d0eb6c8a Bug 546748 - topcrash regression: null dereference in nsRefPtr<T>::assign_assuming_AddRef(AddStyleSheetTxn*) | nsAccEventQueue::Shutdown() [@nsRefPtr<AddStyleSheetTxn>::assign_assuming_AddRef(AddStyleSheetTxn*) | nsAccEventQueue::Shutdown()], r=davidb 2010-02-26 11:02:39 -08:00
Mounir Lamouri b04de541c5 Bug 457800 - Implement placeholder attribute for text input fields; r=ehsan,bzbarsky,bolter sr=roc ui-r=faaborg
--HG--
extra : rebase_source : 2e2f3a73553d720b32812603b0ce96c89b9a6261
2010-02-26 10:47:38 -08:00
Jonathan Kew 5be4457ec4 Bug 524107 - part 1 - pass original value of 'lang' to gfx text code rather than only a 'langGroup' value, to allow language-specific font rendering. r=roc sr=mats 2010-02-24 09:57:44 -08:00
David Bolter 7e3f78132f Bug 547692 - Crash [@ nsCoreUtils::DispatchMouseEvent(unsigned int, nsIPresShell*, nsIContent*) ]. r=surkov 2010-02-23 09:38:00 -05:00
Saint Wesonga 7674a5ab7c Bug 523417 - "warning: invoking macro NS_ENSURE_SUCCESS argument 2: empty macro arguments are undefined in ISO C90 and ISO C++98" in DOM worker code. r=jst 2010-02-22 18:41:21 +01:00
Alexander Surkov 2781480153 [mq]: fix 2010-02-20 17:31:07 -08:00
Alexander Surkov f6adc2a187 Bug 545738 - clean up nsAccessibilityService::GetAccessible() and related, r=davidb 2010-02-20 16:56:35 -08:00
Alexander Surkov 2758ec302f Bug 530081 - Clean up our tree walker , r=marcoz, davidb
--HG--
rename : accessible/src/base/nsAccessibleTreeWalker.cpp => accessible/src/base/nsAccTreeWalker.cpp
rename : accessible/src/base/nsAccessibleTreeWalker.h => accessible/src/base/nsAccTreeWalker.h
2010-02-20 16:55:04 -08:00
Alexander Surkov 626add378c Bug 524115 - HyperText accessible should get focus when the caret is positioned inside of it, text is changed or copied into clipboard by ATs, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/nsIAccessibleEditableText.js => accessible/tests/mochitest/editabletext.js
rename : accessible/tests/mochitest/test_nsIAccessibleEditableText.html => accessible/tests/mochitest/test_editabletext_1.html
2010-02-20 16:50:50 -08:00
Kyle Huey 3986aadb07 Bug 545064: Eliminate obsolete ResultFromSCode macro r=jimm, davidb 2010-02-20 08:45:19 -05:00
Alexander Surkov 68d2c6a519 Reduce orange noise for test_name_nsRootAcc on Linux (b=525175). r=davidb 2010-02-19 14:00:49 -05:00
L. David Baron ebae6d610d Fix spelling of 'the' to cause another round of builds and talos runs. 2010-02-17 13:28:29 -05:00
David Bolter e64485cc2d orange test_name_nsRootAcc.xul investigation (b=525175). r=MarcoZ 2010-02-12 09:57:44 -05:00
David Bolter 62108d4c65 Bug 545439 - re-enable doc events test: test_doc.html. r=MarcoZ 2010-02-12 09:24:45 -05:00
Marco Zehe 388f13e902 Bug 545399 - Test more HTML elements that create text containers, r=davidb 2010-02-11 15:07:00 +01:00
Alexander Surkov d1b6074dc4 Bug 545391 - keep nsAccessNode objects in cache instead of nsIAccessNode, r=davidb, marcoz, sr=neil 2010-02-11 21:58:35 +08:00
Alexander Surkov e17a9b417f Bug 543961 - nsAccessibilityService::GetAccessible() shouldn't try to get document accessible from global cache twice, r=davidb, marcoz 2010-02-11 21:56:01 +08:00
David Bolter 811b9b2f7d Bug 543478 - nsXULSelectableAccessible::RefSelection leaks an nsIAccessible. r=surkov 2010-02-09 08:29:26 -05:00
David Bolter 49b72da264 Bug 544017 - Fix DEBUG_A11Y compile path and move TestChildCache to DEBUG; r=surkov 2010-02-09 08:29:22 -05:00
Ehsan Akhgari 9c519d02c2 Bug 544600 - Accessibility should check for the bogus br node used by the editor directly; r=davidb 2010-02-08 16:02:18 -05:00
Serge Gautherie 1859219ae4 Bug 492956 - mochitest-a11y failed, summary reports unexpected huge numbers for pass/fail; (Bv2) Fix potential edge cases in listenA11yEvents().
r=surkov.alexander
2010-02-05 21:30:14 +01:00
Serge Gautherie 36b9bc2f8a Bug 492956 - mochitest-a11y failed, summary reports unexpected huge numbers for pass/fail; (Cv2) Remove leftover observer.
r=surkov.alexander.
2010-02-04 19:15:03 +01:00
Timothy Nikkel a5584d9b97 Bug 488771. Stop nsIScrollPositionListener from inheriting from nsISupports. r=roc
--HG--
extra : rebase_source : bb93c56b3347bc8df7fd843f08e2d5dfc4f3071b
2010-01-28 18:03:42 -06:00
Alexander Surkov bcbd857e32 Bug 543931 - expose onmouseup/down via accessible 'click' action, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/test_actions_anchors.html => accessible/tests/mochitest/actions/test_anchors.html
rename : accessible/tests/mochitest/test_actions_aria.html => accessible/tests/mochitest/actions/test_aria.html
rename : accessible/tests/mochitest/test_actions.html => accessible/tests/mochitest/actions/test_general.html
rename : accessible/tests/mochitest/test_actions.xul => accessible/tests/mochitest/actions/test_general.xul
rename : accessible/tests/mochitest/test_actions_inputs.html => accessible/tests/mochitest/actions/test_inputs.html
rename : accessible/tests/mochitest/test_actions_tree.xul => accessible/tests/mochitest/actions/test_tree.xul
rename : accessible/tests/mochitest/test_actions_treegrid.xul => accessible/tests/mochitest/actions/test_treegrid.xul
rename : accessible/tests/mochitest/test_states.html => accessible/tests/mochitest/states/test_aria.html
rename : accessible/tests/mochitest/test_states_doc.html => accessible/tests/mochitest/states/test_doc.html
rename : accessible/tests/mochitest/test_states_docarticle.html => accessible/tests/mochitest/states/test_docarticle.html
rename : accessible/tests/mochitest/test_states_editablebody.html => accessible/tests/mochitest/states/test_editablebody.html
rename : accessible/tests/mochitest/test_states_frames.html => accessible/tests/mochitest/states/test_frames.html
rename : accessible/tests/mochitest/test_states_popup.xul => accessible/tests/mochitest/states/test_popup.xul
rename : accessible/tests/mochitest/test_states_tree.xul => accessible/tests/mochitest/states/test_tree.xul
rename : accessible/tests/mochitest/z_states_frame.html => accessible/tests/mochitest/states/z_frames.html
rename : accessible/tests/mochitest/z_states_framearticle.html => accessible/tests/mochitest/states/z_frames_article.html
rename : accessible/tests/mochitest/z_states_framecheckbox.html => accessible/tests/mochitest/states/z_frames_checkbox.html
rename : accessible/tests/mochitest/z_states_frametextbox.html => accessible/tests/mochitest/states/z_frames_textbox.html
2010-02-03 23:00:25 +08:00
Daniel Holbert 6c964ecac8 Bug 543497, Patch C: Fix "warning: suggest parentheses around arithmetic in operand of |" in nsXULMenuAccessible.cpp. r=surkov,aaronleventhal 2010-02-01 18:46:13 -08:00
David Bolter 439ab49c7e Bug 542702 - Remove unused variable childLength in nsXFormsAccessible::CacheSelectChildren. r=surkov 2010-02-01 21:27:35 -05:00
David Bolter bd91be447d Bug 542221 - DeCOMtaminate some usage of nsAccessibilityService. r=surkov 2010-02-01 21:27:32 -05:00
David Bolter 34657ea428 Bug 543033 - Remove unused getAccessibleInWindow (in nsIAccessibleRetrieval). r=surkov 2010-02-01 21:27:24 -05:00
Alexander Surkov ae80f31d9f Bug 535891 - tabBrowser.loadURI is not defined, r=marcoz 2010-02-01 23:48:51 +08:00
Alexander Surkov 84136c67bb Bug 542824 - Create child accessible for text controls from native anonymous content, r=marcoz, davidb 2010-02-01 23:22:35 +08:00
Alexander Surkov 9b172cdb12 Bug 542801 - assertion 'Queue wasn't shut down', r=davidb 2010-02-01 23:21:11 +08:00
Alexander Surkov 80cf04e52f Bug 480697 - [SeaMonkey] mochitest-a11y: test_name.xul fails now: '... combobox list ... toolbaritem_textbox ...', r=marcoz 2010-02-01 23:20:07 +08:00
Alexander Surkov 5bf913a444 Bug 542267 - get rid nsAccessNode::gIsAccessibilityActive, r=davidb 2010-01-27 23:10:02 +08:00
Alexander Surkov 2670bbca38 Bug 541474 - make events coalescing smarter, r=ginn, davidb 2010-01-27 19:45:32 +08:00
Alexander Surkov 853176648e Bug 540892 - Stop using nsIDOMNode tree traversals, r=davidb, sr=bz 2010-01-27 19:43:25 +08:00
Alexander Surkov 59caa962a0 Bug 541352 - nsDocAccessible::FireDelayedEvent should take nsAccEvent*, r=davidb 2010-01-27 19:42:44 +08:00
Alexander Surkov ed118021e7 Bug 515141 - move events firing logic from nsDocAccessible and nsAccEvent into special classes, r=ginn, davidb 2010-01-27 19:42:08 +08:00
Alexander Surkov db0f697122 Bug 541108 - nsAccessible::DoCommand shouldn't return value, r=davidb 2010-01-25 23:09:25 +08:00
Alexander Surkov feb621599e Bug 523785 - Use NS_DispatchToMainThread instead of nsITimer, r=ginn, davidb, sr=smaug 2010-01-25 23:08:08 +08:00
Olli Pettay d1f21ee014 Bug 540462 - Move GetDocument from nsIDocumentViewer to nsIContentViewer, r=bz 2010-01-23 13:41:41 +02:00
David Bolter 4ceb3a6941 Bug 524521 - add test for role of input type="image". r=MarcoZ 2010-01-21 11:32:33 -05:00
David Bolter 5e12e09f77 Bug 540997 - Make a11y test_attrs.html pass on OSX. r=MarcoZ 2010-01-21 11:32:30 -05:00
David Bolter db3d0428b4 Bug 540183 - possible crash fix; check for root frame. r=roc 2010-01-20 20:07:35 -05:00
Alexander Surkov d39bc11999 Bug 540285 - stop explicit usage of nsAccEvent::prepareEvent, r=marcoz, davidb, ginn
--HG--
rename : accessible/tests/mochitest/Makefile.in => accessible/tests/mochitest/events/Makefile.in
rename : accessible/tests/mochitest/test_events_caretmove.html => accessible/tests/mochitest/events/test_caretmove.html
rename : accessible/tests/mochitest/test_events_coalescence.html => accessible/tests/mochitest/events/test_coalescence.html
rename : accessible/tests/mochitest/test_events_doc.html => accessible/tests/mochitest/events/test_doc.html
rename : accessible/tests/mochitest/test_events_draganddrop.html => accessible/tests/mochitest/events/test_dragndrop.html
rename : accessible/tests/mochitest/test_events_flush.html => accessible/tests/mochitest/events/test_flush.html
rename : accessible/tests/mochitest/test_events_focus.html => accessible/tests/mochitest/events/test_focus.html
rename : accessible/tests/mochitest/test_events_focus.xul => accessible/tests/mochitest/events/test_focus.xul
rename : accessible/tests/mochitest/test_events_focusdoc.html => accessible/tests/mochitest/events/test_focusdoc.html
rename : accessible/tests/mochitest/test_events_mutation.html => accessible/tests/mochitest/events/test_mutation.html
rename : accessible/tests/mochitest/test_events_scroll.xul => accessible/tests/mochitest/events/test_scroll.xul
rename : accessible/tests/mochitest/test_events_tree.xul => accessible/tests/mochitest/events/test_tree.xul
rename : accessible/tests/mochitest/test_events_valuechange.html => accessible/tests/mochitest/events/test_valuechange.html
2010-01-20 19:16:32 +08:00
Alexander Surkov 042077e05c Bug 540529 - disable tree/test_tabbrowser.xul on linux 2010-01-19 13:58:07 +08:00
Alexander Surkov 18c3415ffe Bug 540389 - WARNING: Bad accessible tree! [tabbrowser tab], r=davidb, marcoz, mconnor 2010-01-19 12:35:08 +08:00
Alexander Surkov 31ab3cd9ec Bug 540281 - rename nsAccessible::FireAccessibleEvent into HandleAccEvent, r=davidb 2010-01-19 12:23:44 +08:00
Ehsan Akhgari 39a740e2ff Backout changeset 7a74aa79f2ea because accessibility builds on Mac fail to compile 2010-01-18 14:03:47 -05:00
Alexander Surkov f83e5ab166 Bug 540281 - rename nsAccessible::FireAccessibleEvent into HandleAccEvent, r=davidb 2010-01-19 00:32:40 +08:00
Alexander Surkov 05ca2decda Bug 540272 - don't use nsAccessible::FireAccessibleEvent directly, r=davidb 2010-01-19 00:17:01 +08:00
Alexander Surkov 7a0140ce82 Bug 540265 - move nsAccUtils::FireEvent into special class, r=davidb 2010-01-19 00:16:07 +08:00
Alexander Surkov 74d5be755c Bug 481396 - rename nsAccessibleEventData file to nsAccEvent, r=davidb
--HG--
rename : accessible/src/base/nsAccessibleEventData.cpp => accessible/src/base/nsAccEvent.cpp
rename : accessible/src/base/nsAccessibleEventData.h => accessible/src/base/nsAccEvent.h
2010-01-18 23:41:36 +08:00
Alexander Surkov 2bde7bb548 Bug 540262 - get rid nsAccEvent static helpers, r=ginn 2010-01-18 17:27:31 +08:00
Alexander Surkov c844ab5cc3 Bug 539252 - remove 'Description: ' prefix from MSAA description, r=marcoz, davidb 2010-01-16 10:45:19 +08:00
Peter Van der Beken ce3f461016 Fix for bug 428229 (Unable to override addEventListener), remove custom addEventListener code. r=bz.
--HG--
extra : rebase_source : 4e679da2100075a1e3c4ad557b92a3c86a5cf7be
2010-01-13 14:50:01 +01:00
David Bolter 8d6679d0c7 Bug 520188 - make msaa role map conform for aria directory and marquee. r=surkov,MarcoZ 2010-01-12 21:18:24 -05:00
Alexander Surkov 25f22b8874 Bug 539267 - IAccessible accHelp and accHelpTopic return wrong values, r=davidb 2010-01-13 03:57:00 +08:00
Alexander Surkov 8d5ca099ce Bug 536344 - posinset and setsize aren't calculated right for the flatter trees, r=marcoz, davidb 2010-01-13 03:07:38 +08:00
Robert O'Callahan f6a1c15f48 Bug 526394. Part 22: Remove more view stuff from PresShell. r=mats 2009-09-09 17:40:02 +12:00
Robert O'Callahan ab7b70b7c7 Bug 526394. Part 21: Remove nsIViewManager RootScrollableView APIs, and move GetRectVisibility to nsIPresShell. r=mats 2009-09-09 17:40:02 +12:00
Robert O'Callahan 38646513be Bug 526394. Part 19: Remove view paramters from nsIScrollPositionListener. r=mats 2009-09-09 17:40:01 +12:00
Robert O'Callahan 8274a10d56 Bug 526394. Part 18: Remove nsIScrollableViewProvider and its implementations, now that we've removed all its users. r=mats 2009-09-09 17:40:01 +12:00
Robert O'Callahan 6202a9ce42 Bug 526394. Part 10: Convert accessibility code. r=mats 2009-09-03 15:57:41 +12:00
Robert O'Callahan f6ab9ca6ec Bug 526394. Part 3: Add all necessary new APIs to nsIScrollableFrame. r=mats,sr=dbaron 2009-09-01 16:11:11 +12:00
Alexander Surkov b0fcfff2a3 bug 538633 - don't use nsDependentSubstring explicetly, r=neil 2010-01-12 03:01:51 +08:00
David Bolter f9565a8d7f Bug 532338 - Inappropriate IAccessible2 role for DL and DT tags. r=MarcoZ,surkov 2010-01-11 13:55:52 -05:00
Alexander Surkov 25e8bfa787 bug 538633, mac bustage fix 2010-01-11 23:21:10 +08:00
Alexander Surkov 6a850efa80 Bug 538633 - nsAccessible tree navigation methods should deal with nsAccessible pointers, r=marcoz, davidb, sr=neil 2010-01-11 22:14:06 +08:00
Alexander Surkov 5836ebc14e Bug 166994 - Make our MSAA objects also support IDispatch methods for scripters, r=davidb 2010-01-08 14:50:38 +08:00
David Bolter 24c16a306a re-disabling orange test_events_coalescence (b=537936) 2010-01-06 22:15:02 -05:00
David Bolter 05996f059f Bug 537936 - [orange] Disabling most likely test failures in bulk to reduce noise 2010-01-06 14:32:24 -05:00
David Bolter 03ba4ed50c Bug 537936 - Re-enable one test, disable one test in test_events_coalescence (orange) 2010-01-06 13:40:25 -05:00
David Bolter 3f28163652 Bug 537936 - Renable all but one test in test_events_coalesce.html (was disabled for tinderbox orange) 2010-01-06 11:27:45 -05:00
Alexander Surkov 0679480ba3 Bug 523068 - group attributes should be calculated from groupPosition(), r=marcoz, davidb 2010-01-06 18:36:50 +08:00
Ginn Chen cb5b6cfd9f Bug 527646 disable tree/test_menu.xul for Solaris r=surkov.alexander 2010-01-06 14:58:08 +08:00
Ginn Chen 3675518e39 Bug 533688 Firefox 3.6 failed to start with AT-SPI2 0.1.3 r=david.bolter,surkov.alexander 2010-01-06 14:56:56 +08:00
Benjamin Smedberg 65e12293ef Bug 537936 - Temporarily disable test_events_coalesce.html and test_events_doc.html because of tinderbox orange 2010-01-05 15:59:34 -05:00