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

180 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com 82b2a2d5f0 delete[] -> PR_Free. r bruce 1999-06-16 06:57:53 +00:00
sspitzer%netscape.com 74bc1aa0c5 fix warnings.
also Back() and Back(nsIWebShell *) existed, and this is bad.
Renamed Back(nsIWebShell *) to GoBack(nsIWebShell *).
1999-06-16 06:38:44 +00:00
rjc%netscape.com 3a66fad274 Set a white background. 1999-06-16 05:32:48 +00:00
rjc%netscape.com c5dd0a5265 Add "Save Search" button with appropriate disabling/enabling. 1999-06-16 04:27:16 +00:00
rjc%netscape.com b41727d2c1 Add in search datasource in bookmarks. 1999-06-16 02:14:56 +00:00
rjc%netscape.com 0f28b35924 More Search changes. 1999-06-16 01:47:02 +00:00
waterson%netscape.com be10c75fd5 No longer need to special case comparison of XPConnect and DOM objects. 1999-06-16 01:12:37 +00:00
rjc%netscape.com dc68739060 Fix depth. 1999-06-15 05:32:53 +00:00
rjc%netscape.com 2b8c236f95 Put Search resources into res/samples 1999-06-15 05:28:46 +00:00
rjc%netscape.com 6b52f9e92e Add in appropriate MANIFEST and makefiles. 1999-06-15 05:21:47 +00:00
mcmullen%netscape.com 108674d1dc Changed API to nsIPref 1999-06-15 05:18:01 +00:00
rjc%netscape.com 06f35a3c9d Check-in search UI. 1999-06-15 05:14:37 +00:00
law%netscape.com 59587fd3a7 Wiring up More Info... button 1999-06-14 21:52:23 +00:00
tague%netscape.com 246d818095 Removed empty export lists from files. This breaks older versions of nmake 1999-06-14 03:49:31 +00:00
rjc%netscape.com 3c162dd39b Be sure to write out bookmarks.html to the same place we read it in from! Bookmarks were moved from mozilla/rdf/ to mozilla/xpfe/components/bookmarks and bookmarks.html is now stored inside of $DIST/res/samples instead of the old $DIST/res/rdf 1999-06-12 02:29:16 +00:00
slamm%netscape.com b07f5fa095 bm-props.js splitting JavaScript into separate file. 1999-06-11 23:37:28 +00:00
slamm%netscape.com e408b5cbfb Fix for bug #6371, Adding entity tags for strings. Also, splitting javascript into separate file. 1999-06-11 23:35:56 +00:00
matt%netscape.com 8ea04e57b3 fixing bug 7907 1999-06-11 18:22:51 +00:00
rjc%netscape.com 75bed317da Fix importing of "IE favorites" on Windows which was broken by mcmullen when he checked in a supposed fix for something that wasn't broken. 1999-06-11 08:34:50 +00:00
waterson%netscape.com 6c595da784 Fix crash parsing IE favorites. 1999-06-11 08:06:53 +00:00
waterson%netscape.com 57bb468724 Move history resources here from rdf/resources. 1999-06-11 07:22:37 +00:00
waterson%netscape.com 626a7f6fc3 Add bookmarks.css to the style sheets we load in the panel. 1999-06-11 06:19:27 +00:00
waterson%netscape.com 0b20b3ed2d Change bookmarks service progid slightly. 1999-06-11 06:18:49 +00:00
waterson%netscape.com d2c39c78d7 Add xpfe/components/bookmarks to the build. 1999-06-11 06:16:32 +00:00
waterson%netscape.com 214698df95 Clean up compiler warning. 1999-06-11 05:58:42 +00:00
waterson%netscape.com d4f469bf32 First Checked In. 1999-06-11 05:50:55 +00:00
waterson%netscape.com 3f1fe17305 Debug to get running properly. 1999-06-11 05:47:19 +00:00
waterson%netscape.com 9689186d76 Add some missing resources. Update stuff to point to the res/samples dir. 1999-06-11 05:46:45 +00:00
waterson%netscape.com 390cfad0fc Initial revision. Not yet in the build. 1999-06-11 02:50:47 +00:00
mcmullen%netscape.com b4644cab22 Updated to changed prefwindow interface. 1999-06-10 23:55:54 +00:00
law%netscape.com 3707f34e2b added files: mozilla/xpfe/components/ucth/public/nsIUnkContentTypeHandler.idl, removed files: mozilla/xpfe/components/ucth/public/nsIUnknownContentTypeHandler.idl 1999-06-10 23:48:24 +00:00
law%netscape.com ac6b4ff6d4 Fix mac build bustage (file name was too long) 1999-06-10 23:45:54 +00:00
waterson%netscape.com e7d6125b8d Add entity references to make localizable. 1999-06-10 23:42:18 +00:00
law%netscape.com 42ad1d6b49 Switching xpfe components to use XPIDL 1999-06-10 22:43:08 +00:00
law%netscape.com 04feb56a30 added files: mozilla/xpfe/components/find/public/nsIFindComponent.idl, mozilla/xpfe/components/ucth/public/nsIUnknownContentTypeHandler.idl, mozilla/xpfe/components/xfer/public/nsIStreamTransfer.idl 1999-06-10 22:36:27 +00:00
law%netscape.com b552d4e007 Preparing for switch to XPIDL 1999-06-10 22:07:26 +00:00
law%netscape.com 18a56f5177 Preparing for switch to XPIDL 1999-06-10 21:55:36 +00:00
law%netscape.com 1d1b60ebb1 Preparing for switch to XPIDL 1999-06-10 21:47:30 +00:00
mcmullen%netscape.com 3d3d479186 Removed an unused variable. 1999-06-10 20:32:35 +00:00
law%netscape.com 7c6dea9bed Switching to XPIDL (this isn't actually used quite yet) 1999-06-10 20:20:21 +00:00
mcmullen%netscape.com 8b7c7252d9 Converted method names to lowerStartInterCaps, following the JS convention. Combined init() and showWindow to reduce pointless verbosity in javascript usage (since they are always called together). Added a third parameter, an initial panel url, though this is as yet unsupported. 1999-06-10 19:55:08 +00:00
mscott%netscape.com a32bc7cae9 Remove references to mailnews header files. 1999-06-10 07:41:35 +00:00
mcmullen%netscape.com 6204454112 XML is case sensitive, and that's why the "Save" button didn't work! 1999-06-10 02:32:06 +00:00
law%netscape.com a58e19fbef Switching to XPIDL (this isn't actually used quite yet) 1999-06-10 02:15:58 +00:00
law%netscape.com 282c365c52 Switching to XPIDL 1999-06-10 01:35:04 +00:00
sspitzer%netscape.com 0e0475ed0d fix build bustage. 1999-06-09 22:01:00 +00:00
mcmullen%netscape.com 59cb9df336 First Checked In. 1999-06-09 20:14:24 +00:00
law%netscape.com a26a6f332b Adding for Mac 1999-06-09 20:00:36 +00:00
dp%netscape.com 99fde3c654 Switching to use Component Registry 1999-06-09 19:19:14 +00:00
mcmullen%netscape.com a6cde3837d Updated URLs to the new .xul files. 1999-06-08 23:20:28 +00:00