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

182 Коммитов

Автор SHA1 Сообщение Дата
bryner%netscape.com 653df3043e Revert to using an attribute for menuactive (bug 133610). r=ben/jkeiser, sr=jst, a=asa. 2002-03-27 07:01:26 +00:00
bryner%netscape.com 54e3bd6266 Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc. 2002-03-24 22:38:21 +00:00
dbaron%fas.harvard.edu df8e0b2f1e Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:52:27 +00:00
cltbld%netscape.com 2a441078b6 Remove the search path to mozilla: so that this project doesn't take aeons to open.r=bryner. (sfraser checking in from build machine) 2002-03-22 04:41:44 +00:00
bryner%netscape.com 2a55a8bbfb Backing out my checkin from earlier (bug 130778), it seems to be the culprit for the Tp increase. 2002-03-21 07:33:51 +00:00
bryner%netscape.com 60c852910e Fixing bustage again 2002-03-21 01:08:59 +00:00
bryner%netscape.com a229e7dae2 argh, fixing windows nmake bustage. 2002-03-21 00:50:40 +00:00
bryner%netscape.com 65ba075a1d Bug 130778 - fixing Txul regression from changing 'menuactive' attribute to :-moz-menuactive pseudoclass. Get the menuactive state from the frame instead of the content node so that we don't have to call through xpconnect and js. r=dbaron, sr=hyatt, a=asa. 2002-03-20 22:48:24 +00:00
aaronl%netscape.com f70915c92a Bug 127724. Active Accessibility: nsIAccessible's accDoAction does not work for Html Check Box Node. r=aaronl, sr=sfraser, a=asa 2002-03-14 06:14:33 +00:00
bryner%netscape.com a34c68fa0b Changing XUL menus to use a :-moz-menuactive pseudoclass rather than a menuactive attribute for styling the active item. This will allow XBL select widgets to not modify the HTML DOM. Bug 128947, r=dbaron, sr=hyatt, a=asa. 2002-03-12 21:49:23 +00:00
aaronl%netscape.com 38b3c18e80 Bug 129606 - Active accessibility: support STATE_DEFAULT. r=jgaunt. sr=alecf. a=asa. Bug 124450 (reopened) - Active Accessibility: support fieldset and legend. r=jgaunt. sr=hewitt. a=asa 2002-03-10 05:14:24 +00:00
aaronl%netscape.com 93a20e823f Bug 129605 - Active accessibility: support ROLE_DIALOG. r=jgaunt. sr=alecf, a=asa 2002-03-10 05:12:39 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
aaronl%netscape.com 613d78d4b4 Bug 125295. Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver 2002-03-01 07:27:33 +00:00
aaronl%netscape.com 22931b9e75 Bug 127277. accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver 2002-03-01 07:27:29 +00:00
aaronl%netscape.com 11f6e7f5b6 Backing out Bug 125295. (Smoktests not finished) Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:18:42 +00:00
aaronl%netscape.com eb2bcd551f Backing out Bug 127277. (Smoktests not finished) accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:18:39 +00:00
aaronl%netscape.com a88048e70f Bug 125295. Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:14:54 +00:00
aaronl%netscape.com f028eda411 Bug 127277. accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:14:49 +00:00
jgaunt%netscape.com fdd81f01d7 this would break too 2002-02-18 08:48:29 +00:00
jgaunt%netscape.com 16608b54d7 DAMN, more bustage fixage 2002-02-18 08:46:08 +00:00
jgaunt%netscape.com 58435d833f bustage fix 2002-02-18 08:12:27 +00:00
jgaunt%netscape.com c5488d8591 bug 109223 - XUL listbox Accessibility support r=aaronl sr=hewitt 2002-02-18 07:35:10 +00:00
aaronl%netscape.com 37d3cec004 Active Accessibility: support HTML tags <fieldset> and <legend>. r=jgaunt, sr=hewitt 2002-02-16 01:34:42 +00:00
dbragg%netscape.com f7eae3c47b Moving these platform specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf 2002-02-07 22:52:20 +00:00
alecf%netscape.com fe8bbbd587 dependency update 2002-02-06 22:19:07 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
jgaunt%netscape.com f45ab9bd02 bug 121890 bad acc bounds reporting for HTML Select Button
r=aaronl
sr=brendan
2002-01-29 02:05:22 +00:00
jst%netscape.com 74b270f1db Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-24 09:20:51 +00:00
aaronl%netscape.com ab9bb75d9a Bug 120813. Active Accessibility: fix bounds of root frame. The root frame's x,y position shouldn't have the current scroll position added to it, unlike it's child elements. r=jgaunt, rs=waterson 2002-01-24 05:12:29 +00:00
seawood%netscape.com e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
aaronl%netscape.com 917db0977f Bug 120176. Active Accessibility: tweaks to STATE_OFFSCREEN. r=kmcclusk, sr=waterson 2002-01-16 03:07:03 +00:00
aaronl%netscape.com e44c18b07f Bug 118018. Active Accessibility: Bounds fixes. r=dbaron, sr=hewitt 2002-01-15 05:20:27 +00:00
jgaunt%netscape.com 90c625b3fa bug 115659 xul radio buttons not exposed properly through accessibility
r=aaronl
sr=jag
2002-01-14 21:00:08 +00:00
jgaunt%netscape.com cc5fb98518 bug 110422 optimize XBL accessible code
r=aaronl,rginda
sr=jag
2002-01-14 20:56:49 +00:00
aaronl%netscape.com 2ac3026a93 Bug 118851. Active Accessibility: return i18n compatible names again. r=jgaunt, sr=hewitt. Bug 119312. Active Accessibility: GetAccFocused needs to return the IAccessible for the currently focused node. r=jgaunt, sr=alecf 2002-01-12 00:23:06 +00:00
aaronl%netscape.com 618f21ff3f Active Accessibility: use tooltiptext attribute for accessible name if there is no label. r=jgaunt, sr=waterson 2002-01-11 03:49:13 +00:00
aaronl%netscape.com 682aa6f2ff Bug 119067. Add nsIDOMXULMenuListElement.idl, implement open property. r=jgaunt, sr=hyatt. Bug 119251 - Active Accessibility status bar shouldn't act like a leaf - need the ability to have children. r=jgaunt, sr=waterson 2002-01-11 03:48:02 +00:00
aaronl%netscape.com 60d7064439 Active accessibility fixes. Bug 118633 - null frame checks, bug 118761 - support STATE_SYSTEM_INVISIBLE, bug 118759 - support statusbar, bug 114109 - support dropmarker, bug 118858 and bug 118020 - text nodes shouldn't get focusable state. r's=jgaunt, sr's=hewitt, waterson 2002-01-09 10:02:29 +00:00
mcafee%netscape.com 71f507cee7 Ignore generated files 2001-12-29 03:28:07 +00:00
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mjudge%netscape.com d7c892374e wrong name for module name. needed webbrwsr not webBrowser_core 2001-12-18 02:06:04 +00:00
mjudge%netscape.com 50bfd9ef58 7868 api change for selection SetDisplayFlags in nsISelectionDisplay idl. r=saari bug bs=7868 2001-12-18 01:12:02 +00:00
aaronl%netscape.com c131546032 Bug 115330. Correct states for text nodes that are children of links. r=jgaunt, rs=waterson 2001-12-17 23:52:24 +00:00
jgaunt%netscape.com f0c6cbebd4 fixing bustage on mac 2001-12-17 03:01:20 +00:00
jgaunt%netscape.com ae53a4b116 bug 102021, xul menulist accessibility support for aaronl r=jgaunt, sr=hyatt bug 109227, xul tabbox accessibility support r=aaronl, sr=hewitt 2001-12-17 01:21:45 +00:00
jgaunt%netscape.com 3cb166bf1c bug 102021, xul menulist accessibility support for aaronl
r=jgaunt, sr=hyatt
bug 109227, xul tabbox accessibility support
r=aaronl, sr=hewitt
bug 110800, improper event firing in selects
r=dcone, sr=attinasi
2001-12-17 01:21:29 +00:00
jaggernaut%netscape.com ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00