Commit Graph

53 Commits

Author SHA1 Message Date
rjc%netscape.com
27b574b957 Disallow inline editing on separators. 1999-07-15 01:16:38 +00:00
rjc%netscape.com
c4c0140ea1 Use 64-bit LL_MUL instead of LL_MUL32 1999-07-14 23:43:43 +00:00
rjc%netscape.com
be27b3e382 Temporary fix for build bustage. 1999-07-14 22:50:41 +00:00
rjc%netscape.com
671aaabe6a 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
66391f92ea Add support for int and date Literals. 1999-07-14 21:14:56 +00:00
slamm%netscape.com
1dbffc0d51 Use chrome url to find xul.css 1999-07-14 16:53:41 +00:00
slamm%netscape.com
033a49841f Remove column headers 1999-07-14 15:49:18 +00:00
matt%netscape.com
ebeb19eca2 chromifying for xul.css 1999-07-14 00:54:38 +00:00
waterson%netscape.com
1fc35b0481 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
fab7044180 Bug 9431. Don't return failure if can't find bookmarks file. 1999-07-09 23:09:59 +00:00
waterson%netscape.com
f878219d03 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
5db0a27c71 Duh. Write them to the correct place, as well. 1999-07-07 08:32:53 +00:00
waterson%netscape.com
0145bb9a12 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
efb6e44f18 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
6f04287e9f 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
8c54f70547 Fix bug #9232. 1999-07-03 07:53:46 +00:00
waterson%netscape.com
066b0c616e 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
e4e07af757 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
fbdd6c0e04 Fix for bug 8764. Highlighting color was wrong. 1999-07-02 19:17:10 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
rjc%netscape.com
e4d10a9406 Don't lose CRs in bookmark descriptions. 1999-07-02 02:30:41 +00:00
rjc%netscape.com
f176924dcb 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
b520c2acaf Fix case to match cvs. IEFavorite.gif --> iefavorite.gif. 1999-07-01 23:54:28 +00:00
rjc%netscape.com
c0a84a2429 Fix typos. 1999-06-26 09:10:53 +00:00
rjc%netscape.com
c38162e850 Implement some commands for bookmarks. 1999-06-26 08:31:16 +00:00
rjc%netscape.com
c1e3ad37b9 Add contextual menu support for bookmarks panel. 1999-06-26 05:04:24 +00:00
rjc%netscape.com
9a60f136ab Return an empty command enumerator instead of throwing an assertion. 1999-06-26 04:58:22 +00:00
rjc%netscape.com
d7d325434a Add support for context menus. 1999-06-26 04:38:48 +00:00
rjc%netscape.com
d8cf0513a0 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
65f7e673e1 fix build bustage 1999-06-25 21:38:43 +00:00
waterson%netscape.com
8c8ed7284d Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
briano%netscape.com
a2f1f59a32 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
e91c207417 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
aed939c9c8 If a non-natural order sort is active, hilite that column. 1999-06-25 09:20:21 +00:00
waterson%netscape.com
820a647acb 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
df706b302f 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
af93d99edf 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
b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
jj%netscape.com
2a4c338f76 fixed duplicate code fragment name 1999-06-23 01:27:30 +00:00
mcafee%netscape.com
1b5df9e04d Adding nocrap flag to tinderbox URL 1999-06-22 06:16:49 +00:00
rjc%netscape.com
b898073146 Add in search datasource in bookmarks. 1999-06-16 02:14:56 +00:00
rjc%netscape.com
6970884032 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
7994bc71ac bm-props.js splitting JavaScript into separate file. 1999-06-11 23:37:28 +00:00
slamm%netscape.com
c1e3dce399 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
65985b956d 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
c8ada4a416 Fix crash parsing IE favorites. 1999-06-11 08:06:53 +00:00
waterson%netscape.com
6cfa4268fc Add bookmarks.css to the style sheets we load in the panel. 1999-06-11 06:19:27 +00:00
waterson%netscape.com
6873fd9101 Change bookmarks service progid slightly. 1999-06-11 06:18:49 +00:00
waterson%netscape.com
d739224702 Clean up compiler warning. 1999-06-11 05:58:42 +00:00
waterson%netscape.com
b80013aed1 First Checked In. 1999-06-11 05:50:55 +00:00