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

206 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com f1252f912a Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
slamm%netscape.com ef94809e8c For debug-only, find default bookmarks file in its new home. 1999-08-19 22:01:40 +00:00
slamm%netscape.com 06f69e35e2 Use chrome url for dtd's. 1999-08-19 22:00:48 +00:00
rjc%netscape.com bf08656d94 Fix bug # 11832: Approval: chofmann. Review: waterson. 1999-08-14 11:11:45 +00:00
slamm%netscape.com 0ea4c49166 Remove double inclusion of rules.mk and autoconf.mk. Gave a bunch of warnings. a=don. 1999-08-12 20:53:25 +00:00
rjc%netscape.com 1625c2b74d Fix bug # 11626: get context menus in the bookmarks window working again. Approval: chofmann. Review: Hyatt 1999-08-12 08:30:02 +00:00
slamm%netscape.com 084d42a8cc Fix chrome urls as last part of fix for bug #10341. a=chofmann. Does not affect the build. 1999-08-12 00:10:32 +00:00
slamm%netscape.com d59ca48dba Move bookmarks resources into their own directory (bug #10341). a=chofmann 1999-08-11 22:02:49 +00:00
slamm%netscape.com 70c9201782 Replace 'resource:' urls with 'chrome:' urls (bug #10341). a=chofmann 1999-08-11 22:02:28 +00:00
rjc%netscape.com 1bce0750f2 Proper chrome (with close box). Thanks to danm. 1999-08-09 21:12:35 +00:00
rjc%netscape.com 91e2d4425a Small XUL/JS/DTD changes. Now open search dialog when user wants to search through bookmarks. 1999-08-09 20:10:03 +00:00
danm%netscape.com f221b4e5c7 corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow. 1999-08-07 02:51:03 +00:00
slamm%netscape.com 8631e3dadf Install bookmarks dtd in same place as windows and Unix. 1999-08-06 17:16:28 +00:00
slamm%netscape.com 5db0dc3ad9 Use the chrome URL instead of resource URL for properties. 1999-08-05 19:49:39 +00:00
slamm%netscape.com afef559106 Fix the scrollbar. Remove the treehead (bug #10950). 1999-08-05 19:48:47 +00:00
rjc%netscape.com 1ccafb56fd Magical munging for IE Favorites and NetPositive (BeOS). 1999-08-05 01:43:19 +00:00
slamm%netscape.com 1b52fc25a5 Hack the dtd URIs for now. The directories will need to be restructured a bit to fix this correctly. 1999-08-05 00:08:09 +00:00
slamm%netscape.com 6b7d3dbefb Recommit. Add entity files. 1999-08-04 23:45:32 +00:00
slamm%netscape.com ad9fad37cf Not ready yet. back out. 1999-08-04 23:43:05 +00:00
slamm%netscape.com baf9f3d904 Move entities into dtd files. 1999-08-04 23:40:49 +00:00
rjc%netscape.com a8095a2d9d Small XUL change 1999-08-03 11:30:18 +00:00
rjc%netscape.com 5f76ea954f Darn nsCOMPtr usage. 1999-08-03 07:08:59 +00:00
rjc%netscape.com f986dfa9e4 Add support for changing a bookmark's URL. 1999-08-03 06:12:28 +00:00
hyatt%netscape.com 430785be1a Patching the bookmarks XUL file (we're still in phase 2 of the landing). 1999-07-31 07:32:38 +00:00
hyatt%netscape.com e0da4f446e Phase 1 of menu landing. Patching XUL files. 1999-07-31 02:51:48 +00:00
waterson%netscape.com 7214976a0e Stop assertions-on-startup when sidebar is opened. 1999-07-30 23:49:02 +00:00
rjc%netscape.com 288bb561e9 Add persist attribute on "open" attribute. Also, get bookmark icons back on the left of the text. 1999-07-30 23:43:29 +00:00
bruce%cybersight.com 155432c7f4 ANSI C++ fix. Fixes HP-UX build with aCC. Use 'friend class nsFoo' rather than 'friend nsFoo'. 1999-07-30 23:39:28 +00:00
waterson%netscape.com f6b84db71a Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
rickg%netscape.com 5f296b4a5d replaced calls to deprecated string API 1999-07-26 00:53:46 +00:00
rjc%netscape.com fd945ffe4b Support importing of NetPositive bookmarks under the BeOS. 1999-07-25 19:52:08 +00:00
rjc%netscape.com f87c362f46 Const this! 1999-07-22 23:01:29 +00:00
rjc%netscape.com e9e5b78ee6 Cleanup. Use GetValueConst() more, allow returning IE favorites URLs (on Mac), fix memory leak. 1999-07-22 22:58:22 +00:00
rjc%netscape.com 1694146d25 For a given node, try asking the grap for the URL before falling back to using the node's ID. They might be different. REALLY! 1999-07-22 22:11:21 +00:00
rjc%netscape.com 1c2b36a081 Back out the code where, under Windows, try and munge imported IE Favorites names to not include a ".url". I'm going to put the code elsewhere. 1999-07-22 09:35:55 +00:00
rjc%netscape.com 6bb89e5a9e Under Windows, try and munge imported IE Favorites names to not include a ".url". 1999-07-22 09:28:36 +00:00
rjc%netscape.com 9b43bd34af When looking for a bookmark file, first try PROFILE_DIR/bookmarks.html and if that doesn't exist, then try PROFILE_DIR/bookmark.htm Do this because of differences in names on various platforms in older browser versions, when importing bookmarks into this version leaves us with naming differences. We don't want to force the import process to change the bookmark filename, as that might break third party applications which mess with the bookmark file and expect the old name. 1999-07-22 09:08:44 +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
gagan%netscape.com 4d227d2aab Fixed the missing slash in chrome: hacks. 1999-07-21 03:18:55 +00:00
slamm%netscape.com 46af56f4d2 Add bookmark popup code 1999-07-21 00:00:14 +00:00
slamm%netscape.com 94ec699087 Add popups for personal toolbar folders. 1999-07-20 23:40:34 +00:00
slamm%netscape.com ecbac7a810 Use chrome url for skin. 1999-07-20 23:40:31 +00:00
rjc%netscape.com eda257436b Don't bother showing properties dialog for separators. 1999-07-20 01:38:01 +00:00
rjc%netscape.com 36ae20c85e Explicitly get rdf:type and loading attributes in XUL templates now that builder doesn't auto-set all attributes. 1999-07-20 01:37:24 +00:00
rjc%netscape.com 6b419352b7 Get rid of warning by using PRUint32s instead of comparing signed and unsigned values. 1999-07-18 08:13:04 +00:00
rjc%netscape.com c88e8ce2ad Fix. 1999-07-18 08:09:04 +00:00
rjc%netscape.com 6b61df1062 More bookmark command support. 1999-07-18 05:58:26 +00:00
rjc%netscape.com 6def62cc14 Start implementing some bookmark commands (for context menus, UI, etc.) 1999-07-18 03:55:20 +00:00
rjc%netscape.com d9ae69ad5c Small command API cleanup. 1999-07-17 02:19:23 +00:00
slamm%netscape.com 210d82664c Go into inplace editing after second click. Commit implace edit if clicking some place new. 1999-07-15 23:06:58 +00:00
slamm%netscape.com ecf5ea988c Tweak presentation. 1999-07-15 23:05:56 +00:00
rjc%netscape.com de4976893e Add support for updating a bookmark's "Last Visited" date when its URL is loaded. 1999-07-15 09:05:48 +00:00
rjc%netscape.com 011ef24889 As bookmark properties change, update the "Last Modified" attribute to the current date/time. 1999-07-15 08:15:03 +00:00
rjc%netscape.com 292f133fb6 Disallow inline editing on separators. 1999-07-15 01:16:38 +00:00
rjc%netscape.com 83855ed0c2 Use 64-bit LL_MUL instead of LL_MUL32 1999-07-14 23:43:43 +00:00
rjc%netscape.com e78f714954 Temporary fix for build bustage. 1999-07-14 22:50:41 +00:00
rjc%netscape.com e34c0b9e67 Add various date columns as well as support for inline editing (just on the name column for the moment, until some content model issues are resolved.) 1999-07-14 21:15:35 +00:00
rjc%netscape.com 5f85744ab9 Add support for int and date Literals. 1999-07-14 21:14:56 +00:00
slamm%netscape.com d3e0332e6f Use chrome url to find xul.css 1999-07-14 16:53:41 +00:00
slamm%netscape.com 4fe5dda4c5 Remove column headers 1999-07-14 15:49:18 +00:00
matt%netscape.com 7e3f7cde44 chromifying for xul.css 1999-07-14 00:54:38 +00:00
waterson%netscape.com 74c95cffaf Bug 9546. Hard code width of window so window doesn't grow without bound when intrinsically sized. 1999-07-09 23:12:43 +00:00
waterson%netscape.com c1a1f0c695 Bug 9431. Don't return failure if can't find bookmarks file. 1999-07-09 23:09:59 +00:00
waterson%netscape.com 5f0d1cc908 Bug 9401. Don't include debug backstop bookmarks in a release build. a=chofmann. 1999-07-08 01:23:12 +00:00
waterson%netscape.com 298aae3685 Duh. Write them to the correct place, as well. 1999-07-07 08:32:53 +00:00
waterson%netscape.com e22a9dc0f0 Bug 7921. Look in profile directory _first_ before falling back to 'default' bookmarks file. 1999-07-07 08:22:30 +00:00
rjc%netscape.com 0d601fcdd1 Starting to implement DoCommand(). [Doesn't seem to work 100% yet... can't find DoCommand() method for some reason that isn't clear to me yet.] 1999-07-07 05:33:38 +00:00
rjc%netscape.com 8aea60a8a7 In bookmark properties panel, containers shouldn't be allowed to have shortcut URLs, so disable that input field 1999-07-03 11:35:11 +00:00
rjc%netscape.com ca0aff8060 Fix bug #9232. 1999-07-03 07:53:46 +00:00
waterson%netscape.com 8f32401e88 Rewrite bookmarks to use JS and RDF where possible. Got rid of dependency on appcores (except RDFCore b/c of sorting). Fix bugs 5221, 7921. 1999-07-03 07:20:08 +00:00
waterson%netscape.com 25998a6810 Fix a bunch of whitespace as an experiment in pleasing RJC's broken editor. More importantly, fix 7144, 5221, 7921. 1999-07-03 07:19:24 +00:00
slamm%netscape.com f4e3f792d2 Fix for bug 8764. Highlighting color was wrong. 1999-07-02 19:17:10 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
rjc%netscape.com f36a5a6460 Don't lose CRs in bookmark descriptions. 1999-07-02 02:30:41 +00:00
rjc%netscape.com 4d747a5b19 Handle bookmark descriptions properly (including escaping text before writing out, and unescaping when reading back in.) 1999-07-02 01:35:49 +00:00
slamm%netscape.com d218437667 Fix case to match cvs. IEFavorite.gif --> iefavorite.gif. 1999-07-01 23:54:28 +00:00
rjc%netscape.com 25a4aa2fe1 Fix typos. 1999-06-26 09:10:53 +00:00
rjc%netscape.com 9fdb5cf67f Implement some commands for bookmarks. 1999-06-26 08:31:16 +00:00
rjc%netscape.com 5919536f88 Add contextual menu support for bookmarks panel. 1999-06-26 05:04:24 +00:00
rjc%netscape.com 452d355bf8 Return an empty command enumerator instead of throwing an assertion. 1999-06-26 04:58:22 +00:00
rjc%netscape.com 627eedced2 Add support for context menus. 1999-06-26 04:38:48 +00:00
rjc%netscape.com 3a764c6bfc Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future. 1999-06-26 01:09:02 +00:00
sspitzer%netscape.com ea00c7cfba fix build bustage 1999-06-25 21:38:43 +00:00
waterson%netscape.com 30f5f63b74 Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
briano%netscape.com dcb0939e60 Fix for platforms that don't define MKSHLIB_UNFORCE_ALL, but do define MKSHLIB_FORCE_ALL. 1999-06-25 19:00:45 +00:00
rjc%netscape.com 0a10e64715 Make sure that columns are defined for bookmarks in this panel, otherwise sorting doesn't work. 1999-06-25 09:26:21 +00:00
rjc%netscape.com 38a1d1cb49 If a non-natural order sort is active, hilite that column. 1999-06-25 09:20:21 +00:00
waterson%netscape.com 2e60204896 Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage. 1999-06-24 00:23:52 +00:00
rjc%netscape.com 950fe9b756 Fix bookmark panel in sidebar also by forcing tree root to be open (due to on-going tree changes.) 1999-06-23 09:37:10 +00:00
rjc%netscape.com 0f8bf6cddf Force root of bookmarks tree to be open (apparently required, at least for the moment, due to ongoing XUL tree changes). 1999-06-23 09:27:30 +00:00
hyatt%netscape.com f90cda96d6 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
jj%netscape.com 51b16ea747 fixed duplicate code fragment name 1999-06-23 01:27:30 +00:00
mcafee%netscape.com 2623dd99aa Adding nocrap flag to tinderbox URL 1999-06-22 06:16:49 +00:00
rjc%netscape.com b41727d2c1 Add in search datasource in bookmarks. 1999-06-16 02:14:56 +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
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 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 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