Commit Graph

1371 Commits

Author SHA1 Message Date
cata%netscape.com
7679ce30eb Elliminated the RegisterComponent() calls from NS_SetupRegistry() for some true components. 1999-04-27 20:26:20 +00:00
mcafee%netscape.com
746940d985 Adding checkoutTest.xul to exports for Linux, Win32. a=pinkerton 1999-04-26 18:42:15 +00:00
ftang%netscape.com
f92b8721bd set the default charset of nsWebShell to ISO-8859-1 1999-04-26 18:05:18 +00:00
locka%iol.ie
b4cce86929 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
aa4a6c3e23 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
6408ba54d2 Simple test script 1999-04-26 17:59:44 +00:00
nisheeth%netscape.com
edcbc41fe5 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
d7d9f5662b 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
753ecd2306 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
22113ef93e 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
a847baa45c 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
2f8617c1be First sane version of script site - works with cbrowse 1999-04-25 13:15:37 +00:00
locka%iol.ie
75a0b1a042 Added a little armour to prevent a crash 1999-04-25 13:15:10 +00:00
kipp%netscape.com
9d1f7443d6 nit 1999-04-23 19:48:55 +00:00
kipp%netscape.com
34dfabecc5 Added command option from measuring doc load time 1999-04-23 19:48:43 +00:00
kipp%netscape.com
6aff67e8ab Removed dead code 1999-04-23 19:48:16 +00:00
kipp%netscape.com
e2171a4b80 Added code to measure document load times 1999-04-23 19:48:05 +00:00
scc%netscape.com
9991958e76 s/false/0/ in my do-while 1999-04-23 19:03:01 +00:00
scc%netscape.com
5577a91851 added interfaces 1999-04-23 17:50:12 +00:00
akkana%netscape.com
37f729f1dc Fix for scc to work around an apparent egcs bug 1999-04-23 17:38:13 +00:00
akkana%netscape.com
a40feb09c3 Fixing linux build bustage 1999-04-23 17:15:58 +00:00
mcafee%netscape.com
2c905d7de3 Removing nsSelectionMgr from the build 1999-04-23 16:50:17 +00:00
scc%netscape.com
748a92905f Added GetDocumentFactory method; Added required GetIID method(s) 1999-04-23 16:48:31 +00:00
scc%netscape.com
d828879f09 Added the ability to construct a XUL document from a stream 1999-04-23 16:48:30 +00:00
scc%netscape.com
d9cf5c693d Adding new interfaces 1999-04-23 16:35:05 +00:00
scc%netscape.com
a2c61867c6 First Checked In. 1999-04-23 16:33:54 +00:00
locka%iol.ie
bfc42197a0 Approved: leaf@mozilla.org
New Mozilla control registering tool
1999-04-22 23:28:09 +00:00
locka%iol.ie
9a4d6da7aa Approved: leaf@mozilla.org
More improvements to test harness
1999-04-22 23:23:04 +00:00
locka%iol.ie
2a6184e2b3 Approved: leaf@mozilla.org 1999-04-22 23:18:35 +00:00
locka%iol.ie
8cf648a4c5 Approved: leaf@mozilla.org
Added ActiveScriptSite.cpp/h
1999-04-22 23:17:15 +00:00
locka%iol.ie
cbbfd1733f 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
a4c20e8add 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
61fa4c8f1b Approved: leaf@mozilla.org
Minor compliance fixes
1999-04-22 23:10:10 +00:00
locka%iol.ie
379a8577de Initial active script site class 1999-04-22 17:30:28 +00:00
rickg%netscape.com
2c2eec1c4d update to sync with nsString2 1999-04-22 07:46:51 +00:00
warren%netscape.com
1ea549d80d Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
mcafee%netscape.com
69c6ca164e Removing NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 06:46:51 +00:00
karnaze%netscape.com
3d68a53e71 added right-to-left direction example 1999-04-22 03:54:06 +00:00
rickg%netscape.com
f37212bffa updates to sync with nsString2 api 1999-04-22 00:05:59 +00:00
mcmullen%netscape.com
e4661eacd6 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
7f8fb78632 window.open lives. 1999-04-20 22:35:11 +00:00
rickg%netscape.com
e1012f40b9 sync with nsString2 API 1999-04-20 07:20:21 +00:00
pierre%netscape.com
9bd6d384e9 use eBorderStyle_window instead of eBorderStyle_dialog as part of #4780 1999-04-20 04:01:43 +00:00
pierre%netscape.com
844867e3a8 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
085f789265 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
f84fc867cd removed bogus :active rule... 1999-04-20 00:13:25 +00:00
cata%netscape.com
cf60c8d83c Fixed CID declaration. 1999-04-19 22:22:52 +00:00
hyatt%netscape.com
bdd9fd47e1 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
f92a98d0ff Fixed nsIGenericTransferable registry, added D&D to Registry 1999-04-17 13:56:22 +00:00
morse%netscape.com
1d417eb335 fix build bustage 1999-04-17 05:29:05 +00:00