Commit Graph

389 Commits

Author SHA1 Message Date
rjc%netscape.com
25b9ae78b1 Part of fix for bug # 24416: use temp file when writing out bookmarks to try and reduce loss of data due to any crashes. 2000-02-03 23:34:55 +00:00
pinkerton%netscape.com
ff5704575e native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
scc%netscape.com
8424ac3d64 removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton 2000-01-31 23:45:42 +00:00
dp%netscape.com
f5cb07fa25 - Converting to Generic Module
- Removing unneccessary defines of IID and CID
r=rjc
2000-01-28 09:14:44 +00:00
waterson%netscape.com
767cad41f2 Bug 24499, 15586. Hold strong ref to nsIRDFXMLSinkObservers; add onError() method to nsIRDFXMLSinkObserver API; be sure to notify observers in synchronous load case. r=shaver 2000-01-27 02:24:20 +00:00
pinkerton%netscape.com
3fe95a6ba0 moving d&d into a separate file: bookmarksDD.js r=shaver. 2000-01-26 00:57:34 +00:00
pinkerton%netscape.com
d5de9cb849 moving all d&d code into separate file: bookmarksDD.js r=shaver. 2000-01-26 00:55:08 +00:00
pinkerton%netscape.com
423a189db3 adding navigatorDD.js and bookmarksDD.js to the builds. 2000-01-26 00:54:36 +00:00
hyatt%netscape.com
175b25b936 Multiple selection can be disabled in trees now. 2000-01-25 10:30:34 +00:00
pinkerton%netscape.com
52d4de7655 First Checked In. 2000-01-25 04:14:02 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
michael.lowe%bigfoot.com
7c3842d550 Fix bustage 2000-01-21 22:47:22 +00:00
michael.lowe%bigfoot.com
6696fa133b Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan 2000-01-21 21:56:09 +00:00
warren%netscape.com
fe1bfd8593 Fixed assertion/malfunction when timers are set on bookmarks because the bookmark service's QI didn't return nsIStreamListener. r=rjc 2000-01-20 22:44:50 +00:00
rjc%netscape.com
6765421a10 Add a secondary sort key (which is the name column). 2000-01-19 02:41:12 +00:00
pinkerton%netscape.com
5c0ed294f2 hiding d&d behind a pref (xpfe.dragdrop.enabled) for nscp beta. r=sdagley. bug #22083. 2000-01-18 23:59:26 +00:00
rjc%netscape.com
2d4e1721dc Second part of fix for bug # 21175: force a bookmark URL to have a scheme (default: "http://") 2000-01-16 11:52:18 +00:00
rjc%netscape.com
cb61f040de Fix bug # 23689: flush bookmarks after adding new nodes. 2000-01-12 06:38:42 +00:00
rjc%netscape.com
5611880580 Even if pref string is an empty string, if it wasn't null, need to free it. 2000-01-11 22:44:18 +00:00
rjc%netscape.com
eafd89b569 Check preference string to make sure its not an empty string before using. 2000-01-11 22:11:07 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
slamm%netscape.com
bd8d55e786 Only use left clicks to manipulate items. 2000-01-06 22:16:06 +00:00
slamm%netscape.com
4ed66553de Fix bookmark properties. bug #22010. 2000-01-06 22:11:58 +00:00
slamm%netscape.com
ed8b5a23fe Ignore clicks not on treeitems (bugzilla down...no number). Set window type as partial fix for bug #14038. Change debug statements to have '\n' by default. 2000-01-06 21:26:46 +00:00
rjc%netscape.com
8eee1cb537 When trying to determine the name of the Personal Toolbar Folder, first check user preferences, then the bookmark service's string bundle, and finally fallback to a hard-coded string. 2000-01-05 04:39:39 +00:00
rjc%netscape.com
db7ae3e1d5 Add support for the "custtoolbar.personal_toolbar_folder" preference which, if set, indicates what the name of the Personal Toolbar folder is. 2000-01-05 03:47:07 +00:00
alecf%netscape.com
75fa4d4f9a some stray title buttons without borders 2000-01-04 06:59:33 +00:00
rjc%netscape.com
285c3246e1 Hack fix for bug # 21175: bookmarks without schemes now get "http://" as their default scheme. 2000-01-03 08:11:11 +00:00
tor%cs.brown.edu
c0c306f17d Build bustage patch for SUNWspro so the compiler doesn't choke
seeing an "extern" and "static" definition of kPlatformCharsetCID.
Removes duplicate definition of PlatformCharsetCID and uses the
one from nsIPlatformCharset.h. r=sspitzer
1999-12-24 08:26:20 +00:00
rjc%netscape.com
40b7d3eaf1 Fix bug # 20817: use default platform charset when reading in bookmarks until if/when we find a META charset tag that says to use something else. Review: ftang@netscape.com 1999-12-23 21:38:16 +00:00
rjc%netscape.com
cb6dfe1ad8 Part of fix for bug # 21677: read in bookmarks AFTER trying to get bookmarks string bundle. Approval: chofmann 1999-12-18 05:01:04 +00:00
rjc%netscape.com
5913ba7455 Fix bug # 21677: Use a string bundle so that hard-coded strings in nsBookmarksService.cpp can be removed. Approval: chofmann 1999-12-18 04:33:10 +00:00
rjc%netscape.com
98fedd3c6e Fix bug # 19089: use the correct document's list of RDF datasources, and try and resolve URLs (anonymous, as well as those with "#URL" properties) before loading them in. Approval: chofmann 1999-12-18 04:20:28 +00:00
rjc%netscape.com
cd8fa999fc Small bookmark icon style fix. 1999-12-05 12:15:30 +00:00
rjc%netscape.com
a73d168e96 Try and get icons from RDF graph before falling back to CSS styles. (This allows branding of icons for anonymous search nodes, for example.) 1999-12-05 12:11:02 +00:00
hyatt%netscape.com
676e72a81b Bringing bookmarks into compliance with master skin file rules. 1999-12-05 06:01:51 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
slamm%netscape.com
c8cdfec814 Move click handler from <tree> to <treechildren>. This prevents clicks
on the column headers from launching a browser. Bug 11996. r=mcafee
1999-11-30 03:03:23 +00:00
slamm%netscape.com
6533220eda Remove old files. r=mcafee 1999-11-30 01:03:22 +00:00
slamm%netscape.com
16c5442088 Use single clicks to open folders, but double clicks to launch items.
Bug #14998. r=mcafee
1999-11-30 00:56:44 +00:00
slamm%netscape.com
06737fbcb1 Add license. Remove "! important" for twisty style rule.
The style rule works without it. r=mcafee
1999-11-30 00:56:39 +00:00
slamm%netscape.com
3fc952f65a Add bm-panels.js. Reorder to alphabetical order. r=mcafee 1999-11-30 00:56:33 +00:00
slamm%netscape.com
3e5b4d29a3 Change dump() calls to debug() calls. That makes it easier to turn
them all off at once.
Fix context menus. They were adding multiple items (bug #14765).
They also needed to select the item under the mouse. r=mcafee
1999-11-30 00:49:19 +00:00
rjc%netscape.com
e8e73ae1a9 Part of fix for bug # 14442: pressing the delete/backspace key(s) will now delete any selected bookmarks. 1999-11-24 06:33:48 +00:00
rjc%netscape.com
4e58337f79 Some partial fixes for bug # 14442: when pasting some nodes into a container, don't insert a URL that already is in the container. Also, keep a dirty flag for all operations, and only update (i.e. write out) the bookmarks.html file if dirty=true when all done. 1999-11-24 06:15:55 +00:00
rjc%netscape.com
be4a476563 Part of fix for bug # 19564: open search dialog via a chrome: URL. 1999-11-24 05:00:46 +00:00
rjc%netscape.com
f3b497f067 Add support for sorting in-between separators. Restoring all bookmark columns (per marketing). 1999-11-23 01:03:30 +00:00
rjc%netscape.com
44e73280c7 Check in some preliminary bookmarks drag&drop support. 1999-11-20 08:35:39 +00:00
rjc%netscape.com
7d483f4ddd nsBookmarksService must accept RDF nextVal assertions, otherwise the RDF container utilities can't successfully add/remove items from RDF sequences. 1999-11-20 08:34:41 +00:00
waterson%netscape.com
b44055e48a Back off on nsCOMPtr use for mInner because of funky release
sequence. Fixes crash on shutdown.
1999-11-18 09:44:29 +00:00
waterson%netscape.com
a0127275fd Bug 9246. Give bookmark URLs the tough love they need. Fix changing a bookmark's URL, fix setting a bookmark's URL when one wasn't set before. Prohibit removal of a bookmark's URL. r=rjc. 1999-11-18 06:21:09 +00:00
rjc%netscape.com
9998ddf0ff Bye bye "rdf:ftp" 1999-11-16 05:40:17 +00:00
slamm%netscape.com
44c25c47f1 Add the MPL. 1999-11-15 23:09:58 +00:00
pinkerton%netscape.com
ed2521b11f preliminary js for handling drops on the tree (r=saari). 1999-11-12 01:02:55 +00:00
pinkerton%netscape.com
247cfa3b19 toolbar/tree d&d code reworking (r=hyatt). 1999-11-11 05:11:10 +00:00
rjc%netscape.com
c85fee2632 Fix bug # 12114 [an internal timer no longer refcnt's the nsBookmarksService, preventing a leak; instead, we cancel the timer in the DTOR] and bug # 18250 [speed up loading of bookmarks on startup by deferring loading of IE favorites.html (on Mac) until needed, and try to read in the entire file in one read request if memory is available, otherwise fall back to parsing line by line]. Review: waterson@netscape.com 1999-11-10 07:05:16 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
pinkerton%netscape.com
0a89d40c78 add "status" area to the bottom so that bottom scroll arrow on MacOS is visible (r=slamm, bug# 8266). 1999-11-04 22:04:17 +00:00
tbogard%aol.net
10ded258a5 Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
rchen%netscape.com
2b1aa7634a Add Localization notes 1999-10-29 21:12:26 +00:00
slamm%netscape.com
b95ce6697b Handle clicks properly. Fix for 14857 and 11986. r=rjc 1999-10-19 21:11:39 +00:00
dveditz%netscape.com
ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
tao%netscape.com
dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
tao%netscape.com
452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
rjc%netscape.com
7299479e84 Fix bug # 15435: prevent long ( > 255) URL corruption. Also convert over to a nsIModule. Review: dp@netscape.com 1999-10-05 05:11:09 +00:00
sspitzer%netscape.com
e3cdd7da27 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
davidm%netscape.com
2c352d8185 13344 New browser windows generated by Manage Bookmarks too small 1999-10-01 03:31:17 +00:00
slamm%netscape.com
c018960c9c No longer use bookmarks-popup.js 1999-09-29 21:01:37 +00:00
kin%netscape.com
8c32968e27 Fix build bustage on windows. 1999-09-29 21:00:19 +00:00
slamm%netscape.com
c5d68630d4 Remove unused file. Bookmark menus are handled by xp menus now. 1999-09-29 20:20:33 +00:00
slamm%netscape.com
15fa1e7f36 Add style sheet to give bookmarks tree a single click look (bug #14998). Remove unsed file. 1999-09-29 20:20:12 +00:00
slamm%netscape.com
0fad3a055c Add style sheet to give bookmarks tree a single click look (bug #14998). 1999-09-29 20:20:06 +00:00
rjc%netscape.com
c97367cce4 Fix bug # 15062. Review: waterson. Approval: chofmann. 1999-09-28 22:16:38 +00:00
sspitzer%netscape.com
97c194c946 whoops, accidentally checked this in. 1999-09-28 07:44:48 +00:00
sspitzer%netscape.com
e96fe99b53 fix for #14999. remove the profile appcore 1999-09-28 07:29:25 +00:00
slamm%netscape.com
453fb20847 Add back extra columns within comments. No bug number (they are just comments). a=chofmann. 1999-09-24 18:56:51 +00:00
rjc%netscape.com
16b03c2920 Try getting "ref" before getting "id". Also, use tree.selectedItems() method everywhere. 1999-09-22 07:54:58 +00:00
rjc%netscape.com
fbaeea8581 Even more cut/copy/paste/delete support. 1999-09-22 07:41:15 +00:00
rjc%netscape.com
fe28d861f3 Implement bookmark "delete" menu item. 1999-09-22 01:53:09 +00:00
rjc%netscape.com
7c545c9367 More hooking up of bookmark window's cut/copy/paste/delete/select-all menu items. 1999-09-22 00:47:33 +00:00
rjc%netscape.com
85d1810ae8 Expose clipboard to JS and start hooking up bookmark window's cut/copy/paste/delete/select-all menu items. 1999-09-21 12:34:16 +00:00
slamm%netscape.com
e5964482fc Use only name and url columns for beta. 1999-09-20 20:54:54 +00:00
sspitzer%netscape.com
78f4b21b83 make ReadBookmarks() part of the nsIBookmarksService interface. I need this so I can call it from the profile code, so that after migration, the user has their 4.x bookmarks. one bug remains, is that when you call ReadBookmarks() more then once it should re-set the bookmarks, instead of adding to it. 1999-09-18 19:32:40 +00:00
briano%netscape.com
cd3098a8ae General cleanup. 1999-09-18 03:45:06 +00:00
tao%netscape.com
c8c9b89f0d Hook up da-DK. 1999-09-18 00:08:28 +00:00
tao%netscape.com
4a0a94a779 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-18 00:07:00 +00:00
tao%netscape.com
4661727893 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
rjc%netscape.com
8bb369b0b0 Use ToNewUTF8String(). [Missed a spot] 1999-09-17 11:29:18 +00:00
rjc%netscape.com
f6b3272e31 Fix signed/unsigned warning. 1999-09-17 04:59:55 +00:00
rjc%netscape.com
23c6dd0c95 Fix bug #5871: now write out bookmark file in "UTF-8" encoding, along with: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> To support this, when reading in the bookmark file, we look to see if a META charset is specified and, if it is, we'll try and get a decoder for it to use when processing the rest of the file. 1999-09-17 04:58:07 +00:00
rjc%netscape.com
e477157a1b "rdf:find" is now called "rdf:localsearch" 1999-09-15 10:21:47 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
slamm%netscape.com
2887532699 Removed debug statement 1999-09-14 23:09:42 +00:00
rjc%netscape.com
f6a62d4ee1 Rename "Nickname" to "Custom Keyword" per marketing. 1999-09-14 08:51:03 +00:00
rjc%netscape.com
12b887455e Disallow quotes in etag. 1999-09-14 08:25:14 +00:00
rjc%netscape.com
6c576abc0f Persist bookmark window's x/y and width/height attributes. 1999-09-12 08:43:41 +00:00
alecf%netscape.com
15a349dc09 fully resolve symbols for xpcshell 1999-09-10 09:29:22 +00:00
hyatt%netscape.com
cd3a84b435 Popup work. 1999-09-10 08:56:26 +00:00
warren%netscape.com
8494d751e0 Removed obsolete include. 1999-09-09 22:45:11 +00:00
rjc%netscape.com
99ffb08c28 Add folder check. 1999-09-09 01:01:16 +00:00
rjc%netscape.com
6e78553f6d Fix bug # 13197: escape bookmark title as well as descriptions. 1999-09-08 03:06:15 +00:00
sfraser%netscape.com
b0ef8d73d4 Convert some NS_ASSERTIONS into warnings, so that I can start up without debugger breaks. 1999-09-07 23:54:44 +00:00
danm%netscape.com
e1e0bcf7d3 open new browser window with nsIDOMWindow.Open 1999-09-07 23:49:36 +00:00
danm%netscape.com
11f7fa25f7 adding JavaScript.shlb 1999-09-07 23:46:52 +00:00
rjc%netscape.com
f2e91fe2f4 Remove meaningless "open" attribute. 1999-09-07 09:45:40 +00:00
rjc%netscape.com
970c6554bc Persist "open" attribute in bookmark's panel, and be sure to set "status" and "type" attributes so that we get proper icons! 1999-09-07 09:31:20 +00:00
rjc%netscape.com
51bc18e6ca Added XXX comment, and now also size content to window. 1999-09-07 07:52:11 +00:00
rjc%netscape.com
d856f132e4 Fix silly warning. 1999-09-07 06:55:20 +00:00
rjc%netscape.com
a7caa1f3d9 If startHour is greater than endHour, switch 'em. 1999-09-04 07:36:12 +00:00
rjc%netscape.com
260f384c92 Add check for null. 1999-09-03 23:02:09 +00:00
rjc%netscape.com
6b3c7e36af Also need to link against necko and timer libs. 1999-09-03 22:16:32 +00:00
rjc%netscape.com
6da7f94141 Don't forget const. 1999-09-03 22:13:02 +00:00
rjc%netscape.com
8e30415300 Landing support for "bookmark schedules". 1999-09-03 22:10:31 +00:00
hyatt%netscape.com
681f567519 Hooking up persistence of column state in bookmarks. 1999-09-03 09:33:32 +00:00
bruce%cybersight.com
100ee0f7a7 Use nsCRT::free() instead of delete[]. 1999-09-03 06:59:31 +00:00
rjc%netscape.com
918914cf00 Remove cruft. 1999-08-31 00:17:59 +00:00
waterson%netscape.com
6d72fba30f Add 'html:div' to constrain tree widget. 1999-08-30 21:54:02 +00:00
waterson%netscape.com
2cb5c551b6 Fix for new twisty syntax. 1999-08-30 08:41:29 +00:00
rjc%netscape.com
bfa70305e3 Use nsIXULSortService 1999-08-27 06:55:10 +00:00
cltbld%netscape.com
e1a35e11e5 backing out hyatt to fix mouseover/scrollbar crash 1999-08-26 21:37:20 +00:00
hyatt%netscape.com
9f079a0fef Patching the bookmarks.xul. 1999-08-26 19:27:36 +00:00
hyatt%netscape.com
aaa6b28aa0 Patching the bookmarks xul. 1999-08-26 10:26:11 +00:00
hyatt%netscape.com
140ec36d80 Getting the scrollbar back on the bookmarks tree. 1999-08-26 10:00:54 +00:00
rjc%netscape.com
a3f5738d1c Use new observes format. 1999-08-25 23:33:36 +00:00
rjc%netscape.com
17dc276e4f Modify OpenURL() call to try to resolve #URL attribute before opening URL. 1999-08-25 23:26:38 +00:00
rjc%netscape.com
9ac6f93b34 We need those observes tags on columns for sorting, so putting 'em back in. Also, remove some cruft from the .js file that's no longer being used. 1999-08-25 22:51:52 +00:00
hyatt%netscape.com
f390e34484 Fixing the bookmarks window to use the new rules. 1999-08-25 10:29:52 +00:00
rjc%netscape.com
9ecb0eb822 Only write out attributes that actually have a value. 1999-08-25 03:13:13 +00:00
slamm%netscape.com
1bb5b94315 Add for dtd files. 1999-08-24 21:45:36 +00:00
mccabe%netscape.com
ed5a2f8522 Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew. 1999-08-23 01:07:33 +00:00
hyatt%netscape.com
de12e8d8af The XUL file for bookmarks was badly messed up. 1999-08-22 08:35:48 +00:00
hyatt%netscape.com
d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
slamm%netscape.com
68c788a1bc For debug-only, find default bookmarks file in its new home. 1999-08-19 22:01:40 +00:00
slamm%netscape.com
ca557e7923 Use chrome url for dtd's. 1999-08-19 22:00:48 +00:00
rjc%netscape.com
81fd405f35 Fix bug # 11832: Approval: chofmann. Review: waterson. 1999-08-14 11:11:45 +00:00
slamm%netscape.com
f8e268afd8 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
c73c7adf6a 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
3c090283a0 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
35db7ab0f0 Move bookmarks resources into their own directory (bug #10341). a=chofmann 1999-08-11 22:02:49 +00:00
slamm%netscape.com
cf70100b78 Replace 'resource:' urls with 'chrome:' urls (bug #10341). a=chofmann 1999-08-11 22:02:28 +00:00
rjc%netscape.com
20baef8938 Proper chrome (with close box). Thanks to danm. 1999-08-09 21:12:35 +00:00
rjc%netscape.com
2dd21e3dc2 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
36cefdc1d3 corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow. 1999-08-07 02:51:03 +00:00
slamm%netscape.com
d57ff4ea56 Install bookmarks dtd in same place as windows and Unix. 1999-08-06 17:16:28 +00:00
slamm%netscape.com
fccb9b035e Use the chrome URL instead of resource URL for properties. 1999-08-05 19:49:39 +00:00
slamm%netscape.com
e6da882fa7 Fix the scrollbar. Remove the treehead (bug #10950). 1999-08-05 19:48:47 +00:00
rjc%netscape.com
c373460476 Magical munging for IE Favorites and NetPositive (BeOS). 1999-08-05 01:43:19 +00:00
slamm%netscape.com
f69092803f 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
e20f73dd67 Recommit. Add entity files. 1999-08-04 23:45:32 +00:00
slamm%netscape.com
1c61a743ad Not ready yet. back out. 1999-08-04 23:43:05 +00:00
slamm%netscape.com
05a260de1b Move entities into dtd files. 1999-08-04 23:40:49 +00:00
rjc%netscape.com
7f66a7ab63 Small XUL change 1999-08-03 11:30:18 +00:00
rjc%netscape.com
895837e5ef Darn nsCOMPtr usage. 1999-08-03 07:08:59 +00:00
rjc%netscape.com
159996c8f8 Add support for changing a bookmark's URL. 1999-08-03 06:12:28 +00:00
hyatt%netscape.com
2899d32c9b 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
15b1e42512 Phase 1 of menu landing. Patching XUL files. 1999-07-31 02:51:48 +00:00
waterson%netscape.com
be565bc0ca Stop assertions-on-startup when sidebar is opened. 1999-07-30 23:49:02 +00:00
rjc%netscape.com
8ddef160e8 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
02d5c96f85 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
91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
rickg%netscape.com
4880a6da67 replaced calls to deprecated string API 1999-07-26 00:53:46 +00:00
rjc%netscape.com
6ce744dcaf Support importing of NetPositive bookmarks under the BeOS. 1999-07-25 19:52:08 +00:00
rjc%netscape.com
73d493359b Const this! 1999-07-22 23:01:29 +00:00
rjc%netscape.com
5e018d9859 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
e581724190 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
6acc4caa83 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
ee373b9645 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
f26c23ea84 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
14c1cb2c49 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
gagan%netscape.com
4dd1ac109f Fixed the missing slash in chrome: hacks. 1999-07-21 03:18:55 +00:00
slamm%netscape.com
4a473e2d64 Add bookmark popup code 1999-07-21 00:00:14 +00:00
slamm%netscape.com
2a64dc7ad9 Add popups for personal toolbar folders. 1999-07-20 23:40:34 +00:00
slamm%netscape.com
b0a4b6aa1e Use chrome url for skin. 1999-07-20 23:40:31 +00:00
rjc%netscape.com
ed40cbc21b Don't bother showing properties dialog for separators. 1999-07-20 01:38:01 +00:00
rjc%netscape.com
54a8f749b4 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
8c0ea90c5b 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
caf8be0975 Fix. 1999-07-18 08:09:04 +00:00
rjc%netscape.com
92e2607bca More bookmark command support. 1999-07-18 05:58:26 +00:00
rjc%netscape.com
8a39c9b51c Start implementing some bookmark commands (for context menus, UI, etc.) 1999-07-18 03:55:20 +00:00
rjc%netscape.com
b4d8615595 Small command API cleanup. 1999-07-17 02:19:23 +00:00
slamm%netscape.com
fee93e6319 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
a82274ff5f Tweak presentation. 1999-07-15 23:05:56 +00:00
rjc%netscape.com
73a1e1b8aa 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
c4b09f11e6 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
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