ccarlen%netscape.com
8d27bb9639
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +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
hyatt%netscape.com
d1adf31a79
More skin uninstallation foo. Same.
2001-03-08 02:36:01 +00:00
hyatt%netscape.com
f57e94e8bd
Skin uninstallation. r=danm, sr=brendan.
2001-03-08 01:50:36 +00:00
hyatt%netscape.com
81411470a4
Fix for 59558, r=brendan, sr=waterson
2001-03-06 01:42:34 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +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
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
mkaply%us.ibm.com
7065b5e742
#66450
...
r=timeless, sr=hyatt
Don't open installed-chrome.txt read/write unnecessarily - just open it read
2001-02-03 00:01:52 +00:00
gagan%netscape.com
cded3e2f30
Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org
2001-01-31 01:33:03 +00:00
timeless%mac.com
9d1cf982f5
fix bug 66357 fatal error building rdf\chrome\tools\chromereg\regchrome.cpp
...
r=leaf, sr=waterson
2001-01-25 20:08:43 +00:00
darin%netscape.com
6bfaf3912c
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
...
r=dougt@netcape.com , sr=mscott@netscape.com .
2001-01-23 22:10:34 +00:00
dr%netscape.com
70ecbda43d
fix for 55115, removing last usage of nsFileSpec from chrome registry. r=jag, sr=ben
2001-01-20 00:17:07 +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
ccarlen%netscape.com
4ba4499a39
Part of 35559 - dynamic profile switching
r=valeski,sr=hyatt
2001-01-10 20:22:17 +00:00
hyatt%netscape.com
2d7640417e
Fix numerous embedding install issues and 62757 crasher. r=danm, a=dougt
2000-12-21 00:08:28 +00:00
hyatt%netscape.com
f3c8929488
Fix for smoketest blocker 61946, r=pink
2000-12-05 21:17:30 +00:00
hyatt%netscape.com
e9ae905e45
adding new XBL form widget stylesheets. a=ben@netscape.com
2000-12-01 08:47:19 +00:00
hyatt%netscape.com
bcd5465f20
breaking out html forms into their own stylesheet, a=ben@netscape.com
2000-12-01 08:27:34 +00:00
hyatt%netscape.com
364dae89c6
Fix for 57897, r=dveditz, a=ben
2000-11-02 21:28:00 +00:00
hyatt%netscape.com
d41b94a492
Fix for 53218. r-pav, a=ben
2000-10-30 01:50:20 +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
hyatt%netscape.com
766de69a8c
Fix for 57733.
2000-10-25 03:03:08 +00:00
ccarlen%netscape.com
aeddacdac9
Fix for 54097 - Use nsIFileURL to build file URLs instead of nsFileSpec and nsFileURL.
r=dougt@netscape.com, a=hyatt@netscape.com
2000-10-18 12:55:22 +00:00
mstoltz%netscape.com
99a2b79580
Fixing 56009, exploit allowing XPConnect access. r,a=hyatt, sr=scc
2000-10-13 22:59:47 +00:00
hyatt%netscape.com
f9816f3351
Fix for 50846, a=waterson
2000-10-12 20:52:52 +00:00
ccarlen%netscape.com
be620c58c4
Bug 38626 - remove use of nsIFileLocator
r=hyatt@netscape.com, a=hyatt@netscape.com
2000-10-12 14:48:33 +00:00
hyatt%netscape.com
c2a12a598e
Backing out pinkerton's unapproved checkin to nsChromeRegistry.cpp, since it caused a regression.
2000-10-12 07:21:11 +00:00
pinkerton%netscape.com
46fde1e8d5
update of chrome registry to use nsIFile to better work with paths with slashes. Fixes hang at startup on mac if the path had a '/' anywhere in it. r=waterson,a=sfraser. bug#54097
2000-10-12 04:01:35 +00:00
dougt%netscape.com
be1770579e
removing annoying unneeded assertion. r/a=warren@netscape.com
2000-09-29 05:30:02 +00:00
warren%netscape.com
7f7b39fc95
Improving debug messages for contents.rdf.
2000-09-18 02:07:06 +00:00
pnunn%netscape.com
f5a85b19d2
bug#51249: add chrome to FlushCache. pnunn r:syd.
2000-09-14 23:10:30 +00:00
hyatt%netscape.com
6c9ee6b5a9
New smarter chrome registry. r=warren
2000-09-14 19:25:13 +00:00
warren%netscape.com
837f118d65
Fixed to not delete installed-chrome.txt -- checks mod dates instead.
2000-09-14 08:50:14 +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
hyatt%netscape.com
1eeb23bf98
Backing out chrome registry changes. a=brendan
2000-09-13 03:07:26 +00:00
blizzard%redhat.com
855646ac2a
fix for bug #51778 . Hand a provider to the directory service. This should get regchrome working again. r=dougt a=brendan
2000-09-11 19:13:27 +00:00
ccarlen%netscape.com
cb1205c756
Use nsIDirectoryService instead of nsIFileLocations - bug #38626
r=hyatt
2000-09-07 13:06:28 +00:00
scc%mozilla.org
8bde0b933b
fixing code that relied on implicit string construction
2000-09-02 05:30:35 +00:00
vidur%netscape.com
4a41eee18d
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
hyatt%netscape.com
32bdb7711c
Fix for 50668. r=dprice
2000-08-29 22:10:49 +00:00
hyatt%netscape.com
1a375f2282
43220. r=ben
2000-08-29 08:07:22 +00:00
hyatt%netscape.com
c3eb0150f1
Checking 46330 fix back in. r=ben
2000-08-29 07:07:46 +00:00
mscott%netscape.com
60fbc4fa8e
back out chrome registry changes to fix smoketest machines that are crashing when launching viewer
2000-08-29 05:49:18 +00:00
hyatt%netscape.com
8ec593142c
Fix for 46330. r=ben
2000-08-29 02:30:07 +00:00
ben%netscape.com
f4a445a88a
48205
2000-08-26 03:20:44 +00:00
warren%netscape.com
b25bca13fe
Fixed case where chrome selection was failing because the package wasn't yet installed.
2000-08-25 22:51:10 +00:00
hyatt%netscape.com
2ddfe8ec22
Fix for jar packaging. r=dprice
2000-08-23 07:31:58 +00:00
dp%netscape.com
fc5ddb430f
bug# 49786 Setting up chrome protocol handler to support weak ref. r=gagan,valeski
2000-08-22 06:11:48 +00:00
warren%netscape.com
4054c5cd59
Fixed warnings.
2000-08-22 04:57:21 +00:00
warren%netscape.com
d9faf47cce
Bug 49659. Added check to avoid null pointer deref.
2000-08-22 04:41:22 +00:00
mstoltz%netscape.com
88846ce93b
Fixing 41876 r=hyatt, also 48724, 49768, and crasher in nsBasePrincipal.cpp, r=jtaylor
2000-08-22 02:06:52 +00:00
warren%netscape.com
85a6b2554e
Improved warning message.
2000-08-22 02:06:14 +00:00
warren%netscape.com
64a99efec0
Bug 46864 - Embedding needs a name attribute on nsIRequest.
2000-08-21 08:23:54 +00:00
warren%netscape.com
334a3da653
Bug 43654. Error checking in chrome registry. r=hyatt
2000-08-21 07:50:39 +00:00
racham%netscape.com
baa097d7c1
Fixing bug 39289. Fixing a crasher at shutdown time when createprofile option is used. r=dougt
2000-08-21 01:36:42 +00:00
scc%mozilla.org
7c4c4783d9
fixing code that relied on implicit string construction
2000-08-19 21:04:10 +00:00
hyatt%netscape.com
a3ec56c5c0
Fix for 48083. r=danm
2000-08-17 00:10:40 +00:00
hyatt%netscape.com
2e86033263
Work on 48150 and XBL performance (async and arenas).
2000-08-14 04:04:18 +00:00
jtaylor%netscape.com
12e65c5f18
Fixes bug #41571 . r=mstoltz.
2000-08-11 02:46:47 +00:00
hyatt%netscape.com
8ba64ff10a
Fix for 47081. r=ben
2000-08-11 00:05:49 +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
alecf%netscape.com
53fe053e36
final part of fix for 46712 - flush the string bundle cache when the locale changes
...
r=hyatt
2000-08-08 06:24:56 +00:00
waterson%netscape.com
08bd36fb57
Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm
2000-08-08 00:22:36 +00:00
hyatt%netscape.com
f62c6dc91d
Fix for XBL portion of 46129
2000-08-05 22:33:29 +00:00
hyatt%netscape.com
1436977acc
Fix for 46129. r=waterson,attinasi,pierre
2000-07-28 09:36:14 +00:00
waterson%netscape.com
d714b9c47c
Bug 46013. Make nsChromeRegistry own the UI datasource; clean up the special release method so that it does correct bloat log. r=hyatt
2000-07-28 09:19:42 +00:00
hyatt%netscape.com
9dd6b8c0c0
Fix for 41145, r-waterson
2000-07-28 00:34:22 +00:00
mkaply%us.ibm.com
da9a8373e2
OS/2 Tinderbox break
...
Need PR_CALLBACK for VisualAge
2000-07-27 20:40:57 +00:00
dougt%netscape.com
0d93cf2776
bug 46413. r/a=valeski@netscape.com
...
Clean up memory leaks.
2000-07-27 06:14:06 +00:00
blizzard%redhat.com
9380052e94
add utility to build a chrome registry from the command line. r=waterson a=waterson/hyatt
2000-07-25 20:21:17 +00:00
danm%netscape.com
a53490a2d1
now holds a strong reference to its chrome data source (mComposite). consequent circular reference is broken with stupid refcounting tricks. bug 44621 r=hyatt
2000-07-19 23:39:50 +00:00
warren%netscape.com
42870bddb5
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
tao%netscape.com
4fb369a62d
42748 After selecting locale for new profile, different profile does not
...
switch back.(r,a)=hyatt
2000-07-13 22:59:22 +00:00
hyatt%netscape.com
0ac9af0da6
Fix for XBL being able to execute scripts in skins. Bugzilla is down, so I can't give the number. r=danm
2000-07-12 00:17:07 +00:00
waterson%netscape.com
4dcf321f68
Remove spurious call to RegisterDataSource(). r=hyatt
2000-07-10 20:42:56 +00:00
dougt%netscape.com
62ca99b704
check for null.
2000-06-21 02:29:08 +00:00
valeski%netscape.com
c9ce86137e
42767. AsyncOpen (dead code) removal.
2000-06-16 14:39:19 +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
tao%netscape.com
282658530c
Patch NT startup crash when chrome registry is not ready yet. r,a=scc
2000-06-09 03:09:20 +00:00
inaky.gonzalez%intel.com
2b549b6f09
Fixed nsSupportsHashtable behaviour and API to fix leaks in
...
nsDirectoryService. Fixes bugs #38606 and #39859 .
a=waterson; r=rayw,brendan,warren
2000-06-06 22:06:56 +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
warren%netscape.com
ddce19c8d3
Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433
2000-06-02 23:41:43 +00:00
tao%netscape.com
9fc10d3520
40801: Need a scriptable API of ChromeRegistry to return current locale provider name.
...
r=waterson,a=hyatt,msanz.
2000-06-02 23:16:06 +00:00
waterson%netscape.com
2781519620
Bug 41182. Set the resource channel's original URI to the 'chrome:' URI that spawned us. r=warren
2000-06-02 03:47:49 +00:00
brendan%mozilla.org
271b521d90
Fix #include filename spelling -- case matters on Unix systems, at least.
2000-05-27 20:54:35 +00:00
hyatt%netscape.com
8b528f224c
Fixing bugs in skin switching.
2000-05-27 20:03:14 +00:00
ruslan%netscape.com
68b998a06d
Make res/chrome handlers implement threadsafe_isupports
2000-05-26 21:00:18 +00:00
danm%netscape.com
20fc9ee066
make processing of installed-chrome more robust. bugs 38198, 40186
2000-05-24 01:25:54 +00:00
hyatt%netscape.com
bfb406f58b
adding debug printfs
2000-05-23 06:57:17 +00:00
hyatt%netscape.com
5bed7dc4bd
fix for making skins script-safe. r=scc
2000-05-19 04:48:43 +00:00
danm%netscape.com
cced9e419a
remove Mac-specific chrome hierarchy hack, now that the Mac is using the new hierarchy. bug 39248. r=hyatt
2000-05-19 02:59:35 +00:00
hyatt%netscape.com
f7e1915f69
fix for chrome registry bugs. r=danm,waterson, a=waterson
2000-05-18 20:27:37 +00:00
dveditz%netscape.com
e0655eee39
fixing copy/paste bug in (De)SelectLocale
2000-05-17 05:44:35 +00:00
danm%netscape.com
85b5c58dec
teach new chrome registration to handle urls and jar files
2000-05-17 02:01:08 +00:00
danm%netscape.com
69046d3d92
store generated overlays in their own directory. force overlay list node to be a seq. r=hyatt@netscape.com
2000-05-16 03:16:58 +00:00
hyatt%netscape.com
243240bd8b
Better form.
2000-05-15 02:49:56 +00:00
hyatt%netscape.com
da607e0ef8
Better form.
2000-05-15 02:42:37 +00:00
hyatt%netscape.com
cb38cb409d
Changing convertChromeURL
2000-05-15 01:40:52 +00:00
hyatt%netscape.com
d8232452e3
making nightlies sane again
2000-05-15 00:48:51 +00:00
danm%netscape.com
f909e3a6de
load newly installed chrome
2000-05-13 21:42:56 +00:00
danm%netscape.com
5161585202
new method checkForNewChrome
2000-05-13 21:42:00 +00:00
mkaply%us.ibm.com
8b307332cd
# 37239
...
r= waterson
OS/2 bring up continues - add PR_CALLBACK for VisualAge
2000-05-12 22:23:36 +00:00
scc%netscape.com
d11c66a210
string backsliding. r=mjudge
2000-05-12 07:53:02 +00:00
sspitzer%netscape.com
0c8baab22c
no longer a pref, it is hard coded to be on and set to modern.
...
remove temporary code.
2000-05-11 05:19:21 +00:00
sspitzer%netscape.com
26415ee067
it's skins/modern, not modern.
2000-05-11 02:57:31 +00:00
sspitzer%netscape.com
8b837e047f
make the skin switching code turned on/off by a pref. off by default for now.
2000-05-09 23:28:57 +00:00
andreas.otte%primus-online.de
bdc707dcc5
first round of checkins to fix bug 37616, Retire SetRelativePath, r=warren@netscape.com
2000-05-05 23:39:25 +00:00
dveditz%netscape.com
b3e76efa2d
Fixing repeated 'skin' provider types
2000-05-05 03:44:58 +00:00
hyatt%netscape.com
5ab412a350
Fixing viewer's scrollbars.
2000-05-03 09:15:50 +00:00
sspitzer%netscape.com
0942e906bb
temporary hack for skin switching, so I can test mozilla/themes.
...
not turned on yet.
2000-05-03 00:55:58 +00:00
pavlov%netscape.com
1666a578ad
fixes for package installation bug #34399 r=hyatt
2000-05-01 23:08:00 +00:00
danm%netscape.com
62261772e5
fix initialization bug that fails loading files from the installation dir. code=hyatt
2000-05-01 22:08:25 +00:00
hyatt%netscape.com
e127cbfaf5
Fixing chrome registry leak. r=scc
2000-05-01 06:07:52 +00:00
hyatt%netscape.com
faa66dfaa7
Adding support for backstop style sheets
2000-04-28 23:34:12 +00:00
hyatt%netscape.com
7e1dadef16
Dynamic skin switching lives, baby.
2000-04-27 02:10:43 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
danm%netscape.com
622d6fe83b
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
mscott%netscape.com
1ef7bc6ebd
Bug #34769 (this change is actually dougt's). Don't allow the chrome cache channel to stomp on it's original
...
uri if it's already been set.
r=waterson,mscott
a=leaf
2000-04-10 00:25:22 +00:00
scc%netscape.com
1809d6e4df
making string conversions explicit
2000-04-03 05:13:05 +00:00
jim_nance%yahoo.com
005e33f06e
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
scc%netscape.com
a9bd15797a
small changes to clients of string converting APIs
2000-03-26 08:19:48 +00:00
hyatt%netscape.com
c34b85f616
Fix for 32699. Dynamic overlays should work once more.
2000-03-22 23:56:56 +00:00
hyatt%netscape.com
0fc5286592
Changing XUL template syntax to use <textnode> for wrapped text creation rather
...
than <text>, which is now a genuine XUL element.
2000-03-22 21:57:35 +00:00
hyatt%netscape.com
1d78a57e39
Fixing a bug in the skin/locale installation function.
2000-03-22 09:28:42 +00:00
hyatt%netscape.com
7202f8c140
Implemented chrome installation APIs.
2000-03-22 01:30:04 +00:00
leaf%mozilla.org
4aab1d2a83
adding newline to end of file to fix workshop compiler. r=granrose
2000-03-21 21:51:55 +00:00
hyatt%netscape.com
56803babeb
Patching my hideous chrome registry leaks.
2000-03-21 12:43:25 +00:00
hyatt%netscape.com
b7194c3d42
Adding support for UI display of installed skins and locales.
2000-03-21 11:57:39 +00:00
hyatt%netscape.com
b452fcb4e8
Adding per package skin/locale-switching capabilities.
2000-03-21 11:01:58 +00:00
hyatt%netscape.com
d638bce647
Stubbing out the installation/uninstallation APIs for the chrome registry.
2000-03-21 10:49:21 +00:00
hyatt%netscape.com
b9b9883390
Landing the new chrome registry with skin/locale switching support.
2000-03-21 10:42:22 +00:00
dougt%netscape.com
612badb3a9
Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren.
2000-03-17 22:06:32 +00:00
tbogard%aol.net
1e17636cdc
When the channel is cancelled, don't ignore it, actually cancel and don't sent OnStartRequests if one hasn't been sent yet. If an OnStop is pending, send a OnStopRequest with cancelled in it. bug #30625 . r=jud, waterson a=jevering
2000-03-08 03:54:07 +00:00
waterson%netscape.com
2e56cdc990
Bug 29148. Put OnStartLoad() on an event, as well as OnStopLoad(). Avoids re-entrancy where re-entrancy should never be. r=rjc, a=jar.
2000-03-03 23:17:10 +00:00
hyatt%netscape.com
825a6ebbc7
Checking in an API and implementation for the enumeration of the user's search path,
...
as well as for the enumeration of all installed objects in the chrome registry.
2000-02-15 10:05:29 +00:00
hyatt%netscape.com
77581fd473
Checking in the modified nsIChromeEntry object, which will be the
...
workhorse of the new chrome search path.
2000-02-15 09:56:00 +00:00
waterson%netscape.com
10f62e7d30
Bug 26129. Replace timer with a PLEvent. GTK timers (in this specific case) seem to be confused when a modal event queue has been pushed. By using a PLEvent, we get the same effect, but are able to grab the outermost queue to ensure that our callback to fire OnEndDocumentLoad gets kicked. r=mscott
2000-02-06 01:30:16 +00:00
warren%netscape.com
0518f231d1
Fixed indentation.
2000-02-04 12:18:27 +00:00
warren%netscape.com
cc55f36b26
fixed typo
2000-02-04 12:17:39 +00:00
warren%netscape.com
c20aade03b
Implemented GetOwner/SetOwner. r=mscott
2000-02-04 08:55:05 +00:00
putterman%netscape.com
a3543f9a6a
Fix for bug 25833 for mscott. r=scottip. Can now bring up more than one dialog and more than
...
one instance of an app.
2000-01-31 18:55:27 +00:00
michael.lowe%bigfoot.com
3326c2959e
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
waterson%netscape.com
8868a44051
Bug 24144. [Add|Remove]Channel() are now performed by the protocols, so don't try to do it in SetLoadGroup(). r=warren
2000-01-17 19:37:41 +00:00
rpotts%netscape.com
b410e59d5f
bug #23055 (r=warren). Added LOAD_DOCUMENT_URI load attribute for the DocLoader to distinguish doc URIs
2000-01-15 06:12:54 +00:00
waterson%netscape.com
89355cf082
Bug 22915. Be sure to add the nsCachedChromeChannel to the load group on nsIChannel::SetLoadGroup(). Also, don't assume (in nsXULDocument::StartDocumentLoad) that when you 'hit' in the cache that the channel is actually a nsCachedChromeChannel; instead, inspect its content type. Finally, get rid of extraneous 'command' member variable in nsCachedChromeChannel. r=mscott
2000-01-11 21:18:19 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
rpotts%netscape.com
3e79b2aec1
Made contentType a read/write attribute of nsIChannel
2000-01-08 06:26:04 +00:00
norris%netscape.com
b63c402180
Fix 10194 and 14979.
...
r=mstoltz@netscape.com
2000-01-06 22:03:30 +00:00
waterson%netscape.com
86762c4728
Bug 16516. Canonify all 'chrome:' URLs before loading XUL documents. Ensures that persistence and XUL cache keys work properly. Obsolete the 'main' property in the chrome registry. Expose a 'canonify' method on the chrome registry. r=hyatt
2000-01-06 00:31:06 +00:00
dougt%netscape.com
b9c9c38249
Including nsIFileSpec instead of nsFileSpec. Part of the prep work for landing
...
nsIFile
2000-01-03 23:38:57 +00:00
dougt%netscape.com
6ebfa81077
Converting to use nsIModule macro. r=dp.
2000-01-03 23:37:30 +00:00
waterson%netscape.com
70f20f9245
Bug 20691. Fire OnStopRequest() on a callback so as to avoid re-entrancy problems. r=mscott, a=chofmann
1999-12-10 21:02:47 +00:00
warren%netscape.com
bf4ef9672f
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
1999-12-04 10:01:32 +00:00
waterson%netscape.com
d48263e259
Bug 18392. Use XUL document cache for retrieving master document.
1999-12-04 07:45:57 +00:00
vidur%netscape.com
a90864f224
For bug 17325. Changed signature of css loader methods. R=nisheeth.
1999-12-04 01:29:18 +00:00
hyatt%netscape.com
f3d5449aed
Actually setting the fields in the chrome entry enumeration now. r=me
1999-12-01 08:55:35 +00:00
hyatt%netscape.com
71b03606e3
More skins work. r=travis
1999-12-01 08:44:43 +00:00
hyatt%netscape.com
ff85b6152d
Calming Wensleydale down. r=me
1999-12-01 08:24:12 +00:00
hyatt%netscape.com
9d5a064505
Adjusting some names of variables. r=travis
1999-12-01 08:17:42 +00:00
hyatt%netscape.com
d9edd8611f
Support for enumeration of skins, packages, and locales nearing completion. r=mini-me
1999-12-01 07:59:35 +00:00
waterson%netscape.com
73094f0bbd
Fix code-path leak by using nsCOMPtr.
1999-12-01 07:04:00 +00:00
hyatt%netscape.com
05952c3618
Adding comments.
1999-11-30 11:37:17 +00:00
hyatt%netscape.com
dadb27e0e2
Adding some NS_ERRORs. r=gimpy
1999-11-30 11:35:16 +00:00
hyatt%netscape.com
571f8394a6
Working on code to enumerate installed skins, packages, and locales. r=gimpy
1999-11-30 11:33:44 +00:00
hyatt%netscape.com
ce7a5655c1
More skin goodness. r=gimpy
1999-11-30 09:29:43 +00:00
warren%netscape.com
a265a32348
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
hyatt%netscape.com
accc6a1b3f
More skin work. r=pavlov
1999-11-29 06:51:24 +00:00
hyatt%netscape.com
6dd7ab0a30
Closer to refresh of chrome on a skin switch. r=gimpy
1999-11-24 07:37:38 +00:00
hyatt%netscape.com
b3355f2c35
blah. commenting out some stuff. r=me
1999-11-24 03:46:17 +00:00
hyatt%netscape.com
a840428081
Working on making windows refresh following a skin change. r=danm
1999-11-24 03:45:45 +00:00
hyatt%netscape.com
885cfddf36
Chrome registry skin switching implemented. r=danm
1999-11-24 01:12:35 +00:00
waterson%netscape.com
faa4cf33a1
Fix incorrect use of nsSupportsHashTable that was causing leakage.
1999-11-23 22:02:57 +00:00
warren%netscape.com
d8bbb844e6
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
1999-11-18 07:36:41 +00:00
warren%netscape.com
aaf83521f5
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
1999-11-17 08:14:52 +00:00
sfraser%netscape.com
321a5ad518
Oh, silly me. Warren's last change was on a branch. Putting nsNeckoUtil.h back.
1999-11-11 20:47:01 +00:00
sfraser%netscape.com
1ae2c857e4
Somehow I managed to stomp on warren's last change (renaming of nsNeckoUtil.h to nsNetUtil.h). Putting that back.
1999-11-11 20:46:03 +00:00
sfraser%netscape.com
a00a50806b
Fix for 18315 -- remember which rdf files you've tried, and failed, to open, to avoid trying over and over and over again. r=pavlov.
1999-11-11 20:42:31 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
warren%netscape.com
813f9f7c13
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
1999-11-03 05:13:44 +00:00
cls%seawood.org
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
tbogard%aol.net
c9198a207c
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
1999-11-01 21:43:56 +00:00
pavlov%netscape.com
790c738256
fix for bugs 17234,17416 r=tor,bruce
1999-10-29 08:36:47 +00:00
hyatt%netscape.com
0c004ec853
working on theme switching r=pavlov
1999-10-27 09:24:23 +00:00
hyatt%netscape.com
deace1a2e2
making the chrome registry work with dynamic overlays r=pavlov
1999-10-27 02:21:05 +00:00
hyatt%netscape.com
ab67066eec
more stubbing out of dynamic overlays r=pavlov
1999-10-26 10:03:13 +00:00
warren%netscape.com
00dfd9d907
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
hyatt%netscape.com
52a9e8c9f7
change from strings to URIs r=pavlov
1999-10-26 08:21:32 +00:00
hyatt%netscape.com
f141ca0894
stubbing out dynamic overlay loading and converting chrome registry to IDL r=pavlov
1999-10-26 08:13:25 +00:00
pavlov%netscape.com
98699dcf00
fix build problems on linux r=hyatt
1999-10-24 09:20:49 +00:00
hyatt%netscape.com
349882aa0a
chrome registry can now be dynamically built from RDF fragments t=pavlov
1999-10-24 09:00:41 +00:00
hyatt%netscape.com
c86abd3ea2
making chrome registry not be a single uber datasource anymore r=pavlov
1999-10-24 07:27:12 +00:00
hyatt%netscape.com
3b9d1d73f8
make registry work without needing an rdf datasource r=pavlov
1999-10-24 06:59:30 +00:00
tbogard%aol.net
ce2532f59c
Another warning. r=gimpy.
1999-10-19 07:59:20 +00:00
tbogard%aol.net
cc05920e48
Fixed a few more of gimpy's warnings..... Oh, we found a bug there. r=gimpy Total warnings now under 200!
1999-10-19 07:57:51 +00:00
norris%netscape.com
1463085d96
correct a comment.
1999-10-14 23:49:05 +00:00
neeti%netscape.com
37039bfbbe
Converted to nsIModule to prepare for memory leaks fixing. Bug# 14034. r=waterson
1999-10-12 13:33:42 +00:00
norris%netscape.com
3c14af2f14
Fix the following bugs:
...
14443 "Same origin" security policy may be circumvented using docu
14820 Fixing up the relationship between nsCodeBasePrincipal and n
14919 Crash in JS MM code
Reviewed by mstoltz, approved by scc.
1999-10-02 03:41:37 +00:00
hyatt%netscape.com
f9371e4b93
Resolving apprunner bustage in an unfortunate way. r=danm
1999-10-02 01:48:59 +00:00
warren%netscape.com
fec02a32a9
Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel.
1999-09-11 18:45:36 +00:00
norris%netscape.com
72e3153d3a
* Add checks on urls formed from web scripts
...
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings
1999-09-07 02:54:19 +00:00
bruce%cybersight.com
f16fb790a0
Use nsCRT::free() instead of delete[]
1999-09-03 06:20:06 +00:00
kipp%netscape.com
f8634d45f4
Switch to nsAutoString
1999-09-03 03:52:19 +00:00
norris%netscape.com
bff57397e0
Add all-powerful system principals. Remove some dead code from the build.
1999-09-01 00:54:35 +00:00
norris%netscape.com
59b4dc8374
* clean up nsScriptSecurityManager
...
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
rpotts%netscape.com
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
warren%netscape.com
2b79a15ba4
Fixed to work like all the other MakeAbsolute implementations.
1999-08-24 09:45:06 +00:00
sdagley%netscape.com
080ec0a8fd
We now propogate the return value received from NewChannelFromURI rather than just returning NS_OK from nsChromeProtocolHandler::NewChannel. This fixes the crash when opening bookmarks on Mac with a missing bookmarks.dtd file (and probably other similiar ones). We still try to open a null content window in this case but Nisheeth has a bug logged (# unknown) to fix that.
1999-08-24 00:35:10 +00:00
mccabe%netscape.com
3d4917b628
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
...
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
warren%netscape.com
8439e8f8ec
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
waterson%netscape.com
6228b1819d
Bug 9799. Implement nsIRDFRemoteDataSource so that datastore can be flushed to disk.
1999-08-05 04:33:41 +00:00
gagan%netscape.com
90b112fdf7
Removed some debugging printf.
1999-07-30 14:35:13 +00:00
gagan%netscape.com
6cac624c75
Fixes the random / and eventually the spaces problems.
1999-07-30 00:53:42 +00:00
valeski%netscape.com
3b47bd5edf
fixing mem leak
1999-07-27 21:12:50 +00:00
gordon%netscape.com
50883650e6
Changed handling of pathnames under NECKO to avoid excess slashes "/".
1999-07-27 01:12:59 +00:00
rickg%netscape.com
bcfb3a153a
replaced call to deprecated nsString API
1999-07-26 00:47:36 +00:00
sfraser%netscape.com
feee6dc7ef
Fix Mac startup crash: #ifdef NECKO around changes that Gagan made yesterday, so that chrome URL resolution works again.
1999-07-23 22:22:47 +00:00
gagan%netscape.com
e546a70149
Necko only changes for the setting relative path.
1999-07-22 21:17:11 +00:00
warren%netscape.com
c5684bf4d7
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
valeski%netscape.com
73c1abc20c
necko only - extended chrome's make absolute implementation
1999-07-13 01:37:23 +00:00
warren%netscape.com
f51b095d63
Added chrome protocol handler for necko.
1999-07-02 23:38:51 +00:00
warren%netscape.com
50a62a2e79
Added ifdefs for necko-only.
1999-07-02 23:30:12 +00:00
warren%netscape.com
5d9bba4b88
Added chrome protocol handler
1999-07-02 04:15:43 +00:00
warren%netscape.com
f6b9d3a028
Necko ifdefs for layout and rdf.
1999-06-26 06:36:26 +00:00
rjc%netscape.com
93b3b3c31c
Oops, missed updating chrome with the new GetAllCmds() method.
1999-06-26 01:43:00 +00:00
waterson%netscape.com
f008503b2f
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers.
1999-06-24 00:22:58 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
waterson%netscape.com
3dfae0dd79
Use RDF/XML datasource directly, rather than loading through RDF service. The separates this from whatever policy RDF service ends up needing to use for RDF/XML. Chrome registry _must_ be loaded synchronously no matter what.
1999-06-15 00:42:45 +00:00
hyatt%netscape.com
b507a5b1bf
Adding support for the chrome registry naming stuff.
1999-06-03 19:32:47 +00:00
danm%netscape.com
36d8c5644e
save search part of URL when munging and reconstructing
1999-05-27 20:34:42 +00:00
hyatt%netscape.com
64aad9318d
Switching over to nsIEventQueues. Adding support for onunload, onabort, and
...
onerror. Adding support for event capturing through script. Adding support
for robust error-checking in the chrome registry.
1999-05-04 23:32:25 +00:00
waterson%netscape.com
e545139879
The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH.
1999-04-24 02:41:02 +00:00
donm%netscape.com
ba1095ca1c
backing out hyatt's change
1999-04-22 22:35:05 +00:00
hyatt%netscape.com
63c265da0b
Added error-checking to track the build problem on the Mac (and possibly Linux).
1999-04-22 22:00:04 +00:00
rickg%netscape.com
0d1b06ca19
sync with nsString2 API
1999-04-20 07:20:21 +00:00
hyatt%netscape.com
a3d8385a9e
Fixing case sensitivity problem.
1999-04-16 21:27:00 +00:00
hyatt%netscape.com
b2e67b355c
Improving chrome URLs.
1999-04-15 05:24:57 +00:00
hyatt%netscape.com
ccde0dd489
Fixing build bustage.
1999-04-10 09:13:54 +00:00
hyatt%netscape.com
f0cf863dea
Implementing persistence of chrome.
1999-04-10 08:08:48 +00:00
hyatt%netscape.com
ef75e908d6
Fixing a bug in the RDF content sink where the ID attribute was being
...
qualified with a document URI even when it was a URI in its own right.
1999-04-03 01:47:07 +00:00
hyatt%netscape.com
27fb6ca58c
Fixing some stuff.
1999-04-02 07:35:38 +00:00
hyatt%netscape.com
3ffe82117b
Node, not Resource.
1999-04-02 06:59:04 +00:00
hyatt%netscape.com
852fc3e8a0
Target, not source.
1999-04-02 06:58:35 +00:00
hyatt%netscape.com
58875be384
Retrieving the base directory (in theory).
1999-04-02 06:55:10 +00:00
hyatt%netscape.com
965300f901
More work in progress...
1999-04-02 06:49:20 +00:00
hyatt%netscape.com
9a948f9283
Teaching the chrome registry how to obtain skin and content nodes.
1999-04-02 06:24:30 +00:00
hyatt%netscape.com
25873817b2
Getting there...
1999-04-02 06:12:22 +00:00