sspitzer%netscape.com
b9d24def8a
make the skin switching code turned on/off by a pref. off by default for now.
2000-05-09 23:28:57 +00:00
warren%netscape.com
41c657d98e
Removed unnecessary dependance on NetworkModular library (really just the Timer library now).
2000-05-06 09:20:44 +00:00
andreas.otte%primus-online.de
e365632082
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
3982325c1b
Fixing repeated 'skin' provider types
2000-05-05 03:44:58 +00:00
hyatt%netscape.com
83eefb1df0
Fixing viewer's scrollbars.
2000-05-03 09:15:50 +00:00
sspitzer%netscape.com
41a27221ed
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
172152feed
fixes for package installation bug #34399 r=hyatt
2000-05-01 23:08:00 +00:00
danm%netscape.com
a1c1e3f535
fix initialization bug that fails loading files from the installation dir. code=hyatt
2000-05-01 22:08:25 +00:00
hyatt%netscape.com
fce7f9645b
Fixing chrome registry leak. r=scc
2000-05-01 06:07:52 +00:00
hyatt%netscape.com
7742d5f229
Adding support for backstop style sheets
2000-04-28 23:34:12 +00:00
hyatt%netscape.com
b380c3bf04
Dynamic skin switching lives, baby.
2000-04-27 02:10:43 +00:00
mjudge%netscape.com
2cfb602409
making string conversions explicit. scc
2000-04-26 01:13:55 +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
danm%netscape.com
d0d8c4d5c3
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
cls%seawood.org
ad1dd19d63
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
mscott%netscape.com
70b70cf844
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
49201b0040
making string conversions explicit
2000-04-03 05:13:05 +00:00
jim_nance%yahoo.com
dc0e139673
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
727f312b32
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
dc583b4b31
small changes to clients of string converting APIs
2000-03-26 08:19:48 +00:00
hyatt%netscape.com
36d4b3240a
Fix for 32699. Dynamic overlays should work once more.
2000-03-22 23:56:56 +00:00
hyatt%netscape.com
11ec7eda8a
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
845130e95a
Fixing a bug in the skin/locale installation function.
2000-03-22 09:28:42 +00:00
hyatt%netscape.com
5495e7d940
Implemented chrome installation APIs.
2000-03-22 01:30:04 +00:00
leaf%mozilla.org
8e5c168460
adding newline to end of file to fix workshop compiler. r=granrose
2000-03-21 21:51:55 +00:00
hyatt%netscape.com
14b45dd3a4
removed files: mozilla/rdf/chrome/public/nsIChromeEntry.idl
2000-03-21 12:55:53 +00:00
hyatt%netscape.com
9cd675cfab
removed files: mozilla/rdf/chrome/src/nsChromeEntry.cpp
2000-03-21 12:50:25 +00:00
hyatt%netscape.com
fca7ca2b94
Patching my hideous chrome registry leaks.
2000-03-21 12:43:25 +00:00
hyatt%netscape.com
6f6ed819cb
added files: mozilla/rdf/chrome/src/nsChromeUIDataSource.cpp
2000-03-21 12:00:30 +00:00
hyatt%netscape.com
3544bbff63
Adding support for UI display of installed skins and locales.
2000-03-21 11:57:39 +00:00
hyatt%netscape.com
f6309c86b7
Adding per package skin/locale-switching capabilities.
2000-03-21 11:01:58 +00:00
hyatt%netscape.com
6e3f4c5b2e
Stubbing out the installation/uninstallation APIs for the chrome registry.
2000-03-21 10:49:21 +00:00
hyatt%netscape.com
1f899f3314
Landing the new chrome registry with skin/locale switching support.
2000-03-21 10:42:22 +00:00
dougt%netscape.com
8126ff53b4
Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren.
2000-03-17 22:06:32 +00:00
pavlov%netscape.com
ce094b4cfc
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
tbogard%aol.net
d90b8bcda9
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
1c955c9ed2
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
d87c5f540d
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
d277b0cfef
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
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
waterson%netscape.com
617c766449
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
dcfe43430c
Fixed indentation.
2000-02-04 12:18:27 +00:00
warren%netscape.com
7879538143
fixed typo
2000-02-04 12:17:39 +00:00
warren%netscape.com
591856a337
Implemented GetOwner/SetOwner. r=mscott
2000-02-04 08:55:05 +00:00
brade%netscape.com
27ca515c4c
fix access paths for move to CW5 (bug #25949 )
2000-02-02 22:45:39 +00:00
putterman%netscape.com
8b85fc4a60
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
6696fa133b
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
ae980a54a6
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
be79b9fb76
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
c0a53ad72f
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