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

61518 Коммитов

Автор SHA1 Сообщение Дата
jst%netscape.com 747ef4d6b7 Making Processing instructions implement the LinkStyle interface. 2000-05-14 00:09:11 +00:00
waterson%netscape.com ec50330ca2 Remove #ifdef that is unnecessary when STL headers are not included. 2000-05-14 00:05:24 +00:00
jst%netscape.com 4b3721e1d3 Adding DOM Level 2 LinkStyle interface. 2000-05-14 00:01:02 +00:00
scc%netscape.com 6e7090ce6f waterson and I are giving up on the current build being allowed to even include files related to STL, mostly (but not only) because of Solaris ... by the time someone want to _use_ STL, maybe the compilers will be better, and this fix won't effect them. 2000-05-13 23:59:49 +00:00
dp%netscape.com ce09f5bcfc Standalone xpcom. 2000-05-13 23:35:55 +00:00
dp%netscape.com 06ef67f327 Removed NS_NewSample(). Using NS_IMPL_ISUPPORTS1. 2000-05-13 23:11:43 +00:00
hyatt%netscape.com b05a016994 XBL changes. 2000-05-13 23:02:12 +00:00
mjudge%netscape.com f9f60f84de adding method to remove scrollbars 2000-05-13 23:00:53 +00:00
mjudge%netscape.com 41eeb41b1b removing warning 2000-05-13 22:59:43 +00:00
mcafee%netscape.com 981cf82779 Fixing missing mozilla logo in about: page (38573) 2000-05-13 22:36:57 +00:00
danm%netscape.com c418019738 sync with new chrome structure (top-level dirs are packages, locales, skins) 2000-05-13 22:16:00 +00:00
danm%netscape.com 41d9bcdb42 load newly installed chrome at startup 2000-05-13 21:43:39 +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
scc%netscape.com bb3a3d8ee9 fixed macro-based comparison operators to help with our type-unification problems 2000-05-13 21:39:37 +00:00
danm%netscape.com e3c4e6be70 now describes all of locales/en-US 2000-05-13 21:32:52 +00:00
danm%netscape.com cca9c244e4 now describes packages/core 2000-05-13 21:32:15 +00:00
danm%netscape.com eb35bdb8e2 new CHROME_MISC rule. fix CHROME_TYPE rule 2000-05-13 21:30:45 +00:00
danm%netscape.com e6b9efbec5 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com 11a96f9c88 no longer used 2000-05-13 21:25:36 +00:00
mcafee%netscape.com 1dd3c950b1 Adding trailing slash to browser buster URL (33826) 2000-05-13 21:22:41 +00:00
cls%seawood.org 28fdf7c192 Fix detection for OS/2 builds. Bug 38977 2000-05-13 21:22:02 +00:00
mcafee%netscape.com e32562d581 Adding copyright symbol to about: page (37691) 2000-05-13 21:16:16 +00:00
danm%netscape.com 76562ee155 new chrome manifest 2000-05-13 21:15:37 +00:00
mjudge%netscape.com 8318464852 fixing warnings and some redundant code 2000-05-13 20:47:42 +00:00
scc%netscape.com 5af4ace901 Added |NS_READABLE_CAST| to clarify what we're doing in places where we face the type-unification error on lame compilers. 2000-05-13 20:29:18 +00:00
scc%netscape.com 5840dd129b getting ready to turn this stuff on, changes related to that: empty strings specified with null pointer, a couple of other fixes. 2000-05-13 20:17:35 +00:00
leaf%mozilla.org 2a0993fc6c Automated update 2000-05-13 19:00:10 +00:00
waterson%netscape.com e62fffecef Temporarily add --enable-new-string-apis to ease transition to new Unixen. 2000-05-13 18:54:47 +00:00
morse%netscape.com 57193cdaef improve UI for selecting between encrypting and obscurring 2000-05-13 18:22:13 +00:00
morse%netscape.com e8ff5c4085 improve the UI for selecting between encrypting and obscurring 2000-05-13 18:14:11 +00:00
jst%netscape.com 71d24c7aa6 In stead of throwing an exception when the user asks for the owner rule of style sheet we return null. 2000-05-13 18:10:24 +00:00
morse%netscape.com fe8115a143 improve UI for selecting between encrypting and obscurring 2000-05-13 18:08:46 +00:00
morse%netscape.com fceac38a79 improve the UI for selecting between encrypting and obscurring 2000-05-13 18:07:57 +00:00
jdunn%netscape.com 942e3cd669 Fix alignment problem with DB reads.
r= davidm@netscape.com, wtc@netscape.com
#= 38884
2000-05-13 15:05:18 +00:00
ftang%netscape.com b2c89f8d68 check in xprint changes for tajima@eng.sun.com r=erik@netscape.com
all the changes is now #ifdef USE_XPRINT and won't be build by default.
2000-05-13 13:31:05 +00:00
ftang%netscape.com 077a3091b3 fix OS/2 problem for IBM. Change the #ifdef XP_PC to #if defined(XP_PC) && !defined(XP_OS2) 2000-05-13 13:13:38 +00:00
ftang%netscape.com 64ccafff00 fix 38767 by 1. add Unicode Mac utility functions. We should move this function into a utility class later so it can be shared by context manu and menu 2. use this function when we create the Apple menu item. 2000-05-13 13:09:33 +00:00
andreas.otte%primus-online.de 1dd63d3130 fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part 2000-05-13 13:05:00 +00:00
jim_nance%yahoo.com 762d035d81 Fix 37025. Slightly modified version of Rusty Lynches patch. r=jim_nance@yahoo.com 2000-05-13 12:39:16 +00:00
colin%theblakes.com edf3077983 Fix segmented reads on local files. r=warren 2000-05-13 12:29:13 +00:00
andreas.otte%primus-online.de 73b671fe73 fix bug 36455, unable to go to url with port but without http://, clean up a if statement causing the problem, r=radha@netscape.com,adamlock@netscape.com 2000-05-13 12:09:16 +00:00
andreas.otte%primus-online.de b8a48defd4 fix bug 32997, file URLs that include a hostname don't work, look for a hostname and do some special work on detecting drivenames for XP_PC, r=gagan@netscape.com 2000-05-13 12:00:38 +00:00
mjudge%netscape.com 5364dec9d5 fixing redundant calls to notify selection listeners 2000-05-13 09:10:16 +00:00
mjudge%netscape.com 38d4d199cc fixing crash when overflowing tables 2000-05-13 09:02:27 +00:00
mjudge%netscape.com 782ecc27ce shoudl not have been in the tree 2000-05-13 08:34:58 +00:00
mjudge%netscape.com 976a8959a0 this should not have been in the tree 2000-05-13 08:34:33 +00:00
mjudge%netscape.com 6f15e850ae shoudl not have had the .h in the tree 2000-05-13 08:34:04 +00:00
mjudge%netscape.com 68a5f190e0 xuldocument now will output xif/text also changing references from nsXifconverter to nsIXIFConverter 2000-05-13 08:13:54 +00:00
mjudge%netscape.com 8c2692938e nsXifConverter to nsIXIFConverter 2000-05-13 08:13:05 +00:00