danm%netscape.com
41c72864f4
fix more expected senna bustage
2001-04-07 05:27:56 +00:00
danm%netscape.com
33594c68ff
removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various
2001-04-07 03:33:56 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
cls%seawood.org
979c006ff6
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
dougt%netscape.com
5235e3266f
backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf
2001-01-25 22:07:38 +00:00
dougt%netscape.com
d82f5acc6e
updating to new necko interfaces
2001-01-25 21:44:59 +00:00
chuang%netscape.com
e4de95ccf4
Bug42038 UI: AB - "Card for" dialog wording. "Prefers to receive rich text (HTML) mail", r=sspitzer, sr=mscott
2001-01-25 20:19:38 +00:00
mkaply%us.ibm.com
0cddd31ff7
#65732
...
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
bryner%uiuc.edu
f579bca00b
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
2001-01-05 23:51:45 +00:00
bryner%uiuc.edu
cc136ead8f
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
sspitzer%netscape.com
4fa551beb6
fix for #61845 . remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
...
thanks to rods@netscape.com for the patch. also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
cls%seawood.org
434edd6f33
Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454
2000-11-21 00:18:46 +00:00
cls%seawood.org
66a18fcbbf
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
warren%netscape.com
cd56c0575b
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
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
warren%netscape.com
181bb2dcb2
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +00:00
rayw%netscape.com
0257791053
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
rhp%netscape.com
9cb4e39d6a
Fix for Bug: 51104 - compiler warnings - r: rhp - mozilla contribution
2000-09-05 23:32:59 +00:00
vidur%netscape.com
e153192875
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
rhp%netscape.com
6d16d989ee
Fix for sync crash bug #: 2132 r: putterman
2000-08-30 18:51:56 +00:00
rhp%netscape.com
462e5b388a
Fix for client ID for sync - Bug #: 1586 - r: bienvenu
2000-08-30 02:41:22 +00:00
warren%netscape.com
e05eef45e9
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
ccarlen%netscape.com
19a9843607
Converted from using nsIFileLocator to using nsIDirectoryService
r=alecf
2000-08-21 23:59:25 +00:00
scc%mozilla.org
ad963283c3
fixing code that relied on implicit string construction
2000-08-20 06:59:07 +00:00
scc%mozilla.org
1f9ffa7dc9
fixing code that relied on implicit string construction
2000-08-20 06:17:15 +00:00
rhp%netscape.com
d12fd633d0
Fix for adding display name automatically on ABSync operation - Bug #: 1942 - r: xxxxx
2000-08-14 00:45:51 +00:00
rhp%netscape.com
f56a568609
Fixes for progress in absync - Bug #: 1787 - r: bienvenu
2000-08-03 23:40:51 +00:00
rhp%netscape.com
25e23f82f1
Fix for possible duplicate entry issues on sync failure - Bug # 1407 - r: bienvenu
2000-08-01 01:25:40 +00:00
rhp%netscape.com
c3d80b4970
Fix for duplicating ABSync entries on sync operations - Bug #: 1680 - r: mozilla@bucksch.org
2000-07-29 05:04:43 +00:00
rhp%netscape.com
1466ebf34a
Fix for conversion problems with my favorite fields - phone numbers - Bug #: 1193 - r: pmock
2000-07-28 01:56:14 +00:00
rhp%netscape.com
ef6ecd7b5c
Fix for parenting of prompts - Bug #: 44152 - r: bienvenu
2000-07-27 03:32:06 +00:00
rhp%netscape.com
fc2caae9f6
Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu
2000-07-25 22:15:45 +00:00
rhp%netscape.com
43e41d5f6e
Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu
2000-07-25 21:19:01 +00:00
rhp%netscape.com
cd83e07c17
Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu
2000-07-25 20:57:40 +00:00
rhp%netscape.com
9dee7ea0b8
Fix to prevent too much information being displayed to hackers - Bug 1566 - r: ducarroz
2000-07-21 01:19:23 +00:00
rhp%netscape.com
553c952763
Fix to make absync more tolerant on migration - Bug #: 1425 - r: chuang
2000-07-18 22:23:18 +00:00
rhp%netscape.com
3baeb01b1b
Fix for Bug 1193 - I18N problem with phone numbers - r: brade
2000-07-17 19:58:52 +00:00
rhp%netscape.com
997e631b7f
Properties change for prompt language change - Bug #: 1429 - r: sol
2000-07-12 14:04:42 +00:00
rhp%netscape.com
3588f61c5b
Fixing problem with dropping Nickname and display name in sync - Bug #: 1371 - r: jefft
2000-07-08 20:51:31 +00:00
ducarroz%netscape.com
6027404a66
Fix build bustage for rhp. Add msgUtils library to the Mac project (both target)
2000-06-27 00:12:48 +00:00
rhp%netscape.com
cc38577efa
Fix to use the server and port from AB Sync server - Bug # 43782 - r: jefft
2000-06-26 23:04:37 +00:00
rhp%netscape.com
a5a3827ae9
Adding COOL Auth to ABSync - Bug #: 43022 - r: jefft
2000-06-22 04:21:43 +00:00
mkaply%us.ibm.com
863ee5ef19
# 37239
...
r = mscott, a = brendan
OS/2 bring-up - These files were never ported to use NSPR datatypes - add const to match prototype
2000-06-08 22:55:09 +00:00
mkaply%us.ibm.com
96135252a4
# 40177
...
r = leaf, a = brendan
OS/2 bringup - Adding proper SHORTNAME support and LIB_SUFFIX
2000-06-01 14:54:20 +00:00
rhp%netscape.com
ad545fe55f
Fix for failing silently if prefs arent set - Bug 39872 - r: sspitzer
2000-05-20 02:06:15 +00:00
sspitzer%netscape.com
d682bbb07b
whoops. sorry about that, chief.
2000-05-19 21:38:24 +00:00
sspitzer%netscape.com
a1157fc1e9
ignore generated makefiles.
2000-05-19 21:12:38 +00:00
cls%seawood.org
a8000b8bb5
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
2000-05-17 06:45:45 +00:00
rhp%netscape.com
ddc27ae041
Fix for better sync feedback - Bug: 33110
2000-05-17 05:18:38 +00:00
ducarroz%netscape.com
20b494cb7c
Update project. R=rhp
2000-05-16 23:14:27 +00:00
warren%netscape.com
618d468469
Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse
2000-05-16 05:35:23 +00:00
waterson%netscape.com
6f338f818c
string fixes r=waterson
2000-05-16 03:55:20 +00:00
rhp%netscape.com
9eec0984a5
Fix for phone issues
2000-05-16 01:50:55 +00:00
rhp%netscape.com
846a83847f
Small fix for phone number handling...gggrrrrr.
2000-05-16 00:59:07 +00:00
rhp%netscape.com
1c0fc9c91d
Fixing comparison call problem in new code.
2000-05-16 00:56:03 +00:00
rhp%netscape.com
399b4b22cc
Fix for Tinderbox orange - undefined symbol
2000-05-15 22:07:39 +00:00
rhp%netscape.com
c1dbb1bd0f
Fixing a warning
2000-05-15 21:42:53 +00:00
rhp%netscape.com
ce1301f89d
Enabling the AB Sync Build on Win32 and Unix - Bug #33110
2000-05-15 21:12:51 +00:00
rhp%netscape.com
5eaff53172
NOT PART OF THE BUILD
2000-05-15 20:50:31 +00:00
rhp%netscape.com
53d8602690
NOT PART OF THE BUILD
2000-05-15 05:32:20 +00:00
rhp%netscape.com
c3b3a81cdf
Checking in code - NOT PART OF THE BUILD
2000-05-14 23:26:00 +00:00
danm%netscape.com
c0ae0cbbf6
top-level chrome dirs are now packages,locales,skins
2000-05-13 21:29:08 +00:00
rhp%netscape.com
c29b76868f
NOT PART OF THE BUILD
2000-05-12 04:36:07 +00:00
rhp%netscape.com
581d3b8263
Not part of the build!
2000-05-12 04:33:45 +00:00
rhp%netscape.com
fc7ca943b3
NOT PART OF THE BUILD
2000-05-12 04:31:08 +00:00
rhp%netscape.com
23815bca90
NOT PART OF THE BUILD
2000-05-11 19:38:40 +00:00
rhp%netscape.com
1058ecf380
CHANGES NOT PART OF THE BUILD
2000-05-10 06:14:18 +00:00
rhp%netscape.com
03464814af
JUST UPDATING SOURCE - NOT PART OF THE BUILD
2000-05-10 01:11:06 +00:00
ducarroz%netscape.com
de650f74b7
First Checked In.
2000-05-09 22:48:54 +00:00
rhp%netscape.com
281072483c
NOT PART OF THE BUILD
2000-05-09 05:14:26 +00:00
rhp%netscape.com
7e2ca4e698
ADDING FILES NOT PART OF THE BUILD!!!
2000-05-09 05:12:23 +00:00
rhp%netscape.com
dd7eebdfff
JUST ADDING CODE - NOT PART OF THE BUILD
2000-05-09 04:11:11 +00:00
rhp%netscape.com
14ef1fb5ad
CHECKING IN CHANGES - NOT PART OF THE BUILD!
2000-05-08 04:33:14 +00:00
rhp%netscape.com
e6e2dfb6d9
JUST CHECKING IN CODE - NOT PART OF THE BUILD!
2000-05-05 06:59:15 +00:00
ruslan%netscape.com
8895c8a160
Fix 37800
2000-05-03 00:21:51 +00:00
rhp%netscape.com
4f9003f3f9
THIS IS NOT PART OF THE BUILD! JUST CHECKING IN CODE
2000-05-02 06:00:00 +00:00
rhp%netscape.com
fe053a97e4
NOT PART OF THE BUILD...JUST KEEPING THE TIP UP TO DATE
2000-04-29 20:17:43 +00:00
rhp%netscape.com
4ad7ab823c
NOT PART OF THE BUILD...nothing to see here, just move along...
2000-04-28 13:56:54 +00:00
cls%seawood.org
8754202470
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
rhp%netscape.com
3e9f0c30bb
Just adding files to the tree - NOT PART OF THE BUILD!!!
2000-04-18 23:59:32 +00:00