Граф коммитов

2676 Коммитов

Автор SHA1 Сообщение Дата
disttsc%bart.nl da769bdf24 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 03:25:15 +00:00
ccarlen%netscape.com 2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
darin%netscape.com 00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
dbaron%fas.harvard.edu 30295f72b6 Fix build and runtime bustage in xlib port. b=75125 r=blizzard@mozilla.org sr=shaver@mozilla.org 2001-04-09 23:16:19 +00:00
disttsc%bart.nl 72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
aaronl%chorus.net cb01bf2eba State is now a bitfield. Makefile for viewer fixed 2001-04-06 01:42:48 +00:00
blakeross%telocity.com c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
disttsc%bart.nl dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
valeski%netscape.com 169a5140b5 r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
timeless%mac.com e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
brade%netscape.com b70db9b7fd remove unused file at the request of shaver 2001-03-20 15:51:52 +00:00
shaver%mozilla.org 2232a6d452 remove unused, atotic-era mac stuff, r=brade 2001-03-20 15:23:01 +00:00
dcone%netscape.com bf0edb0501 Open and embed correctly a printpreview presentation. r=kmcclusk. Viewer only. 2001-03-20 14:40:59 +00:00
anthonyd%netscape.com f8fe1cdb26 bug fix for 59005 Saving html with selects saves unneeded state.
r=rods
sr=attinasi
2001-03-14 05:27:44 +00:00
locka%iol.ie 6d6db074a4 Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581 2001-03-13 12:21:34 +00:00
mkaply%us.ibm.com 4b24bfdc11 #71632
r=pavlov, a=blizzard
Make OS/2 widget a real XPCOM component
2001-03-13 06:49:30 +00:00
rods%netscape.com d6d8b09ee4 to fix bustage 2001-03-13 04:21:31 +00:00
rods%netscape.com d23f3f8aeb Enabling the Display of leaf frame reflow counts
Bug 71514 r=kmcclusk sr=attinasi
2001-03-13 01:53:45 +00:00
dbaron%fas.harvard.edu 3f9ab30f75 Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org 2001-03-10 03:23:35 +00:00
danm%netscape.com 1c99ca8f94 moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt 2001-03-09 02:04:06 +00:00
disttsc%bart.nl 277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
erik%netscape.com 6cafa4bfee bug 70385; author=simon@softel.co.il; r=kmcclusk; sr=erik; register the
bidi keyboard class that was recently added to mozilla/widget
2001-02-27 23:56:19 +00:00
dbaron%fas.harvard.edu cbfbcb352b Fix viewer crash on some types of exit resulting from a mistake in my previous startup crash fix. b=70160 r=jst@netscape.com (Viewer changes only.) 2001-02-27 03:46:54 +00:00
dbaron%fas.harvard.edu ce1190e0c2 Fix crash on startup in viewer by removing static construction. b=70004 r=waterson@netscape.com (Viewer changes only) 2001-02-24 17:15:50 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com 128f95aa9b Relanding Necko Changes.
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.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
radha%netscape.com b2d6bb81e1 Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock 2001-02-15 19:10:16 +00:00
locka%iol.ie 2a3360d58f Update viewer to use nsIWebBrowserSiteWindow. b=67723, sr=buster 2001-02-14 13:14:41 +00:00
attinasi%netscape.com f0ee0759bc Patch provided by khiggins@scu.edu - fixes memory leak in viewer. b=44003 r=buster,attinasi
Thanks, Kevin!
2001-02-14 05:33:57 +00:00
valeski%netscape.com 9297191086 sr=scc. 68187. making weak reference implementation on the browser listener part requirement explicit. API change. 2001-02-14 03:12:33 +00:00
attinasi%netscape.com 0525db3903 Explicit registering for load progress to make the Gecko Performance test run again. Patch from ccarlen, r=attinasi 2001-02-13 01:23:20 +00:00
buster%netscape.com d839d4e642 bug 68366 (asserts prevent automated regression tests from being run)
implementing nsIPrompt in viewer test app to avoid assertions.  all methods are no-ops.
r=waterson (note, changes to viewer app require only one level of review)
2001-02-12 05:35:04 +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
mkaply%us.ibm.com b4312e7eaa #68343
r=pavlov, sr=blizzard, a=blizzard
Change OS/2 to use real XPCOM component registration to fix printing
2001-02-09 22:23:13 +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
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
valeski%netscape.com 68cec86e0a r-ccarlen, sr=rpotts, 65925. making webprogress listeners support weak refs. 2001-01-31 21:02:00 +00:00
dbaron%fas.harvard.edu 1e046d05c0 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 16:58:15 +00:00
ftang%netscape.com 2ab3d65ce5 fix bug 55702 . 2001-01-19 01:33:01 +00:00
ccarlen%netscape.com d9dd3b5321 Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
mkaply%us.ibm.com 91ea2fd585 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:53:33 +00:00
koehler%mythrium.com 5ed565360d Bug 9863. That's a patch I forgot in the last one. Again just BeOS stuff. 2001-01-15 03:39:10 +00:00
dcone%netscape.com 027f2b356a r=peterl sr=buster Set up for the printoptions 2001-01-11 22:14:45 +00:00
rods%netscape.com 1d3462e8f7 backed out unwanted changes 2001-01-10 15:42:24 +00:00
rods%netscape.com 03e5a7ed67 removing GfxListControlFrame support code
Bug 62960, r=kmcclusk sr=hyatt
2001-01-10 14:44:42 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
pinkerton%netscape.com f53d582d4a clean up interface, per directions. adding copyLinkLocation(), and specifying semantics of selectNone() wrt insertion point location. Implemented selectNone(). r=saari/a=hyatt. bug#s 46867, 63001 2000-12-22 01:13:46 +00:00
valeski%netscape.com 7285adbf9e r=edburns, a=brendan. 49839 moving OJI out of the registry setup code as it's already a seperate components and we were getting warnings when oji wasn't avail. 2000-12-14 23:49:59 +00:00