jdunn%netscape.com
a373d56207
remove NS_DECLARE_ID and replace (where needed) with NS_DEFINE_CID.
...
DECLARE was declaring kPlatformCharsetCID as extern const, and
DEFINE declares it as static const. These 2 are incompatible.
r= ftang@netscape.com
a= dp@netscape.com
git-svn-id: svn://10.0.0.236/trunk@61991 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 22:42:39 +00:00
tbogard%aol.net
13b61ed851
Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering
...
git-svn-id: svn://10.0.0.236/trunk@61816 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 00:20:55 +00:00
rjc%netscape.com
8ef399a920
Part of fix for bug # 25876: bookmarks drag&drop behavior modification. Approval: jevering Review: pinkerton
...
git-svn-id: svn://10.0.0.236/trunk@61718 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 01:27:29 +00:00
slamm%netscape.com
4f275a4645
Include js file strres.js to fix JS error. Bug 27430. r=mcafee a=leaf
...
git-svn-id: svn://10.0.0.236/trunk@61393 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-21 22:30:14 +00:00
rjc%netscape.com
4168adc9c1
Fix bug # 27818: small escape changes.
...
git-svn-id: svn://10.0.0.236/trunk@61043 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 03:44:09 +00:00
slamm%netscape.com
b5fcad22a6
Fix bug #27415 , Bookmarks dead in sidebar.
...
git-svn-id: svn://10.0.0.236/trunk@60783 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:08:38 +00:00
slamm%netscape.com
7c34107f55
Clean up xul. Add column picker popup menu. Pick better column widths.
...
git-svn-id: svn://10.0.0.236/trunk@60389 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:21:37 +00:00
slamm%netscape.com
c92dc0b9d2
Add style to hide columns.
...
git-svn-id: svn://10.0.0.236/trunk@60386 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:21:26 +00:00
slamm%netscape.com
da1aaf4615
Clean up xul.
...
git-svn-id: svn://10.0.0.236/trunk@60385 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:21:22 +00:00
rjc%netscape.com
330cf48525
Fix bug # 24302: AM/PM localization issue fixed.
...
git-svn-id: svn://10.0.0.236/trunk@60370 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:13:20 +00:00
rjc%netscape.com
cb217033c3
Fix bug # 27039: small escape changes. Helps JavaScript URLs which are bookmarked.
...
git-svn-id: svn://10.0.0.236/trunk@60339 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 00:47:17 +00:00
tbogard%aol.net
e293c2bf9c
Removed unused include.
...
git-svn-id: svn://10.0.0.236/trunk@60310 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 08:35:37 +00:00
ben%netscape.com
7a98e8dc8d
localisation fix for bookmarks, r=jst@citec.fi
...
git-svn-id: svn://10.0.0.236/trunk@60296 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 06:58:15 +00:00
ben%netscape.com
d8c174eb4e
localisability fix for bookmarks, r=jst@citec.fi
...
git-svn-id: svn://10.0.0.236/trunk@60295 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 06:57:33 +00:00
scc%netscape.com
dcee2e659d
Pro5 update
...
git-svn-id: svn://10.0.0.236/trunk@60002 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-07 23:06:04 +00:00
mscott%netscape.com
789a6ae9ba
Back out rjc's checkin which broke bookmarks. (whenever you quit we lost your bookmarks)
...
a=sleestack
git-svn-id: svn://10.0.0.236/trunk@59755 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 08:39:08 +00:00
rjc%netscape.com
3ee651ce63
Part of fix for bug # 24416: use temp file when writing out bookmarks to try and reduce loss of data due to any crashes.
...
git-svn-id: svn://10.0.0.236/trunk@59676 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 23:34:55 +00:00
pinkerton%netscape.com
c3f43e5f26
native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc.
...
git-svn-id: svn://10.0.0.236/trunk@59409 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 22:26:21 +00:00
scc%netscape.com
21c1012e1b
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
...
git-svn-id: svn://10.0.0.236/trunk@59313 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-31 23:45:42 +00:00
dp%netscape.com
e92ce2c996
- Converting to Generic Module
...
- Removing unneccessary defines of IID and CID
r=rjc
git-svn-id: svn://10.0.0.236/trunk@59049 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 09:14:44 +00:00
waterson%netscape.com
88e762a7a8
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
...
git-svn-id: svn://10.0.0.236/trunk@58868 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 02:24:20 +00:00
pinkerton%netscape.com
1b2ae3e812
moving d&d into a separate file: bookmarksDD.js r=shaver.
...
git-svn-id: svn://10.0.0.236/trunk@58666 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 00:57:34 +00:00
pinkerton%netscape.com
7f78e88602
moving all d&d code into separate file: bookmarksDD.js r=shaver.
...
git-svn-id: svn://10.0.0.236/trunk@58663 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 00:55:08 +00:00
pinkerton%netscape.com
0a0cfd2781
adding navigatorDD.js and bookmarksDD.js to the builds.
...
git-svn-id: svn://10.0.0.236/trunk@58662 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 00:54:36 +00:00
hyatt%netscape.com
55fe690098
Multiple selection can be disabled in trees now.
...
git-svn-id: svn://10.0.0.236/trunk@58581 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 10:30:34 +00:00
pinkerton%netscape.com
5785b57676
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@58558 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 04:14:02 +00:00
dougt%netscape.com
714da09a59
Landing nsIFile.
...
git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 21:28:28 +00:00
michael.lowe%bigfoot.com
5fcb19144c
Fix bustage
...
git-svn-id: svn://10.0.0.236/trunk@58361 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-21 22:47:22 +00:00
michael.lowe%bigfoot.com
6856aa06f0
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
...
git-svn-id: svn://10.0.0.236/trunk@58358 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-21 21:56:09 +00:00
warren%netscape.com
483a911570
Fixed assertion/malfunction when timers are set on bookmarks because the bookmark service's QI didn't return nsIStreamListener. r=rjc
...
git-svn-id: svn://10.0.0.236/trunk@58327 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 22:44:50 +00:00
rjc%netscape.com
53d118d8f3
Add a secondary sort key (which is the name column).
...
git-svn-id: svn://10.0.0.236/trunk@58209 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 02:41:12 +00:00
pinkerton%netscape.com
0240438f99
hiding d&d behind a pref (xpfe.dragdrop.enabled) for nscp beta. r=sdagley. bug #22083 .
...
git-svn-id: svn://10.0.0.236/trunk@58163 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 23:59:26 +00:00
rjc%netscape.com
1a1d36da73
Second part of fix for bug # 21175: force a bookmark URL to have a scheme (default: "http://")
...
git-svn-id: svn://10.0.0.236/trunk@57968 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-16 11:52:18 +00:00
rjc%netscape.com
43d975391f
Fix bug # 23689: flush bookmarks after adding new nodes.
...
git-svn-id: svn://10.0.0.236/trunk@57513 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 06:38:42 +00:00
rjc%netscape.com
cef3af7692
Even if pref string is an empty string, if it wasn't null, need to free it.
...
git-svn-id: svn://10.0.0.236/trunk@57452 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:44:18 +00:00
rjc%netscape.com
931e4725f0
Check preference string to make sure its not an empty string before using.
...
git-svn-id: svn://10.0.0.236/trunk@57442 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:11:07 +00:00
pp%ludusdesign.com
b5787cf895
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57423 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:49:15 +00:00
slamm%netscape.com
6e659aa58a
Only use left clicks to manipulate items.
...
git-svn-id: svn://10.0.0.236/trunk@57013 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:16:06 +00:00
slamm%netscape.com
8c23b8266c
Fix bookmark properties. bug #22010 .
...
git-svn-id: svn://10.0.0.236/trunk@57011 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 22:11:58 +00:00
slamm%netscape.com
bfff471b10
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.
...
git-svn-id: svn://10.0.0.236/trunk@56997 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 21:26:46 +00:00
rjc%netscape.com
bf68b7f009
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.
...
git-svn-id: svn://10.0.0.236/trunk@56816 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 04:39:39 +00:00
rjc%netscape.com
c894c719f1
Add support for the "custtoolbar.personal_toolbar_folder" preference which, if set, indicates what the name of the Personal Toolbar folder is.
...
git-svn-id: svn://10.0.0.236/trunk@56809 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:47:07 +00:00
alecf%netscape.com
de1392b7cc
some stray title buttons without borders
...
git-svn-id: svn://10.0.0.236/trunk@56725 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-04 06:59:33 +00:00
rjc%netscape.com
e54fac7b5f
Hack fix for bug # 21175: bookmarks without schemes now get "http://" as their default scheme.
...
git-svn-id: svn://10.0.0.236/trunk@56657 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 08:11:11 +00:00
tor%cs.brown.edu
a30a35b9d3
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
git-svn-id: svn://10.0.0.236/trunk@56534 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-24 08:26:20 +00:00
rjc%netscape.com
8bce2e0e9a
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
...
git-svn-id: svn://10.0.0.236/trunk@56507 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-23 21:38:16 +00:00
rjc%netscape.com
744cf6d5c8
Part of fix for bug # 21677: read in bookmarks AFTER trying to get bookmarks string bundle. Approval: chofmann
...
git-svn-id: svn://10.0.0.236/trunk@56186 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 05:01:04 +00:00
rjc%netscape.com
0e08e66482
Fix bug # 21677: Use a string bundle so that hard-coded strings in nsBookmarksService.cpp can be removed. Approval: chofmann
...
git-svn-id: svn://10.0.0.236/trunk@56181 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 04:33:10 +00:00
rjc%netscape.com
90a8a4c912
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
...
git-svn-id: svn://10.0.0.236/trunk@56180 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 04:20:28 +00:00
rjc%netscape.com
1929e1adb0
Small bookmark icon style fix.
...
git-svn-id: svn://10.0.0.236/trunk@55373 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 12:15:30 +00:00