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

2700 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com eab041f43f 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 f2638b18c0 Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock 2001-02-15 19:10:16 +00:00
locka%iol.ie cca689fe4c Update viewer to use nsIWebBrowserSiteWindow. b=67723, sr=buster 2001-02-14 13:14:41 +00:00
attinasi%netscape.com 56f88ac24a 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 60fc41df35 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 73910c0aeb 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 5f4d767c2e 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 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 69415757ab 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 48ff0be7c2 #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 c8640160cd 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 133daec2f6 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 2e0315192d r-ccarlen, sr=rpotts, 65925. making webprogress listeners support weak refs. 2001-01-31 21:02:00 +00:00
dbaron%fas.harvard.edu 20b685bf78 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 27a6c52c99 fix bug 55702 . 2001-01-19 01:33:01 +00:00
ccarlen%netscape.com 15ac5b144d 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 42b0f95821 #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 c81c6add06 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 770801cfad r=peterl sr=buster Set up for the printoptions 2001-01-11 22:14:45 +00:00
rods%netscape.com 1bcbd4fe11 backed out unwanted changes 2001-01-10 15:42:24 +00:00
rods%netscape.com cc8b4b5de9 removing GfxListControlFrame support code
Bug 62960, r=kmcclusk sr=hyatt
2001-01-10 14:44:42 +00:00
bryner%uiuc.edu 6862b07fb9 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
pinkerton%netscape.com 2ba8f7d189 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 3946fbad18 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
karnaze%netscape.com 6b967a5060 Delay before writing regression. Accept delays in regression file list. sr=buster r=attinasi 2000-12-14 22:27:22 +00:00
attinasi%netscape.com 41bf703180 Changes to put style data into the layout regression data output. r=karnaze, a=waterson 2000-12-07 15:31:40 +00:00
blakeross%telocity.com ff6c5262a6 Damnit! Die bug die! Why is linux choking on a minor css change? I'm switching to IE. Depooooort meeeeee......... 2000-11-29 05:37:44 +00:00
blakeross%telocity.com 066b5ac69c Fix 57584: fix invalid style in test8.html. r=hixie, just a minor change to a test file 2000-11-29 03:57:11 +00:00
blakeross%telocity.com 4c90a14b8f hmm 2000-11-23 20:05:27 +00:00
blakeross%telocity.com facc4a57c5 Fix 57584: minor problem in test8.html. r=a=(not built) 2000-11-23 18:16:48 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com deff2e336c #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz
2000-11-17 20:54:21 +00:00
disttsc%bart.nl a515bead9b Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben 2000-11-16 23:50:00 +00:00
disttsc%bart.nl 5371547095 Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf 2000-11-09 20:30:35 +00:00
danm%netscape.com ae877b5f7f empty implementations for new method IsModal. bug 56677 r=brendan,hyatt 2000-11-09 00:17:09 +00:00
mscott%netscape.com ff739a6953 Bug #56938 --> add a method for setting up a refresh uri given just a channel.
r=sspitzer, sr=rpotts
2000-11-01 08:03:22 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
dbaron%fas.harvard.edu cbd35e264a Remove extra 0 param. (Fix warren's bustage.) r=warren 2000-10-28 02:30:42 +00:00
warren%netscape.com 4e1ac5ce9d Removed extra 0 arg 2000-10-27 23:21:30 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
ramiro%eazel.com faf59c6da9 Bug 56795. Adding support for corel/eazel profiler. Build changes approved
and reviewed by cls.  r=cls a=cls.
2000-10-20 14:59:13 +00:00
jst%netscape.com a2e6ce3dc1 Forgot these files in my last checkin. 2000-10-07 12:01:40 +00:00
edburns%acm.org 1726aa89e4 bug=55109
r=rogerl
a=brendan
This fix makes it so the hard coded shared object name for the liveconnect
shared object on unix matches what is actually built by the build system.
2000-10-05 20:57:37 +00:00
timeless%mac.com 61cd5ea2c6 fix bug 55157 r=cls, R=scc
remove old rhapsody reference to cmd/ybfe
2000-10-05 00:32:20 +00:00
locka%iol.ie 69fd02310b Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
dougt%netscape.com c3c864a472 + Added OnSecurityChange() to nsIWebProgressListener interface.
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.

Fixes bug 46872.  r=valeski/rpotts
2000-09-14 22:56:56 +00:00
dbaron%fas.harvard.edu ef560bb05f Updating viewer demos to match recent changes for bug 3935. Just demo files -- not really part of build. 2000-09-14 14:56:31 +00:00
mjudge%netscape.com a2fa9edcb5 small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575 2000-09-14 11:45:01 +00:00
locka%iol.ie 6a308a5497 Added new x, y, width & height parameters to createBrowserWindow method. b=46851,r=valeski 2000-09-14 11:09:51 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
valeski%netscape.com 5158f9f336 50188. removing webshell leak detection special macros. now we'll spew data in debug builds only 2000-09-11 22:06:52 +00:00
attinasi%netscape.com cc62330600 Backed out changes to the event priorities (from bug 36849). This backout is to keep viewer in sync with Mozilla (see backout of same change to windows/nsAppShell by jst/vidur). b=36849 not reviewed (backing up to previous code), but discussed with Vidur. 2000-09-11 21:50:35 +00:00
edburns%acm.org 7b7a548b33 This was tested on win32, and is known to build on win32 and solaris.
Right now, nsIPluginManager::PostURL() has parameters for
postHeadersLength and postHeaders.  However, nothing is being done with
these parameters.  This bug fix utilizes these params for their intended
purpose: to allow the plugin the ability to add HTTP headers to a POST
data stream.

Important assumptions made by this fix:

* postHeadersLength is the correct length for postHeaders.

* postHeaders is a buffer of headers in the form

  "HeaderName: HeaderValue\r\n"

  each header, including the last, MUST be followed by "\r\n".

To affect this fix I had to modify the following files:

M docshell/base/nsDocShell.cpp
M docshell/base/nsDocShell.h
M docshell/base/nsWebShell.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M docshell/base/nsWebShell.h
M layout/html/base/src/nsObjectFrame.cpp
M modules/plugin/nglsrc/nsIPluginInstanceOwner.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginInstancePeer.cpp
M webshell/public/nsILinkHandler.h

Basically, it involved clearing a path so the headers arguments can make
it down to nsIPluginInstanceOwner::GetURL()'s implementation in
nsObjectFrame.cpp, where an nsIInputStream is made of the headers.
2000-09-05 19:03:56 +00:00
vidur%netscape.com 4a41eee18d Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
cls%seawood.org e335400d14 Reorder libs to fix Irix bustage. 2000-09-01 00:48:22 +00:00
mcafee%netscape.com 2c407dc48e Removing unnecessary include, goes with solaris patch I just checked in (htmlparser) 2000-08-31 22:09:52 +00:00
dbaron%fas.harvard.edu 6cc3760a98 Attempt to fix AIX bustage by adding get(). AIX started thinking this call to nsIWidget::Create was ambiguous when the first parameter was made an nsCOMPtr (couldn't decide whether it was the Create() taking a void* or an nsIWidget*). r=kin 2000-08-31 13:40:17 +00:00
beard%netscape.com e14415a0f9 fixing crasher, reference counting problems. r=ccarlen 2000-08-31 02:26:44 +00:00
warren%netscape.com 871bde6efa Bug 15623. Fixed registration of nsKeygenHandler. 2000-08-25 18:48:50 +00:00
locka%iol.ie c52f68cce4 API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
ccarlen%netscape.com a2c45a01dc Fixing 49842 - the part about viewer not having an appfilelocprovider r=waterson 2000-08-22 22:59:34 +00:00
ccarlen%netscape.com 1ec7a97591 Fixing 49842 - the part about viewer not having an appfilelocprovider r=waterson 2000-08-22 22:52:58 +00:00
waterson%netscape.com 68e1c32528 Bug 49842. Include xpfelocation_s to initialize viewer's file locator stuff. 2000-08-22 22:50:09 +00:00
ccarlen%netscape.com 901106b67e Removed refs to nsIFileLocator r=valeski 2000-08-22 00:52:24 +00:00
scc%mozilla.org f065fa4f1f fixing code that relied on implicit string construction 2000-08-20 00:45:05 +00:00
pp%ludusdesign.com 6c8f49e01c Adding the original contributor of this code to the Contributors list
of these files, to his request. No actual code change, only comments,
so no review.
2000-08-07 17:48:22 +00:00
attinasi%netscape.com 95c41c6f32 Fix for bug 36849: Script animation that changes location and clip simultaneously no longer will flicker.
Checking in (for Robert O'Callahan) a change to the event priorities: reverting to standard priorities.
This was tested for weeks by several individuals with no bad effects reported. b=36849 r=attinasi
2000-07-28 21:58:14 +00:00
dbaron%fas.harvard.edu 8faf85c840 Bring mozilla-viewer.sh all the enhancements made to mozilla (the shell script) in the past year or so, plus one more (-- to turn off command line handling). This is needed to get block regression tests to run easily. r=pollmann 2000-07-27 23:41:28 +00:00
dbaron%fas.harvard.edu a394eeee27 Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963 2000-07-27 23:17:53 +00:00
warren%netscape.com 658f2a64a9 Added a cast to make gcc happy. 2000-07-25 06:31:20 +00:00
warren%netscape.com 7ac7233df8 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
waterson%netscape.com e2d532289a Bug 45698. Land PLUGIN_LOVE_2000_07_17_BRANCH: implement XPCOM plugins. r=av 2000-07-22 01:34:13 +00:00
pinkerton%netscape.com bead9e156f don't use webshell.mcp, use docshell.mcp. 2000-07-20 19:11:04 +00:00
valeski%netscape.com b8ba60faa0 fixing IID collision, a=leaf 2000-07-19 17:23:20 +00:00
mkaply%us.ibm.com b61c654e78 #40177
r=cls, a=brendan
OS/2 build changes to get webshell/tests/viewer building
2000-07-19 13:58:45 +00:00
valeski%netscape.com 1cb31c5e61 45723. removing the hard init of the webshell 2000-07-19 02:58:49 +00:00
valeski%netscape.com 6a9c77ae6c adding xpidl module 2000-07-19 00:45:53 +00:00
pinkerton%netscape.com d88ba2aa7d File Removed. 2000-07-19 00:20:14 +00:00
pinkerton%netscape.com 568d57362d doing the fix-the-tree-asap dance. r=valeski. 2000-07-19 00:18:50 +00:00
pinkerton%netscape.com 650a148302 First Checked In. 2000-07-19 00:12:08 +00:00
pinkerton%netscape.com db9deb436d File Removed. 2000-07-19 00:10:41 +00:00
valeski%netscape.com 94d18b8818 mac is still building this, pulling nsweb stuff 2000-07-19 00:09:40 +00:00
valeski%netscape.com 4b79360c3f do not need the dot specifier for unix 2000-07-19 00:04:25 +00:00
pinkerton%netscape.com 33ad8faf16 adding nsIContentViewerEdit.idl to fix bustage. r=valeski. 2000-07-18 23:52:37 +00:00
valeski%netscape.com c74f8b62ed 45723. r=rpotts. no longer building the webshell shared lib, webshell is now in docshell. 2000-07-18 23:26:39 +00:00
valeski%netscape.com 3ba7f4b3be 45723. idl'ized some ifaces and removed some cruft 2000-07-18 23:21:25 +00:00
valeski%netscape.com 9b724ad422 45723. r=rpotts. moving webshell over to docshell dir for consolodation. this does *not* mean teh two will merge in object space. 2000-07-18 23:13:53 +00:00
valeski%netscape.com 3f6c274d00 45723. r=rpotts. webshell-docshell consolodation changes. 2000-07-18 23:13:07 +00:00
pinkerton%netscape.com 12dba2256e remove .h files that have been moved into idl. r=valeski (bug #45723). 2000-07-18 23:11:33 +00:00
pinkerton%netscape.com 5722aaff98 First Checked In. 2000-07-18 23:02:39 +00:00
valeski%netscape.com 8c7d472a6b not part of the build. adding idl'ized version of this iface 2000-07-18 15:03:16 +00:00
valeski%netscape.com a4686e7252 not in build. removing this one as one in docshell is going to replace it 2000-07-18 06:59:30 +00:00
valeski%netscape.com 5e33759b4e 45723. not part of the build. idl'izing some interfaces. will throw the switch tomorrow 2000-07-18 00:35:55 +00:00
vidur%netscape.com 924aceef9e Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
morse%netscape.com 5e8ccdfa2e bug 44146, improperly parented modal dialogs, r=danm 2000-07-12 02:29:53 +00:00
ruslan%netscape.com 84dfd2d63a WIP on 40449, a/r=gagan 2000-07-07 22:02:47 +00:00
radha%netscape.com 072cf93bb0 Enabling feature "Session History in frameset pages". bug # 36547. Reviewer for this checkin
as well as several previous checkins related to this bug is rpotts.
2000-07-04 18:51:14 +00:00
cls%seawood.org 33938e6100 Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
cmanske%netscape.com a8651acd3f Changed Composer test because of added parameter for JoinTableCells in connection with work for bug 20973. r=jfrancis 2000-07-01 00:37:23 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00