4881 Commits

Author SHA1 Message Date
ben%netscape.com
1ba1d8b0bd changes to accomodate global.css change 2000-03-29 03:25:58 +00:00
ben%netscape.com
d13d501fe0 widget test page 2000-03-29 03:22:07 +00:00
ben%netscape.com
748b10becf new widget styles 2000-03-29 03:21:13 +00:00
rjc%netscape.com
aba89cc16a Fix bug # 33678: require a valid URL when adding a new URL. Also, ensure that IsBookmarked() works for all URIs (not just bookmarks, but folders too) so that when looking for a folder by type, we can use IsBookmarked() to verify that the folder actually exists in the bookmarks hierarchy chain. 2000-03-29 02:58:45 +00:00
pavlov%netscape.com
b2d5ba2266 file picker changes 2000-03-29 01:42:45 +00:00
rjc%netscape.com
c246bddd81 Fix bug # 33664: UMR in bookmarks. 2000-03-29 01:41:45 +00:00
shaver%mozilla.org
c18c1e8464 fix leak of nsAppShellService (#29907, r=warren) 2000-03-29 01:21:23 +00:00
morse%netscape.com
6d21c3707c fix bug 33545, button too wide + typo on button 2000-03-28 22:54:11 +00:00
dougt%netscape.com
d3335d5b52 making bool of AlertCheck be a inout param. this was suggested by morse@netscape.com 2000-03-28 11:37:12 +00:00
tbogard%aol.net
26c5586713 FindNamedBrowser is now FindNamedBrowserItem and deals with nsIDocShellTreeItems instead of nsIWebBrowser. 2000-03-28 09:54:25 +00:00
sspitzer%netscape.com
c940dd4c79 fix from dunna001@bama.ua.edu for bug #33555. r=sspitzer
check all the args for -h and -v, and handle them immediately.
2000-03-28 08:20:38 +00:00
rjc%netscape.com
0fda1b264a Bug # 26334: Small fixes for search datasets. 2000-03-28 04:16:43 +00:00
norris%netscape.com
4054cc5f8f Fix bug 7264 All JavaScript running with correct principals
r=mstoltz
2000-03-28 03:59:46 +00:00
rjc%netscape.com
96737f2db8 Small fix for "skipLocalFlag" usage, and ignore case of "category"/"result" strings when checking for them. 2000-03-28 03:49:20 +00:00
mccabe%netscape.com
e0cf7cf10b NOT BUILT YET -
Make getMessageArray return an empty array (rather than null) when there are no mmessages, and change console.js to expect this (but check against null anyway.)
2000-03-28 03:21:45 +00:00
danm%netscape.com
5a06b7c3e9 reenabling disabling of modal window's parent, inexplicably removed in rev 1.21. bugs 30633, 33129 2000-03-28 00:53:43 +00:00
tbogard%aol.net
912fd1e6a3 nsISHEntry's attribute uri became URI to become more consistent with other places it exists. 2000-03-28 00:48:02 +00:00
tbogard%aol.net
b5fb426956 Added the concept of a replaceable entry. This is an entry which when a new item is added will get overwritten rather than adding the entry to the end of the list. 2000-03-28 00:19:05 +00:00
jband%netscape.com
b40c2bc8fb Win32 only makefile changes to get mccabe's JS console code to compile. Not yet part of the build 2000-03-27 22:24:33 +00:00
scc%netscape.com
311b9df6bb small changes to clients of string converting APIs 2000-03-27 01:11:01 +00:00
morse%netscape.com
ccf30a55a8 clean up wording on wallet functions 2000-03-27 00:02:53 +00:00
morse%netscape.com
bfedf79244 remove a temporary statement 2000-03-26 23:56:59 +00:00
morse%netscape.com
b7037df20d Create image-manager and form-manager submenus 2000-03-26 21:34:49 +00:00
morse%netscape.com
92c9dbbe00 Create image-manager and form-menu submenus 2000-03-26 21:33:05 +00:00
morse%netscape.com
1bfd0227f7 Implemented ability to start up cookie viewer in the image tab 2000-03-26 21:18:15 +00:00
scc%netscape.com
fe25c08040 small changes to clients of string converting APIs 2000-03-26 12:05:32 +00:00
scc%netscape.com
13fb3320b6 small changes to clients of string converting APIs 2000-03-26 11:48:10 +00:00
rjc%netscape.com
7b3f7b5762 Add support for "Dates" as per search spec. 2000-03-26 08:51:34 +00:00
rjc%netscape.com
ba0c5e30ce Fix simple signed/unsigned comparison warning. 2000-03-26 06:38:46 +00:00
rjc%netscape.com
75f2b682ba Fix simple signed/unsigned comparison warning. 2000-03-26 06:29:44 +00:00
rjc%netscape.com
cb136446bf Check for any existing search filters before enabling "Clear Filter" command. 2000-03-26 06:11:52 +00:00
rjc%netscape.com
05aa40e0c7 Remove errant <rule> 2000-03-26 05:47:18 +00:00
rjc%netscape.com
1ebef793ad Add "category" and "result" icons into Unix builds. 2000-03-26 05:41:10 +00:00
rjc%netscape.com
fba19ec199 Add support for multiple <interpret> tags, and new icons for "category" and "result" node types. 2000-03-26 05:33:07 +00:00
rjc%netscape.com
263c1ece76 New search images. 2000-03-26 05:30:56 +00:00
sford3%swbell.net
aa651546d8 Fixing 32550, renaming Ok to Save in the sidebar 2000-03-26 01:00:48 +00:00
rjc%netscape.com
0bc764f684 Use .get() when comparing native ptr and nsCOMPtr. 2000-03-25 09:52:48 +00:00
rjc%netscape.com
f28287741e Add support for "Set New Bookmark Folder" and "Set Personal Toolbar Folder" context menu commands. 2000-03-25 09:25:18 +00:00
dp%netscape.com
072abbe36f Removing using prefs to control xpcom logging. 2000-03-25 08:28:13 +00:00
mccabe%netscape.com
5e7ffb5975 Initial add of files to support a JavaScript console.
r=jband, r=ben

(though I've changed things slightly since they saw it.)
2000-03-25 04:23:31 +00:00
mjudge%netscape.com
c5ca8182ed r=saari stop scrollbars from being selected 2000-03-25 01:12:51 +00:00
law%netscape.com
c74ca56b34 Fix for bug 33114; r=none, but that's OK since I'm just fixing code that wan't reviewed when it was checked in 2000-03-25 01:03:25 +00:00
putterman%netscape.com
5d081ae137 fix bustage. 2000-03-24 23:30:41 +00:00
pavlov%netscape.com
3564a1b105 few more changes to the way we handle saving 2000-03-24 22:40:13 +00:00
norris%netscape.com
4eb52aa84b Fix
32088 Circumventing Same Origin security policy using javascript: URLs
        32040 about: can't be link
Also remove deprecated method
r=mstoltz
2000-03-24 22:15:37 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
pavlov%netscape.com
ff0472af3f update new unix filepicker stuff 2000-03-24 21:55:04 +00:00
sspitzer%netscape.com
bef2f7ba9d implement find / find again for mailnews. clean up the browser's find / find again code to use
do_GetService and nsCOMPtrs. bug #10894.  r=mscott.
2000-03-24 05:44:32 +00:00
mscott%netscape.com
7669ce4e7a Bug #28776, 28569 --> support weak references
r=sspitzer
2000-03-24 05:44:10 +00:00
dougt%netscape.com
34737ea99b Setting the param based on the value of the checkbox. r=morse@netscape.com
There is still some discussion regarding this fix.  It does unblock my feature
and does not cause any harm to the dialog I tested.  With that said, I am checking
it in.
2000-03-24 05:06:45 +00:00