dbaron%fas.harvard.edu
95771efc1f
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 22:26:36 +00:00
bryner%netscape.com
a2a4dae41d
More work on XBL radio button (bug 112715). r=jkeiser, sr=jst, a=asa.
2002-03-22 04:22:19 +00:00
bryner%netscape.com
18238432f2
Implement HTML radio button in XBL (bug 112715). r=pavlov, sr=ben, a=brendan.
2002-03-21 09:16:17 +00:00
bryner%netscape.com
1914b50cca
- Removing modern theme versions of the XBL form controls
...
- Moving classic theme versions of the controls into forms.jar, so we don't rely on classic.jar
- Updating xpinstall packages to reflect this
Bug 130236, r=ben, sr=hyatt, a=brendan.
2002-03-19 21:47:46 +00:00
bryner%netscape.com
57947912be
Disable -moz-appearance on the remaining widgets, since we're not going to do native OS form control theming for 1.0. Bug 130236, r=kerz, sr=ben, a=brendan.
2002-03-18 09:01:02 +00:00
bryner%netscape.com
c0046df331
Use a scrollbar, not auto-scroll arrows, for <select size=1>. Bug 129805, r=blake, sr=ben, a=brendan.
2002-03-18 07:07:45 +00:00
bryner%netscape.com
8dd466be82
Hardcode sizetopopup=always behavior for HTML select widgets, that way we don't pollute the HTML DOM with our attribute. Also, factoring out the sizetopopup check into a helper method. Bug 128947, r=jkeiser, sr=brendan, a=dbaron.
2002-03-17 23:41:22 +00:00
attinasi%netscape.com
de0213ac71
Catch the case where the content node for the Input has not been created yet, prevent crash. b=123914 r=jkeiser, sr=roc+moz, a=asa (OBO drivers)
2002-03-15 00:40:07 +00:00
andreww%netscape.com
9401f96236
bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0
2002-03-14 21:20:51 +00:00
jkeiser%netscape.com
b701e487da
Fix select focus crasher (bug 125906), r=rods@netscape.com, sr=attinasi@netscape.com, a=asa
2002-03-14 00:56:56 +00:00
bryner%netscape.com
3a8bd6be8c
Hook up the :checked CSS pseudoclass for input elements and use that instead of the _moz-input-checked attribute. Bug 128947, r=jkeiser, sr=ben, a=brendan.
2002-03-13 10:12:33 +00:00
hyatt%netscape.com
0418cf4b10
Fix 129787. Select popups should inherit the background color from the select. XBL Form Controls. r=bryner, sr=ben, a=brendan
2002-03-12 09:44:11 +00:00
hyatt%netscape.com
47eb28c8ac
Fix the font of XBL select widgets to be sans serif (using the list system font). r=bryner, sr=ben, a=brendan, bug 129788
2002-03-12 09:31:54 +00:00
hyatt%netscape.com
fccea95dd7
Fix for bugs 129786 and 129803, correcting the min width on XBL form control buttons and rewriting the button CSS to disable moz-appearance and correct the padding and active and focus states. r=bryner, sr=ben, a=brendan
2002-03-12 09:19:34 +00:00
hyatt%netscape.com
3f53f64eab
Fix for 129789, XBL form control selects need to leave space for scrollbars. r=bryner, sr=ben, a=brendan
2002-03-12 08:45:52 +00:00
hyatt%netscape.com
0d1c9a6629
Fix for 129792, XBL form control selects had wrong display type (block XUL box instead of inline XUL box), r=bryner, sr=shaver, a=brendan
2002-03-12 08:24:58 +00:00
mkaply%us.ibm.com
e3ae592a10
#100186
...
r=jkeiser, sr=attinasi, a=asa
On OS/2 and Windows, handle F4 to roll up and down dropdowns
2002-03-08 15:49:30 +00:00
jkeiser%netscape.com
6ff9613c86
Move radio buttons to content (bug 108308). r=rods@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
2002-03-07 20:53:40 +00:00
bryner%netscape.com
ec00895936
- Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
...
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.
Bug 128947, r=dbaron, sr=jst, a=asa.
2002-03-07 03:34:29 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
bryner%netscape.com
f59fa9c5cf
Bug 128749 - fix shortcut keys when a select/outliner has focus. r=pinkerton, sr=blake, a=asa.
2002-03-04 23:36:38 +00:00
alecf%netscape.com
30260b9c1e
bug 127091 - big string cleanup, removing old APIs
...
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
bryner%netscape.com
9b8c00b300
Bug 128408 - XBL select widgets crash in embedding apps. Fixing the
...
select binding to load synchronously as it was intended to, and removing
usage of the outlinercols binding to ensure that the OutlinerColFrame is
constructed before the OutlinerBodyFrame. r=varga, sr=shaver, a=roc.
2002-03-03 23:31:26 +00:00
bryner%netscape.com
8b06efcf77
Meant to check this in as part of bug 127189. Make the XBL select widget use sizetopopup="always". Not yet turned on.
2002-03-03 07:48:38 +00:00
rods%netscape.com
e6bd0063f3
Fix up layout for RTL after areaframe jumbles frames.
...
Bug 118509 r=dcone sr=attinasi a=shaver
2002-02-27 13:03:00 +00:00
jkeiser%netscape.com
7efc0a0c04
Tabbing out of dropdown does not reset selected item (bug 100188), r=rods@netscape.com, sr=attinasi@netscape.com
2002-02-20 05:59:46 +00:00
dbragg%netscape.com
9fd02ba450
Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz
2002-02-20 03:18:10 +00:00
alecf%netscape.com
5ec5cd62b2
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
...
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
roc+%cs.cmu.edu
18ecdfc4e9
Bug 91516. Organize view managers into a tree so that IFRAMEs can be rendered and event-processed coherently with their containing documents. r=kmcclusk,rods,sr=attinasi
2002-02-19 21:33:26 +00:00
aaronl%netscape.com
e43f60c6aa
Fixing bustage. --disable-accessibility is broken
2002-02-16 03:23:18 +00:00
aaronl%netscape.com
335d9c893a
Bug 115686: support F4 in dropdowns - XUL <menulist>, HTML combobox and URL bar. r=dean_tessman, sr=hewitt
2002-02-16 01:35:09 +00:00
aaronl%netscape.com
3d77ae43f5
Active Accessibility: support HTML tags <fieldset> and <legend>. r=jgaunt, sr=hewitt
2002-02-16 01:34:42 +00:00
bryner%netscape.com
83015eb2dc
bug 122036 - make space and ctrl+space work as expected. Not turned on yet.
2002-02-14 09:29:00 +00:00
bryner%netscape.com
8dad44cf8d
Bug 123477 - implement HTML button in XBL. r=jkeiser, sr=hyatt. Not turned on yet.
2002-02-13 10:47:18 +00:00
rods%netscape.com
58827d33e8
Override if the computed size is zero
...
Bug 121461 r=dcone sr=attinasi
2002-02-12 15:24:37 +00:00
rods%netscape.com
207ba610e2
Clip was being incorrectly set set as Replace instead of Intersect
...
Bug 84138 r=kmcclusk sr=attinasi
2002-02-12 13:35:59 +00:00
bryner%netscape.com
8b56445fbe
Bug 124298 - moving form submit/reset event firing into the content node. r=jkeiser, sr=attinasi
2002-02-08 23:50:51 +00:00
jkeiser%netscape.com
d93e9baf2d
bug 110800 - fire onChange when losing dropdown focus. r=rods@netscape.com, sr=kin@netscape.com
2002-02-08 18:35:48 +00:00
bryner%netscape.com
2dbc07aa11
Adding missing licenses.
2002-02-08 07:56:08 +00:00
bryner%netscape.com
a14d6a7972
New files for XBL-ified HTML button widget. Not part of the build.
2002-02-08 07:38:56 +00:00
bryner%netscape.com
3fb0ab0481
Updates to XBL checkbox widget. Hopefully this will fix some of the problems with native theme drawing. Not turned on yet.
2002-02-06 08:24:26 +00:00
bryner%netscape.com
7550795b6a
Fixing bug 122034 (tabbing not working from xbl selects). Not turned on yet.
2002-02-05 02:14:50 +00:00
bryner%netscape.com
b254d2c13c
adding -moz-appearance for xbl listboxes. not turned on yet.
2002-02-02 02:23:17 +00:00
bryner%netscape.com
c9a224a530
Adding classic skin css for xbl checkboxes. Also fixing up borders on comboboxes. Not turned on yet.
2002-02-02 01:42:25 +00:00
bryner%netscape.com
4cc4608aef
Adding classic skin css for xbl select widget. Not turned on yet.
2002-02-01 23:59:26 +00:00
bernd.mielke%snafu.de
742e40ca32
fieldset reflow cleanup:
...
bug 120958 report correct maxElementSize under table reflow conditions
bug 48318 implement correct default alignement under bidi conditions, make legend alignment
indepedent of fieldset content if fieldset size is not content driven.
bug 80422 route trough events for floats inside a fieldset
bug 42302 honour padding-top
bug 60375 large maxElementsize overwrite computedWidth
r=karnaze sr=waterson
2002-01-31 05:09:13 +00:00
alecf%netscape.com
b417379c8c
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
bryner%netscape.com
3e5be6a872
Bug 112716 - implement checkbox in XBL. r=jkeiser, sr=jst.
2002-01-28 23:48:16 +00:00
bryner%netscape.com
db74305673
Make sure to look at the select element for onchange handlers, not the anonymous children. Not part of the build.
2002-01-28 00:32:11 +00:00
roc+%cs.cmu.edu
9d1c59e978
Bug 13213. Allow views to extend above and to the left of their owner frames. r=kmcclusk,rs=waterson
2002-01-27 07:56:23 +00:00