Commit Graph

1577 Commits

Author SHA1 Message Date
rjc%netscape.com
93ef5ab6ac When using bookmark timers, set channel load attributes to always validate. 2000-03-31 00:58:02 +00:00
rjc%netscape.com
93ee08c087 Small bookmark timer fix (I believe this was broken a while ago when repeating timers were implemented.) 2000-03-31 00:26:15 +00:00
mccabe%netscape.com
c34165e864 Switch from nsIScriptErrorLogger approach - having the Console Service support multiple factory interfaces for different kinds of console methods - to having a separate script error class. Per discussion with jband.
Add a few #ifndef __nsidefineforthisfile__ guards to .h files.
2000-03-30 09:40:11 +00:00
rjc%netscape.com
b6bb2419b3 Fix bug # 33546: drag&drop positioning. 2000-03-30 01:47:29 +00:00
rjc%netscape.com
2c2f0af3b8 Small tweak for GetFolderViaHint() 2000-03-30 00:26:30 +00:00
mccabe%netscape.com
2027a0896e Not currently built!
Add nsScriptError, and make nsConsoleService implement nsIScriptErrorLogger for logging script errors.  I do it this way to leave open the possibility of e.g. an nsIXMLErrorLogger interface later on.
2000-03-29 23:47:28 +00:00
pinkerton%netscape.com
c52e4075ed allowing drag feedback on sorted trees. 2000-03-29 23:21:01 +00:00
rjc%netscape.com
cc3d7ada7d Add support for "Set as New Internet Search Folder" context menu command... which means, you can set a bookmark folder to use when bookmarking search queries. 2000-03-29 09:25:33 +00:00
rjc%netscape.com
95da0e12ac Strip out any bogus CRs or LFs from HREFs. (Yes, some silly search engines do this... we won't mention names, to protect the guilty.) 2000-03-29 08:24:28 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
ben%netscape.com
1ba1d8b0bd changes to accomodate global.css change 2000-03-29 03:25:58 +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
morse%netscape.com
6d21c3707c fix bug 33545, button too wide + typo on button 2000-03-28 22:54:11 +00:00
rjc%netscape.com
0fda1b264a Bug # 26334: Small fixes for search datasets. 2000-03-28 04:16:43 +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
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
1bfd0227f7 Implemented ability to start up cookie viewer in the image tab 2000-03-26 21:18:15 +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
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
pavlov%netscape.com
3564a1b105 few more changes to the way we handle saving 2000-03-24 22:40:13 +00:00
pavlov%netscape.com
ff0472af3f update new unix filepicker stuff 2000-03-24 21:55:04 +00:00
mscott%netscape.com
7669ce4e7a Bug #28776, 28569 --> support weak references
r=sspitzer
2000-03-24 05:44:10 +00:00
rjc%netscape.com
c4edbcd78e Add RDF command separator support. 2000-03-24 02:44:26 +00:00
slamm%netscape.com
6bf45b0d92 Fix typo. 2000-03-24 00:36:12 +00:00
slamm%netscape.com
cfe784e246 Fix typo and build bustage. 2000-03-24 00:35:28 +00:00
slamm%netscape.com
859f247576 Unused. Used generic dialogs instead. 2000-03-24 00:21:07 +00:00
matt%netscape.com
d3e8352844 adding for bug 26076 2000-03-24 00:09:47 +00:00
slamm%netscape.com
df578b759e Fix Mac bustage 2000-03-24 00:06:33 +00:00
slamm%netscape.com
df5b15869c Fix 23606, 'Sidebar shows incorrect cursor.' Use a box instead of a splitter when the sidebar is the only thing there (e.g. no mail folders). 2000-03-23 23:57:55 +00:00
slamm%netscape.com
f418baf932 Makefile did nothing. Remove it. 2000-03-23 23:30:15 +00:00
slamm%netscape.com
4e45ad6139 Use one iframe per panel/tab instead of a shared iframe. Sandbox non-chrome urls. 2000-03-23 23:30:09 +00:00