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
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
bryner%uiuc.edu
fecb9d4833
Patching more (hopefully all) trees to work with the new tree widget (bug
...
30511). r=hyatt.
2000-06-23 21:44:48 +00:00
mscott%netscape.com
0098abd512
Bug #10802 --> expose load types to load info class so callers can set the load type
...
this is needed to implement things like open attachment so we can make the doc shell
think a user click happened when it talks to the uriloader.
I removed two boolean fields which were representing two load types. Simplified the api by allowing you
to pass in any of our load types.
r=valeski
2000-06-22 07:22:23 +00:00
rpotts%netscape.com
6371dad16a
DocShell cleanup. Removed the implementation of the unused nsIDocSHell::SetDocument() method and moved the implementation responsibility to the nsIContentViewer
2000-06-22 05:38:07 +00:00
nhotta%netscape.com
50952a7582
Changed to apply UTF-8 to UCS2 conversion before assigning the string to nsString, bug 42873, r=cata.
2000-06-21 23:26:36 +00:00
bryner%uiuc.edu
8705faac7d
Moving persistence-related methods from nsIXULWindow to
...
nsIWebBrowserChrome as a basis for fixing bug 15555. r=valeski.
2000-06-21 22:05:28 +00:00
beard%netscape.com
5cca8adbe7
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
rpotts%netscape.com
49c54755fc
Reworked the nsIWebProgress interfaces and implementation...
2000-06-19 05:54:37 +00:00
warren%netscape.com
06dd25d8b6
Bug 41390. js prompt() contains remember this value checkbox. r=morse
2000-06-17 01:57:36 +00:00
rbs%maths.uq.edu.au
29f1b6960b
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
mstoltz%netscape.com
a62193e278
Fix for bug 31818. Dogfood. r=brendan
2000-06-13 23:56:30 +00:00
mscott%netscape.com
9f23d7b393
Bug #40160 --> fix annoying assertion in on end document load for cases where the url doesn't have a host
...
r=rpotts
2000-06-07 23:13:12 +00:00
locka%iol.ie
daa15f8e9e
Put pointer test around smprintf to prevent crash for invalid IMG links.
...
b=40094,r=adamlock,approved valeski
2000-06-05 22:21:37 +00:00
pavlov%netscape.com
154ebacfa5
update soundtest to the new sound apis
2000-06-04 06:50:58 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
pavlov%netscape.com
a6d056c7d6
make this test actually work
2000-06-02 06:54:51 +00:00
waterson%netscape.com
7513a4daa0
Add --trace-malloc hook.
2000-06-01 06:21:12 +00:00
joki%netscape.com
7389ef527f
Fixes for bug 38269. Fixes crash during page rewrite in focus, reset, submit and location change in onunload. r:mjudge
2000-05-26 00:26:54 +00:00
blizzard%redhat.com
4a58c8b35f
removing unbuilt files and directories
2000-05-25 20:41:59 +00:00
hyatt%netscape.com
5bed7dc4bd
fix for making skins script-safe. r=scc
2000-05-19 04:48:43 +00:00
valeski%netscape.com
9f17bf7994
38695. r=alecf. i18n network error strings
2000-05-18 21:52:23 +00:00
sfraser%netscape.com
f1c8c03aa0
Register the timer CID in widget
2000-05-17 08:45:16 +00:00
sfraser%netscape.com
5765bc32dc
Remove linkage with NetworkModular.shlb
2000-05-17 07:48:58 +00:00
sfraser%netscape.com
c301f88d9d
Remove linkage with NetworkModular.shlb
2000-05-17 07:25:45 +00:00
cls%seawood.org
1165ad3a33
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
2000-05-17 06:45:45 +00:00
heikki%citec.fi
f6b99f8941
Enable show=new for simple XLink. Works at least when the link is clicked, does not seem to work with actuate=onLoad. Bug 15086.
2000-05-17 05:43:14 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
joki%netscape.com
b2e873d830
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2000-05-16 11:35:12 +00:00
warren%netscape.com
4d1711e5f8
Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse
2000-05-16 05:35:23 +00:00
pavlov%netscape.com
71126a8f04
unix is widget code is now an xpcom component, don't register things here on unix
2000-05-15 22:33:04 +00:00
pavlov%netscape.com
deb5d6a026
gfx on unix is now a component
2000-05-15 21:58:48 +00:00
ftang%netscape.com
16db9b95be
add demo cases for bug 16796 and 36863. add german ß
...
Since we have not fix bug 36863 yet, that part is in
html comment for now.
2000-05-10 19:48:05 +00:00
harishd%netscape.com
3363a95f9f
Propagating nsIFormProcessor change to nsTestFormProcessor.
2000-05-05 20:39:23 +00:00
cls%seawood.org
eb76e1c2cf
Fix for broken stopwatch (--enable-perf-metrics). Bug 27335
2000-05-05 01:30:17 +00:00
mjudge%netscape.com
84dbc25dd9
left this one out
2000-05-04 09:03:58 +00:00
mkaply%us.ibm.com
af38be24ac
# 34082
...
r= alecf
OS/2 bring up continues - VisualAge PR_CALLBACKs and #ifdefs
2000-05-02 23:16:41 +00:00
mkaply%us.ibm.com
ac54049689
# 34082
...
r= mkaply
OS/2 bring up continues - OS/2 test viewer
2000-05-02 23:15:14 +00:00
mkaply%us.ibm.com
15def388bb
# 37239
...
r= alecf@netscape.com
OS/2 bring up continues - DLL Names for OS/2
2000-05-01 22:40:37 +00:00
nisheeth%netscape.com
fa1d77063b
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
...
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
attinasi%netscape.com
d3f0962648
Removed the rest of the PERF_METRICS stuff that was removed when the WebShell changes were landed (the code is now in the Viewer itself).
2000-04-29 00:07:40 +00:00
rods%netscape.com
06a5960888
added the menus and code to dump reflow stats when they are turned on.
2000-04-28 23:38:19 +00:00
rods%netscape.com
77f6bbfacc
adding menus for turning on/off gfx selects
2000-04-28 23:37:39 +00:00
attinasi%netscape.com
ea2716647b
URL of gear1.gif was wrong in the style rule for the UL LI: updated to correct location
2000-04-28 21:29:33 +00:00
attinasi%netscape.com
0a5f5d3875
Put the PERF_METRICS timing code back into Viewer: it was removed when the WebShell changes were made a while ago. r=dcone
2000-04-28 21:27:20 +00:00
pavlov%netscape.com
fd7120c8fb
fix nsfilespecwithui problems
2000-04-28 20:07:29 +00:00
mjudge%netscape.com
19d29307eb
small change to the way you get selection
2000-04-28 06:22:07 +00:00
pavlov%netscape.com
ef62fcc7a9
more string fun
2000-04-27 22:24:36 +00:00
pavlov%netscape.com
2d4c9e9849
string fixes
2000-04-27 22:15:24 +00:00
scc%netscape.com
b55ce38b78
making string conversions explicit
2000-04-27 21:24:29 +00:00
mjudge%netscape.com
48f046e6b3
ender lite checkin.
2000-04-27 07:37:12 +00:00
danm%netscape.com
139cc240d5
synch with widget/nsWindow.cpp rev 3.272. code by roc+moz@cs.cmu.edu
2000-04-27 00:25:54 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
mscott%netscape.com
514de6b425
fix unnecessary assetions in viewer.
2000-04-25 01:46:39 +00:00
mscott%netscape.com
25c459a125
Bug #33156 --> webshell no longer implements nsIProgressEventSink, the doc loader does.
...
it's getting smaller! *yeah*
2000-04-22 23:19:40 +00:00
tbogard%aol.net
854058cbf9
Removed some old ifdef 0 code. Removed some unused variables. Some cleanup to OnStart and OnEndDocumentLoad to get ready to move them over to the progress interface code.
2000-04-21 23:31:41 +00:00
anthonyd%netscape.com
05840e5f32
drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge
2000-04-20 23:11:41 +00:00
danm%netscape.com
622d6fe83b
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
buster%netscape.com
7710293b14
bug 26917 (using "-d" option on viewer causes premature exit)
...
r=travis
2000-04-18 22:59:12 +00:00
cls%seawood.org
190ca5091c
Forgot to add EXTRA_DSO_LIBS to EXTRA_DSO_LDOPTS
2000-04-18 11:20:13 +00:00
cls%seawood.org
a27ca31c45
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
scc%netscape.com
0d06aa8e43
making string conversions explicit
2000-04-18 10:22:00 +00:00
waterson%netscape.com
d04c3f01e5
Back out changes my changes to nsILinkHandler because of performance problems.
2000-04-18 04:34:20 +00:00
scc%netscape.com
ac217fbced
making string conversions explicit
2000-04-17 11:24:01 +00:00
heikki%citec.fi
f5c8f79cb9
Changed redirects to point to the updated XML demos (new XLink).
2000-04-17 10:47:37 +00:00
tbogard%aol.net
2063c94ae0
DocShell is now handling all the loading and navigation. The new session history is now being used in place of the old.
2000-04-16 11:18:41 +00:00
tbogard%aol.net
d510c19900
Removed the methods dealing with the old session history that is going away.
2000-04-16 11:18:39 +00:00
waterson%netscape.com
93951f3bd4
Bug 12493. Change nsILinkHandler interface to take an nsIURI object instead of a string. This allows necko to canonify URIs before passing them back to global history. r=travis,pierre
2000-04-13 19:55:47 +00:00
cls%seawood.org
579f14b69f
Added CXXFLAGS to link line for toolkit specific test viewers. Bug #35730
2000-04-13 13:59:03 +00:00
tbogard%aol.net
18b2ff8d87
Moved the implementation of nsIRefreshURI into the docShell. When the webShell is getting destructed make sure we call Destroy.
2000-04-13 03:11:25 +00:00
tbogard%aol.net
a2006c7257
WebShell no longer creates the plugin host. nsObjectFrame now gets it from the service manager instead of trying to get it from the webshell.
2000-04-13 02:56:05 +00:00
tbogard%aol.net
5906ab7f7b
Put the GetInterface for the uriContentListener into an ifndef for DOCSHELL_LOAD so when DOCSHELL_LOADING is turned on, we get the right handler.
2000-04-12 10:00:04 +00:00
tbogard%aol.net
bc35af6d14
Removed the file fixup and completely rely on docShell fro Creating the uri.
2000-04-12 09:46:40 +00:00
tbogard%aol.net
76b6e1ef4d
Fixed viewer to implement SizeBrowserTo and on notification of a location change make sure not to try poking data into a field that isn't there (the location one). CLEANUP_WIDGET now checks to see if the widget is in existence before destroying it. Bug #34433
2000-04-12 09:25:46 +00:00
tbogard%aol.net
26ccc8a82f
Removed nsIWebShellContainer methods that are no longer part of the interface. Removed convertFileToURL and convertURLToFileCharset as the implementation in docShell is now relied upon. LoadURL now largely relies on docShell's CreateFixupURI to get a uri. No longer call nsIWebShellContainer::BeginLoadURL or EndLoadURL as the nsIWebProgressListener interface provides all these needed listeners. No longer call nsIWebShellContainer::WillLoadURL as the uriLoader code provides the ability to cancel or stop a load from happening. DoLoadURL now relies on the implementation in docShell for talking to the uriloader. Fixed a bug with nsWebShell::GoTo pointed out by Conrad.
2000-04-11 23:52:28 +00:00
tbogard%aol.net
b62718c6b4
Removed the remaining methods on nsIWebShellContainer as they are no longer used.
2000-04-11 23:52:27 +00:00
mscott%netscape.com
8777c84eb5
backing out my bug fix because it appears to have broken the page cycler.
...
thanks to sspitzer for helping me figure this out.
2000-04-07 21:36:09 +00:00
mscott%netscape.com
b171246cb6
Bug #34769 --> don't set the refferer as the original url on the channel in the webshell.
...
r=warren
a=leaf
2000-04-07 19:25:42 +00:00