Commit Graph

380 Commits

Author SHA1 Message Date
rjc%netscape.com
5a5f095bd7 Fix bug # 46052: simple misspelling fix. 2000-07-23 08:20:47 +00:00
rjc%netscape.com
371729ddfc Fix bug # 44688: simple fix for columns in bookmarks search window. r=me 2000-07-23 07:05:29 +00:00
bryner%uiuc.edu
d46984e2f6 Fix bug 45786 - need to use getService(), not createInstance() to get the
clipboard.  r=jelwell,rjc.
2000-07-21 22:19:20 +00:00
warren%netscape.com
de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
pavlov%netscape.com
819829b7e2 changing createInstance to getService to fix 45439 r=gramps 2000-07-17 20:28:58 +00:00
waterson%netscape.com
4d44110dd4 Register bookmarks datasource with RDF service *last*, because an other failure will leave the RDF service with a dangling pointer. Also, add assertion if we're unable to create a timer, because this is an *extremely* common platform porting error. r=rjc 2000-07-09 23:49:41 +00:00
bryner%uiuc.edu
f66a19368b Fix for bug 43417. r=pinkerton. 2000-07-06 22:20:32 +00:00
rjc%netscape.com
0c85b467d8 Fix bug # 44284: fix bookmark schedule XUL. Code from danm. r=me 2000-06-30 01:56:03 +00:00
danm%netscape.com
967b9a1a63 the 'url has changed' alert in OnStopRequest now asks the channel for an nsIPrompt before defaulting to nsNetSupportDialog. bugs 25684,44171. r=rjc@netscape.com 2000-06-30 00:47:01 +00:00
bryner%uiuc.edu
aeaec0cab9 Patching more (hopefully all) trees to work with the new tree widget (bug
30511).  r=hyatt.
2000-06-23 21:44:48 +00:00
dbaron%fas.harvard.edu
a465836d3c Fix leak of a string. r=waterson 2000-06-22 22:51:05 +00:00
danm%netscape.com
03ea82871a tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
rjc%netscape.com
5213c4dd6c Fix nsbeta2+ bug # 39539: fix bookmarks so that new items can be created. r=ben@netscape.com 2000-06-20 01:47:15 +00:00
bryner%uiuc.edu
991f35e307 Fixing tasksOverlay location so that Manage Bookmarks window will
open.  r=ben,hyatt.
2000-06-20 00:06:02 +00:00
hyatt%netscape.com
3bc222be36 30511 2000-06-19 23:23:50 +00:00
bryner%uiuc.edu
6156d432ab Updating trees for new tree widget. bug 30511. r=hyatt. 2000-06-19 23:03:40 +00:00
hyatt%netscape.com
31c86915c5 Bug #30511, r=evuaghan 2000-06-19 22:58:56 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
rjc%netscape.com
1ee7c08c9e Ensure gRefCnt is initialized to zero. Code from ericb@neoplanet.com, approval=me 2000-06-13 23:45:20 +00:00
warren%netscape.com
099138dc36 Bug 18433. Starting to package resources into jar files. 2000-06-13 01:23:28 +00:00
bryner%uiuc.edu
427ce96fe7 Fixing bug 37175 - make bookmarks import/export use
nsIFilePicker/nsILocalFile.  r=rjc.
2000-06-09 22:29:19 +00:00
slamm%netscape.com
c566e998b6 Fix bookmark and history menus. Bug 37078 r=pavlov 2000-06-07 00:39:47 +00:00
ben%netscape.com
56a5e83400 update bookmarks to use utility overlay and global overlay 2000-06-05 06:36:20 +00:00
cls%seawood.org
e880e91327 Moved declaration of 'nsresult rv' for platforms w/o REPEATING_TIMERS (BeOS). Again. 2000-06-01 10:28:38 +00:00
jbetak%netscape.com
d5d399e4ba 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:08:28 +00:00
slamm%netscape.com
7e0d7ca54a Add window.close() to close broadcaster. Fix bug 40460 r=mcafee 2000-05-31 22:41:45 +00:00
ben%netscape.com
c4ea9a3f81 skinnability fixes for bookmarks 2000-05-25 06:00:50 +00:00
ben%netscape.com
4ba02261f0 fix skinnability flaw (put menubar in toolbox) 2000-05-24 13:45:01 +00:00
ben%netscape.com
6f4c8beb08 fix for 38743, remove XUL titledbutton from bookmarks window. r=hyatt 2000-05-22 04:30:30 +00:00
slamm%netscape.com
ec692b28ed Remove onclick handler from <tree> since <treechildren> has a handler. Fix 2 windows on dblclick (bug 38811). r=mcafee 2000-05-18 21:24:41 +00:00
cls%seawood.org
04af6e67ca Make --without-dbgrinfo-modules work properly.
Fixes for platforms without REPEATING_TIMERS (BeOS).  r=pavlov a=leaf
2000-05-18 20:10:59 +00:00
sfraser%netscape.com
86b786390b Remove linkage with NetworkModular.shlb 2000-05-17 08:05:14 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
joki%netscape.com
a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
brendan%mozilla.org
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
ben%netscape.com
0d40b968c5 skinnable bookmark properties dialog 2000-05-13 02:23:59 +00:00
scc%netscape.com
383fdc142e string backsliding. r=mjudge 2000-05-12 07:53:02 +00:00
radha%netscape.com
a9881020e7 Call appCore.loadUrl(url) instead of doing window.content.location.href=url
r=slamm.
2000-05-11 22:20:27 +00:00
sspitzer%netscape.com
7b87a12750 removing obsolete files. 2000-05-11 07:02:34 +00:00
ben%netscape.com
aba08c4c47 removing redundant skin files 2000-05-11 04:27:29 +00:00
ben%netscape.com
6ec8006b8c removing redundant skins directories 2000-05-11 04:19:28 +00:00
slamm%netscape.com
e9736d961a Fix "woefully inadequate" file menu (bug 29265). 2000-05-11 00:08:26 +00:00
rjc%netscape.com
e0c7222311 Enable option to play sound on bookmark schedule status change. 2000-05-10 06:55:10 +00:00
rjc%netscape.com
73640e7b32 Fix nsCAutoString usage. 2000-05-10 05:17:10 +00:00
rjc%netscape.com
5f28718769 Fix bug # 36795: fix uninitialized return variable. 2000-05-09 07:50:13 +00:00
slamm%netscape.com
71589c2adc Fix up 'File > New' menu (bug 9978). 2000-05-09 00:48:20 +00:00
slamm%netscape.com
9848f1b3e8 Rename window. 'Bookmarks' to 'Manage Bookmarks' (bug 37829) 2000-05-09 00:03:14 +00:00
rjc%netscape.com
b8ffa2bedd Fix bug # 36037: drag&drop changes to support translucency on Mac. 2000-05-08 23:29:32 +00:00