Граф коммитов

246 Коммитов

Автор SHA1 Сообщение Дата
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
pavlov%netscape.com 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49: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
warren%netscape.com 5a3f32aaca 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 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
cls%seawood.org 33edc21c9c 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 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +00:00
cls%seawood.org a27ca31c45 Latest batch of OS/2 makefile changes. Batch 09. Bug #34106 2000-04-18 10:27:21 +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 928f0b96d1 removed files: mozilla/rdf/chrome/public/nsIChromeEntry.idl 2000-03-21 12:55:53 +00:00
hyatt%netscape.com e8a5d0e785 removed files: mozilla/rdf/chrome/src/nsChromeEntry.cpp 2000-03-21 12:50:25 +00:00
hyatt%netscape.com 56803babeb Patching my hideous chrome registry leaks. 2000-03-21 12:43:25 +00:00
hyatt%netscape.com 6e8b21e81a added files: mozilla/rdf/chrome/src/nsChromeUIDataSource.cpp 2000-03-21 12:00:30 +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
pavlov%netscape.com 33ce2d4e90 changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00