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

1524 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com acdae54d93 Get rid of warning. 1999-07-23 00:39:29 +00:00
rjc%netscape.com 7d4c29d704 Now use FormatPRTime(). 1999-07-23 00:17:39 +00:00
slamm%netscape.com 0bff02281f Code 'Save' function. Not quite finished. 1999-07-22 23:29:44 +00:00
vidur%netscape.com 24261b3c9f Forms can now be container content. 1999-07-22 23:28:16 +00:00
gagan%netscape.com e546a70149 Necko only changes for the setting relative path. 1999-07-22 21:17:11 +00:00
rjc%netscape.com e6984d697f Even more support for IE Favorites on Windows. 1999-07-22 12:09:48 +00:00
rjc%netscape.com a77d346bc1 More IE Favorites hackage (for Windows). 1999-07-22 10:44:31 +00:00
rjc%netscape.com e7c771420b Windows only! 1999-07-22 10:08:17 +00:00
rjc%netscape.com 7c7959e547 Smack the file system datasource (under windows) to munge "IE Favorites" names. 1999-07-22 10:06:25 +00:00
waterson%netscape.com 210a35cf0f Fix for menuitems being incorrectly marked as menus. 1999-07-22 06:06:23 +00:00
waterson%netscape.com cf7d82295b Fix computation of empty containers. 1999-07-22 05:11:52 +00:00
tbogard%aol.net eb0dd2815e Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings. 1999-07-22 02:11:04 +00:00
slamm%netscape.com 13038cc231 Hook up 'Add' panel button 1999-07-22 00:51:33 +00:00
rjc%netscape.com dbcf779b24 Set empty="false" attribute even if container is closed. 1999-07-22 00:49:50 +00:00
putterman%netscape.com 1133b9f963 Messenger Copy/Move menus now show menuitems instead of all menus. 1999-07-22 00:26:00 +00:00
slamm%netscape.com 79fe1cbfc7 Drop the 'Sidebar' label at the top. 1999-07-21 23:39:22 +00:00
slamm%netscape.com e4f8b9f806 shave a few pixels off titles 1999-07-21 23:38:52 +00:00
rjc%netscape.com 8881ce7bce Use nsFileSpec's new IsHidden() method. 1999-07-21 23:14:01 +00:00
rjc%netscape.com c1dfe525b3 Now update "empty" attribute as children count changes. 1999-07-21 23:10:07 +00:00
rjc%netscape.com a8e701fe56 Ensure that we have a value. 1999-07-21 23:02:35 +00:00
cmanske%netscape.com 93a6f46ee6 Change registry to use new editor chrome directory structure 1999-07-21 19:56:10 +00:00
gagan%netscape.com 20c0996ab2 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
mscott%netscape.com ed2a17b71b NECKO Only!! Don't call GetBuffer on an nsString as it returns null for unicode strings. use nsCAutoString 1999-07-21 06:51:45 +00:00
troy%netscape.com bf547dbb98 Change to StartLayout(): moved call to EnableRefresh() to before the InitialReflow()
call to work around a bug in the compositor
1999-07-21 04:47:15 +00:00
slamm%netscape.com a31b3415f1 Add entries for bookmarks. 1999-07-20 23:40:22 +00:00
sspitzer%netscape.com 731a41f274 fix warnings 1999-07-20 20:32:33 +00:00
mcafee%netscape.com 47320f0312 Fixing warnings 1999-07-20 20:22:23 +00:00
bienvenu%netscape.com d9ce494617 checkin jefft's fix mailnews startup crash 1999-07-20 17:32:43 +00:00
rjc%netscape.com c48f89b97f Work harder at getting the REAL parent container when determining if the parent container is a RDF_Seq during a natural order sort. 1999-07-20 09:04:24 +00:00
warren%netscape.com 7bcb94a320 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
rjc%netscape.com 39a2594cb5 Only support sorting on RDF Seqs if container is actually a RDF_Seq itself. 1999-07-20 05:20:32 +00:00
rjc%netscape.com 42d8e0784d Comment out annoying assertion (bug # 9930) for the short term... the code needs to be rewritten in general. 1999-07-20 04:24:18 +00:00
rjc%netscape.com d14b0d2ccd Fix for bug #9899: set "empty" attribute on containers if they appear to be empty. 1999-07-20 04:21:24 +00:00
rjc%netscape.com e8321b93a9 Oops... PR_FALSE instead of just FALSE. 1999-07-20 03:14:34 +00:00
rjc%netscape.com 3be70e4d68 Add support for sorting RDF_Seqs when in natural order sort mode. 1999-07-20 03:13:15 +00:00
tao%netscape.com 2b1cc86d3e Added locale provider entries to all existing packages in the chrome registry. 1999-07-20 01:25:28 +00:00
waterson%netscape.com 3196b679df Change graph linkage to be 'bottom up' so that streaming RDF places less burden on layout. 1999-07-19 22:02:22 +00:00
hangas%netscape.com fa6be2f05e Added chrome://global/content/ 1999-07-19 21:41:07 +00:00
joki%netscape.com 0af283b8e2 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
waterson%netscape.com 4889479e80 Modifications for performance improvements. 1999-07-19 19:23:51 +00:00
waterson%netscape.com 3e9a4790e1 Use 'chrome:' URL. 1999-07-19 19:21:04 +00:00
waterson%netscape.com 2a499473be Bug 6873. Performance improvements to the generic builder. The template builder now instantiates template content 'lazily' when the frame system asks for it. 1999-07-19 19:18:10 +00:00
rickg%netscape.com 844a7e45ef switch to faster string search API 1999-07-19 03:29:56 +00:00
rjc%netscape.com 528bf67d11 Fix a warning by tossing out some old debugging code. 1999-07-18 08:25:24 +00:00
rjc%netscape.com 8a60d45f7b Clear up a couple of warnings. 1999-07-18 08:22:06 +00:00
mjudge%netscape.com 7ddf8fee55 massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
saari%netscape.com d04477a5e8 Use GetKeyCode instead of GetCharCode for windows and linux 1999-07-18 00:07:10 +00:00
peterl%netscape.com e3019ad978 clean up some string usage 1999-07-18 00:01:21 +00:00
hyatt%netscape.com 4c2a642cb4 Teaching XUL overlays how to do positioning. 1999-07-17 21:50:01 +00:00
rjc%netscape.com dbce229d7e Use application locale when sorting with collation service; fix for bug #9968. 1999-07-17 21:36:17 +00:00