mjudge%netscape.com
f92fecf1e5
fix for 42188, r=akkana 42347. use selection controller to tell the doc if it should display non-text-selection.
2000-06-23 04:00:45 +00:00
racham%netscape.com
b564d158b3
enabling biff bug 36011 review=scottip
2000-06-23 03:20:35 +00:00
gayatrib%netscape.com
4475d5bfaf
Enabling biff bug 36011 review=scottip
2000-06-23 03:19:21 +00:00
gayatrib%netscape.com
dfd928ee8d
Biff Feature bug 36011 review=scottip
2000-06-23 03:19:17 +00:00
mscott%netscape.com
7e54058b07
Bug #10802 --> in order to implement open attachment i need the mail news channels to implement set owner
...
and set/get contenttype
r=sspitzer
2000-06-23 03:11:20 +00:00
rods%netscape.com
e300ddcf09
It wasn't call the NavQuirks sizing code when in NavQuirks mode.
...
Bug 42521,41629 r=kmcclusk
2000-06-23 02:30:38 +00:00
drapeau%eng.sun.com
7f384b86a6
Two main things:
...
1) Fix for 23775 (three files changed for this)
2) Many OJI unit tests added.
2000-06-23 02:28:31 +00:00
rods%netscape.com
81f4263907
minor fixes for reflow so textfield size correctly
...
Bug 42521, r=evaughan
2000-06-23 02:28:01 +00:00
beard%netscape.com
f7c44fcf6f
putting the JSClass* in the current global scope, and looking up superclass rereferences.
2000-06-23 02:22:55 +00:00
waterson%netscape.com
cdb181472e
Bug 21650. Add an assertion if the service manager is improperly re-entered. r=dbaron,warren
2000-06-23 02:02:48 +00:00
waterson%netscape.com
66a05bec2a
Bugs 21650, 42586. Remove nsISocketTransportService::LateInit(), move code that gets string bundles to lazily grab the bundle when it's needed. This avoids re-entrancy into the service manager which causes a leak. r=dbaron,warren
2000-06-23 02:02:04 +00:00
vidur%netscape.com
ce43bb886c
Added Mac projects and make requirements from peter.vanderbeken@pandora.be. This is not part of the Seamonkey build.
2000-06-23 01:55:42 +00:00
bryner%uiuc.edu
215930dd1d
Bulletproofing fix for bug 41116. r=saari.
2000-06-23 01:54:20 +00:00
varada%netscape.com
d0be445fde
fix for bug#37180 -change nsIFileSpecWithUI to nsIFilePicker; r=scottip
2000-06-23 01:38:59 +00:00
sspitzer%netscape.com
81ec9d522b
fix for #43548 , and possibly #43392 .
if internet config tells us the string is of zero length, set the
out string to null. r=mscott
2000-06-23 01:08:53 +00:00
rusty.lynch%intel.com
ad60646fab
fix crasher on read-only filesystem (bug #43512 )
...
-r=dveditz
2000-06-23 01:01:39 +00:00
law%netscape.com
8923319873
Bug 36658; adds urlwidgt dll/xpt to package list for windows
2000-06-23 00:57:23 +00:00
tao%netscape.com
87542ec138
Minimum set of langpack files.
2000-06-23 00:53:01 +00:00
saari%netscape.com
537596e625
adding GetRootCommandDispatcher to nsPIDOMWindow for utility.
...
Needed for beta2+ bug 38673. r=hyatt
2000-06-23 00:42:21 +00:00
law%netscape.com
6115b41783
Bug 36658; patch submitted by Jesse Burris (JBurris@mmxi.com); adds urlwidget to component list; r=law
2000-06-23 00:36:00 +00:00
law%netscape.com
5799b4f98d
Bug 36658; patch submitted by Jesse Burris (JBurris@mmxi.com); r=law
2000-06-23 00:31:24 +00:00
kmcclusk%netscape.com
b9a81f7d69
Nested divs with overflow now correctly position their child divs which have negative translations (patch from Robert O'Callahan) b=41153 r=attinasi@netscape.com tested on WIN32, Linux
2000-06-23 00:27:12 +00:00
jst%netscape.com
775588fcf5
Fixing nsbeta2+ bug 33477, completing (more or less) the DOM Level 2 NamedNodeMap implementation, this includes modifying the XML content sink to properly pass attribute prefixes to the content objects. r=vidur@netscape.com
2000-06-23 00:21:32 +00:00
attinasi%netscape.com
cde29d43f0
Additional BuildID parsing needed by Bindu. Not part of build.
2000-06-23 00:18:09 +00:00
inaky.gonzalez%intel.com
ca76f0133a
Bug #39323 . Change nsSoftwareUpdate::mMasterListener to be a
...
dynamically allocated object instead of a member, so we don't have to
do ugly tricks AddRefing it manually not to get it destroyed (and thus
segfaulting). r=waterson,dvedit a=dvedit
2000-06-23 00:14:22 +00:00
endico%mozilla.org
2986433dde
fix subject on confirmation mail
2000-06-23 00:10:34 +00:00
rogerl%netscape.com
33c9eb064a
Added support for 'debugger' as a statement. (Rob made me)
2000-06-23 00:08:10 +00:00
sgehani%netscape.com
b7ea189fbd
Subdir in Linux installer tarball. (nsbeta2+)
...
[b=39735; r=ssu]
2000-06-23 00:04:24 +00:00
mscott%netscape.com
567e6d3ea8
Bug #10802 --> register mime as a message/rfc822 to */* converter.
...
r=sspitzer
2000-06-23 00:00:52 +00:00
attinasi%netscape.com
d349e5258a
When the PresShell is notified that a styleshet's state has changed, it now notifies the StyleSet so it can rebuild the rule processors. Part of fix for b=38026 that I missed checking in before (r=karnaze)
2000-06-22 23:58:03 +00:00
ftang%netscape.com
4f7a6834d9
fix bug 35076. r=gagan add UCS2toUTF8 conversion before assign UTF8 back to nsString
2000-06-22 23:53:21 +00:00
ducarroz%netscape.com
2ea7d6cffc
Fix for bug 41137. Add support for mailing list. R=alecf
2000-06-22 23:47:16 +00:00
waterson%netscape.com
a282078ef1
Bug 41534. Fix 'style' attribute on XUL elements; use nsXULAtoms instead of hard-coded atoms. r=hyatt
2000-06-22 23:29:43 +00:00
dveditz%netscape.com
97d3f5a1e6
removing obsolete files
2000-06-22 23:18:56 +00:00
av%netscape.com
1c2f557756
Addressing 41197, r=serge
2000-06-22 23:17:50 +00:00
dveditz%netscape.com
906793334d
removing obsolete files. These are already not part of the build, but people keep editing them as they match patterns in global chrome cleanup sweeps
2000-06-22 23:17:12 +00:00
law%netscape.com
2bd21dda04
Fix for 42384; make sure to deallocate using right method; r=bryner
2000-06-22 23:17:03 +00:00
chuang%netscape.com
af0a821c6d
Bug 43134 Dragging scrollbar thumb in the threadPane initiates a drag, fix the address book part. r=putterman
2000-06-22 23:15:08 +00:00
terry%mozilla.org
49892e9607
TripleDB has been completely rewritten. Now requires Sleepycat Berkeley DB.
2000-06-22 23:11:37 +00:00
alecf%netscape.com
ac9b617117
polish for #33101 contributed by
...
Josh Soref <soref@wam.umd.edu>
thanks timeless!
r=alecf
2000-06-22 23:08:07 +00:00
alecf%netscape.com
b9d2ddfef9
update paths to mailWidgets.xml for #33101 r=sspitzer
2000-06-22 23:04:14 +00:00
tao%netscape.com
557898719f
41289: Proivde UI in the Browser (View | International Web Content) to
...
langpack download page.r=jbetak
2000-06-22 22:59:46 +00:00
rginda%netscape.com
c833d164ca
-- Chatzilla only --
...
fix for 42947 and 43414 and an unreported regression with the view buttons
2000-06-22 22:57:09 +00:00
alecf%netscape.com
0bd7b9520e
oops, back out a debugging statement (doesn't affect release build)
2000-06-22 22:53:06 +00:00
alecf%netscape.com
7d6cca6bbb
pre-select the search folder when brought up from the 3-pane UI, for #33101
...
r=sspitzer
2000-06-22 22:52:05 +00:00
av%netscape.com
ab2d009de3
Part of 23667 fix, r=sean@beatnik.com
2000-06-22 22:51:36 +00:00
dbaron%fas.harvard.edu
a465836d3c
Fix leak of a string. r=waterson
2000-06-22 22:51:05 +00:00
morse%netscape.com
390d7dd0e9
bug 43451, crash bringing up image viewer
2000-06-22 22:50:19 +00:00
dbaron%fas.harvard.edu
9c32cecb02
Fix leak of an atom. r=waterson
2000-06-22 22:49:44 +00:00
dbaron%fas.harvard.edu
de9823b3e8
Fix leak of nsInputDimensionSpec. r=waterson
2000-06-22 22:49:02 +00:00