nhotta%netscape.com
7066eedaaf
Moved the flex value for the widget width out to .dtd file,
...
bug 150756, r=naving, sr=mscott.
2002-06-12 17:00:53 +00:00
nhotta%netscape.com
b8f3255535
Uncheck the previously checked item before checking the new item
...
to workaround the Mac radio menu check mark problem,
bug 98625, r=pinkerton, sr=jst.
2002-06-12 16:58:12 +00:00
dbradley%netscape.com
168404c5a9
Bug 148732 - xpidl doesn't accept drive colon args. r=dbradley, sr=shaver
2002-06-12 16:56:19 +00:00
kaie%netscape.com
893ebf21fd
b=147770 Enhance S/Mime menu wordings
...
r=cotter sr=alecf
2002-06-12 16:54:45 +00:00
alecf%netscape.com
e7b9de7473
fix for bug 149121 - split up command line handler macros so we can write custom registration routines. r=bnesse, sr=sspitzer
2002-06-12 16:47:23 +00:00
seawood%netscape.com
734a5d3a11
Update toplevel ignore list
2002-06-12 16:44:41 +00:00
kaie%netscape.com
53b1d03a9c
b=126944 Handle NSS error codes within PSM.
...
r=ssaux sr=darin
2002-06-12 16:44:22 +00:00
peterlubczynski%netscape.com
3d6ee550ba
Fixing bug 122119, cannot use consecutive white space characters in PARAM tags, r=harishd, sr=jst
2002-06-12 16:41:25 +00:00
pinkerton%netscape.com
f128ea8c93
bah, just remove the 'add separator' button since it looks lame disabled.
2002-06-12 14:43:27 +00:00
timeless%mac.com
3a3097908c
Bug 146207 javascript strict warning in bookmarks.xml
...
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-06-12 14:38:29 +00:00
kaie%netscape.com
b6b3aaac10
b=149868 http must never use starttls type sockets, even when going over a proxy. http allows all flavors of SSL2/SSL3/TLS (while startls type sockets disallow some flavors).
...
r=bbaetz sr=darin
2002-06-12 14:36:08 +00:00
timeless%mac.com
bf058e13f8
Bug 143791 menuseparator in Go menu should stay hidden for tabbed mode
...
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-06-12 14:31:40 +00:00
brade%netscape.com
5c664810c4
fix for handling control-backspace on Windows (submitted by bernie5412@hotmail.com (Bernie McGuire)); bug 105122; r=yokoyama, brade, sr=roc+moz
2002-06-12 14:25:02 +00:00
jfrancis%netscape.com
d0375cdd06
bug 83378: plaintext mail reply problems editing quotes. r=fm, sr=kin
2002-06-12 14:14:18 +00:00
jfrancis%netscape.com
6118727dff
bug 83378: plaintext mail reply editong problem in quotes
2002-06-12 14:12:32 +00:00
jfrancis%netscape.com
1324dd0b92
bug 139466: paste can create nested headers. r=harish; sr=jst
2002-06-12 14:07:05 +00:00
jfrancis%netscape.com
a110c74903
bug 146164: removing style can remove too much. r=glazman, sr=kin
2002-06-12 14:04:47 +00:00
pinkerton%netscape.com
4648b0b211
Hook up "edit" bookmarks panel button to info window and gray out
...
"new separator" button until we hook it up.
2002-06-12 14:03:41 +00:00
pinkerton%netscape.com
6e7907c9fe
Implement copy link location from brade (bug 150827)
2002-06-12 13:47:48 +00:00
timeless%mac.com
0fac901f27
Bug 128098 Index should be expanded by default
...
patch by neil@parkwaycc.co.uk r=oeschger sr=alecf
2002-06-12 13:43:50 +00:00
jaggernaut%netscape.com
1a49b72ac0
Bug 112769: Add "New Tab" button to tab bar. r=sgehani, sr=hewitt
2002-06-12 11:49:54 +00:00
brendan%mozilla.org
ca6d53b08b
Back out last change pending debug build (see crash bug 151066).
2002-06-12 08:31:43 +00:00
brendan%mozilla.org
7eefb1753b
Report uncaught errors-as-exceptions from outermost JS_Compile*Function* API calls, just as for JS_Compile*Script* (150584, r=rginda, sr=jst).
2002-06-12 08:04:28 +00:00
jkeiser%netscape.com
f58b85e424
Make input type=file disabled work properly and look right. bug 92858, r=rods@netscape.com, sr=roc+moz
2002-06-12 07:58:26 +00:00
jkeiser%netscape.com
b0e02ba22a
Make pressing enter submit by clicking the first button in form even if there is only one textfield in form. bug 147850, r=bzbarsky@mit.edu, sr=jst@netscape.com
2002-06-12 07:50:45 +00:00
jkeiser%netscape.com
ec94f09a05
Comment form submission more thoroughly. bug 148466, r=alexsavulov@netscape.com, rs=jband@netscape.com
2002-06-12 07:39:08 +00:00
jkeiser%netscape.com
f28bcdf9cc
Make select.selectedIndex = 3; clear all selections in multiple select. bug 77039, r=rods@netscape.com, sr=jst@netscape.com
2002-06-12 07:36:57 +00:00
jkeiser%netscape.com
e244eaa11c
Make input type=hidden save/restore value. bug 149962, r=rods, sr=jst
2002-06-12 06:35:11 +00:00
igor%mir2.org
558b670d29
Removal of unused code for explicit JSObject support:
...
> Norris Boyd wrote:
>
> Igor Bukaniv wrote:
> >
> > I am curios, why there is a need to have a special JSObject support in Rhino? Was it used for anything? The implementation in the ICEbrowser does not use it as in rare cases where conversion from JSObject to/from JS type may be needed (like calling JSObject.getWindow from a script), it seems that WrapHandler (or similar modifications to pre Rhino 1.5R2 sources) and Wrapper are enough to cover all the cases.
> Yes, we should probably just remove the JSObject code. We added it early on when Rhino was first written and we thought we might need JSObject compatibility with the JS + Java implementation in Navigator 4.x. That's not important now, so we should just remove this code (which likely doesn't work at this point anyway).
2002-06-12 05:32:35 +00:00
kyle.yuan%sun.com
d5c0bf6b9b
Bug 148902 Implemetation of nsIAccessibleEditableText
...
r=aaronl, sr=jst
2002-06-12 05:27:37 +00:00
kyle.yuan%sun.com
5edddda012
Bug 146400 To merge nsIAccessibleSelectable and nsIAccessibleSelection
...
r=aaronl, sr=jst
2002-06-12 05:16:30 +00:00
dmose%netscape.com
5278df6851
authenticated LDAP autocompletion incorrectly autopicks current addr after password entered (bug 146569) r=blake@netscape.com, sr=hewitt@netscape.com
2002-06-12 05:14:32 +00:00
mkaply%us.ibm.com
88fef04a15
OS/2 bustage
2002-06-12 05:04:12 +00:00
bryner%netscape.com
e1f0385937
Fix the situation where clicking a link that has a mousedown handler which opens a window would erroneously send a blur to the newly-opened window (bug 131651). r=saari, sr=hewitt.
2002-06-12 05:00:35 +00:00
kyle.yuan%sun.com
dcefbf3719
Bug 148010 JS exceptions in mailnews autocomplete widget on trunk
...
r=varga, sr=hewitt
Prevent JS exception and disable key-navigation feature in autocomplete
2002-06-12 04:32:04 +00:00
shanjian%netscape.com
6e7e01ff80
#102407 Unexpected instances of POSTDATA warning messages [form sub]
...
Swap the priority of weakdoc charset and default charset.
disable auto detection for POST document.
r=ftang, sr=darin
2002-06-12 04:18:31 +00:00
suresh%netscape.com
833f1c7f89
fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf.
2002-06-12 04:09:52 +00:00
dbaron%fas.harvard.edu
155b9b60cb
Fix crash exiting print preview in certain cases (pages with frames; embedding apps) by ensuring view manager outlives pres shell. b=148308 r=rods sr=waterson
2002-06-12 03:32:24 +00:00
dbaron%fas.harvard.edu
e7ad8ac35b
Fix crash when looking at style rules of element matching no rules. b=141022 r=hewitt sr=waterson
2002-06-12 03:30:32 +00:00
dbaron%fas.harvard.edu
e5a0855621
Fix crashes related to editing of HR elements by wrapping generated content for leaf frames in an extra frame so :before and :after are always the first/last children of the primary frame. Disable generated content for floating and absolutely positioned leaf frames. b=141054 sr=waterson r=kin
2002-06-12 03:27:48 +00:00
roc+%cs.cmu.edu
3cd559ba29
Bug 124685. Change damage propagation algorithm to traverse the widget tree instead of the view tree; speeds up certain testcases. r=kmcclusk,rs=waterson
2002-06-12 03:22:35 +00:00
dbaron%fas.harvard.edu
7539122f8b
Fix performance problem on home.netscape.com: Don't do full reflow of all absolutely positioned elements whose containing block is on the path to the target of an incremental reflow. b=146831 sr=waterson r=kin
2002-06-12 03:21:00 +00:00
roc+%cs.cmu.edu
96a4b4dbf6
Bug 148350. Fix the gcc optimizer workaround. r=kmcclusk,sr=waterson
2002-06-12 03:18:10 +00:00
dougt%netscape.com
631e0ce2d0
Fixes build bustage for cbiesinger
2002-06-12 00:29:17 +00:00
andreww%netscape.com
e72fcc5cf1
bugzilla 150696 - Dom Inspector needs "window" menu - r=timeless, sr=hewitt
2002-06-12 00:25:28 +00:00
waldemar%netscape.com
4aa22ac474
Added lots of new code for frames and function definitions
2002-06-12 00:24:29 +00:00
waldemar%netscape.com
2559b0f48c
Added optional test to unique-elt-of
2002-06-12 00:23:45 +00:00
wtc%netscape.com
aae4410a4d
Bug 150143: use map file to limit exported symbols on Mac OS X. The patch
...
is contributed by Brian Ryner <bryner@netscape.com>.
Modified files: Darwin.mk rules.mk
2002-06-12 00:21:19 +00:00
robinf%netscape.com
c75110aa50
routine help uer bug 122806, r=oeschger
2002-06-11 23:50:29 +00:00
stephend%netscape.com
5c3c0171ee
Bug 150653. Fixing a comment for nsHTMLEntities::UnicodeToEntity(). Patch by alge@samsen.com. r=choess, sr=vidur
2002-06-11 23:37:34 +00:00