Commit Graph

1825 Commits

Author SHA1 Message Date
warren%netscape.com
2658da38eb Fixed GetContentType error handling for necko. 1999-07-03 05:49:12 +00:00
waterson%netscape.com
7bc23e2689 Fix Necko bustage. 1999-07-03 03:41:34 +00:00
nisheeth%netscape.com
231552d03a 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
1be0682007 fix warning. 1999-07-03 00:26:59 +00:00
rpotts%netscape.com
7a18d04c1d Fixed more build bustage... I backed out my changes from yesterday :-) 1999-07-02 21:30:58 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com
f41e67c622 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
17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
hyatt%netscape.com
94672686a6 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
7c21f906f2 Evidently nsStubs.cpp is no longer needed. 1999-07-02 03:21:43 +00:00
rpotts%netscape.com
6d816c9a78 Fixed more build bustage... 1999-07-01 22:38:18 +00:00
rpotts%netscape.com
179dcfae30 Fixed bustage due to the change in arguments to CreatePopup(...) 1999-07-01 22:03:29 +00:00
warren%netscape.com
bd73f68e8b 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
7a4d4cb63d Preparing for distribution of fullsoft headers, dlls, and exes 1999-07-01 01:48:08 +00:00
pinkerton%netscape.com
358bcc130a 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
5e88acbe98 Enables control's drop target support 1999-06-30 22:42:57 +00:00
locka%iol.ie
c7c25ffb41 Added some comments 1999-06-30 22:41:39 +00:00
locka%iol.ie
f3c9530dde 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
b5dac0f2d1 Renamed structure 1999-06-30 22:38:23 +00:00
locka%iol.ie
eed146d60e Added DropTarget.cpp/h 1999-06-30 22:37:31 +00:00
locka%iol.ie
4a8b8ac3e1 Added nsIBrowserWindow IID 1999-06-30 22:36:54 +00:00
locka%iol.ie
ef934ababd Now use xpfe's nsSetupRegistry.cpp 1999-06-30 22:36:16 +00:00
locka%iol.ie
e9ff7b62e7 Added nsIBrowserWindow interface 1999-06-30 22:35:50 +00:00
locka%iol.ie
185d527140 Fixed problem with mkctldef.bat when being built from Win98 1999-06-30 22:35:24 +00:00
locka%iol.ie
57279667b2 Added DropTarget files 1999-06-30 22:29:46 +00:00
locka%iol.ie
b4bb34890f Put sensible values for ambient back and fore colours 1999-06-30 22:27:11 +00:00
locka%iol.ie
17e402f1b1 Fixed comment 1999-06-30 22:26:20 +00:00
locka%iol.ie
613d77fd58 Basic impl of IDropTarget 1999-06-30 22:25:49 +00:00
troy%netscape.com
c5f7e7620a Removed some assignment of nsnull to nsCOMPtr obejects that was hitting
an assert
1999-06-30 04:13:21 +00:00
valeski%netscape.com
991f56df57 change netlib lib reference to necko lib 1999-06-30 00:44:07 +00:00
valeski%netscape.com
fe1091d59e yanked the hardcoded content type 1999-06-29 23:25:17 +00:00
valeski%netscape.com
a084c15083 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
90131e6812 Call the Output routines with a new param for selection only. 1999-06-29 20:14:58 +00:00
ramiro%netscape.com
b50357a5c0 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
c5617d547f 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
88c956f284 removing extraneous nsIEventQueue stuff 1999-06-29 01:55:35 +00:00
gagan%netscape.com
1eb9865561 Fixed more bustage. 1999-06-29 01:25:30 +00:00
warren%netscape.com
ef2fbe9982 Necko cleanup. 1999-06-29 00:37:14 +00:00
warren%netscape.com
0211f3509c Added group arg back for necko. 1999-06-29 00:31:02 +00:00
gagan%netscape.com
dc1680b25c Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
mcafee%netscape.com
a174d8f82e Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
valeski%netscape.com
271e13a054 optimized build fix. 1999-06-28 22:50:14 +00:00
mscott%netscape.com
25a6e7c788 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
warren%netscape.com
e87f3dfecd Fixed necko ifdef. 1999-06-28 20:23:22 +00:00
valeski%netscape.com
8ae9204dff necko builds 1999-06-28 14:02:28 +00:00
buster%netscape.com
454b861c52 fixed warnings 1999-06-28 14:00:54 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com
e1ea10a32d adding _content target 1999-06-27 00:35:21 +00:00
danm%netscape.com
b4fcbcd0b1 added 'content' property to JS window 1999-06-26 21:48:29 +00:00
mcafee%netscape.com
c5c308c2e7 Changes for BeOS. 1999-06-26 07:19:21 +00:00
mcafee%netscape.com
9d89645290 Adding comment for BeOS. 1999-06-26 07:16:51 +00:00
mcafee%netscape.com
63d29d5867 Adding case for BeOS. 1999-06-26 07:15:38 +00:00
mcafee%netscape.com
1eee416abf Removing some bogus crap from this Makefile. 1999-06-26 07:11:10 +00:00
mcafee%netscape.com
8a84e0812a BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
ramiro%netscape.com
773e34ec7d 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
32d4f24430 Changed URLGroup to LoadGroup 1999-06-25 02:31:51 +00:00
nisheeth%netscape.com
e2841f5a07 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
408c582e1c Changes to improve demo16 1999-06-23 22:05:31 +00:00
rpotts%netscape.com
3b15bfa246 Added #include <mshtmhst.h> to fix the build... 1999-06-23 21:56:56 +00:00
locka%iol.ie
2edc20c239 no message 1999-06-23 20:44:20 +00:00
locka%iol.ie
3bf7641eb0 First working version, hurrah! 1999-06-23 20:43:27 +00:00
cmanske%netscape.com
53ea2069c1 Adding set background color test cases to debug bug 8697 1999-06-23 20:27:54 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
mcmullen%netscape.com
bf4cefa623 Registered nsIFileSpecWithUI 1999-06-22 23:32:34 +00:00
kmcclusk%netscape.com
aa59d9ab82 Removed commented out line 1999-06-22 21:49:34 +00:00
akkana%netscape.com
c91c3d0b61 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
38be421ca5 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
65fc0e7499 XPCOM switched to using nsIFileSpec. 1999-06-22 14:02:58 +00:00
radha%netscape.com
92895f2297 Check for trailing slash in OnEndDocumentLoad() and update history entry accordingly 1999-06-21 22:17:14 +00:00
locka%iol.ie
019f474622 Moved interface defs into a macro for easy derivation from this class 1999-06-21 22:02:44 +00:00
locka%iol.ie
4f27bcac31 Added IErrorInfo descriptions for call failures in calles IWebBrowser(2/App) 1999-06-21 22:01:41 +00:00
locka%iol.ie
cd959ca408 Derived from control site to implement doc host UI interfaces 1999-06-21 21:53:20 +00:00
locka%iol.ie
373cc322d1 no message 1999-06-21 21:50:58 +00:00
bruce%cybersight.com
f121c10d74 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
f1cd6df086 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
a2976243cf Add GetIID 1999-06-19 21:51:25 +00:00
valeski%netscape.com
e23b3c673c 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
b5504ee299 Adding beeptest.html to the test suite. 1999-06-17 01:12:15 +00:00
sdagley%netscape.com
2a037aa6e6 First Checked In. 1999-06-16 23:24:25 +00:00
sdagley%netscape.com
a3f562aed1 Finish landing XP Beep() functionality (bug #6911). Approved chofmann, reviewed saari & mcafee. 1999-06-16 23:23:45 +00:00
evaughan%netscape.com
8f55891950 Added some scrollbar samples. 1999-06-16 22:20:29 +00:00
waterson%netscape.com
a24cd05fb9 Fix unintialized memory read. 1999-06-16 05:52:42 +00:00
pierre%netscape.com
dc04007ab8 File Removed. 1999-06-16 04:51:34 +00:00
sspitzer%netscape.com
5d3a23c418 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
f561d8a451 Fix the GetURL() bustage in windows 1999-06-16 01:02:19 +00:00
slamm%netscape.com
729786606f 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
c5d04389a5 More changes related to session History
A
A
A
1999-06-15 23:29:38 +00:00
rpotts%netscape.com
189e68b0d8 Fix build bustage... nsIDocumentLoaderObserver interface was changed :-( 1999-06-15 19:33:29 +00:00
mcmullen%netscape.com
b55f9af6c9 Call pref->ReadUserPrefs() 1999-06-15 05:17:56 +00:00
vidur%netscape.com
b752692a2f Fixed memory leak when new windows were opened 1999-06-15 03:15:37 +00:00
ftang%netscape.com
0bf5a2a8a1 fix bug 5565 1999-06-15 01:27:44 +00:00
radha%netscape.com
5c06bfb4a6 New arguments to OnEndDocumentLoad() 1999-06-14 23:37:37 +00:00
radha%netscape.com
93ad497c98 New arguments to OnEndDocumentLoad() added 1999-06-14 23:36:24 +00:00
radha%netscape.com
98944587c2 OnEndDocumentLoad now has a handle to the observer 1999-06-14 22:12:19 +00:00
radha%netscape.com
663ebc4df1 New methods for session history 1999-06-14 22:11:47 +00:00
radha%netscape.com
8b2e0b496b 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
d58c8b8381 Few new methods to support session history 1999-06-14 22:10:41 +00:00
mcafee%netscape.com
36aa30e579 Removing nsDialog from the build. 1999-06-13 01:01:26 +00:00
ftang%netscape.com
1b0ffe2515 remove nsUnicharUtil for win, ifdef XP_MAC untill we verify 1999-06-12 01:21:50 +00:00
mcafee%netscape.com
12a59a35bb 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
9130f4f6ec Fix for bug 7401. Made error message more descriptive. 1999-06-11 23:13:03 +00:00
nisheeth%netscape.com
7fd869b536 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
689d50b775 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
0eacf9a59e include european characters in text transform test 1999-06-11 21:37:08 +00:00
mcafee%netscape.com
d4cdd32448 Protecting a null pointer dereference. 1999-06-11 02:20:54 +00:00
mcafee%netscape.com
2dd97cce54 Removing usages of obsolete nsDialog. a=rickg 1999-06-10 22:03:27 +00:00
Jerry.Kirk%Nexwarecorp.com
a07b861135 - Fixes Typo on MenuBar 1999-06-10 21:07:56 +00:00
dp%netscape.com
1df18c6339 Code cleanup 1999-06-09 19:15:08 +00:00
danm%netscape.com
11a9b31711 teach top-level windows to show/hide and query visible state of menubars 1999-06-09 19:03:24 +00:00
ramiro%netscape.com
d330f1ae61 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
3c9cbf513e Altering the args for createPopup. 1999-06-09 08:36:06 +00:00
alla%lysator.liu.se
9026117f7c 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
8305dc4809 fix build bustage 1999-06-08 21:06:22 +00:00
locka%iol.ie
baf23294a1 Added some dynamic window resizing 1999-06-08 19:29:52 +00:00
alla%lysator.liu.se
4fde692cf2 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
dacf751762 Track change in editor API 1999-06-07 21:31:18 +00:00
kmcclusk%netscape.com
88ad480647 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
8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
briano%netscape.com
70b785107a Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 21:54:38 +00:00
morse%netscape.com
9b4f8a23d0 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
Jerry.Kirk%Nexwarecorp.com
3ff2ce3e59 - 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
5b77f19cc1 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
b7e419646f added a fieldset example. 1999-06-01 22:30:59 +00:00
leaf%mozilla.org
23a15eaea4 updating to new nsString implementation (fix courtesy shaver) 1999-06-01 18:06:14 +00:00
alla%lysator.liu.se
e93e366aa7 Update licence to MPL 1.1 1999-05-29 12:38:22 +00:00
alecf%netscape.com
e61b37cdb5 register nsIPref with a useable progID 1999-05-28 23:02:13 +00:00
kmcclusk%netscape.com
a4271aeeef 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
7c548d5736 change the ReloadDocument implementation by using RefreshURL do avoid reentrance problem in libnet 1999-05-28 21:32:29 +00:00
ramiro%netscape.com
c566d9d352 Add support for building gtk widget as part of mozilla builds. 1999-05-28 12:43:59 +00:00
ramiro%netscape.com
0ef17ebfee Fix it so it works in the xpcom2.0 world. Add cvsignore stuff. 1999-05-28 12:06:56 +00:00
ramiro%netscape.com
b35227080c 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
ff06f1799f Added force character set. 1999-05-28 01:31:55 +00:00
alecf%netscape.com
ff3c5ccf00 GetCharPref() is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:56:53 +00:00
pinkerton%netscape.com
32ce613ae1 remove obsolete tree/toolbar cid's 1999-05-27 23:39:49 +00:00
mcmullen%netscape.com
43e2872126 Removed obsolete base/baseDebug.shlb 1999-05-27 23:28:37 +00:00
mcmullen%netscape.com
cbc7d3604a Removed obsolete base.shlb/baseDebug.shlb 1999-05-27 21:40:58 +00:00
locka%iol.ie
d3d976e42c New test for post data 1999-05-27 21:29:12 +00:00
locka%iol.ie
869bf6f9e6 New tab dialogs 1999-05-27 21:28:46 +00:00
locka%iol.ie
2a433b12ce Revamped layout and fixed some refcount problems 1999-05-27 21:28:13 +00:00
locka%iol.ie
ca59fc9ea5 no message 1999-05-27 21:27:35 +00:00
locka%iol.ie
a13c0d3d96 Added activescript mime type 1999-05-27 21:27:20 +00:00
locka%iol.ie
ef6c5cdc97 Added #include for ActiveScript.h and ItemContainer.h 1999-05-27 21:26:28 +00:00
locka%iol.ie
1c5b1f8fbe Added framework for plugin to support VBScript and JScript files 1999-05-27 21:24:47 +00:00
locka%iol.ie
b2f3e1e5ba Removed. DEF file is generated from a script now 1999-05-27 21:23:35 +00:00
locka%iol.ie
2bf8423ae0 Fixed new window navigation code (bad return op) 1999-05-27 21:22:42 +00:00
locka%iol.ie
e38ca24f4b 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
ea75035ea9 Move Ole item container stuff into separate class 1999-05-27 21:20:00 +00:00
locka%iol.ie
23ff4249a7 no message 1999-05-27 21:18:29 +00:00
kmcclusk%netscape.com
b1ab2535df 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
1361204369 Ole item container methods seperated from control site class 1999-05-27 21:16:06 +00:00
locka%iol.ie
01b89f1f1a Batch file for creating npmozctl.def depending on the settings 1999-05-27 21:15:08 +00:00
hyatt%netscape.com
22f73eb107 Web shells now know about their enclosed chrome shell. 1999-05-27 21:05:27 +00:00
dp%netscape.com
d4190b6a81 stdafx.h 1999-05-26 05:03:05 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
evaughan%netscape.com
eae35c30ed fixed bug #5857. Permission from hofmann. 1999-05-21 23:36:56 +00:00
danm%netscape.com
8f33434d3e 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
0fd45f02de 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
7eac71aba9 removed all references to profile as it is a component now 1999-05-19 05:17:32 +00:00
danm%netscape.com
fbda7ea0d9 adding partial (for DOM elements) chromemask support to apprunner 1999-05-19 04:11:54 +00:00
ftang%netscape.com
5567ffe6ab add method to push necessary informaiton to implement Meta charset observeration 1999-05-19 00:23:03 +00:00
waterson%netscape.com
7f37138446 Enable link coloring. 1999-05-18 05:21:37 +00:00
mcmullen%netscape.com
9599cc7b9a #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
3bf6ff96f3 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
5979f5c1f1 Prevent onunloads from bubbling. 1999-05-17 22:14:16 +00:00
rods%netscape.com
a855cd995e Added nsFontRetrieverService registration 1999-05-17 20:34:52 +00:00
morse%netscape.com
84facccc36 fix build bustage 1999-05-16 20:35:28 +00:00
dougt%netscape.com
5eee24547d Removing xpinstall and silentdl references from the viewer. 1999-05-16 19:07:19 +00:00
hyatt%netscape.com
da564cf9b7 Added an arg to createPopup. 1999-05-16 07:52:02 +00:00
mcmullen%netscape.com
6fe79c115b filewidget no longer accepts string paths. 1999-05-15 22:58:28 +00:00
bruce%cybersight.com
6fa804f0cf Warning fix for ANSI C++ violation. 1999-05-15 22:38:28 +00:00
hyatt%netscape.com
4fce1a3526 Making sure context menus can be made. 1999-05-15 02:53:03 +00:00
hyatt%netscape.com
111a032848 Adding a method to the webshell container for creating popup/context menus. 1999-05-14 22:40:03 +00:00
dcone%netscape.com
7c2197eb85 Added a webshell parameter to the PrintContent method 1999-05-14 14:39:47 +00:00
joki%netscape.com
1ad14866a3 Adding unload event during window closing. 1999-05-13 23:51:25 +00:00
rods%netscape.com
50d31f91d8 removed GenericTransferable 1999-05-13 22:03:01 +00:00
hyatt%netscape.com
1b41f77bb5 Teaching window.open how to open chrome. 1999-05-12 23:17:40 +00:00
tague%netscape.com
eeb88c25ca 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
07c37dcbc2 Added a PrintContent() method to the nsIContentViewer class 1999-05-12 13:31:28 +00:00
pinkerton%netscape.com
93f6029b4e 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
1c1040d611 dont use OpenDeskAcc under Carbon. 1999-05-11 21:32:51 +00:00
locka%iol.ie
7fd222661b 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
ad0b306481 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
a5550c14ee 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
01b91d73a8 Fix shift error that shows up on Solaris. Get DEPTH with perl. 1999-05-10 18:44:49 +00:00
mcafee%netscape.com
de36a26dbc 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
377b424815 bug 6161 - don't reinitialize mMarginWidth, mMarginHeight on doc load. 1999-05-10 02:34:17 +00:00
locka%iol.ie
de411249e4 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
2593047229 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
df11d1d889 no message 1999-05-08 12:07:03 +00:00
locka%iol.ie
1c86ffe119 Added Advise, Unadvise methods for setting up event sinks 1999-05-08 12:06:31 +00:00
sfraser%netscape.com
079a1e9d21 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
48595c3d5e First Checked In. 1999-05-07 21:20:23 +00:00
kipp%netscape.com
e66be5ee7a Pass on SetRendering call to the content viewer if we have one 1999-05-07 19:25:58 +00:00
kipp%netscape.com
91406b1df8 Added Set/Get enable-rendering method 1999-05-07 19:25:41 +00:00
mike%neoplanet.com
075b9ffc86 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
62ab3d7d52 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
23590ebf43 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
1c4142169f Implement LoadDocument(), a new method that is part of the nsIWebShellServices interface. 1999-05-07 00:21:57 +00:00
davidm%netscape.com
ce17b8d323 removed nsPluginViewer.cpp and nsDocumentViewer.cpp ( they are in Layout now ) 1999-05-06 20:40:03 +00:00
kipp%netscape.com
4cbc1477dc Removed libraries no longer needed to link 1999-05-06 19:35:59 +00:00
kipp%netscape.com
c7bdab52b8 Updated comments 1999-05-06 19:35:11 +00:00
kipp%netscape.com
2f2fe06039 moved to layout 1999-05-06 19:34:32 +00:00
kipp%netscape.com
a613478e91 Removed layout registry hackery 1999-05-06 19:32:56 +00:00
kipp%netscape.com
150f2e0d46 Use component manager instead of direct linking against the html library 1999-05-06 19:32:42 +00:00
kipp%netscape.com
0615b5b768 bye bye 1999-05-06 19:32:18 +00:00
kipp%netscape.com
be3e9a495b 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
3b1bca601b Moved some source files to layout 1999-05-06 19:29:46 +00:00
kipp%netscape.com
46b66b0230 Moved some headers from here to layout 1999-05-06 19:29:26 +00:00
dp%netscape.com
0ef48a75eb Fixed AutoregisterComponent() to return a value 1999-05-06 14:27:09 +00:00
dp%netscape.com
c4faf68d49 Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
nisheeth%netscape.com
4610242a5c 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
529b22c8b3 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
9030c63eb2 - 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
defad4500b Added parameters for charset to LoadDocument(). 1999-05-06 03:53:28 +00:00
nisheeth%netscape.com
a17433324b 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
e2125bb76b - 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
6d73a13ebb - 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
08300976e4 renamed <tristatecheckbox> to <checkbox> 1999-05-06 00:55:32 +00:00
nisheeth%netscape.com
18e8cf2a70 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
3c41d4b24d 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
a6a8a9170d Changes to the APIS for webshellcontainers. 1999-05-04 23:34:10 +00:00
hyatt%netscape.com
c7c42bf6f1 Changes to the APIS for webshellcontainer. 1999-05-04 23:33:55 +00:00
hyatt%netscape.com
96d27eebf7 Changes to support different methods on the webshellcontainer interface. 1999-05-04 23:33:30 +00:00
locka%iol.ie
7983b823f0 New control event sink 1999-05-04 22:52:40 +00:00
locka%iol.ie
51581c16d1 Updates to test app 1999-05-04 22:51:34 +00:00
locka%iol.ie
680716e426 Added first impl for loading script engine from an IStream 1999-05-04 22:48:41 +00:00
locka%iol.ie
aad57ac63e First impl of view source and NewWindow2 (thanks Neoplanet!)
Changes to IOleCommandTarget
1999-05-04 22:45:22 +00:00
vidur%netscape.com
3726eeea35 Added HTMLOptionElement factory registration. 1999-05-04 20:54:26 +00:00
rickg%netscape.com
e320c2bafb update to nsString2 API 1999-05-04 06:38:37 +00:00
karnaze%netscape.com
2d90e637ec prints out regression file name when generating initial data 1999-05-04 03:32:42 +00:00
nisheeth%netscape.com
da356ccbae Fix for bug 5472. Approved by chofmann. Reviewed by Kipp. 1999-05-03 23:04:50 +00:00
kostello%netscape.com
6c898433b2 Removed debug save code -- no longer relevant 1999-05-03 18:50:48 +00:00
karnaze%netscape.com
e29d29abed removed compositing from table 5 1999-04-30 19:52:33 +00:00
pnunn%netscape.com
9f415ee9f5 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
79cb20e767 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
9a986dd9e5 win32 bustage. 1999-04-30 10:31:43 +00:00
pinkerton%netscape.com
1680448437 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
03de3e5e0d Made the web crawler a nsIDocumentLoaderObserver and hooked up page transitions to OnEndDocumentLoad 1999-04-30 00:12:52 +00:00
kipp%netscape.com
c5ffa02d52 Removed compiler warning 1999-04-30 00:12:17 +00:00
kipp%netscape.com
b91c1e8a6c 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
ca67994070 Let web crawler deal with notifications directly 1999-04-30 00:11:18 +00:00
kipp%netscape.com
8b7fadc265 Cleaned up log messages; fixed doc loader to fire the OnEndDocumentLoad properly 1999-04-30 00:10:27 +00:00
kipp%netscape.com
e0d247be0c Use DestroyChildren instead of ReleaseChildren when destroying a webshell 1999-04-30 00:09:52 +00:00
ftang%netscape.com
16f64c1f10 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
16db69f754 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
e70b38df5f approved: leaf@mozilla.org 1999-04-28 20:02:52 +00:00
nisheeth%netscape.com
696fa5472d Passing in nsIDocumentLoader as a parameter to all functions in nsIDocumentLoaderObserver... 1999-04-28 06:47:40 +00:00
ramiro%netscape.com
638fe69979 Add command line parsing and debugger support. 1999-04-28 06:16:25 +00:00
nisheeth%netscape.com
e5c640d2b4 Removing nsIExternalDocLoadObs.h... 1999-04-28 05:01:03 +00:00
nisheeth%netscape.com
251fa6ad71 - 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