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
radha%netscape.com
5b8603911e
More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
...
feature is enabled.
2000-06-29 21:48:18 +00:00
radha%netscape.com
e1fc2c5789
More checkins for feature bug 36547. CODE NOT PART OF THE BUILD. reviewer will be provided
...
when feature is enabled.
2000-06-23 23:54:30 +00:00