cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
alecf%netscape.com
ec958920a7
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz a=self
2000-11-17 03:45:13 +00:00
darin%netscape.com
a4b1f04c3b
Fixes bug 59661. Occurances of uninitialized variables... r=gagan, sr=mscott.
2000-11-15 22:21:46 +00:00
morse%netscape.com
701438c26c
bug 55731, files on disk need explicit html suffix, r=valeski, a=gagan, sr=mscott
2000-10-29 01:57:24 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
nhotta%netscape.com
3e1effaa30
Changed not to call the localized date format function but instead calls PR_FormatTimeUSEnglish()
...
so later it can be parsed by PR_ParseTimeString() correctly,
bug 30994, r=rjc,sr=mscott.
2000-10-24 21:53:12 +00:00
mscott%netscape.com
1200784454
Bug #54381 --> add <BODY> tag to the unknown decoder's attempt to figure out
...
if content is html or not.
r=gagan, sr=rpotts
2000-10-11 22:53:18 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
mozilla.BenB%bucksch.org
b0cf1263da
52042: "Escape" classes inserted by our TXT recognizer(s) by prepending "moz-"
...
39771: * -> <b> (not <strong>), / -> <i> (not <em>)
18427, Step 1: Add |class=moz-text-html | to wrapping <div>, so users can add rules specific to HTML msgs to their user stylesheets (e.g. to ignore certain formatting). r=rhp
Updating msg body UA stylesheets
r=a=alecf
2000-09-13 02:11:00 +00:00
jst%netscape.com
b3a4ade60d
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
warren%netscape.com
1c8511e78c
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
warren%netscape.com
4af572e4c1
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
valeski%netscape.com
3dcb2f526b
44848. r=gagan. fixing leaked strings
2000-08-01 23:27:29 +00:00
valeski%netscape.com
b09dead0f2
37669. removing unused buildURI code
2000-07-28 21:54:59 +00:00
valeski%netscape.com
f92ff1d879
r-vidur. fixing boundary parsing logic to handle boundary identifiers wrapped in double quotes and spaces, 45878
2000-07-25 22:03:15 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
ruslan%netscape.com
84dfd2d63a
WIP on 40449, a/r=gagan
2000-07-07 22:02:47 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
mscott%netscape.com
8ff80ddafb
Bug #42016 --> fix by Ben Bucksch
...
r=mscott, a=waterson
2000-06-16 21:20:13 +00:00
rpotts%netscape.com
4fb93f34d1
bug #39797 . Fixed unknown content-type sniffer to handle 8-bit characters...
2000-06-16 06:15:13 +00:00
ruslan%netscape.com
239c76de4c
Partial fix for 41876; change the state of the converter into INIT after
...
getting a failure code from the upstream listener. This prevents it from
crashing, a=gagan
2000-06-10 02:09:43 +00:00
mscott%netscape.com
a5f67a6f74
Bug #34672 --> be sure to append the glyph html to the output string.
...
r=ben bucksch
2000-06-08 00:50:41 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
ruslan%netscape.com
14a825e586
Fix 39941; a=gagan
2000-06-01 22:47:53 +00:00
brade%netscape.com
10d4eb0f46
File Removed.
2000-05-25 17:43:06 +00:00
valeski%netscape.com
74aabd0145
r=alecf. 39987. occasional crasher in nsMultiMixedConv.cpp stream converter. We now ensure that we don't search for EOL if we've moved beyond the legitimate buf len
2000-05-22 06:06:57 +00:00
mscott%netscape.com
3d0fd838d1
Bug #32420 --> checking in for Ben Bucksch (mozilla@bucksch.org)
...
r=mscott
2000-05-17 04:22:49 +00:00
ruslan%netscape.com
87d052ef86
Fix 38853
2000-05-15 21:13:27 +00:00
valeski%netscape.com
9fe39644f8
38864. making multi mixed converter more flexible to handle more boundary types.
2000-05-12 20:56:47 +00:00
cls%seawood.org
fec728bf12
More OS/2 Makefile changes. Bug #34106 Batch 13
2000-05-11 14:15:34 +00:00
warren%netscape.com
a451c5f762
Combined all necko dlls into two. Bug 17031.
2000-05-06 09:15:56 +00:00
ruslan%netscape.com
1260c5850b
Fix MAC build breakage
2000-05-06 00:40:42 +00:00
ruslan%netscape.com
208c0f25d7
Fixing 36641
2000-05-06 00:06:28 +00:00
ruslan%netscape.com
edaa9bbaae
Fix 35407. Relax chunk converter's parser to accomodate some bad server
...
responses out there.
2000-05-04 01:28:00 +00:00
valeski%netscape.com
bc01ad0432
35329. MultiMixed converter was stripping *all* whitespace from header values, now it is just compressing it off the ends.
2000-05-03 21:14:39 +00:00
pavlov%netscape.com
03d4675682
string api changes r=scc
2000-04-25 05:40:45 +00:00
valeski%netscape.com
786abf8514
fixing multi mixed so it can handle errors coming from the data producer (http)
2000-04-18 13:42:40 +00:00
bryner%uiuc.edu
a3a0264f41
Write the html, title, and body tags directly to the stream listener
...
without having them go through the txt->html conversion. This makes it so
we don't accidentely try to form an HREF inside the title. r=valeski.
2000-04-17 04:40:44 +00:00
scc%netscape.com
b6011d8f80
making string conversions explicit
2000-04-15 09:16:58 +00:00
valeski%netscape.com
557f95ea64
re-write of multi-mixed converter so it handles binary data. also have the unknown decoder looking for script tags.
2000-04-14 21:27:32 +00:00
ruslan%netscape.com
058a3cfa88
Landing link-click problem fix. Also fix DNS lockup (gordon) on Windows,
...
memory leak of socket transports during pipelined request, add timeout
setters on socket transport, add a restriction on the number of keep-alive
connections.
2000-04-12 01:47:22 +00:00
cls%seawood.org
9c0bd39a1e
Set SHORT_LIBNAME for 8.3 platforms.
2000-04-08 00:39:39 +00:00
bryner%uiuc.edu
d5c8eb765a
Making nsTXTToHTMLConv implement nsITXTToHTMLConv. r=valeski.
2000-04-05 05:53:35 +00:00
bryner%uiuc.edu
e896db9863
Adding nsITXTToHTMLConv.idl to the build on Windows and Unix.
2000-04-05 05:49:34 +00:00
bryner%uiuc.edu
993235261e
This CID definition is not needed.
2000-04-05 05:47:29 +00:00
valeski%netscape.com
bbca810085
adding nsITXTToHTMLConv.idl
2000-04-05 05:34:36 +00:00
bryner%uiuc.edu
bd9580ec83
Adding a new interface for the text to HTML converter.
2000-04-05 05:21:13 +00:00
valeski%netscape.com
c61aa04c58
r=rhp, mscott. 34401. adding nsTXT converter back into the mix and removing prog id collision between it and mozTXT converter
2000-04-05 04:12:29 +00:00