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
shaver%mozilla.org
6412be75e4
Part 1.1 of 18352 (remove extensions/ dependencies from non-extensions/ code):
...
Teach netwerk about nsIPasswordManager.
(Craves better interfaces, current versions just C&P'd from wallet's.)
r=valeski,a=brendan
2000-09-12 02:35:29 +00:00
ccarlen%netscape.com
d15ab817f6
Fix for #51459
For Mac, in nsStdURL::GetFile, only convert '/' to ':' in directory portion of path, not leaf name.
r=rjc
2000-09-11 12:51:52 +00:00
gordon%netscape.com
445756376e
Fix bug 35564 '[MLK] Potential nsIIOService Leak' - integrated Patrick's changes
2000-09-08 23:31:26 +00:00
mscott%netscape.com
da8a396757
Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
...
r=valeski
2000-09-08 00:24:13 +00:00
scc%mozilla.org
85f08f2365
explicit constructors stop the automatic construction of a string for a comparison. Really, they want the equivalent of |IsEmpty()| here; let's just test the value of the char[0] in the buffer.
2000-09-03 05:47:01 +00:00
pavlov%netscape.com
b382d78a6e
fix for secure smtp bug 30321 r=mscott for the smtp part and r=bryner for the rest
2000-09-01 09:00:37 +00:00
ruslan%netscape.com
88f5805353
Finally fix the last dogfood regression (big http posts), 47936
2000-09-01 00:59:48 +00:00
rpotts%netscape.com
6b4486f08a
bug #48546 . SocketTransport now obeys the LOAD_BACKGROUND flag and will not call the nsIProgressEventSink.
2000-08-25 04:43:48 +00:00
ruslan%netscape.com
24092c1b57
Fix large posts - 47936, a/r=gagan
2000-08-24 22:18:33 +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
292bd023ce
Added .get()
2000-08-22 07:45:19 +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
dp%netscape.com
5865ac111b
bug# 49786 Weak ref cache commonly used protocol handlers. This will
...
eliminate about 1500 string copies and calls to ProgIDToClassID()
r=gagan,valeski
2000-08-22 06:16:50 +00:00
warren%netscape.com
64a99efec0
Bug 46864 - Embedding needs a name attribute on nsIRequest.
2000-08-21 08:23:54 +00:00
scc%mozilla.org
9df83275c6
fixing code that relied on implicit string construction
2000-08-19 20:01:04 +00:00
rayw%netscape.com
d8d52c08c6
Changed case of nsIFactory.idl methods to start with lower case to be like other
...
interfaces. Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.
Bug 46771.
r=waterson.
I am in today and tomorrow.
2000-08-10 20:12:08 +00:00
gagan%netscape.com
07f6d9fc02
Fix for bug 20145. Proxy Auto Config is now in. For more information check http://www.mozilla.org/docs/netlib/pac.html r=bryner,rjc.
2000-07-31 21:24:55 +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
pnunn%netscape.com
ffd7c0db82
fix for bug#30852: backing out change that resets the loadgroups attribs from the channel. pnunn,
...
r:gagan.
2000-07-21 22:57:36 +00:00
ruslan%netscape.com
ed7b9b7624
Applying Justin's patch to fix 40203 (proxy ssl connect), a=gagan,r=myself
2000-07-21 00:03:39 +00:00
ruslan%netscape.com
9badbbf9cd
WIP on 42283 - make nsNetModules to be thread-safe; r/a=gagan
2000-07-20 21:24:38 +00:00
pnunn%netscape.com
31c3fa63dd
fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
...
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
gagan%netscape.com
200a0b8e4d
Removed a not-being-used file. r=warren
2000-07-14 02:43:12 +00:00
pavlov%netscape.com
c6f86c36dc
fix for secure imap and news bug 39154 r=mscott
2000-07-13 23:53:54 +00:00
dougt%netscape.com
c422448137
bug 40750.
...
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org .
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
dprice%netscape.com
1a05bc611e
fixed a crasher when getting the length of an empty string.
2000-07-12 07:39:34 +00:00
mstoltz%netscape.com
4d0c283076
Fixing 40159 and 44822, both [nsbeta2+] regressions on signed scripts. r=sgehani
2000-07-12 03:10:33 +00:00
warren%netscape.com
ca5e7be79b
Bug 44342 - hang on startup. Added back a lock to mutually exclude cancel/suspend/resume. Seems to work on Mac (i.e. can't reproduce the problem now). Also cleaned up file transport service, removing unused stuff.
2000-07-11 01:52:12 +00:00
ruslan%netscape.com
84dfd2d63a
WIP on 40449, a/r=gagan
2000-07-07 22:02:47 +00:00
mscott%netscape.com
c60b861bbb
Bug #43652 --> fix running of JS urls by returning the error status of the
...
underlying file transport if the input stream channel doesn't have an error
of it's own.
r=warren
2000-07-07 21:42:15 +00:00
warren%netscape.com
e27abfc94d
Fix for lost status/error return value. Affects javascript: urls. r=gagan
2000-07-06 00:40:53 +00:00
jab%atdot.org
97cbd61317
a=brendan@mozilla.org
...
Bug #16103
Support for SOCKS proxies in HTTP, HTTPS, and FTP protocols.
Also includes the prefs configuration and UI bits.
2000-07-01 10:25:25 +00:00
andreas.otte%primus-online.de
e87a6983e9
fix bug 43659, URL bar does not accept hexadecimal domain names, r=gagan@netscape.com, a=waterson@mozilla.org
2000-07-01 06:29:13 +00:00
warren%netscape.com
ce997cbb8f
Bug 37463. Fixed javascript: url deadlock. Also made the file transport more efficient in the process by eliminating the lock. r=waterson
2000-06-30 07:18:52 +00:00
warren%netscape.com
5977731601
Fixed spelling.
2000-06-28 07:06:09 +00:00
dougt%netscape.com
e1274cde0a
I IDL-ifying the nsProxyObjectManager.
...
I have updated all users that I found
grepping the source tree.
r=valeski@netscape.com
a=waterson@netscape.com
b=43131
Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
waterson%netscape.com
998b3e25ed
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
ftang%netscape.com
ab0ba05b91
fix bug 35076. r=gagan add UCS2toUTF8 conversion before assign UTF8 back to nsString
2000-06-22 23:53:21 +00:00
andreas.otte%primus-online.de
1aa8852b97
small performance patch for SetDirectory from jst@netscape.com, r/a=gagan@netscape.com, a=waterson@mozilla.org
2000-06-22 22:02:47 +00:00
warren%netscape.com
06dd25d8b6
Bug 41390. js prompt() contains remember this value checkbox. r=morse
2000-06-17 01:57:36 +00:00
valeski%netscape.com
865109bd81
35506. r=warren. File transport now fires OnStart for *all* loads.
2000-06-16 21:46:03 +00:00
mscott%netscape.com
165bb3a36e
Bug #40116 --> check to see if the channel was canceled before
...
propogating calls to the content listener...
this is actually warren's code.
r=mscott
2000-06-16 21:21:57 +00:00
valeski%netscape.com
c9ce86137e
42767. AsyncOpen (dead code) removal.
2000-06-16 14:39:19 +00:00
ruslan%netscape.com
9f847e4616
Fixing 42107, a=gagan. Documenting some APIs in the process as well.
2000-06-13 03:00:53 +00:00
warren%netscape.com
0063d9a736
Bug 27971. Better strategy for resource: urls to use less memory. Saves about 0.4% of entire run just bring up one page (home.mozilla.org). r=waterson
2000-06-09 07:51:13 +00:00
tor%cs.brown.edu
e6c012fd64
SUNWspro build bustage fix: use PL_strchr() instead of strchr().
2000-06-04 18:19:47 +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
andreas.otte%primus-online.de
8b467df317
fix reopened bug 27930 [URL parser should support RFC 2732 - IPv6 address literals] and bug 39340 [regression: file:/ URLs no longer work], r=gagan@netscape.com, a=waterson@mozilla.org
2000-06-03 09:17:16 +00:00
warren%netscape.com
870a7d208a
Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433
2000-06-02 23:39:45 +00:00