rjc%netscape.com
ff6e3ff527
Add support for search categories.
1999-12-04 02:00:24 +00:00
sspitzer%netscape.com
4f57d4410e
use the new folder picker cascading menus in the "copies and folders" panel of the
...
account setup dialog. remove cruft in am-copies.*.
fixes #19400 . r=alecf
1999-12-04 01:43:12 +00:00
cmanske%netscape.com
23307c31dd
XUL changes for messengercompose to keep in line with UI changes made to editor. r=brade
1999-12-04 01:35:30 +00:00
waterson%netscape.com
527799b03c
Use 'addEventListener' instead of timer hack.
1999-12-03 09:30:27 +00:00
sspitzer%netscape.com
91d20aadc4
fix for #17402 , stationary -> stationery.
...
r=alecf
major fixes for the new folder / rename folder / subscribe dialogs.
we no longer use an html select for the folder picker.
now we use cascading menu popups, like the copy and move menus.
this fixes a lot of bugs, and allows pre-flighting to finally work.
our folder data source has some new properies:
CanFileMessages, CanSubscribe, CanRename, and CanCreateSubfolders
we use these to determine what cascading menu to build, what to disable, etc.
also, nsMessenger::NewFolder() and nsMessenger::RenameFolder() were changes to
take a nsIRDFResource instead of a nsIDOMXULElement. Before we were
passing through to the back end the selected xul element, now we pass
the resource in.
other cool side effects:
in the copy & move menus, you don't get the choice to file or copy to a server, on folders
in the rename dialog, you can't pick a server, on a folder
in the new folder dialog, you can't pick the imap inbox. (* more needs to be done here.)
bugs fixed : #14773 , #14254 , #20599 , #20646
r=alecf
a couple bullet proofing fixes to prevent some crashes reported on fullcircle
r=bienvenu
1999-12-03 08:10:09 +00:00
rjc%netscape.com
bc9e4c4d31
Fix bug # 17385: calling ServiceManager::GetService() can fail for windows that aren't local due to security, so wrap the call inside of a "try" block.
1999-12-03 02:22:16 +00:00
sspitzer%netscape.com
c9d61e76cb
fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs
1999-12-02 22:34:19 +00:00
cmanske%netscape.com
f5cd113a45
Added immediate saving of sidebar show/hide and width states. r=slamm
1999-12-02 01:36:40 +00:00
cmanske%netscape.com
97326d482a
Added immediate saving of sidebar show/hide persist state. r=slamm
1999-12-02 01:15:49 +00:00
hyatt%netscape.com
f091c6b091
More stubbed themes UI.
1999-12-01 12:04:14 +00:00
hyatt%netscape.com
e2c6b1c72d
Cleaning up bad skin stuff in the search component.
1999-12-01 11:53:48 +00:00
rjc%netscape.com
c71c2c207e
Fix silly warning.
1999-12-01 11:25:27 +00:00
hyatt%netscape.com
68d5238904
Changes to make prefs work with new trees.
1999-12-01 10:55:44 +00:00
davidm%netscape.com
077d073a06
14026 [DOGFOOD] Copy/Paste/Cut (etc) disabled within Browser
r = hangas
1999-12-01 00:29:27 +00:00
rginda%netscape.com
b21cc2d785
Removing window.event IEism, r=pinkerton, bug=19323
1999-12-01 00:12:02 +00:00
alecf%netscape.com
7c1ae0d528
add new preference for automatically downloading mail on biff
1999-12-01 00:10:37 +00:00
slamm%netscape.com
668f72bebe
Sandbox the panel content with type='content' on the iframe.
1999-12-01 00:07:48 +00:00
sspitzer%netscape.com
45fc16c656
clean up in preparation for bug #14254 . remove unused files. create
...
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle. now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
1999-11-30 22:57:42 +00:00
bienvenu%netscape.com
3d38e6fdfd
fix newline in msg string, same as last check in for this directory, but the right file this time
1999-11-30 22:42:29 +00:00
rjc%netscape.com
b269ca5a8e
Use the correct set of RDF datasources for the bookmarks popup menu on the personal toolbar.
1999-11-30 12:59:48 +00:00
hyatt%netscape.com
cd2b66ab3e
Adding the stubs of a UI for theme switching to prefs.
1999-11-30 11:53:17 +00:00
rjc%netscape.com
d12276fd42
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.
1999-11-30 11:52:35 +00:00
rjc%netscape.com
0313f82072
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.
1999-11-30 11:50:38 +00:00
slamm%netscape.com
5805498beb
Partial fix for bug 20200. Only allow one tree to have selection at a time. Not part of the build.
1999-11-30 06:24:53 +00:00
slamm%netscape.com
1b109edcc2
Partial fix for bug 20200. Only allow one tree to have selection at a time. Not part of the build.
1999-11-30 06:18:58 +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
rjc%netscape.com
8e6c603637
Fix bug # 20238: when bookmarking a URL, if it doesn't have a title specified, fallback to using the URL as the title.
1999-11-30 01:07:20 +00:00
slamm%netscape.com
50da1e6e83
Add class="push dialog" to "Close" button to make it look like a button. r=mcafee
1999-11-30 01:03:46 +00:00
slamm%netscape.com
f24e1ae1fc
Model history after bookmarks. Share the css and js files with bookmarks.
...
Fix overlaping columns, bug #17975 . r=mcafee
1999-11-30 01:03:28 +00:00
slamm%netscape.com
16fd072ebe
Add rdf observer to detect when the panel list has changed.
...
Unfortunately, setTimeout does not work in the observer, so it
cannot be used to open the default panel. Still working on a
fix for the open panel getting lost when the panel list changes.
Avoid opening multiple customize dialog.
Change the customize dialog to be non-modal. r=mcafee
1999-11-30 01:02:50 +00:00
slamm%netscape.com
3df6aecaae
Add MPL. Remove tinderbox panel. It belongs in remote-panels.rdf. r=mcafee
1999-11-30 01:02:38 +00:00
slamm%netscape.com
25168f6322
Add support for folders in available panels list.
...
Move click handle from <tree> to <treechildren>.
(To prevent bugs if a tree header is ever added.) r=mcafee
1999-11-30 01:02:36 +00:00
slamm%netscape.com
1a32cc1c52
Enable/disable buttons on move up/down (bug #16847 ).
...
Add support for folders in available panels list. r=mcafee
1999-11-30 01:02:32 +00:00
slamm%netscape.com
1b15637cc5
Add MPL. r=mcafee
1999-11-30 01:02:26 +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
38259f94c0
Not done. Has "Add panel" test.
...
Add dropdown icons to toolbar folders. r=mcafee
1999-11-30 00:56:30 +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
hangas%netscape.com
be1b60400d
Fix for 18018, mail prefs messed up. r=davidm
1999-11-29 21:38:32 +00:00
rjc%netscape.com
791e26752e
Speed up reading in of HTML results by reading in as many bytes in one chunk as possible, instead of 256 bytes at a time.
1999-11-24 21:04:52 +00:00
rjc%netscape.com
7144b12a98
Remove errant "ref" attribute on "NC:LastSearchRoot" node.
1999-11-24 20:40:48 +00:00
rjc%netscape.com
d831ca3b8f
Clear the list of result search sites when the search dialog opens.
1999-11-24 20:40:01 +00:00
rjc%netscape.com
a1dd235c23
Use the status bar at the bottom of the internet search pane: when a result is clicked on, put its true URL into the status bar.
1999-11-24 11:14:14 +00:00
rjc%netscape.com
529a037092
Make sure that default.htm is referenced via a chrome: URL.
1999-11-24 09:40:33 +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
1c1e622732
Add ability to debug search output. (Off by default.)
1999-11-24 04:55:49 +00:00
rjc%netscape.com
697b3e83ef
Prepare to fix bug # 19564... search dialogs need to be skinnable, by using chrome: URLs and DTDs.
1999-11-24 04:47:26 +00:00
rjc%netscape.com
7409a4706f
Add some search DTDs.
1999-11-24 04:43:00 +00:00
shaver%netscape.com
f9858d1ee6
Move View->Sidebar toggle into sidebarOverlay.xul. Fixes 16618. r=ben_goodger.
1999-11-24 04:10:18 +00:00
pinkerton%netscape.com
713448c361
temp workaround for bug 19588, don't allow dragging of containers on personal toolbar. r=hyatt.
1999-11-24 00:17:34 +00:00
akkana%netscape.com
3d03085c9e
11818: Rename the special XUL key from "command" to "xulkey" so it won't
...
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
tonyr%fbdesigns.com
dcd7b153d6
Added strings for address book import
1999-11-23 21:51:23 +00:00
alecf%netscape.com
2f3a8d8084
fixing spelling error in dtd (no reviewer necessary)
1999-11-23 21:50:19 +00:00
matt%netscape.com
ce35e8a261
14846 r-self
1999-11-23 01:55:13 +00:00
dougt%netscape.com
8d10314f6e
Removing protocol icon.
1999-11-23 01:52:36 +00:00
matt%netscape.com
21d5573882
fix for bug 683 typo
1999-11-22 23:58:05 +00:00
matt%netscape.com
df0d01f732
adding ' for bug 6830..typo
1999-11-22 23:56:22 +00:00
putterman%netscape.com
e71f346f0f
Work on making folder pane look like spec. Fixes 17841. Reviewed by alecf.
1999-11-22 22:08:23 +00:00
matt%netscape.com
906ae86a8c
Fix for save as bug 15805
1999-11-22 19:55:47 +00:00
rjc%netscape.com
44e73280c7
Check in some preliminary bookmarks drag&drop support.
1999-11-20 08:35:39 +00:00
nisheeth%netscape.com
ce26e31713
Don't make the label of a pref an anchor. r=none.
1999-11-20 07:11:11 +00:00
nisheeth%netscape.com
a03bdd0283
r=harishd.
...
- The stack walking code now works on windows. We were initializing the symbol handler on each DLL load which was resetting its symbol tables. Now, we don't re-init the symbol handler repeatedly.
- Added support for an environment variable, XPCOM_REFCNT_LOG_ENABLE_VIA_PREF. When this is set to 1, refcount logging is done based on whether the "Enable XPCOM refcount log" pref in the Debug pane is set. If this is not set, refcount logging is not affected by the pref.
1999-11-19 03:50:28 +00:00
tonyr%fbdesigns.com
a64f1ff817
Changes to support importing Eudora mail/settings on Mac.
1999-11-19 01:25:50 +00:00
evaughan%netscape.com
579a9d2af2
1) Changed box to use a linked list instead of a fixed array. -r Hyatt
...
2) Cleaned up some of the preference panels. -r Matt
1999-11-18 21:05:43 +00:00
valeski%netscape.com
aa8107de4d
adding new param to newChannelCall to reflect the new api
1999-11-18 20:09:54 +00:00
mscott%netscape.com
1809e0d6ea
Add a debug menu item for turning on / turning off url dispatching
...
r=travis
1999-11-18 06:58:22 +00:00
mscott%netscape.com
6d1bce96d4
add labels for uri dispatching menu item which is in the debug window
...
r=travis
1999-11-18 06:57:36 +00:00
sspitzer%netscape.com
841772b155
go back to using window.content.home()
...
no need to duplicating code.
1999-11-16 19:29:29 +00:00
rjc%netscape.com
9998ddf0ff
Bye bye "rdf:ftp"
1999-11-16 05:40:17 +00:00
sspitzer%netscape.com
e6da063538
fix for #18940 . don't define the default home page in the dtd. this is already
...
set in all.js.
the bug was caused by code in navigator.js that got this attribute from the
home button, and tried to set the pref!
r=mozilla@bucksch.org (benb)
1999-11-16 04:50:32 +00:00
tonyr%fbdesigns.com
f079a40fab
Added Eudora mail import module
1999-11-16 01:17:56 +00:00
slamm%netscape.com
44c25c47f1
Add the MPL.
1999-11-15 23:09:58 +00:00
valeski%netscape.com
1726ac1079
r=mcafee. component name change reflection. now we can traverse dir trees
1999-11-15 21:16:10 +00:00
pinkerton%netscape.com
fa50df615e
add ability to drag the urlbar proxy icon as a demo of d&d. r=scc.
1999-11-13 23:28:51 +00:00
pinkerton%netscape.com
416e0713a3
added JS and handlers to enable dropping URLs onto the content area and having them load (r=sdagley).
1999-11-12 03:41:27 +00:00
rhp%netscape.com
1e2b59665d
Changes for multipart alternative UI - Bug #: 17770 - r: jefft
1999-11-12 02:58:22 +00:00
fergus%netscape.com
6ec4d9812f
Updated/added Localization Notes.
r: chjung & rchen
1999-11-12 01:53:54 +00:00
pinkerton%netscape.com
ed2521b11f
preliminary js for handling drops on the tree (r=saari).
1999-11-12 01:02:55 +00:00
rchen%netscape.com
5b96bace17
modify Localization notes
1999-11-12 01:00:30 +00:00
mcafee%netscape.com
e06d051523
Missing type field for check_doc_requency pref (17903) r=jfrancis
1999-11-11 05:27:29 +00:00
pinkerton%netscape.com
247cfa3b19
toolbar/tree d&d code reworking (r=hyatt).
1999-11-11 05:11:10 +00:00
matt%netscape.com
c2feb3747f
fixing for bug 16221
...
changing port from string to int
1999-11-09 23:02:51 +00:00
slamm%netscape.com
d6fbc738ba
Add styles, dialog and push, to titledbuttons. Fix for 18299. r=hyatt a=chofmann
1999-11-09 02:33:18 +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
slamm%netscape.com
7ac4d9d4d9
Fix for bug 18017, "No sidebar panels in messenger." r=hangas a=chofmann
1999-11-05 22:10:29 +00:00
rjc%netscape.com
3294ea8368
Fix bug # 17675. Review: waterson. Approval: chofmann.
1999-11-05 09:28:42 +00:00
matt%netscape.com
7354ebdae6
fix for bug 18042 by adding close window tag r=mcafee
1999-11-05 00:34:48 +00:00
mcafee%netscape.com
75527a38a5
Fixing JS error when loading prefs; skipping assertion in nsPrefWindow::ChangePanel() that is not needed for prefs to function, left a comment there so we can fix that later. (14663) a=matt, r=chofmann.
1999-11-04 22:39:21 +00:00
waterson%netscape.com
3fc9ef7127
Bug 11501. Tree has regressed s.t. it is necessary to have a <treecol>; add it here. r=hyatt, a=jack
1999-11-04 08:57:52 +00:00
ducarroz%netscape.com
818e82215c
Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann
1999-11-04 04:58:06 +00:00
mcafee%netscape.com
f65cf8bb9e
ftp & http proxy settings got reversed in the UI (15165). r=slamm, a=chofmann.
1999-11-03 23:53:15 +00:00
mcafee%netscape.com
dede1e72a0
We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann
1999-11-03 23:10:47 +00:00
sspitzer%netscape.com
dea1c4efdb
fix #16457 , r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
...
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert. define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
pinkerton%netscape.com
dab0e1f45e
add text/plain flavor acceptance to dragOver on personal toolbar and set canDrop on drag session so win32 uses the correct cursor feedback. (r=saari).
1999-11-02 21:28:14 +00:00
cata%netscape.com
d51644d159
Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018.
1999-11-02 21:27:02 +00:00
matt%netscape.com
5e31d1b0ac
fix for bug 14634 r-bill
1999-11-02 20:51:29 +00:00
matt%netscape.com
19f6272790
fix for bug 6830 and 14634 r-bill
1999-11-02 20:49:49 +00:00
pinkerton%netscape.com
e646c25b6d
turn d&d on personal toolbar back on and clean it up after new xul file rewrite.
1999-11-02 03:53:30 +00:00
waterson%netscape.com
26cdab7acc
Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.
1999-11-02 01:14:50 +00:00
tonyr%fbdesigns.com
48fdb40dd9
Added Outlook mail and address book import functionality
1999-11-01 00:46:18 +00:00