Commit Graph

96 Commits

Author SHA1 Message Date
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
jbetak%netscape.com
1986568131 r=rjc, ftang, fixed bug# 24933, made mUnicodeDecoder a static class member
git-svn-id: svn://10.0.0.236/trunk@59581 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:40:28 +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
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
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
hyatt%netscape.com
043e4e1f46 Forgot some tree checkin stuff.
git-svn-id: svn://10.0.0.236/trunk@57262 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-10 07:22:36 +00:00
rjc%netscape.com
8319189e94 Fix bug # 23057: Related Links not working on second instance of RL datasource.
git-svn-id: svn://10.0.0.236/trunk@56797 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 02:37:51 +00:00
sspitzer%netscape.com
3f2d6f1748 it looks like what's related (in the sidebar) is trying to grab the current
window content.  when in mail news, we don't have that, so it was causing
a javascript exception.  fixes bug #22843


git-svn-id: svn://10.0.0.236/trunk@56631 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 22:39:28 +00:00
rjc%netscape.com
1670c51738 The Related Links datasource now attempts to get the "browser.related.provider" preference which is the URL to use for contacting the RL server. (If it can't find the pref, it falls back to the well-known URL.)
git-svn-id: svn://10.0.0.236/trunk@56626 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-30 15:39:44 +00:00
rjc%netscape.com
954355b857 Add a sidebar panel for Search results instead of having them mixed in with Related Links data.
git-svn-id: svn://10.0.0.236/trunk@56598 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-29 09:17:41 +00:00
rjc%netscape.com
5b672cd06b Fix bug # 21669: The Related Links datasource needs to observe user preferences, at least for the "skip these domains" list (which can contain wildcards, such as "*.mcom.com") Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56177 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 03:51:16 +00:00
rjc%netscape.com
11b56eb688 Fix related links & previous search icons
git-svn-id: svn://10.0.0.236/trunk@55371 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 11:36:21 +00:00
waterson%netscape.com
13ceb41576 Remove related-panel.css.
git-svn-id: svn://10.0.0.236/trunk@55360 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:04:02 +00:00
hyatt%netscape.com
bb7b3ba135 Related links master skin file compliance.
git-svn-id: svn://10.0.0.236/trunk@55353 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:17:15 +00:00
hyatt%netscape.com
be773295ae Making the related package compliant with the master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55352 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:10:26 +00:00
hyatt%netscape.com
cfa29e85b7 Bring related links package into compliance with master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55345 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:17:25 +00:00
rjc%netscape.com
e421099501 Search now probes for a match icon file (gif, jpg, jpeg, png) for a search dataset instead of using CSS styles to map icons to search engines. So, specify a "src" on a titlebutton which matches the icon file resource... and we end up with "Previous Search Results" nodes that have the correct icon for a given search engine.
Note that doing this required switching back to fully defining titledbutton nodes inside of treecells, as it looks like the "src" attribute on a treecell isn't currently copied onto anonymous titledbutton nodes.


git-svn-id: svn://10.0.0.236/trunk@54748 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 11:52:35 +00:00
warren%netscape.com
51881fbcea Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
git-svn-id: svn://10.0.0.236/trunk@54722 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 04:50:42 +00:00
slamm%netscape.com
a871c3927f Turn item selection back on. r=mcafee
git-svn-id: svn://10.0.0.236/trunk@54707 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 03:03:27 +00:00
slamm%netscape.com
5ad397e2a0 Use single clicks to open folders, but double clicks to launch items.
Bug #14998. r=mcafee


git-svn-id: svn://10.0.0.236/trunk@54667 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 00:56:44 +00:00
rjc%netscape.com
4a0303df11 Remove errant "ref" attribute on "NC:LastSearchRoot" node.
git-svn-id: svn://10.0.0.236/trunk@54417 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-24 20:40:48 +00:00
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
rjc%netscape.com
b4795254b6 Fix bug # 17675. Review: waterson. Approval: chofmann.
git-svn-id: svn://10.0.0.236/trunk@52852 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 09:28:42 +00:00
tbogard%aol.net
ae3cd9e2ce Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@52417 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:43:56 +00:00
slamm%netscape.com
4481922240 Handle clicks properly. Fix for 14857 and 11986. r=rjc
git-svn-id: svn://10.0.0.236/trunk@51178 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:11:39 +00:00
tao%netscape.com
de2f3b6942 Move da-DK files to l10n/lang; r=leaf
git-svn-id: svn://10.0.0.236/trunk@50185 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:06:56 +00:00
tao%netscape.com
524f22fa3d Move localized resource files to mozilla/l10n/lang.
git-svn-id: svn://10.0.0.236/trunk@50173 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:59:32 +00:00
rjc%netscape.com
31eba671e2 Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49886 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:39:48 +00:00
beard%netscape.com
da97767078 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49690 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:46:23 +00:00
hyatt%netscape.com
04637210d9 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49595 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:49:07 +00:00
rjc%netscape.com
e8454907c1 Fix bug # 15203: Containers inside of related links data appear as leaf nodes instead of containers. Also, opening up a container gives NxN children instead of N children (due to the composite datasources ArcLabelsOut() not removing dups -- a separate chunk of work to be re-done). Review: waterson@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@49538 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:00:21 +00:00
slamm%netscape.com
6722e9b380 Formating tweaks
git-svn-id: svn://10.0.0.236/trunk@49333 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:21:02 +00:00
slamm%netscape.com
82868e63ec Partial fix for #14998, 'Simple single-click tree'.
git-svn-id: svn://10.0.0.236/trunk@49332 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:20:55 +00:00
rjc%netscape.com
c400d30876 Fix bug # 9501. Review: gagan. Approval: chofmann.
git-svn-id: svn://10.0.0.236/trunk@49268 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 01:20:17 +00:00
mccabe%netscape.com
69a8cf7c7b Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.


git-svn-id: svn://10.0.0.236/trunk@48284 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:46:35 +00:00
briano%netscape.com
1f53a4dd3f General cleanup.
git-svn-id: svn://10.0.0.236/trunk@48168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:45:06 +00:00
slamm%netscape.com
4c34bc37cf Use simpler styles for panel tree; no twisty, no selection. Will also switch to single click later.
git-svn-id: svn://10.0.0.236/trunk@48163 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:02:10 +00:00
tao%netscape.com
830e7ac937 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>

Hook up da-DK


git-svn-id: svn://10.0.0.236/trunk@48126 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:40:05 +00:00
tao%netscape.com
3cf82514a5 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48082 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:35:55 +00:00
rjc%netscape.com
5ae29aacf6 Add support for resolving anonymous resources to their "#URL" property. ("Last Search Results" are anonymous, for example.)
git-svn-id: svn://10.0.0.236/trunk@47963 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 10:38:40 +00:00
rjc%netscape.com
d20ac0833a Fix bug #14117. Thanks to tor@cs.brown.edu for the fix.
git-svn-id: svn://10.0.0.236/trunk@47908 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:10:36 +00:00
rjc%netscape.com
e09edc25fc Fix bug #9945: "Related Links" data comes in as UTF-8, so convert to Unicode before processing. Thanks for ftang@netscape.com for helping with this.
git-svn-id: svn://10.0.0.236/trunk@47897 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 02:26:25 +00:00
waterson%netscape.com
e5772e05a6 Bug 13892. Fix window targeting for new sidebar.
git-svn-id: svn://10.0.0.236/trunk@47707 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:23:37 +00:00
ramiro%netscape.com
e324fbd024 Cleanup the neckutil linking thing.
git-svn-id: svn://10.0.0.236/trunk@47500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:15:11 +00:00
warren%netscape.com
de60d2685c Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
git-svn-id: svn://10.0.0.236/trunk@46637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:05:05 +00:00
briano%netscape.com
c0948a91bf Removed the obsolete non-NECKO leftovers.
git-svn-id: svn://10.0.0.236/trunk@46458 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:21:43 +00:00
waterson%netscape.com
dbcde134f2 Use a better icon for related links.
git-svn-id: svn://10.0.0.236/trunk@45442 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:04:12 +00:00
waterson%netscape.com
c88c77301b Fix to use fancy new tree syntax.
git-svn-id: svn://10.0.0.236/trunk@45441 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:03:57 +00:00
waterson%netscape.com
0dc2d80f5f Fix related links style rules for new twisty syntax.
git-svn-id: svn://10.0.0.236/trunk@45136 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:36:34 +00:00
rpotts%netscape.com
c1eed107d9 M9 BRANCH landing...
git-svn-id: svn://10.0.0.236/trunk@44701 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 22:45:55 +00:00