Commit Graph

4697 Commits

Author SHA1 Message Date
ben%netscape.com
5953522313 open location tweaks 2000-03-30 12:00:43 +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
ben%netscape.com
516c3bbdb3 some new widget styles, XBL API conversion for XUL widgets, remove evil style rules to regain menu performance 2000-03-30 07:53:42 +00:00
ben%netscape.com
b13584939f updated test page for new widget styles 2000-03-30 07:52:15 +00:00
ben%netscape.com
31007cdd07 removing invalid binding link to avoid crash 2000-03-30 03:19:08 +00:00
rjc%netscape.com
b6bb2419b3 Fix bug # 33546: drag&drop positioning. 2000-03-30 01:47:29 +00:00
saari%netscape.com
09f76b4017 Fixing MacOS native menu leak 2000-03-30 01:47:20 +00:00
gayatrib%netscape.com
b344ded683 Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz 2000-03-30 01:35:15 +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
ben%netscape.com
eebaf04faf fix typo 2000-03-29 23:42:39 +00:00
ben%netscape.com
774c4a2cbb fixing kbd navigation problem in menus (accidentally checked in a little too much last night ;) 2000-03-29 23:39:51 +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
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