timeless%mac.com
b1b4f0a114
fix bug 70958 Profile Migration Doesn't Work With Keyboard
...
patch by bzbarsky@mit.edu r=ksosez sr=alecf
2001-03-08 22:54:39 +00:00
disttsc%bart.nl
defe56bb2f
Forgot to remove this line in my last checkin. bug=53057
2001-03-08 09:28:32 +00:00
disttsc%bart.nl
daf988026e
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 09:17:11 +00:00
disttsc%bart.nl
aebc676048
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
tao%netscape.com
bf75e393f7
1. 61626:"Need to make langxxxx.xpi platform neutral"
...
2. 70622: fix the "update.html" is also included.
3. 69934: make regus.jst & langenus.jst more localization friendly.
r=ssu,sr=deveditz.
2001-03-06 02:34:34 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
blakeross%telocity.com
686e5a8010
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2001-03-02 03:07:53 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
tao%netscape.com
9485f2f1b3
62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
...
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
disttsc%bart.nl
744785129a
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
eab041f43f
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
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
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
ccarlen%netscape.com
79921a8865
Bug 67857 - Profile Mgr resets all prefs which is SLOW.
r=racham, sr=alecf
2001-02-07 07:56:10 +00:00
timeless%mac.com
3fd094b613
fix bug 63956 This pre-loaded bookmark is a dead link
...
r=jag sr=waterson
2001-02-07 05:04:36 +00:00
ccarlen%netscape.com
42bfc2d2bf
Bug 65907 - remove dependency on chrome from XPCOM.
r=racham@netscape.com,tao@netscape.com, cls@seawood.org, sr=hyatt@netscape.com
2001-02-06 15:41:37 +00:00
pchen%netscape.com
c92fde2368
bug 56226, r=blake, sr=mscott, remove about attributes from NC:fileExtensions tags which causes barf (exception thrown) in helper apps pref code and such attributes are written out from prefs code anyways
2001-02-06 06:29:53 +00:00
dbragg%netscape.com
3c78f486ee
Creating a subdir in the system temp directory rather than just using the temp itself. Fixes 58371. a,r=racham, sr=mscott
2001-01-31 20:22:38 +00:00
ccarlen%netscape.com
1a2acc397f
Bug 58014 - Make sure certain profile files exist whenever requested.
r=racham@netscape.com, sr=alecf@netscape.com
2001-01-30 14:11:09 +00:00
jgaunt%netscape.com
1a8846f72b
backing out changes
...
fixing bustage on speedracer
2001-01-26 23:38:09 +00:00
jgaunt%netscape.com
b96b863e92
bug# 62361 fix profile migration when running remotely on a unix system
...
r=ccarlen@netscape.com sr=bienvenu@netscape.com
2001-01-26 22:44:55 +00:00
ccarlen%netscape.com
15ac5b144d
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
alecf%netscape.com
e3804102a3
other part of fix for #64218 - add history sidebar by default to new profiles
2001-01-17 06:18:09 +00:00
blakeross%telocity.com
a3e7dc40e2
Fix 53687: JS strict warnings in profileSelection.js. patch by Mark Olson. r=blake sr=alecf
2001-01-17 00:26:04 +00:00
blakeross%telocity.com
08c1e64034
Fix 53687: JS strict warnings in profileSelection.js. r=timeless sr=alecf
2001-01-16 23:07:14 +00:00
yokoyama%netscape.com
8ec262a32e
fixes 58679 Passing Unicode instead.
2001-01-16 22:24:44 +00:00
bryner%uiuc.edu
433f20e3da
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
ccarlen%netscape.com
2510e3c12b
Fix for bug 43087.
r=sspitzer, sr=alecf
2001-01-04 03:23:38 +00:00
ccarlen%netscape.com
01a4875369
Bug 57056 - search.rdf not being migrated
r=racham, r=rjc, sr=waterson
2001-01-03 13:05:00 +00:00
timeless%mac.com
f4353c7481
fix Bug 56224 - Wrong RDF value in mimeTypes.rdf for NC:handleinteral text/html
...
Removes the second entry
r=jrgm
sr=alecf
2001-01-03 05:22:57 +00:00
ccarlen%netscape.com
dd47086547
Bug 35559 - dynamic profile switching support
r=racham, sr=alecf
2000-12-18 07:33:08 +00:00
bryner%uiuc.edu
db51fc636e
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
blakeross%telocity.com
e1a95e960a
Fix 31154: inconsistenty in descriptions of Netscape 4.x profiles. patch by Henrik Gemal (gemal@gemal.dk). r=verah a=ben
2000-12-14 18:47:11 +00:00
cls%seawood.org
8c2c6472f9
Add the tinderbox-ports panel to panel-list so that it shows up by default.
...
Bug #62096 . Thanks to Stephen Walker <walk84@usa.net> for the patch.
2000-12-11 00:08:47 +00:00
cls%seawood.org
22b34b5871
Adding 'Tinderbox: SeaMonkey-Ports' panel to default list of panels.
...
Bug 62096 r=ben@netscape.com
2000-12-10 06:55:06 +00:00
ccarlen%netscape.com
fd7ca0f89e
Bug 35559 - dynamic profile switching
Added file nsIProfileChangeStatus.idl
r=valeski, sr=alecf
2000-12-06 15:02:57 +00:00
ccarlen%netscape.com
99e04d0a13
Bug 35559 - dynamic profile switching.
r=valeski, sr=alecf
2000-12-06 14:57:34 +00:00
jdunn%netscape.com
3152dcca0c
removing the explicit keyword from the copy constructor
...
to clear up bustage on hpux
r= ccarlen@netscape.com
sr= scc@mozilla.org
# 61367
2000-11-30 11:46:12 +00:00
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
ccarlen%netscape.com
31132c1c68
Fix small leak I made yesterday.
sr=scc@mozilla.org
2000-11-18 14:11:10 +00:00
sspitzer%netscape.com
377edc92ac
fix for #60523 . make sure that the current profile is visible on startup
...
and any newly created profile is visible after creation. sr=alecf
2000-11-17 23:20:26 +00:00
ccarlen%netscape.com
01bfb255ae
*** empty log message ***
2000-11-17 15:01:06 +00:00
ccarlen%netscape.com
fcaf21973e
Bug 57622 - Remove code which gets profile dir from registry. It was wrong for Mac and not used anyway. r=racham, sr=alecf
2000-11-17 15:00:35 +00:00
disttsc%bart.nl
a515bead9b
Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben
2000-11-16 23:50:00 +00:00
ccarlen%netscape.com
b384e9f2a6
Bug 46866.
Splitting profile API into public and internal parts.
Bug 54937
Use profile as service, not component.
r=racham@netscape.com, sr=alecf@netscape.com
2000-11-04 16:28:50 +00:00
ccarlen%netscape.com
d015f6354e
Bug 46866.
Splitting profile API into public and internal parts.
r=racham@netscape.com, sr=alecf@netscape.com
2000-11-04 16:27:30 +00:00
ccarlen%netscape.com
32498b8af3
Added for bug 46866.
r=racham@netscape.com, sr=alecf@netscape.com
2000-11-04 16:19:57 +00:00
racham%netscape.com
825d3d0e3f
Fixing bug 56002. Randomization process is fixed to get right values on the mac and regitry updates are done to make sure salted entries are in there. r=sspitzer,sr=alecf
2000-11-02 01:10:05 +00:00
sspitzer%netscape.com
5083c0fe27
take out my PRINTF -> printf changes, since warren got backed out.
2000-10-29 03:02:27 +00:00