ramiro%netscape.com
a4fc36131f
Add embedding samples.
1999-08-22 15:31:13 +00:00
ramiro%netscape.com
c70564c852
Add -fno-rtti and -fno-exceptions flags.
1999-08-22 15:02:50 +00:00
ramiro%netscape.com
20f53e7664
Finish support for building more than one toolkit at once.
1999-08-22 14:06:52 +00:00
mccabe%netscape.com
2290033202
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
b95a2bdd54
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
cls%seawood.org
f3c9aece1c
Added support to configure.in for running configure in subprojects. This included adding tmp variables to preserve the initial args set for configure so that they can be passed pristinely to the subprojects.
...
Modified to run configure of webshell/embed/gtk from the main configure rather than during the export phase.
1999-08-21 18:02:45 +00:00
ramiro%netscape.com
8229ca37a8
Dont link in neckoutil.
1999-08-21 17:13:43 +00:00
ramiro%netscape.com
2ece89a093
Anal spacing.
1999-08-21 16:51:26 +00:00
ramiro%netscape.com
92d84df3d2
Yank -lmozreg.
1999-08-21 16:50:18 +00:00
ramiro%netscape.com
e58e9da1ac
Yank -lmozdbm , not needed.
1999-08-21 16:40:49 +00:00
ramiro%netscape.com
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
f99be8b987
Make the proxy rules more robust.
1999-08-20 14:21:42 +00:00
ramiro%netscape.com
eff4f86872
Make it work with the gtkmozilla makefiles.
1999-08-20 12:15:06 +00:00
ramiro%netscape.com
4565d56034
Ressurect post necko. Streams broken for now.
1999-08-20 11:16:19 +00:00
morse%netscape.com
243f3e5dc3
remove build warnings
1999-08-20 02:16:05 +00:00
locka%iol.ie
024d060959
Preliminary editor test support
1999-08-19 21:02:22 +00:00
locka%iol.ie
8766a22786
Changes to DHTML model
1999-08-19 21:00:44 +00:00
locka%iol.ie
72882b89bd
Added some more files
1999-08-19 20:59:11 +00:00
locka%iol.ie
8d8478cdba
Moved command target stuff in base class
1999-08-19 20:58:31 +00:00
locka%iol.ie
618fc7952a
Fixed more interface changes
1999-08-19 20:56:00 +00:00
locka%iol.ie
0de6507c12
Added editor headers
1999-08-19 20:55:03 +00:00
locka%iol.ie
83b0ea056b
Added editor class ids
1999-08-19 20:54:16 +00:00
locka%iol.ie
cadc80e9c6
Added IOleCommandTarget to site
1999-08-19 20:53:56 +00:00
locka%iol.ie
ec3777001c
Preliminary work for edit mode
1999-08-19 20:52:48 +00:00
vidur%netscape.com
5daa6435c2
Changed method signature of EvaluateScript to return nsresult. Added nsJSThreadContextStack pushing and popping around script evaluation.
1999-08-19 20:36:31 +00:00
pavlov%netscape.com
1c12f6f380
make viewer happy with my last changes
1999-08-19 19:52:50 +00:00
ramiro%netscape.com
772c1cdae4
Took out linking of widdget, gfx and parser. Its not needed and it currently
...
breaks on some platforms, like Neutrino.
1999-08-19 14:57:36 +00:00
ramiro%netscape.com
dcfb008af0
Dont link in raptorhtml, raptorweb, raptorwidget, or raptorhmlpars. These are components
...
which shouldnt be linked in.
1999-08-19 14:23:32 +00:00
rods%netscape.com
fafc5801d9
make minor changes to fix warnings
1999-08-18 14:54:01 +00:00
rhp%netscape.com
81adbf65e2
Fix for I18N reload issue
1999-08-18 01:39:20 +00:00
ramiro%netscape.com
0e1b8a922a
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
leaf%mozilla.org
689e556bcb
fixing the -lsecfree problem: temporary hack until ramiro checks in
...
fixes for the -lpref situation
1999-08-18 00:06:09 +00:00
ramiro%netscape.com
5de5eb3b96
CLeanup the nsWidgetSupport.cpp mess on windows. Moved it to its own place. Its only
...
needed by test apps.
1999-08-17 16:31:52 +00:00
ramiro%netscape.com
824b05d915
Cleanup the nsWidgetSupport.cpp mess on unix. Windows next.
1999-08-17 16:09:40 +00:00
ramiro%netscape.com
0149d76208
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
ad0cea8bd6
Dont link in the webshell into the app.
1999-08-17 14:42:25 +00:00
ramiro%netscape.com
f544ac5394
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
ramiro%netscape.com
33f8c1f169
Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
...
default for Linux and Solaris. Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner. The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful. There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.
Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
ramiro%netscape.com
1a0ba0383d
Ignore moc generated files.
1999-08-17 09:14:44 +00:00
ramiro%netscape.com
7620f949a0
Protect against a null mWebShell.
1999-08-17 07:09:44 +00:00
dp%netscape.com
6a45339276
gLogModule defined only inside of NS_DEBUG. Protecting access.
1999-08-17 01:28:58 +00:00
radha%netscape.com
146a03ce48
Fix for bug 11877. Kin and ftang reviewed the code. dp approved it. Put back the old
...
history code in webshell since it breaks viewer.
1999-08-17 00:29:09 +00:00
danm%netscape.com
1d4d71b2ca
Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don
1999-08-12 22:08:17 +00:00
shawnp%earthling.net
7576c0bb6c
Additional files needed to get viewer working with qt port. Only basic
...
functionality is present - enough to get it working.
1999-08-12 02:56:33 +00:00
edburns%acm.org
1706f2c458
This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429 .
...
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.
It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr. see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.
Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
pinkerton%netscape.com
fec7b418f7
fix, and update for new tri-state checkbox built off of html:input.
1999-08-11 04:46:56 +00:00
kmcclusk%netscape.com
40dd12421c
Added PR_MAX calls to Layout method to prevent negative values from being passed to
...
nsIWidget::Resize.
1999-08-10 22:31:59 +00:00
danm%netscape.com
8180c75a54
open new windows from anchor links with proper chrome. fixes bug 9792.
1999-08-10 21:36:38 +00:00
karnaze%netscape.com
9f4cc1393c
removed caption saying border-collapse was disabled
1999-08-10 00:44:35 +00:00
alecf%netscape.com
4d8ee9345a
remove nsMsgCompPrefs from the build
1999-08-09 23:01:48 +00:00
karnaze%netscape.com
84e789fdf9
table caption reflects border-collapse disabled
1999-08-09 22:01:07 +00:00
vidur%netscape.com
4876025852
changed name of NS_CreateContext to NS_CreateScriptContext
1999-08-09 19:14:49 +00:00
ramiro%netscape.com
6a11bba809
More qt support from Shawn Packwood.
1999-08-09 17:53:04 +00:00
dcone%netscape.com
620e2cdf8b
took out the assert for mWindow as null, and put in support that
...
allows the webshell to run with a null mWindow-- needed for printing frames
1999-08-09 14:30:32 +00:00
sfraser%netscape.com
b0be4651c8
Synch up with editor API changes
1999-08-09 01:43:24 +00:00
dp%netscape.com
5ba299bb04
Fixing build error on unix.
1999-08-09 00:26:02 +00:00
radha%netscape.com
835d5f7aed
Use nsISessionHistory for all history needs. This change obsoletes
...
mHistory and mHistoryIndex. Shall physically remove these members
at a later date.
1999-08-09 00:03:12 +00:00
radha%netscape.com
64ba7298de
Fix for bug 11307. comparison between char * and XPIDLCString causing Compilation
...
problem in few unix platforms.
1999-08-08 02:15:53 +00:00
tague%netscape.com
d309045006
Fixed bug #10566 - embeding directory has problems when MSSDK is installed and no ACTIVEX controll is built.
1999-08-08 02:11:13 +00:00
morse%netscape.com
620bc3b57c
remove signon viewer because of general spring cleaning of singsign.cpp
1999-08-07 14:14:31 +00:00
danm%netscape.com
f221b4e5c7
corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow.
1999-08-07 02:51:03 +00:00
nisheeth%netscape.com
9e5e191a16
Fix for bug 7401. We now print out error messages for failed url loads.
1999-08-06 21:54:25 +00:00
rpotts%netscape.com
6a5e493ee7
Removed an *extra* release of the PostData stream... This was causing random crashes...
1999-08-06 21:38:09 +00:00
waterson%netscape.com
6f5ff98694
Fix compiler warning.
1999-08-06 18:28:15 +00:00
sspitzer%netscape.com
460812a888
use nsCOMPtr. use NS_DEFINE_CID and NS_DEFINE_CID correctly
1999-08-06 07:44:37 +00:00
morse%netscape.com
05534f19dd
cleaned up dialogs
1999-08-06 00:29:10 +00:00
evaughan%netscape.com
1285ce0dc0
Fixed test to work with new boxes.
1999-08-05 23:44:56 +00:00
ramiro%netscape.com
0adc684bbc
Dont link in zlib, its not needed.
1999-08-05 22:38:08 +00:00
cmanske%netscape.com
e68131610b
Fixed build bustage
1999-08-05 20:35:55 +00:00
ramiro%netscape.com
a8a89c6a82
Dont link -lxp, its not needed.
1999-08-05 13:46:52 +00:00
ramiro%netscape.com
914648dac0
Dont link in libcaps. Its not needed.
1999-08-05 13:00:14 +00:00
waterson%netscape.com
6898ebf357
Add global history.
1999-08-05 05:14:45 +00:00
valeski%netscape.com
368ab627ee
moved to the higher level LoadURL() call to get more observer handling
1999-08-05 04:49:38 +00:00
valeski%netscape.com
493ae6bd9e
api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
...
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
radha%netscape.com
de9e5e65d0
Don't load a page thro' necko when going to a anchor with in the same page or going
...
back from an anchor to the top of the page. Modify
EqualBaseURL() so that it will do the right thing.
1999-08-04 22:46:49 +00:00
valeski%netscape.com
2336127fd1
added new url munging code. we now take a swing at the urlbar string w/ the uri parsing code first, then fallback to munging if we have to
1999-08-04 21:18:24 +00:00
gagan%netscape.com
d550f5831d
POST requests for HTTP work now! Go file bugs using apprunner now...
1999-08-04 15:06:51 +00:00
cmanske%netscape.com
bb766508da
Remove param from test method
1999-08-04 02:05:16 +00:00
locka%iol.ie
55666e4c21
Added field to allow user to turn on logging (for Mozilla not IE)
1999-08-03 23:06:00 +00:00
locka%iol.ie
704624ea4c
Fixed some interface changes that broke the build
1999-08-03 23:03:16 +00:00
vidur%netscape.com
f37f5bbca9
Fix for build bustage from Judson. Inclusion of config.mak is necessary before we depend on the NECKO symbol.
1999-08-03 23:00:19 +00:00
ramiro%netscape.com
14050b3373
Fix build bustage on unix.
1999-08-03 22:11:11 +00:00
valeski%netscape.com
0830bda705
10720 fix - we now do meta tag refreshes
1999-08-03 21:48:40 +00:00
mcafee%netscape.com
451c4afcee
Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren
1999-08-03 20:51:41 +00:00
nisheeth%netscape.com
db76351e26
Remove DEBUG_nisheeth protected code.
1999-08-03 00:00:50 +00:00
Jerry.Kirk%Nexwarecorp.com
b71eb1bcf0
Fix problem where menubar shows up on top of toolbar for Photon
1999-08-02 21:43:39 +00:00
ramiro%netscape.com
deb7d3b582
Landing unix toolkit exorcism changes. #ifdef-ed OFF for now.
1999-08-02 13:53:49 +00:00
bienvenu%netscape.com
4defdd96f5
back out fix for timing problem for Warren so OnEndLoadDocument will get called
1999-07-31 19:51:20 +00:00
warren%netscape.com
af95e38fc8
Reverted yesterday's change to solve the timing/perf measurement problem. Now I think the main problem was caused by the fact that redirects weren't getting inserted into the group, causing the load to terminate prematurely. That's now solved in the http protocol code.
1999-07-31 06:33:50 +00:00
warren%netscape.com
6b3a89d3bc
Fixes for the 'timing' problem, where load time is reported incorrectly. Things seem to work now, except the very first load.
1999-07-30 07:50:35 +00:00
warren%netscape.com
b21ffb563b
Clean up of nsDocumentBindInfo::OnStopRequest. Debug error messages for necko failure.
1999-07-30 04:20:34 +00:00
sspitzer%netscape.com
1abcb26db3
fix build bustage. libreg.so is now libmozreg.so
1999-07-29 04:23:49 +00:00
mscott%netscape.com
240bb551ea
fix build breakage....include config.mak
1999-07-29 04:19:17 +00:00
mscott%netscape.com
293095a950
fix build breakage...include config.mak
1999-07-29 03:59:32 +00:00
briano%netscape.com
ea37bbc00a
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
warren%netscape.com
40021f91f4
Added NS_ShutdownXPCOM to facilitate leak detection in purify.
1999-07-28 08:03:49 +00:00
briano%netscape.com
d99daeea9b
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
kmcclusk%netscape.com
18b946cc00
bug #7032 Changed nsIWidget::Resize(...), nsIWidget::Move(...) to
...
use PRInt32 instead of PRUInt32. Modified Mac, and Linux to match.
bug #2010 Applied David Barrons patch for MakeSide ins CSSRendering.
nsIWidget - removed GetAbsoluteBounds - Not needed. Can use WidgetToScreen instead.
1999-07-27 23:26:36 +00:00
nisheeth%netscape.com
90890a0c0d
Fix for bug 4559 in the Necko builds. Earlier this code change was made in code that affected non-Necko builds.
1999-07-27 21:21:13 +00:00
pavlov%netscape.com
8b8b9c3727
window creation changes
1999-07-27 04:27:17 +00:00
joki%netscape.com
deb676cd44
Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus.
1999-07-26 15:02:19 +00:00
Jerry.Kirk%Nexwarecorp.com
e39b4cb37a
Add Demo Names to Menu for Photon
1999-07-26 13:23:14 +00:00
rickg%netscape.com
85d0902334
replaced call to deprecated string API
1999-07-26 00:40:34 +00:00
hoa.nguyen%intel.com
c0f1a81582
Within SetupRegistry, intialize the metacharacter service so that the charset field in the http content-type header is recognized and acted upon correctly.
1999-07-25 23:28:13 +00:00
Jerry.Kirk%Nexwarecorp.com
2954243f73
Fix problem with viewer under Photon, if you opened multiple windows
...
it would send the menu events only to the first window/browser
1999-07-25 19:51:19 +00:00
sdagley%netscape.com
1e9ee313e0
Necko specific change. The IOService component is self registering so it doesn't belong here any more.
1999-07-25 01:55:26 +00:00
mcafee%netscape.com
2f20d7a986
Adding caps library to fix Solaris linkage.
1999-07-24 10:40:42 +00:00
pavlov%netscape.com
bf635c1ce4
actually add the sound test
1999-07-24 05:01:29 +00:00
danm%netscape.com
2e39eab67d
removing IsMenuBarVisible -- it was a mistake, and unused
1999-07-22 23:41:50 +00:00
nisheeth%netscape.com
6053670fe6
Fix for bug 10028. We handle mixed case mailto urls properly now.
1999-07-22 22:34:28 +00:00
ramiro%netscape.com
569d22b9fa
Removed un needed stubs.
1999-07-22 19:21:19 +00:00
rpotts%netscape.com
a19cd44112
Fixed build bustage due to interface changes...
1999-07-22 08:38:24 +00:00
zuperdee%penguinpowered.com
d653ba1afd
Fixing another instance of bug 8227.
1999-07-21 19:49:13 +00:00
valeski%netscape.com
20de55f858
necko - had to turn off www.*.com trick until we can identify dns failures
1999-07-21 16:41:07 +00:00
valeski%netscape.com
97080d487c
necko www.*.com trick
1999-07-21 14:54:45 +00:00
gagan%netscape.com
20c0996ab2
Replaced resource:// with resource:/ to be more compliant with our parsing rules.
1999-07-21 11:48:56 +00:00
danm%netscape.com
6c4769c9d9
make window.open windows visible
1999-07-21 06:37:58 +00:00
troy%netscape.com
ace7880515
Removed Repaint() call from OnEndDocumentLoad()
1999-07-21 04:48:21 +00:00
warren%netscape.com
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
briano%netscape.com
f700c3ee1e
Fixed the logic and cleaned it up.
1999-07-19 23:31:33 +00:00
jfrancis%netscape.com
774ea8435e
assorted work to expose nav html dtd to editor
1999-07-19 22:52:48 +00:00
rickg%netscape.com
844a7e45ef
switch to faster string search API
1999-07-19 03:29:56 +00:00
zuperdee%penguinpowered.com
09e66f6cd8
Fixes to get the Motif port to compile on Solaris 7 with native compiler (5.0). Special thanks to Tomi Leppikangas (tomilepp@ousrvr2.oulu.fi) for this patch.
1999-07-19 02:23:52 +00:00
peterl%netscape.com
165b01b7e2
synt to new color api
1999-07-18 00:35:51 +00:00
ramiro%netscape.com
ca57fc99d2
Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
...
according to the toolkit they match. Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com
b69b9faa9a
Step 2 of cleaning up link time toolkit dependencies. Change the names of
...
the gfx and widget dsos to be readable by normal human beings that expect
some kind of spacer between cryptic acronyms. Thank you.
1999-07-17 22:24:49 +00:00
ramiro%netscape.com
fecd737d22
Landing timer move on windows.
1999-07-17 15:52:01 +00:00
ramiro%netscape.com
342b5083f1
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
beard%netscape.com
fad627620a
added <iostream.h>
1999-07-17 01:58:38 +00:00
sspitzer%netscape.com
6556418b3b
warren blew away my DEBUG_pnunn changes. Adding it back.
1999-07-17 01:51:27 +00:00
nisheeth%netscape.com
9682a640d6
Fix for bug 9255. We were not trimming leading and trailing whitespace from the url typed in the location bar. Now we do.
1999-07-16 22:45:38 +00:00
ramiro%netscape.com
fa4d13863c
Do nothing if MOZ_ENABLE_GTK_MOZILLA is not set.
1999-07-16 13:47:20 +00:00
warren%netscape.com
c5684bf4d7
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
nisheeth%netscape.com
a8266bada7
Fix for bug 4559. We would scroll the document to the named anchor target when a named anchor was clicked even when form data needed to get submitted. Now, we go ahead and submit the form data.
1999-07-15 23:17:29 +00:00
dcone%netscape.com
17e9b15e91
Added a IsBusy() method.
1999-07-15 14:22:06 +00:00
sfraser%netscape.com
815c2ea4f3
Removal of nsCaretProperties
1999-07-14 22:18:29 +00:00
kmcclusk%netscape.com
f052dc2f0d
fixed bugs #6303 , #6753 , #6756 , #6759
...
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
ftang%netscape.com
df8cf877e4
fix 3965. The default value of the Default Character Set will look at pref first now
1999-07-14 20:57:57 +00:00
andreas.otte%primus-online.de
d4fa1117ce
NECKO only: fix build bustage when doing a clobber build
1999-07-14 20:47:55 +00:00
akkana%netscape.com
6d07c8eeb4
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
sspitzer%netscape.com
d312fd533a
wrap with DEBUG_pnunn. pnunn owns bug #8244 . the rest of us don't need to see this message a billion times a day.
1999-07-13 23:57:47 +00:00
sspitzer%netscape.com
41c776abc0
only spit out this on debug builds.
1999-07-13 19:06:22 +00:00
rpotts%netscape.com
c4cb4be105
Removed call to NET_InitJSProtocol for NECKO only... This should help fix the build bustage when NECKO is defined.
1999-07-13 07:21:44 +00:00
rpotts%netscape.com
8a41f2cfce
Fixed build bustage due to changes to the nsIBrowserWindow and nsIStreamObserver interfaces...
1999-07-12 05:49:51 +00:00
duncan%be.com
867656f29d
Changes to get BeOS tinderbox to work.
...
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00
warren%netscape.com
fcd36cebd4
Added outer param to NewLoadGroup.
1999-07-10 11:27:05 +00:00
nisheeth%netscape.com
a26616b71d
Fix for bug 9387. Reviewed by vidur. Approved by chofmann. NS_NewURL's return value is checked for error in DoLoadURL(). We no longer crash when mailto links are clicked.
1999-07-10 00:13:25 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
hyatt%netscape.com
4c33e430c7
Fixing this god-damn hack.
1999-07-08 22:53:16 +00:00
hyatt%netscape.com
2670e880fa
Fixes for repainting problems. This is probably the wrong thing to do, but
...
dammit, it works. Making all webshells repaint when their document gets
loaded.
1999-07-08 08:16:49 +00:00
nisheeth%netscape.com
bab9878a2f
Fix Necko build bustage.
1999-07-08 02:09:50 +00:00
nisheeth%netscape.com
a688ade905
Fix for bug 9358. Page reloads were not working because the webshell was trying to scroll the document rather than loading it via netlib. Now, we are fine. Some work needs to happen in session history to pass in a newly define url reload type so that the webshell can be smart about scrolling the document for history traversal rather than loading via netlib. Will work with Radha to make the necessary session history changes.
1999-07-08 01:40:50 +00:00
waterson%netscape.com
43f786f033
Fix necko build bustage.
1999-07-08 01:23:56 +00:00
valeski%netscape.com
2fc2311b4d
getbuffer to tonewcstring change
1999-07-07 14:47:19 +00:00
ramiro%netscape.com
f6afae5b6e
Bring back from the dead. Also, install the sample programs.
1999-07-07 11:15:17 +00:00
nisheeth%netscape.com
cc717c4aa5
Fix for bug 1755. Separated out functionality of nsWebShell::Stop() into two methods, StopBeforeRequestingURL() and StopAfterURLAvailabl(). The former is called before sending a new url load request to the doc loader. The latter is called once the doc loader notifies the webshell via OnStartURLLoad() that the stream created from the URL is ready to be consumed.
1999-07-07 10:47:35 +00:00
ramiro%netscape.com
a0a19f9901
Fix undefined macros.
1999-07-07 10:34:41 +00:00
ramiro%netscape.com
9a7f30cb47
Ressurect.
1999-07-07 09:48:28 +00:00
warren%netscape.com
6a0313832e
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:19:38 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
ramiro%netscape.com
abf0cc4a0f
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
ramiro%netscape.com
8cd650ca49
Factor out xlibrgb.
1999-07-07 01:36:25 +00:00
andreas.otte%primus-online.de
d968fa955b
NECKO only: replacing GetBuffer with ToNewCString and some error checking
1999-07-06 23:08:16 +00:00
sdagley%netscape.com
ca8d0c1570
Fix for bug #8733 . I know the tree is closed because of Linux but this is a Mac specific change. Normally I'd wait for the tree to open or get approval but I've been up for over 24 hours and I can't find cyeh or chofmann so I'm checking in and going to get some sleep. If there are any questions ask dp as he's the one that figured out the wrong registration call was being made for filespecwithui.
1999-07-06 20:53:32 +00:00
hyatt%netscape.com
d4b72f7be5
Trying to fix bustage.
1999-07-06 18:52:38 +00:00
hyatt%netscape.com
a5b81247f8
Making sure dialogs really look like dialogs.
1999-07-05 19:38:43 +00:00
rickg%netscape.com
2cdd7515fc
fixed bug 9185
1999-07-05 00:24:23 +00:00
radha%netscape.com
7af21397c7
Pass mailto: urls to the Url Dispatcher
1999-07-04 23:40:15 +00:00
radha%netscape.com
83b8008964
Add nsIUrlDispatcher.h to export list
1999-07-04 23:39:39 +00:00
radha%netscape.com
76c0950967
Add set/get urldispatcher functions
1999-07-04 23:38:56 +00:00
radha%netscape.com
5f52a9b070
Initial checkin.
1999-07-04 23:38:33 +00:00
hyatt%netscape.com
2af7a6b407
Checking in support for intrinsic sizing of chrome.
1999-07-04 04:09:54 +00:00
rpotts%netscape.com
189635588e
And now for something completely different... Fixing build bustage when NECKO is defined...
1999-07-03 10:02:28 +00:00
warren%netscape.com
0b1dedd43f
Fixed GetContentType error handling for necko.
1999-07-03 05:49:12 +00:00
waterson%netscape.com
13806286ac
Fix Necko bustage.
1999-07-03 03:41:34 +00:00
nisheeth%netscape.com
c62c9f47b1
Fixed bug 3152. We no longer reload the document when the user goes back to a location on the currently loaded document.
1999-07-03 01:14:51 +00:00
sspitzer%netscape.com
9c00417def
fix warning.
1999-07-03 00:26:59 +00:00
rpotts%netscape.com
56604c8e81
Fixed more build bustage... I backed out my changes from yesterday :-)
1999-07-02 21:30:58 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
b86c78a296
Separate the widget and gfx toolkits into two variables.
...
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com
5dd9cff22d
Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
1999-07-02 11:50:19 +00:00
hyatt%netscape.com
6d1130f14e
Fix for a bug that doesn't seem to be assigned to me any more.
1999-07-02 08:05:52 +00:00
briano%netscape.com
287d21c600
Evidently nsStubs.cpp is no longer needed.
1999-07-02 03:21:43 +00:00
rpotts%netscape.com
c02adc62c9
Fixed more build bustage...
1999-07-01 22:38:18 +00:00
rpotts%netscape.com
345b1246a8
Fixed bustage due to the change in arguments to CreatePopup(...)
1999-07-01 22:03:29 +00:00
warren%netscape.com
8462929dda
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
leaf%mozilla.org
8a0c3e25cd
Preparing for distribution of fullsoft headers, dlls, and exes
1999-07-01 01:48:08 +00:00
pinkerton%netscape.com
3a463448b6
Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well.
1999-07-01 00:07:41 +00:00
locka%iol.ie
df60d880ed
Enables control's drop target support
1999-06-30 22:42:57 +00:00
locka%iol.ie
484897d4df
Added some comments
1999-06-30 22:41:39 +00:00
locka%iol.ie
8f28baac12
Added initial drop target implementation
...
Browser now acquires it's pref object from the available services
1999-06-30 22:40:34 +00:00
locka%iol.ie
2843edab6c
Renamed structure
1999-06-30 22:38:23 +00:00
locka%iol.ie
f5b8113088
Added DropTarget.cpp/h
1999-06-30 22:37:31 +00:00
locka%iol.ie
e1f6b6f4bc
Added nsIBrowserWindow IID
1999-06-30 22:36:54 +00:00
locka%iol.ie
42734d7ce8
Now use xpfe's nsSetupRegistry.cpp
1999-06-30 22:36:16 +00:00
locka%iol.ie
e49d94ae61
Added nsIBrowserWindow interface
1999-06-30 22:35:50 +00:00
locka%iol.ie
a297d1b003
Fixed problem with mkctldef.bat when being built from Win98
1999-06-30 22:35:24 +00:00
locka%iol.ie
a9b3f4d34f
Added DropTarget files
1999-06-30 22:29:46 +00:00
locka%iol.ie
5664957c1a
Put sensible values for ambient back and fore colours
1999-06-30 22:27:11 +00:00
locka%iol.ie
56926d8855
Fixed comment
1999-06-30 22:26:20 +00:00
locka%iol.ie
01cca008ef
Basic impl of IDropTarget
1999-06-30 22:25:49 +00:00
troy%netscape.com
c12c5044a2
Removed some assignment of nsnull to nsCOMPtr obejects that was hitting
...
an assert
1999-06-30 04:13:21 +00:00
valeski%netscape.com
7aa37cd473
change netlib lib reference to necko lib
1999-06-30 00:44:07 +00:00
valeski%netscape.com
2cb7f0ca72
yanked the hardcoded content type
1999-06-29 23:25:17 +00:00
valeski%netscape.com
9381d90062
NECKO - nsWebShell: we were getting a unichar string back from GetBuffer(); changed it to ToNewCString(). nsDocLoader: trying to get a regular url to load.
1999-06-29 21:48:35 +00:00
sfraser%netscape.com
1452e2050a
Call the Output routines with a new param for selection only.
1999-06-29 20:14:58 +00:00
ramiro%netscape.com
1c4ae84cee
Place the Style menu in the same location on the menu bar as on Windoze.
...
Mostly to unconfuse my brain everytime I toggle the rendering mode on either
platoform.
1999-06-29 15:00:06 +00:00
ramiro%netscape.com
876dd05911
Make the parent for the test sites dialog null, so that a top level window
...
is created. Otherwise, the widget gets created inside of the viewer itself.
1999-06-29 14:43:29 +00:00
valeski%netscape.com
3889dddb60
removing extraneous nsIEventQueue stuff
1999-06-29 01:55:35 +00:00
gagan%netscape.com
776160acfd
Fixed more bustage.
1999-06-29 01:25:30 +00:00
warren%netscape.com
28d53ce097
Necko cleanup.
1999-06-29 00:37:14 +00:00
warren%netscape.com
8ec724a5ef
Added group arg back for necko.
1999-06-29 00:31:02 +00:00
gagan%netscape.com
a78cd1e21b
Necko changes (from Andreas)
1999-06-29 00:26:25 +00:00
mcafee%netscape.com
f81dc61901
Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca)
1999-06-28 23:11:18 +00:00
valeski%netscape.com
5621f3c7b4
optimized build fix.
1999-06-28 22:50:14 +00:00
mscott%netscape.com
19e27ea0e4
necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:43:28 +00:00
warren%netscape.com
de403f2a0e
Fixed necko ifdef.
1999-06-28 20:23:22 +00:00
valeski%netscape.com
34a671540b
necko builds
1999-06-28 14:02:28 +00:00
buster%netscape.com
88fa417a4b
fixed warnings
1999-06-28 14:00:54 +00:00
warren%netscape.com
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
danm%netscape.com
d445822226
adding _content target
1999-06-27 00:35:21 +00:00
danm%netscape.com
18e69811ef
added 'content' property to JS window
1999-06-26 21:48:29 +00:00
mcafee%netscape.com
0e7d956e43
Changes for BeOS.
1999-06-26 07:19:21 +00:00
mcafee%netscape.com
e5d61c9fc4
Adding comment for BeOS.
1999-06-26 07:16:51 +00:00
mcafee%netscape.com
ca3d3dcf86
Adding case for BeOS.
1999-06-26 07:15:38 +00:00
mcafee%netscape.com
5128e9fa51
Removing some bogus crap from this Makefile.
1999-06-26 07:11:10 +00:00
mcafee%netscape.com
562ee19b4b
BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
1999-06-25 11:08:07 +00:00
ramiro%netscape.com
05ae9c3868
Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
...
for providing the base patch.
1999-06-25 09:38:26 +00:00
warren%netscape.com
41b5fcddad
Changed URLGroup to LoadGroup
1999-06-25 02:31:51 +00:00
nisheeth%netscape.com
ab4763a7e3
Fix bug 2760. The webcrawler only registers itself as a document loader observer if the right command line arguments are given to viewer.
1999-06-25 00:57:16 +00:00
kmcclusk%netscape.com
4bc85b882d
Changes to improve demo16
1999-06-23 22:05:31 +00:00
rpotts%netscape.com
328fce9f59
Added #include <mshtmhst.h> to fix the build...
1999-06-23 21:56:56 +00:00
locka%iol.ie
a2a815c96f
no message
1999-06-23 20:44:20 +00:00
locka%iol.ie
362a53d865
First working version, hurrah!
1999-06-23 20:43:27 +00:00
cmanske%netscape.com
da9cd63305
Adding set background color test cases to debug bug 8697
1999-06-23 20:27:54 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
mcmullen%netscape.com
7adad5586a
Registered nsIFileSpecWithUI
1999-06-22 23:32:34 +00:00
kmcclusk%netscape.com
6e4939e808
Removed commented out line
1999-06-22 21:49:34 +00:00
akkana%netscape.com
e1b3dd32f4
Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell
1999-06-22 21:47:45 +00:00
kmcclusk%netscape.com
8ad32b3bef
Fix for crash when bringing up the test sites dialog.
...
Also fixed crash when bringing up the debug robot dialog.
1999-06-22 21:44:38 +00:00
dp%netscape.com
3513f3783a
XPCOM switched to using nsIFileSpec.
1999-06-22 14:02:58 +00:00
radha%netscape.com
2919d778bd
Check for trailing slash in OnEndDocumentLoad() and update history entry accordingly
1999-06-21 22:17:14 +00:00
locka%iol.ie
8f635ea51a
Moved interface defs into a macro for easy derivation from this class
1999-06-21 22:02:44 +00:00
locka%iol.ie
c7d93436b9
Added IErrorInfo descriptions for call failures in calles IWebBrowser(2/App)
1999-06-21 22:01:41 +00:00
locka%iol.ie
fd2ac138c5
Derived from control site to implement doc host UI interfaces
1999-06-21 21:53:20 +00:00
locka%iol.ie
9ebd39f7ae
no message
1999-06-21 21:50:58 +00:00
bruce%cybersight.com
6a584afb67
Add |GetIID()| implementations. There is code that was relying on these to exist in the tree, so this could be entertaining.
1999-06-20 21:51:06 +00:00
sfraser%netscape.com
6357c6d07e
Muchos leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also use nsCOMPtr in a couple of other places.
1999-06-19 22:06:35 +00:00
sfraser%netscape.com
d39d6eef11
Add GetIID
1999-06-19 21:51:25 +00:00
valeski%netscape.com
487d9ea921
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00
mcafee%netscape.com
447cd270de
Adding beeptest.html to the test suite.
1999-06-17 01:12:15 +00:00
sdagley%netscape.com
ddb33fc121
First Checked In.
1999-06-16 23:24:25 +00:00
sdagley%netscape.com
67dd013973
Finish landing XP Beep() functionality (bug #6911 ). Approved chofmann, reviewed saari & mcafee.
1999-06-16 23:23:45 +00:00
evaughan%netscape.com
f6a6cc5bf8
Added some scrollbar samples.
1999-06-16 22:20:29 +00:00
waterson%netscape.com
cca7acb31a
Fix unintialized memory read.
1999-06-16 05:52:42 +00:00
pierre%netscape.com
4f89ece0d0
File Removed.
1999-06-16 04:51:34 +00:00
sspitzer%netscape.com
1bb6bde68f
fix build bustage. sending mail to rahda so she can back this out, if necessary
1999-06-16 01:50:17 +00:00
radha%netscape.com
a3ee977080
Fix the GetURL() bustage in windows
1999-06-16 01:02:19 +00:00
slamm%netscape.com
60ef036b2a
Remove nsIDocumentViewer.h from EXPORTS. It does not live here. Thanks to 'David Gardiner' <david.gardiner@unisa.edu.au> for the patch.
1999-06-15 23:42:32 +00:00
radha%netscape.com
7f5a845dbb
More changes related to session History
...
A
A
A
1999-06-15 23:29:38 +00:00
rpotts%netscape.com
7c0928323d
Fix build bustage... nsIDocumentLoaderObserver interface was changed :-(
1999-06-15 19:33:29 +00:00
mcmullen%netscape.com
f58c72ff72
Call pref->ReadUserPrefs()
1999-06-15 05:17:56 +00:00
vidur%netscape.com
deab31ecaa
Fixed memory leak when new windows were opened
1999-06-15 03:15:37 +00:00
ftang%netscape.com
2e0c5f6b89
fix bug 5565
1999-06-15 01:27:44 +00:00
radha%netscape.com
f2d7e4c640
New arguments to OnEndDocumentLoad()
1999-06-14 23:37:37 +00:00
radha%netscape.com
061c3df6c9
New arguments to OnEndDocumentLoad() added
1999-06-14 23:36:24 +00:00
radha%netscape.com
3f48e3a051
OnEndDocumentLoad now has a handle to the observer
1999-06-14 22:12:19 +00:00
radha%netscape.com
c8d63fb7b6
New methods for session history
1999-06-14 22:11:47 +00:00
radha%netscape.com
f78756d044
OnEndDocumentLoad() now has a handle to the caller in the argument list. Need it
...
for session History
1999-06-14 22:11:22 +00:00
radha%netscape.com
6672608b32
Few new methods to support session history
1999-06-14 22:10:41 +00:00
mcafee%netscape.com
19f6d2acff
Removing nsDialog from the build.
1999-06-13 01:01:26 +00:00
ftang%netscape.com
fe6580cc28
remove nsUnicharUtil for win, ifdef XP_MAC untill we verify
1999-06-12 01:21:50 +00:00
mcafee%netscape.com
8c21f52b34
Purging nsDialog from the code, robot & test site menu items were the last straggler users, rickg says purge & fix these two usages later.
1999-06-11 23:26:59 +00:00
nisheeth%netscape.com
9f508b62a0
Fix for bug 7401. Made error message more descriptive.
1999-06-11 23:13:03 +00:00
nisheeth%netscape.com
f81a85b697
Fix for bug 7401. Output an error message to the console when a URL load fails.
1999-06-11 23:07:09 +00:00
ftang%netscape.com
bc71107e9f
remove nsUnicharUtil since it is a componment, the #ifdef will take out after we verify w/ mac and win
1999-06-11 21:44:15 +00:00
ftang%netscape.com
9950ae84f4
include european characters in text transform test
1999-06-11 21:37:08 +00:00
mcafee%netscape.com
32bd0fffad
Protecting a null pointer dereference.
1999-06-11 02:20:54 +00:00
mcafee%netscape.com
37efad8f81
Removing usages of obsolete nsDialog. a=rickg
1999-06-10 22:03:27 +00:00
Jerry.Kirk%Nexwarecorp.com
5b612a2b43
- Fixes Typo on MenuBar
1999-06-10 21:07:56 +00:00
dp%netscape.com
09b981cc6e
Code cleanup
1999-06-09 19:15:08 +00:00
danm%netscape.com
150967b568
teach top-level windows to show/hide and query visible state of menubars
1999-06-09 19:03:24 +00:00
ramiro%netscape.com
3e8c2fcd3e
Motif Ressurection. Thanks to Daniel Roberts <zuperdee@yahoo.com> for
...
doing the painful job of identifying everything that is missing and
stubbing it out.
1999-06-09 11:35:26 +00:00
hyatt%netscape.com
b84d2f62d5
Altering the args for createPopup.
1999-06-09 08:36:06 +00:00
alla%lysator.liu.se
5aed16123a
Now compiles with HEAD
...
Had to do a ugly -DMOD_DLL_SUFFIX=\".so\" in the Makefile.
Will break on some platforms, but i suck at autoconf...
1999-06-08 21:10:18 +00:00
morse%netscape.com
9ef5ccfa6a
fix build bustage
1999-06-08 21:06:22 +00:00
locka%iol.ie
a6a535c8f6
Added some dynamic window resizing
1999-06-08 19:29:52 +00:00
alla%lysator.liu.se
241f762695
First shot at streaming html or xml data to the widget.
...
Try it out.
I've not updated to the tip yet, so i hope it works.
1999-06-07 23:00:10 +00:00
akkana%netscape.com
7902d3e4ac
Track change in editor API
1999-06-07 21:31:18 +00:00
kmcclusk%netscape.com
e9df6a4d2f
Modified nsWebShell::GetLinkState to used a cached GlobalHistory service rather
...
than getting and releasing the service each time GetLinkState is called. Getting
the global history service shows up as a big hit during profiling because GetLinkState
gets called each time a link is encountered while resolving style contexts.
1999-06-07 21:26:10 +00:00
briano%netscape.com
e9e302b454
Handle the (Unix) platform-specific DLL naming conventions properly.
1999-06-04 22:17:30 +00:00
briano%netscape.com
730439007e
Handle the (Unix) platform-specific DLL naming conventions properly.
1999-06-04 21:54:38 +00:00
morse%netscape.com
4080fe81f1
reimplement cookie viewer
1999-06-04 21:51:57 +00:00
Jerry.Kirk%Nexwarecorp.com
edf2328d51
- Adding support for the Photon UI for viewer
...
- Modified Makefile.in and added nsPhMain.cpp and nsPhMenu.cpp
1999-06-03 12:16:22 +00:00
danm%netscape.com
fb7666ef71
protect nsWebShell's destructor from being called recursively a little earlier in the destructor. fixes a crash (bug 7157).
1999-06-01 23:02:15 +00:00
evaughan%netscape.com
69f8da50f8
added a fieldset example.
1999-06-01 22:30:59 +00:00
leaf%mozilla.org
44300938df
updating to new nsString implementation (fix courtesy shaver)
1999-06-01 18:06:14 +00:00
alla%lysator.liu.se
7e14357c86
Update licence to MPL 1.1
1999-05-29 12:38:22 +00:00
alecf%netscape.com
af1f1289fa
register nsIPref with a useable progID
1999-05-28 23:02:13 +00:00
kmcclusk%netscape.com
d22e0e971e
Added test16 to GTK menu. Also added missing aform.css, bform.css, cform.css
...
mozform.css and demoform.css file to be exported in Makefile.in
1999-05-28 21:55:33 +00:00
ftang%netscape.com
f52f234117
change the ReloadDocument implementation by using RefreshURL do avoid reentrance problem in libnet
1999-05-28 21:32:29 +00:00
ramiro%netscape.com
93702e2afe
Add support for building gtk widget as part of mozilla builds.
1999-05-28 12:43:59 +00:00
ramiro%netscape.com
a6f0ec9a5b
Fix it so it works in the xpcom2.0 world. Add cvsignore stuff.
1999-05-28 12:06:56 +00:00
ramiro%netscape.com
cf04d5fef6
Importing Alexander Larsson's (alex@signum.se) gtkmozilla widget to the tree.
...
gtkmozilla is a GTK+ widget which can be used to embed mozilla in any gtk
application.
1999-05-28 11:34:26 +00:00
nhotta%netscape.com
e2e674f6d8
Added force character set.
1999-05-28 01:31:55 +00:00
alecf%netscape.com
b37b02c0a8
GetCharPref() is going away for nsIPref scriptability - use CopyCharPref instead
1999-05-28 00:56:53 +00:00
pinkerton%netscape.com
5604cadfd7
remove obsolete tree/toolbar cid's
1999-05-27 23:39:49 +00:00
mcmullen%netscape.com
9a5115d432
Removed obsolete base/baseDebug.shlb
1999-05-27 23:28:37 +00:00
mcmullen%netscape.com
f4bd7dc337
Removed obsolete base.shlb/baseDebug.shlb
1999-05-27 21:40:58 +00:00
locka%iol.ie
f319c8cd85
New test for post data
1999-05-27 21:29:12 +00:00
locka%iol.ie
ec1b6fdff8
New tab dialogs
1999-05-27 21:28:46 +00:00
locka%iol.ie
a08d912154
Revamped layout and fixed some refcount problems
1999-05-27 21:28:13 +00:00
locka%iol.ie
56a5df3329
no message
1999-05-27 21:27:35 +00:00
locka%iol.ie
2b92ed9a72
Added activescript mime type
1999-05-27 21:27:20 +00:00
locka%iol.ie
d07e0277ae
Added #include for ActiveScript.h and ItemContainer.h
1999-05-27 21:26:28 +00:00
locka%iol.ie
d65b980a06
Added framework for plugin to support VBScript and JScript files
1999-05-27 21:24:47 +00:00
locka%iol.ie
857c316429
Removed. DEF file is generated from a script now
1999-05-27 21:23:35 +00:00
locka%iol.ie
9cec8ba468
Fixed new window navigation code (bad return op)
1999-05-27 21:22:42 +00:00
locka%iol.ie
d4d1d9d9d5
Added ItemContainer.cpp/obj targets
...
Added targets for building npmozctl in plugin or control only modes
Added target to create npmozctl.def using a batch file
1999-05-27 21:21:34 +00:00
locka%iol.ie
c99f7a21fb
Move Ole item container stuff into separate class
1999-05-27 21:20:00 +00:00
locka%iol.ie
9579422907
no message
1999-05-27 21:18:29 +00:00
kmcclusk%netscape.com
56cb572831
fixes for bugs #5809 , #5852 , #6828 , #6973 .
...
Added a new test16.html sample to test gfx-rendered widgets to viewer.
Added support for test17.html sample to test printing.
1999-05-27 21:17:10 +00:00
locka%iol.ie
3c7839792d
Ole item container methods seperated from control site class
1999-05-27 21:16:06 +00:00
locka%iol.ie
d38bf3214b
Batch file for creating npmozctl.def depending on the settings
1999-05-27 21:15:08 +00:00
hyatt%netscape.com
fcfa9123a0
Web shells now know about their enclosed chrome shell.
1999-05-27 21:05:27 +00:00
dp%netscape.com
c225a77dc7
stdafx.h
1999-05-26 05:03:05 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
evaughan%netscape.com
06458e523d
fixed bug #5857 . Permission from hofmann.
1999-05-21 23:36:56 +00:00
danm%netscape.com
472f030470
more error checking, a missing GetIID method and another test button should fix bug 6751. a:chofmann
1999-05-20 02:24:31 +00:00
waterson%netscape.com
32f93b7727
Re-wrote to avoid use of NS_WITH_SERVICE macro; otherwise, we'll get annoying asserts in viewer.
1999-05-19 07:22:57 +00:00
gayatrib%netscape.com
6c1f9d7da3
removed all references to profile as it is a component now
1999-05-19 05:17:32 +00:00
danm%netscape.com
f8b9684c67
adding partial (for DOM elements) chromemask support to apprunner
1999-05-19 04:11:54 +00:00
ftang%netscape.com
a5f6e74bb4
add method to push necessary informaiton to implement Meta charset observeration
1999-05-19 00:23:03 +00:00
waterson%netscape.com
410f16fd7b
Enable link coloring.
1999-05-18 05:21:37 +00:00
mcmullen%netscape.com
db4d70f028
#6589 File | Open broken in viewer. I broke this when I removed the use of path strings. In addition to being more correct, using nsFileSpec and nsFileURL makes this file over 40 lines shorter.
1999-05-18 01:16:27 +00:00
nisheeth%netscape.com
478ee68978
Added a new method, CreateInstanceForDocument() to nsIDocumentLoaderFactory which creates a content viewer and binds it to a document that is passed in as a parameter. This is needed to support XUL popup menus which have a document and a webshell, and want to create a content viewer and bind it to the document.
1999-05-17 23:52:01 +00:00
vidur%netscape.com
a640bb60ce
Prevent onunloads from bubbling.
1999-05-17 22:14:16 +00:00
rods%netscape.com
f1bf09376e
Added nsFontRetrieverService registration
1999-05-17 20:34:52 +00:00
morse%netscape.com
1b400664e7
fix build bustage
1999-05-16 20:35:28 +00:00
dougt%netscape.com
9f421cbe4b
Removing xpinstall and silentdl references from the viewer.
1999-05-16 19:07:19 +00:00
hyatt%netscape.com
c575f00e29
Added an arg to createPopup.
1999-05-16 07:52:02 +00:00
mcmullen%netscape.com
fbf94f4007
filewidget no longer accepts string paths.
1999-05-15 22:58:28 +00:00
bruce%cybersight.com
b94243c954
Warning fix for ANSI C++ violation.
1999-05-15 22:38:28 +00:00
hyatt%netscape.com
9d817c20c4
Making sure context menus can be made.
1999-05-15 02:53:03 +00:00
hyatt%netscape.com
9f66a3ec43
Adding a method to the webshell container for creating popup/context menus.
1999-05-14 22:40:03 +00:00
dcone%netscape.com
4a60bdad2a
Added a webshell parameter to the PrintContent method
1999-05-14 14:39:47 +00:00
joki%netscape.com
e67457c7f0
Adding unload event during window closing.
1999-05-13 23:51:25 +00:00
rods%netscape.com
d2df1b8ae9
removed GenericTransferable
1999-05-13 22:03:01 +00:00
hyatt%netscape.com
70e775cc13
Teaching window.open how to open chrome.
1999-05-12 23:17:40 +00:00
tague%netscape.com
7a16caead0
Fixed bug #5564 , #6214 . Problems with nsLocale.dll components not loading. dp reviewed changes
1999-05-12 22:24:20 +00:00
dcone%netscape.com
b2081ee604
Added a PrintContent() method to the nsIContentViewer class
1999-05-12 13:31:28 +00:00
pinkerton%netscape.com
3df89f5c4e
change #ifndef TARGET_CARBON to #if !TARGET_CARBON so it can be defined as 0 in DefinesMac.h
1999-05-12 06:44:03 +00:00
pinkerton%netscape.com
2bc2a63d42
dont use OpenDeskAcc under Carbon.
1999-05-11 21:32:51 +00:00
locka%iol.ie
c053a7b509
Removed some assertions.
...
Moved some code around to make the control site partially sane when the control cannot be created
1999-05-10 23:21:13 +00:00
locka%iol.ie
cffdddfab0
Removed some junk comments.
...
Added an error message when a control cannot be created
1999-05-10 23:19:31 +00:00
locka%iol.ie
b22d5bc2b7
Added some ifdefs to the source and makefile to optionally compile control support.
...
Plugin support works again (yay!)
1999-05-10 21:27:15 +00:00
slamm%netscape.com
f62e194601
Fix shift error that shows up on Solaris. Get DEPTH with perl.
1999-05-10 18:44:49 +00:00
mcafee%netscape.com
1e9ab980a4
Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok.
1999-05-10 05:34:26 +00:00
karnaze%netscape.com
1fc631c4b5
bug 6161 - don't reinitialize mMarginWidth, mMarginHeight on doc load.
1999-05-10 02:34:17 +00:00
locka%iol.ie
90f2ddf02d
Added a directory picker so exe can be run from anywhere and still register the correct Mozilla dir
1999-05-08 12:10:26 +00:00
locka%iol.ie
f5722fe919
Made CBrowseDlg modeless so that multiple windows can be opened. Primarily for testing NewWindow2 event
1999-05-08 12:08:52 +00:00
locka%iol.ie
bab16cd926
no message
1999-05-08 12:07:03 +00:00
locka%iol.ie
4ab1be72d9
Added Advise, Unadvise methods for setting up event sinks
1999-05-08 12:06:31 +00:00
sfraser%netscape.com
4bb96839e5
Added the cfmAlias resource files, and set the Library Folder ID in the PEF settings accordingly (alias ID 128 for debug, 129 for opt).
1999-05-07 21:23:08 +00:00
sfraser%netscape.com
2025af025e
First Checked In.
1999-05-07 21:20:23 +00:00
kipp%netscape.com
fe3e8417ce
Pass on SetRendering call to the content viewer if we have one
1999-05-07 19:25:58 +00:00
kipp%netscape.com
1cb7cd7ae0
Added Set/Get enable-rendering method
1999-05-07 19:25:41 +00:00
mike%neoplanet.com
ff88dc1995
Modified handling of Cancel flag sent to BeforeNavigate2 from BeginLoadURL. Previously function called aShell->Stop() which was ineffective. Changed function to return NS_ERROR_ABORT.
1999-05-07 14:23:54 +00:00
mike%neoplanet.com
3d6836c678
Added code to prevent navigating to the default page, except when in design mode.
1999-05-07 14:18:23 +00:00
mcafee%netscape.com
b3ec81da95
Fixed crash; toolbar buttons need to be specified in a css file now? toolbar buttons still blank.
1999-05-07 00:57:19 +00:00
nisheeth%netscape.com
828efdeb93
Implement LoadDocument(), a new method that is part of the nsIWebShellServices interface.
1999-05-07 00:21:57 +00:00
davidm%netscape.com
678a318b71
removed nsPluginViewer.cpp and nsDocumentViewer.cpp ( they are in Layout now )
1999-05-06 20:40:03 +00:00
kipp%netscape.com
ddac1af254
Removed libraries no longer needed to link
1999-05-06 19:35:59 +00:00
kipp%netscape.com
387570c865
Updated comments
1999-05-06 19:35:11 +00:00
kipp%netscape.com
714ae43be7
moved to layout
1999-05-06 19:34:32 +00:00
kipp%netscape.com
bcfe1bbe55
Removed layout registry hackery
1999-05-06 19:32:56 +00:00
kipp%netscape.com
0b1ec8be25
Use component manager instead of direct linking against the html library
1999-05-06 19:32:42 +00:00
kipp%netscape.com
46685f84bb
bye bye
1999-05-06 19:32:18 +00:00
kipp%netscape.com
9ddc4046f7
Ripped out the old doc-loader hackery and use the component manager to find viewers instead
1999-05-06 19:31:59 +00:00
kipp%netscape.com
38e63b5427
Moved some source files to layout
1999-05-06 19:29:46 +00:00
kipp%netscape.com
82da035388
Moved some headers from here to layout
1999-05-06 19:29:26 +00:00
dp%netscape.com
03cb5998dd
Fixed AutoregisterComponent() to return a value
1999-05-06 14:27:09 +00:00
dp%netscape.com
0940fc0041
Moving Autoregitration out of SetupRegistry()
1999-05-06 13:35:25 +00:00
nisheeth%netscape.com
80fcadde79
The document loader that initiates the nsIDocumentLoaderObserver notifications is now passed up the document loader hierarchy. This was needed because external services that register as observers to the top level document loader expect to receive the document loader that is initiating the notification as a parameter in the notification. Earlier, they were always receiving the top level document loader regardless of which document loader initiated the notification.
1999-05-06 06:52:05 +00:00
dougt%netscape.com
5ec1eeb367
Hooking up xpinstall to the viewer. This will cause a new instance of the
...
xpinstall to be created when the viewer launches. This will be removed
(along with the startup of silentdl) once we have a way of starting up
components less intrusive.
nsViewer.cpp - Added CreateInstance and related code to start component
makefile.win - Added new include path
1999-05-06 03:59:47 +00:00
nisheeth%netscape.com
bd92244027
- Implemented GetContentViewerContainer() in the nsDocLoaderImpl() object.
...
- Added charset parameters to LoadDocument(), a method defined in nsIWebShellServices
1999-05-06 03:54:40 +00:00
nisheeth%netscape.com
ec175068d2
Added parameters for charset to LoadDocument().
1999-05-06 03:53:28 +00:00
nisheeth%netscape.com
0a58ef7124
Fixing Unix build bustage. The interface file got checked in with incorrect casing in the file name.
1999-05-06 02:53:01 +00:00
nisheeth%netscape.com
066767c792
- adding stubs for the methods in nsIWebShellServices implemented by the nsWebShell object.
...
- adding a stub implementation of the GetContentViewerContainer() method to nsDocLoaderImpl.
1999-05-06 01:58:48 +00:00
nisheeth%netscape.com
68ffaa366e
- Adding the nsIWebShellServices interface that will be used by external services to access the webshell.
...
- Also, adding a method to nsIDocumentLoader that maps a document ID into an nsIContentViewerContainer.
1999-05-06 01:55:10 +00:00
pinkerton%netscape.com
c98b5fd8c1
renamed <tristatecheckbox> to <checkbox>
1999-05-06 00:55:32 +00:00
nisheeth%netscape.com
066b4a19c0
Fix for bug 5850:
...
1) Add a RemoveChild() method to nsIWebshell.
2) nsWebshell::Destroy() calls this method on its parent to remove itself from the parent's child list.
3) Call nsWebshell::Destroy() from nsHTMLFrameInnerFrame's detructor.
1999-05-05 00:23:51 +00:00
nisheeth%netscape.com
9174c0316f
Fix for bug 5850:
...
1) Add a RemoveChild() method to nsIWebshell.
2) nsWebshell::Destroy() calls this method on its parent to remove itself from the parent's child list.
3) Call nsWebshell::Destroy() from nsHTMLFrameInnerFrame's detructor.
1999-05-05 00:10:33 +00:00
hyatt%netscape.com
e4fad850bc
Changes to the APIS for webshellcontainers.
1999-05-04 23:34:10 +00:00
hyatt%netscape.com
402a56b829
Changes to the APIS for webshellcontainer.
1999-05-04 23:33:55 +00:00
hyatt%netscape.com
56d493046a
Changes to support different methods on the webshellcontainer interface.
1999-05-04 23:33:30 +00:00
locka%iol.ie
6376e5b4c4
New control event sink
1999-05-04 22:52:40 +00:00
locka%iol.ie
af22cbff69
Updates to test app
1999-05-04 22:51:34 +00:00
locka%iol.ie
dc11bf18f4
Added first impl for loading script engine from an IStream
1999-05-04 22:48:41 +00:00
locka%iol.ie
477e032935
First impl of view source and NewWindow2 (thanks Neoplanet!)
...
Changes to IOleCommandTarget
1999-05-04 22:45:22 +00:00
vidur%netscape.com
42f2b9a718
Added HTMLOptionElement factory registration.
1999-05-04 20:54:26 +00:00
rickg%netscape.com
ca4dc736b3
update to nsString2 API
1999-05-04 06:38:37 +00:00
karnaze%netscape.com
45336c285a
prints out regression file name when generating initial data
1999-05-04 03:32:42 +00:00
nisheeth%netscape.com
7c03b167d0
Fix for bug 5472. Approved by chofmann. Reviewed by Kipp.
1999-05-03 23:04:50 +00:00
kostello%netscape.com
46183c00e3
Removed debug save code -- no longer relevant
1999-05-03 18:50:48 +00:00
karnaze%netscape.com
3945f41e52
removed compositing from table 5
1999-04-30 19:52:33 +00:00
pnunn%netscape.com
82485c948a
These libs should only be linked with the appropriate decoder component in the
...
imglib. refer to bug#5459. pnunn. review:slamm, blessed:chofmann.
1999-04-30 18:27:31 +00:00
waterson%netscape.com
278b58e84c
Bug 5695. Check return code from GetScriptGlobalObject() before trying to deref pointer. r=nisheeth,a=chofmann
1999-04-30 16:25:34 +00:00
pinkerton%netscape.com
e1a06b6abf
win32 bustage.
1999-04-30 10:31:43 +00:00
pinkerton%netscape.com
013355114c
pinkerton/scc. appr chofmann. Bug #4127 , et al. Fixing ownership models (more work to come).
1999-04-30 09:04:36 +00:00
kipp%netscape.com
9a7addb20e
Made the web crawler a nsIDocumentLoaderObserver and hooked up page transitions to OnEndDocumentLoad
1999-04-30 00:12:52 +00:00
kipp%netscape.com
59283a8df5
Removed compiler warning
1999-04-30 00:12:17 +00:00
kipp%netscape.com
d1fcc42e90
Hookup crawler to browser-window; let crawler deal with notifications instead of passing them on from here
1999-04-30 00:12:03 +00:00
kipp%netscape.com
1b2682b129
Let web crawler deal with notifications directly
1999-04-30 00:11:18 +00:00
kipp%netscape.com
aaa907cf24
Cleaned up log messages; fixed doc loader to fire the OnEndDocumentLoad properly
1999-04-30 00:10:27 +00:00
kipp%netscape.com
98a10d26dd
Use DestroyChildren instead of ReleaseChildren when destroying a webshell
1999-04-30 00:09:52 +00:00
ftang%netscape.com
d7f0b65166
fix bug 5644. reviewed by nisheeth and approved by cyeh. broadcast default character set to all the children and make sure all the children set to the same value when they are added to the parent
1999-04-28 23:59:08 +00:00
pinkerton%netscape.com
bcd125e76c
small fix for leaking the url bar XP in CreateToolbar. Part of the fix for bug 4883. approved for checking by chofmann.
1999-04-28 23:43:02 +00:00
locka%iol.ie
22029dd94c
approved: leaf@mozilla.org
1999-04-28 20:02:52 +00:00
nisheeth%netscape.com
4fb57d23eb
Passing in nsIDocumentLoader as a parameter to all functions in nsIDocumentLoaderObserver...
1999-04-28 06:47:40 +00:00
ramiro%netscape.com
d1aefb090a
Add command line parsing and debugger support.
1999-04-28 06:16:25 +00:00
nisheeth%netscape.com
a92eb5a8db
Removing nsIExternalDocLoadObs.h...
1999-04-28 05:01:03 +00:00
nisheeth%netscape.com
59f677783b
- Backed out changes that sent notifications out to observers via the nsIExternalDocumentLoadObserver interface.
...
- Thanks a lot to Eric Burley (ericb@neoplanet.com ) for fixing refcount related bugs. His patch is included in this checkin.
1999-04-28 04:57:06 +00:00
bruce%cybersight.com
da367edd71
Remove dependency upon -lnetutil and use of it on Unix.
1999-04-28 04:50:43 +00:00
law%netscape.com
d6c956d6cb
Remove reference to obsolete nsIURLListener
1999-04-28 01:40:01 +00:00
erik%netscape.com
c784b6857c
Fix for bug 5567. Removed registration of strres.dll, since it is handled
...
by the auto-registration facility for DLLs living in the "components"
directory.
1999-04-28 00:33:06 +00:00
karnaze%netscape.com
8e51cc07c8
removed table compositing example
1999-04-27 23:30:06 +00:00
cata%netscape.com
070b7c1ced
Elliminated the RegisterComponent() calls from NS_SetupRegistry() for some true components.
1999-04-27 20:26:20 +00:00
mcafee%netscape.com
47ef035945
Adding checkoutTest.xul to exports for Linux, Win32. a=pinkerton
1999-04-26 18:42:15 +00:00
ftang%netscape.com
3477601736
set the default charset of nsWebShell to ISO-8859-1
1999-04-26 18:05:18 +00:00
locka%iol.ie
295963af15
Added code to parse a script from a file
...
Changed some "tstring &" refs to "TCHAR *"
1999-04-26 18:02:27 +00:00
locka%iol.ie
23ad32bc5b
Added code to scan for external scripts and present them in the test tree
1999-04-26 18:00:22 +00:00
locka%iol.ie
ff5cc7cd3a
Simple test script
1999-04-26 17:59:44 +00:00
nisheeth%netscape.com
47019238b0
Shortened this file name to nsIExternalDocLoadObs.h to work around Mac's inability to deal with filenames longer than 31 chars.
1999-04-26 14:55:29 +00:00
nisheeth%netscape.com
af374973b0
Shortened filename to nsIExternalDocLoadObs.h to work around Mac build bustage. Filenames longer than 31 characters are a bad thing on the Mac.
1999-04-26 14:54:03 +00:00
nisheeth%netscape.com
b8c7dc3717
The doc loader sends out document load progress notifications to external observers. The list of external observers is built up on each new top level document load by consulting the nsObserver service.
1999-04-26 10:51:52 +00:00
nisheeth%netscape.com
68f3b8c99f
Adding and exporting nsIExternalDocumentLoadObserver.h on all platforms. This interface is implemented by external clients that want to receive document load notifications from the document loader.
1999-04-26 10:50:09 +00:00
locka%iol.ie
541f3d8f4b
Fixed duff auto-generated ATL/MFC integration
...
Got first script running using the controls active script site class
1999-04-25 13:17:28 +00:00
locka%iol.ie
a3a4d993d6
First sane version of script site - works with cbrowse
1999-04-25 13:15:37 +00:00
locka%iol.ie
c30c3bb574
Added a little armour to prevent a crash
1999-04-25 13:15:10 +00:00
kipp%netscape.com
16432eec87
nit
1999-04-23 19:48:55 +00:00
kipp%netscape.com
797a0451f9
Added command option from measuring doc load time
1999-04-23 19:48:43 +00:00
kipp%netscape.com
d3b4b92a62
Removed dead code
1999-04-23 19:48:16 +00:00
kipp%netscape.com
502d3702ec
Added code to measure document load times
1999-04-23 19:48:05 +00:00
scc%netscape.com
ff6d3ed60a
s/false/0/ in my do-while
1999-04-23 19:03:01 +00:00
scc%netscape.com
903f74f372
added interfaces
1999-04-23 17:50:12 +00:00
akkana%netscape.com
00f6fb9ac1
Fix for scc to work around an apparent egcs bug
1999-04-23 17:38:13 +00:00
akkana%netscape.com
d7cc41dacc
Fixing linux build bustage
1999-04-23 17:15:58 +00:00
mcafee%netscape.com
8cb63795c9
Removing nsSelectionMgr from the build
1999-04-23 16:50:17 +00:00
scc%netscape.com
ecae9a1384
Added GetDocumentFactory method; Added required GetIID method(s)
1999-04-23 16:48:31 +00:00
scc%netscape.com
fc18ccf168
Added the ability to construct a XUL document from a stream
1999-04-23 16:48:30 +00:00
scc%netscape.com
95c32b4fbf
Adding new interfaces
1999-04-23 16:35:05 +00:00
scc%netscape.com
917dd6cba1
First Checked In.
1999-04-23 16:33:54 +00:00
locka%iol.ie
735fbe25ac
Approved: leaf@mozilla.org
...
New Mozilla control registering tool
1999-04-22 23:28:09 +00:00
locka%iol.ie
c65fb47740
Approved: leaf@mozilla.org
...
More improvements to test harness
1999-04-22 23:23:04 +00:00
locka%iol.ie
2283a72c7f
Approved: leaf@mozilla.org
1999-04-22 23:18:35 +00:00
locka%iol.ie
3ced9a4704
Approved: leaf@mozilla.org
...
Added ActiveScriptSite.cpp/h
1999-04-22 23:17:15 +00:00
locka%iol.ie
63547f431c
Approved: leaf@mozilla.org
...
Fixed Navigate(2) bug.
Changed methods returning E_NOTIMPL to return S_OK but do nothing.
Register webshellcontainer as documentloaderobserver
1999-04-22 23:16:23 +00:00
locka%iol.ie
d3648ea97b
Approved: leaf@mozilla.org
...
Updated to reflect changes to webshellcontainer interface.
Added DocumentComplete event (thanks to Eric Burley & Michael Noe)
1999-04-22 23:13:37 +00:00
locka%iol.ie
1b9a9cb9f8
Approved: leaf@mozilla.org
...
Minor compliance fixes
1999-04-22 23:10:10 +00:00
locka%iol.ie
a9bc9f941a
Initial active script site class
1999-04-22 17:30:28 +00:00
rickg%netscape.com
df292ca440
update to sync with nsString2
1999-04-22 07:46:51 +00:00
warren%netscape.com
91d0be4809
Started factoring nsIPersistentProperties from nsIProperties.
1999-04-22 07:32:51 +00:00
mcafee%netscape.com
eab12d1df3
Removing NEW_CLIPBOARD_SUPPORT ifdef.
1999-04-22 06:46:51 +00:00
karnaze%netscape.com
6b82820b3c
added right-to-left direction example
1999-04-22 03:54:06 +00:00
rickg%netscape.com
c647d65fcd
updates to sync with nsString2 api
1999-04-22 00:05:59 +00:00
mcmullen%netscape.com
670521ba61
Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called.
1999-04-21 22:04:35 +00:00
hyatt%netscape.com
f0c29e969c
window.open lives.
1999-04-20 22:35:11 +00:00
rickg%netscape.com
0d1b06ca19
sync with nsString2 API
1999-04-20 07:20:21 +00:00
pierre%netscape.com
5c67d1b0b7
use eBorderStyle_window instead of eBorderStyle_dialog as part of #4780
1999-04-20 04:01:43 +00:00
pierre%netscape.com
bf272ab316
removed the NS_IWINDOW_IID hack / use eBorderStyle_window instead of eBorderStyle_dialog as part of #4780
1999-04-20 03:58:42 +00:00
hyatt%netscape.com
83e90659ca
Added a method to webshell so that a root container can find out when
...
new webshells are added to its hierarchy.
1999-04-20 01:50:03 +00:00
peterl%netscape.com
fe93b243d6
removed bogus :active rule...
1999-04-20 00:13:25 +00:00
cata%netscape.com
f00d74b578
Fixed CID declaration.
1999-04-19 22:22:52 +00:00
hyatt%netscape.com
47df321322
Changes to enable an asynchronous creation of a webshell in response to a
...
window.open call.
1999-04-19 21:08:44 +00:00
rods%netscape.com
0fcb0d4bac
Fixed nsIGenericTransferable registry, added D&D to Registry
1999-04-17 13:56:22 +00:00
morse%netscape.com
3f080b13a4
fix build bustage
1999-04-17 05:29:05 +00:00
pinkerton%netscape.com
25bbf684ce
First Checked In.
1999-04-16 22:03:19 +00:00
rods%netscape.com
0142e18907
fixed
1999-04-16 21:14:33 +00:00
mcafee%netscape.com
7659059eb0
Removing //#define NEW_CLIPBOARD_SUPPORT
1999-04-16 17:36:33 +00:00
hyatt%netscape.com
2f644ddcbc
Added support for chrome vs. content in the webshell. Altered some methods
...
so that they know how to go across the chrome vs. content boundary.
1999-04-16 08:15:04 +00:00
michaelp%netscape.com
01d3e2ea30
added zooming front end.
1999-04-16 04:25:17 +00:00
mcmullen%netscape.com
b1a8f30e93
Added profile to the Macintosh build
1999-04-15 22:45:44 +00:00
waterson%netscape.com
295796c6fd
Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to.
1999-04-14 23:06:22 +00:00
waterson%netscape.com
1ddd81bfbf
nsISupportsArray::RemoveElement() returns an nsresult, not a PRBool.
1999-04-14 20:42:48 +00:00
nisheeth%netscape.com
698b9deb63
Adding tests 14 and 15 to list of files exported out to dist/*.
1999-04-13 02:37:14 +00:00
nisheeth%netscape.com
e76aaea9cb
Adding Vidur's XML demos as test cases...
1999-04-13 02:36:33 +00:00
sfraser%netscape.com
779d997e76
Don't generate link map (optimized)
1999-04-13 01:38:27 +00:00
sfraser%netscape.com
b15c571dde
Don't generate link map, both targets.
1999-04-13 01:37:23 +00:00
radha%netscape.com
e4694758f1
Fix for bug 4668. Make sure that all children documents have finished loading
...
before calling OnEndDocumentLoading.
1999-04-13 00:19:48 +00:00
nisheeth%netscape.com
923c24f5bb
Adding XML tests 14 and 15 to the Samples Menu.
1999-04-13 00:16:27 +00:00
nisheeth%netscape.com
36e97638ac
Adding XML tests 14, 15 to the File...Samples menu.
1999-04-13 00:13:54 +00:00
nisheeth%netscape.com
7718ba4dc8
Adding XML tests 14 and 15 to the samples menu.
1999-04-13 00:10:00 +00:00
davidm%netscape.com
9ffdbed49d
Remove #ifdef Mac code now that the mac uses the EventQueue Service
1999-04-12 22:49:38 +00:00
joki%netscape.com
4fe1ea4222
New argument to nsIWebShellContainer::FocusAvailable method
1999-04-12 21:25:08 +00:00
leaf%mozilla.org
cb3a980439
fixing ActiveX control build
1999-04-12 19:38:40 +00:00
neeti%netscape.com
7f61c09edc
Enabled ObserverService api on Mac and Unix
1999-04-12 19:13:42 +00:00
gayatrib%netscape.com
a8b3c105d4
Added profile module back
1999-04-11 09:41:53 +00:00
gayatrib%netscape.com
1a07b87f94
Added profile module
1999-04-11 09:40:22 +00:00