Commit Graph

181 Commits

Author SHA1 Message Date
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