Commit Graph

7121 Commits

Author SHA1 Message Date
locka%iol.ie
111138e271 Fixed an issue where the current window had no primary content area and the tree owner went off searching for one in other windows via the windows mediator but forgot to addref the result. b=58639, sr=scc@mozilla.org 2001-02-15 19:26:39 +00:00
hyatt%netscape.com
19bd97bd08 Not part of build. 2001-02-15 09:43:11 +00:00
blakeross%telocity.com
50e7e91688 52751 in last checkin. 2001-02-15 04:37:15 +00:00
blakeross%telocity.com
180735f18a cmd+. in mac dialogs should cancel them and hitting enter/return dismisses dialogs when their default buttons are disabled (52571, 68649). r=timeless sr=alecf 2001-02-15 04:36:04 +00:00
timeless%mac.com
8733c87caa fix bug 66506 Copyright in about: should be updated (2000 -> 2001)
patches from timeless, and gemal@gemal.dk, r=fabian sr from mitchell,hecker@mozilla.org
2001-02-14 22:49:42 +00:00
blakeross%telocity.com
82cff61e8e getElementsByTagName fails to find namespaced content when called on anonymous content (by Alex Fritze). r=blake sr=hyatt 2001-02-14 20:13:34 +00:00
hyatt%netscape.com
f605fd6cb5 Not part of build. 2001-02-14 19:39:20 +00:00
disttsc%bart.nl
de9e4a3fe2 Fix javascript strict warnings in pref-charset.js, clean up. bug=60630, author=Mark Olson <maolson@earthlink.net>, r=nhotta, a=alecf 2001-02-14 18:57:15 +00:00
disttsc%bart.nl
278164dbc1 Make "Save File" in XP FilePicker warn when you're trying to save to a non-existant directory. bug=27612, r=bryner, a=alecf 2001-02-14 18:36:19 +00:00
rods%netscape.com
1e3072a1a2 Fixed bad spelling
Bug 68465 r=dcone,sr=attinasi
2001-02-14 12:39:57 +00:00
pchen%netscape.com
6f7f871611 bug 68105, r=alecf, sr=mscott, moved deletion of previous version of mime mapping pref up in file, appears to prevent empty mapping from being created, yes, that's a scary statement; while here, also fix case changing a mime mapping pref to overwrite an existing one, delete existing one before saving edits 2001-02-14 05:47:46 +00:00
pinkerton%netscape.com
d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
hewitt%netscape.com
8bedae1852 68254 - fix classic mail "File" button, r=andreww, sr=sspitzer 2001-02-13 03:17:00 +00:00
timeless%mac.com
91e6915044 fix bug 67819 javascript strict warnings in pref-smartupdate.xul
patch by maolson@earthlink.net r=timeless, a=alecf
2001-02-13 02:56:32 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
timeless%mac.com
c0f1486222 fix bug 67818 javascript strict warnings in pref-proxies.js
patch by maolson@earthlink.net r=timeless a=alecf
2001-02-13 02:47:54 +00:00
timeless%mac.com
7c72a888bd fix build bustage in bug 67680, adding PRInt32 2001-02-13 02:32:21 +00:00
alecf%netscape.com
dcf97ec97a fix for #66418 r=radha, a=ben - fix leaks in url bar history 2001-02-13 01:46:33 +00:00
blakeross%telocity.com
149be04062 removing another crack dump() compliments of ben. 2001-02-12 23:05:27 +00:00
blakeross%telocity.com
51f5352a67 more dump() removal. 2001-02-12 22:21:14 +00:00
blakeross%telocity.com
660b5b3b80 Removing Ben's crackhead date dumps. 2001-02-12 22:18:27 +00:00
blakeross%telocity.com
782386b60f Fixing broken url and text d&d (68058). r=timeless sr=ben 2001-02-12 21:44:29 +00:00
blakeross%telocity.com
0940ba390b Removing unnecessary initialization. r=timeless 2001-02-12 21:16:02 +00:00
disttsc%bart.nl
fa3c379719 Make <stringbundle/> more complete, add getFormattedString. bug=68449, r=timeless, a=ben 2001-02-12 11:28:34 +00:00
ben%netscape.com
9703a39893 Bug 67680, remove CreateFolder method from nsIBookmarksService. r=jag, a=alecf. 2001-02-12 10:54:27 +00:00
morse%netscape.com
719611f102 bug 55052 (r=nhotta, sr= alecf) search text field changes what user types, and bug 28137 (r=sgehani, sr=alecf, URL search bar should reset category popup 2001-02-12 08:09:54 +00:00
morse%netscape.com
36a30c6e5b bug 55052 (r=nhotta, sr= alecf) search text field changes what user types, and bug 28137 (r=sgehani, sr=alecf, URL search bar should reset category popup 2001-02-12 08:02:58 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
mscott%netscape.com
5f4d1fbfb0 Bug #67481 --> our JS object needs to implement nsIWeakReference
sr=sspitzer/alecf
r=blake
a=asa
2001-02-09 01:12:57 +00:00
ben%netscape.com
fd197c0951 workaround for .8 for 630seven8, r=blake, cmanske, sr=alecf, a=asa. bug remains open
as this is just a temporary workaround to prevent mac optimized crash.
2001-02-09 01:09:00 +00:00
jj%netscape.com
1b0a703137 #65764 / Bugscape #3508: Update Mac version strings to 0.8. a=r=leaf 2001-02-08 23:33:46 +00:00
blakeross%telocity.com
1b7bee06c8 Bookmarks on personal toolbar don't do anything when clicked. r=jag sr=blizzard (one of the .8 critical bugs) 2001-02-07 20:15:05 +00:00
disttsc%bart.nl
48e56314bf Make navigator windows not load the home page when opened programmatically (say |window.open(url);|). bug=65993, r=blake, a=ben 2001-02-07 07:03:04 +00:00
danm%netscape.com
cdda7836f7 removing nsIWebBrowserChrome::FindNamedBrowserItem per 5 Feb 01 API review. functionality has been moved to nsDocShellTreeOwner. r=scc,valeski 2001-02-07 04:59:43 +00:00
law%netscape.com
5a7112f3dd Long lost patch for bugs 27609,35161, et al; r=mcafee, sr=mscott 2001-02-07 04:33:39 +00:00
blakeross%telocity.com
728dc99869 Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben 2001-02-07 03:38:01 +00:00
blakeross%telocity.com
14f1502c42 JS strict warnings in wizardHandlerSet.js (65937). r=blake a=ben 2001-02-07 02:53:49 +00:00
mcafee%netscape.com
3f816e1a6c Removing unused entities that now live in taskbar.rdf. r=pavlov, sr=ben 2001-02-07 01:17:51 +00:00
timeless%mac.com
97174b18df fix bug 60662 javascript strict warnings in overrideHandler.js
patch by maolson@earthlink.net r=jag sr=alecf
2001-02-07 01:10:47 +00:00
sdagley%netscape.com
2334794b29 Added nsISHistoryListener.idl for radha 2001-02-07 00:52:44 +00:00
radha%netscape.com
cce20c37bb Changes related to history listener interface 65608 r=valeski sr=rpotts 2001-02-07 00:31:18 +00:00
radha%netscape.com
9e8b0a29b7 Initial checkin for history listener interface bug 65608 r=valeski sr=rpotts 2001-02-07 00:30:01 +00:00
rods%netscape.com
0cb646bd6a forgot to set the value into the printService
Bug 67537 r=dcone sr=attinasi
2001-02-07 00:01:43 +00:00
mcafee%netscape.com
28bdf1fa0e Renaming Find menu item to Search (44733) r=matt, sr=ben 2001-02-06 23:56:38 +00:00
matt%netscape.com
4190e86cc1 r=law
sr=ben
adding focus to search panel when opened
2001-02-06 23:13:37 +00:00
mscott%netscape.com
522f34503c Bug #67489 --> use a separator without a class=thin before the checkbox. 2001-02-06 23:03:48 +00:00
rods%netscape.com
baed08e917 Printing of selected frameset frames and Iframes
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
pchen%netscape.com
c289ad5745 bug 61079, r=blake, a/sr=ben, fix editing of helper app mappings, by creating a full new mapping (which will actually show up in the list) and deleting the old one (makes old one go away, duh) 2001-02-06 06:50:02 +00:00
pinkerton%netscape.com
5947c4f6ed fix for 51053, where we'd throw too early when trying to close popups. added try/catch around each individual QI. r=ben/sr=scc. 2001-02-06 05:33:28 +00:00