hewitt%netscape.com
7f0e98bdd5
104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt
2002-01-12 01:20:29 +00:00
darin%netscape.com
3de33f888b
cleaning up some comments
2002-01-12 01:19:45 +00:00
hewitt%netscape.com
43cda34734
70858 - [XUL 1.0] Implement <listbox>, r=evaugahn, sr=hyatt
2002-01-12 01:18:10 +00:00
srilatha%netscape.com
e48f9f1c5d
Fix for bug 102766. Moving localizable mapi files to en-win.jar
...
r=racham@netscape.com , sr=sspitzer@netscape.com
2002-01-12 01:10:15 +00:00
srilatha%netscape.com
24a87fbb19
Fix for bug # 92437. Cleaning up code in this file
...
r=racham@netscape.com , sr=sspitzer@netscape.com
2002-01-12 01:06:02 +00:00
wtc%netscape.com
f11b7d2893
Bugzilla bug 118631: a correct implementation of _PR_CreateOS2Process.
...
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
r=Javier Pedemonte.
2002-01-12 01:05:02 +00:00
rginda%netscape.com
64f0128f80
bug 115695, rs=brendan, venkman only
...
ui changes related to pretty print support
2002-01-12 01:01:02 +00:00
rginda%netscape.com
73855845b3
bug 115695, rs=brendan, venkman only
...
netive changes relating to pretty print support, includes...
* remove jsdIPC interface, replaced with ulong offsets from PC 0.
* add |pcmap| parameter to select between sourcetext/prettyprint linemaps (pcToLine, lineToPc, and isLineExecutable.)
* add |functionSource| property to jsdIScript.
* add |tag| to jsdIScript.
* fixed potential jsdIScript leaks.
2002-01-12 00:56:35 +00:00
bryner%netscape.com
869a967c81
Dispatch a custom DOM event when the selected item is changed, needed for XBL dropdown lists. Bug 112713, r=jkeiser, sr=jst.
2002-01-12 00:53:15 +00:00
bryner%netscape.com
0f17dbccdc
Removing unused file xp_list.h. r=cls.
2002-01-12 00:51:51 +00:00
oeschger%netscape.com
a1b6cf4f78
just adding a new html help file for cotter, r=oeschger
2002-01-12 00:34:04 +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
naving%netscape.com
c59f91b929
119350 r=nhotta sr=sspizter. make cross-folder msgNavigation follow the folder-pane sort order.
2002-01-12 00:11:07 +00:00
nhotta%netscape.com
0ee20025a9
Added wstring version of MakeFullAddress to nsIMsgHeaderParser,
...
changed non wstring functions to noscript because they need UTF-8 string and are not scriptable,
bug 118010, r=ducarroz, sr=sspitzer.
2002-01-11 23:52:15 +00:00
cotter%netscape.com
b2edd12cd4
ongoing privacy & security help content updates, r=oeschger; minor updates to keep help targets in synch with latest content changes.
2002-01-11 23:40:50 +00:00
ian.mcgreer%sun.com
aaba769038
*sigh*
...
fixed backward compatibity tests, but broke current version. will have to rework.
2002-01-11 23:37:37 +00:00
cotter%netscape.com
2ac2671762
ongoing privacy & security help content updates, r=oeschger (mostly Cookie Mgr, Password Mgr, and related files)
2002-01-11 23:25:07 +00:00
pschwartau%netscape.com
d24a0fe0ca
Updating JS_GetImplementationVersion() to date of latest JS release (67111).
2002-01-11 23:18:39 +00:00
bryner%netscape.com
5b0ab5267e
Fixing problems switching to modern skin, also adding a basic forms package to classic. r=ben, sr=hyatt.
2002-01-11 23:14:43 +00:00
darin%netscape.com
e4ecaec549
fixes first part of bug 109179 "replace NS_EscapeURL with NS_EscapeURLPart"
...
r=andreas.otte@debitel.net
sr=alecf@netscape.com
2002-01-11 23:02:22 +00:00
darin%netscape.com
a47cc12899
fixes bug 117931 "Function shExpMatch in nsProxyAutoConfig.js: conversion
...
from shell pattern to regexp is incorrect."
patch=zybi@talex.com.pl
r=tingley@sundell.net
sr=darin@netscape.com
2002-01-11 22:52:32 +00:00
alecf%netscape.com
b0f44a323d
dammit why does this break linux?!
...
backing out my last checkin
2002-01-11 22:44:30 +00:00
darin%netscape.com
926dbcef45
fixes bug 112479 "HTTP needs complete support for nsIUploadChannel"
...
r=dougt, sr=alecf
2002-01-11 22:44:26 +00:00
alecf%netscape.com
21a3f3ae6f
progress towards 108962 - fix nsLinebreakConverter to stop using private nsStr members
...
r=dbaron, sr=jag
2002-01-11 22:40:09 +00:00
ian.mcgreer%sun.com
dd22838792
temporary fix for bug 115360
2002-01-11 22:24:31 +00:00
dougt%netscape.com
e779f53edb
fixing build bustage. there is another nsMemory.h in xpcom/base which overwrote this copy
2002-01-11 21:05:08 +00:00
sdagley%netscape.com
b6d77ac4ec
Change to fix for #60203 - continue to delete temp files on exit of Mozilla app on platforms other than Mac per mscott's request. r=pinkerton
2002-01-11 20:51:09 +00:00
darin%netscape.com
438eeaa425
fixes bug 119103 "Host: header not being send correctly for IPv6 IP's"
...
r=morten@nilsen.com
sr=jag
2002-01-11 20:34:23 +00:00
alecf%netscape.com
6684d81636
fix for bug 114134 - crash when localizing some strings
...
when multi-byte characters crossed a buffer boundary, we weren't correctly backing up and instead tried to decode the half-loaded utf8 character... in addition, our new "remainder" count was completely broken - we were adding the old remainder to the new remainder, when in fact we had just consumed the old remainder
r=dbaron, sr=jag
2002-01-11 20:34:11 +00:00
darin%netscape.com
2c5dd76223
fixes bug 117507 "HTTP Authentication hangs if no username/password is entered"
...
r=badami@netscape.com sr=jag
2002-01-11 20:33:03 +00:00
bnesse%netscape.com
4585e99647
Removing files obsoleted by alecf's checkin for bug 112708.
2002-01-11 20:13:27 +00:00
dougt%netscape.com
a2389a2171
Moving Memory Util functions into nsMemory. r=dmose, sr=jband, bug=119082
2002-01-11 20:12:22 +00:00
bnesse%netscape.com
4e859377fb
Removing files obsoleted by the checkin for bug 89137.
2002-01-11 20:12:09 +00:00
dbaron%fas.harvard.edu
e47cc4c2bc
Do restoration of information in the layout history state immediately after frame initialization rather than using separate code within PresShell::ContentAppended that calls GetPrimaryFrameFor (which is slow and forces every frame into the primary frame map, inefficiently). b=109428 r=rods sr=waterson
2002-01-11 20:10:46 +00:00
bnesse%netscape.com
a7daf4397f
Fix for bug 118903. Add autoconfig to install packaging. Also fixes copying of prefcalls.js to dist on Windows. r=alecf, sr=sfraser.
2002-01-11 20:09:03 +00:00
mitchf%netscape.com
c7e6291f81
fixed typo
2002-01-11 19:53:03 +00:00
jpierre%netscape.com
472a0c1c53
Fix for 98068 - PR_CALLBACK OS/2 issues
2002-01-11 19:53:00 +00:00
sdagley%netscape.com
a5d2c3871e
Fix #60203 and #100460 - change name of downloaded files from the salted name to original name when download finishes and no longer delete temp files passed off to helper apps. Based on patch from Terence Tan. r=pinkerton,sr=sfraser
2002-01-11 19:51:57 +00:00
timeless%mac.com
d59d6f01f1
Bug 114396�JS evaluation result is not displayed in the JS console
...
patch by neil@parkwaycc.co.uk r=doron sr=hewitt
2002-01-11 19:45:00 +00:00
harishd%netscape.com
953e72274b
Reduce the size of tokens. b=113657, r=heikki, sr=jst
2002-01-11 19:39:57 +00:00
bzbarsky%mit.edu
62bab8e43b
Change more instances of NS_ConvertASCIItoUCS2 to NS_LITERAL_STRING.
...
Bug 104159, r=jag, sr=alecf
2002-01-11 19:39:51 +00:00
dbaron%fas.harvard.edu
f833b1af22
Fix background painting as the default color while leaving a page. b=118867 r=sfraser sr=jst
2002-01-11 19:38:21 +00:00
hwaara%chello.se
08934782e1
#105842 , "Empty or no <title> or image does not update title in tabbed browsing"
...
Patch by neil@parkwaycc.co.uk
r=jag, sr=hyatt
2002-01-11 19:37:20 +00:00
mitchf%netscape.com
abc3cffdd1
Adds Javascript entry page into wizard (Bugscape #11290 )
2002-01-11 19:33:33 +00:00
harishd%netscape.com
9984cd8b61
Decrement mOpenFormCount only if there's an open form. b=115262, r=heikki, sr=jst.\n Counter related code should be DEBUG only. b=92618, r=heikki, sr=jst
2002-01-11 19:33:31 +00:00
attinasi%netscape.com
651a74602c
Fixed problem with images splitting when they should not be. b=111255 r=karnaze sr=waterson
2002-01-11 19:32:55 +00:00
dbaron%fas.harvard.edu
fa6686c2d6
Fix bustage.
2002-01-11 19:24:51 +00:00
hwaara%chello.se
b9be5da7ff
#65523 , "'View Stored Cookies' button needs a better name"
...
Patch by Vidar Braut Haarr <vidar@coretrek.com>
r=morse, sr=alecf
2002-01-11 19:24:17 +00:00
attinasi%netscape.com
e871b26614
Added regression test for split images (bug 111255). Not part of build
2002-01-11 19:05:05 +00:00
attinasi%netscape.com
28e7266b5a
Regression test for split images. Not part of build
2002-01-11 19:04:37 +00:00