1998-07-20 16:19:22 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Netscape Public License
|
|
|
|
* Version 1.0 (the "License"); you may not use this file except in
|
|
|
|
* compliance with the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/NPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS IS"
|
|
|
|
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
|
|
|
|
* the License for the specific language governing rights and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
* The Original Code is Mozilla Communicator client code.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is Netscape Communications
|
|
|
|
* Corporation. Portions created by Netscape are Copyright (C) 1998
|
|
|
|
* Netscape Communications Corporation. All Rights Reserved.
|
|
|
|
*/
|
1998-09-23 23:02:54 +00:00
|
|
|
#include "nsIPref.h"
|
|
|
|
|
1998-07-29 23:43:22 +00:00
|
|
|
#ifdef XP_MAC
|
1998-07-20 21:16:38 +00:00
|
|
|
#include "nsBrowserWindow.h"
|
1998-07-29 21:06:19 +00:00
|
|
|
#define NS_IMPL_IDS
|
1998-07-29 23:43:22 +00:00
|
|
|
#else
|
|
|
|
#define NS_IMPL_IDS
|
|
|
|
#include "nsBrowserWindow.h"
|
|
|
|
#endif
|
1998-07-20 16:19:22 +00:00
|
|
|
#include "nsIStreamListener.h"
|
|
|
|
#include "nsIAppShell.h"
|
|
|
|
#include "nsIWidget.h"
|
|
|
|
#include "nsITextWidget.h"
|
|
|
|
#include "nsIButton.h"
|
|
|
|
#include "nsIImageGroup.h"
|
|
|
|
#include "nsITimer.h"
|
|
|
|
#include "nsIThrobber.h"
|
|
|
|
#include "nsIDOMDocument.h"
|
|
|
|
#include "nsIURL.h"
|
1998-07-21 16:45:21 +00:00
|
|
|
#include "nsIFileWidget.h"
|
1998-09-01 21:08:32 +00:00
|
|
|
#include "nsILookAndFeel.h"
|
1998-07-20 16:19:22 +00:00
|
|
|
#include "nsRepository.h"
|
|
|
|
#include "nsIFactory.h"
|
|
|
|
#include "nsCRT.h"
|
|
|
|
#include "nsWidgetsCID.h"
|
1998-07-20 21:16:38 +00:00
|
|
|
#include "nsViewerApp.h"
|
1998-07-21 16:45:21 +00:00
|
|
|
#include "prprf.h"
|
1998-07-30 22:42:27 +00:00
|
|
|
#include "nsRepository.h"
|
|
|
|
#include "nsParserCIID.h"
|
1998-07-20 21:16:38 +00:00
|
|
|
|
1998-07-31 16:53:45 +00:00
|
|
|
#include "nsIDocument.h"
|
|
|
|
#include "nsIPresContext.h"
|
|
|
|
#include "nsIDocumentViewer.h"
|
|
|
|
#include "nsIContentViewer.h"
|
|
|
|
#include "nsIPresShell.h"
|
|
|
|
#include "nsIDocument.h"
|
|
|
|
#include "nsXIFDTD.h"
|
|
|
|
#include "nsIParser.h"
|
|
|
|
#include "nsHTMLContentSinkStream.h"
|
1998-08-07 04:45:03 +00:00
|
|
|
#include "nsEditorMode.h"
|
1998-07-31 16:53:45 +00:00
|
|
|
|
1998-08-28 16:14:37 +00:00
|
|
|
// Needed for "Find" GUI
|
|
|
|
#include "nsIDialog.h"
|
|
|
|
#include "nsICheckButton.h"
|
|
|
|
#include "nsIRadioButton.h"
|
|
|
|
#include "nsILabel.h"
|
1998-09-14 20:46:42 +00:00
|
|
|
#include "nsWidgetSupport.h"
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
#include "resources.h"
|
1998-07-27 21:10:02 +00:00
|
|
|
|
|
|
|
#if defined(WIN32)
|
1998-07-27 18:17:07 +00:00
|
|
|
#include <strstrea.h>
|
1998-07-29 21:21:08 +00:00
|
|
|
#else
|
1998-07-30 04:47:44 +00:00
|
|
|
#include <strstream.h>
|
1998-07-30 03:38:37 +00:00
|
|
|
#endif
|
1998-07-27 18:17:07 +00:00
|
|
|
|
|
|
|
#if defined(WIN32)
|
|
|
|
#include <windows.h>
|
|
|
|
#endif
|
|
|
|
|
1998-10-06 02:54:00 +00:00
|
|
|
#if defined (XP_MAC)
|
|
|
|
#include <Scrap.h>
|
|
|
|
#include <TextEdit.h>
|
|
|
|
#endif
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
|
1998-07-24 16:03:11 +00:00
|
|
|
// XXX For font setting below
|
|
|
|
#include "nsFont.h"
|
|
|
|
#include "nsUnitConversion.h"
|
|
|
|
#include "nsIDeviceContext.h"
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
// XXX greasy constants
|
|
|
|
#define THROBBER_WIDTH 32
|
|
|
|
#define THROBBER_HEIGHT 32
|
|
|
|
#define BUTTON_WIDTH 90
|
|
|
|
#define BUTTON_HEIGHT THROBBER_HEIGHT
|
1998-09-01 22:49:16 +00:00
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
#ifdef INSET_WEBSHELL
|
|
|
|
#define WEBSHELL_LEFT_INSET 5
|
|
|
|
#define WEBSHELL_RIGHT_INSET 5
|
|
|
|
#define WEBSHELL_TOP_INSET 5
|
|
|
|
#define WEBSHELL_BOTTOM_INSET 5
|
|
|
|
#else
|
|
|
|
#define WEBSHELL_LEFT_INSET 0
|
|
|
|
#define WEBSHELL_RIGHT_INSET 0
|
|
|
|
#define WEBSHELL_TOP_INSET 0
|
|
|
|
#define WEBSHELL_BOTTOM_INSET 0
|
|
|
|
#endif
|
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
static NS_DEFINE_IID(kLookAndFeelCID, NS_LOOKANDFEEL_CID);
|
1998-07-20 16:19:22 +00:00
|
|
|
static NS_DEFINE_IID(kBrowserWindowCID, NS_BROWSER_WINDOW_CID);
|
|
|
|
static NS_DEFINE_IID(kButtonCID, NS_BUTTON_CID);
|
1998-07-21 16:45:21 +00:00
|
|
|
static NS_DEFINE_IID(kFileWidgetCID, NS_FILEWIDGET_CID);
|
1998-07-20 16:19:22 +00:00
|
|
|
static NS_DEFINE_IID(kTextFieldCID, NS_TEXTFIELD_CID);
|
|
|
|
static NS_DEFINE_IID(kThrobberCID, NS_THROBBER_CID);
|
|
|
|
static NS_DEFINE_IID(kWebShellCID, NS_WEB_SHELL_CID);
|
|
|
|
static NS_DEFINE_IID(kWindowCID, NS_WINDOW_CID);
|
1998-08-28 16:14:37 +00:00
|
|
|
static NS_DEFINE_IID(kDialogCID, NS_DIALOG_CID);
|
|
|
|
static NS_DEFINE_IID(kCheckButtonCID, NS_CHECKBUTTON_CID);
|
|
|
|
static NS_DEFINE_IID(kRadioButtonCID, NS_RADIOBUTTON_CID);
|
|
|
|
static NS_DEFINE_IID(kLabelCID, NS_LABEL_CID);
|
1998-07-20 16:19:22 +00:00
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
static NS_DEFINE_IID(kILookAndFeelIID, NS_ILOOKANDFEEL_IID);
|
1998-07-20 16:19:22 +00:00
|
|
|
static NS_DEFINE_IID(kIBrowserWindowIID, NS_IBROWSER_WINDOW_IID);
|
|
|
|
static NS_DEFINE_IID(kIButtonIID, NS_IBUTTON_IID);
|
|
|
|
static NS_DEFINE_IID(kIDOMDocumentIID, NS_IDOMDOCUMENT_IID);
|
|
|
|
static NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID);
|
1998-07-21 16:45:21 +00:00
|
|
|
static NS_DEFINE_IID(kIFileWidgetIID, NS_IFILEWIDGET_IID);
|
1998-07-20 16:19:22 +00:00
|
|
|
static NS_DEFINE_IID(kIStreamObserverIID, NS_ISTREAMOBSERVER_IID);
|
|
|
|
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
|
|
|
|
static NS_DEFINE_IID(kITextWidgetIID, NS_ITEXTWIDGET_IID);
|
|
|
|
static NS_DEFINE_IID(kIThrobberIID, NS_ITHROBBER_IID);
|
|
|
|
static NS_DEFINE_IID(kIWebShellIID, NS_IWEB_SHELL_IID);
|
|
|
|
static NS_DEFINE_IID(kIWebShellContainerIID, NS_IWEB_SHELL_CONTAINER_IID);
|
|
|
|
static NS_DEFINE_IID(kIWidgetIID, NS_IWIDGET_IID);
|
1998-08-28 16:14:37 +00:00
|
|
|
static NS_DEFINE_IID(kIDialogIID, NS_IDIALOG_IID);
|
|
|
|
static NS_DEFINE_IID(kICheckButtonIID, NS_ICHECKBUTTON_IID);
|
|
|
|
static NS_DEFINE_IID(kIRadioButtonIID, NS_IRADIOBUTTON_IID);
|
|
|
|
static NS_DEFINE_IID(kILabelIID, NS_ILABEL_IID);
|
1998-07-20 16:19:22 +00:00
|
|
|
|
1998-08-21 18:28:48 +00:00
|
|
|
|
|
|
|
static const char* gsAOLFormat = "AOLMAIL";
|
|
|
|
static const char* gsHTMLFormat = "text/html";
|
|
|
|
|
1998-09-14 20:46:42 +00:00
|
|
|
|
|
|
|
// prototypes
|
1998-08-31 19:09:55 +00:00
|
|
|
static nsEventStatus PR_CALLBACK HandleEvent(nsGUIEvent *aEvent);
|
1998-09-14 20:46:42 +00:00
|
|
|
static void* GetItemsNativeData(nsISupports* aObject);
|
1998-08-31 19:09:55 +00:00
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
nsVoidArray nsBrowserWindow::gBrowsers;
|
1998-07-20 16:19:22 +00:00
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
nsBrowserWindow*
|
|
|
|
nsBrowserWindow::FindBrowserFor(nsIWidget* aWidget, PRIntn aWhich)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
1998-08-06 02:21:23 +00:00
|
|
|
nsIWidget* widget;
|
|
|
|
nsBrowserWindow* result = nsnull;
|
1998-07-20 16:19:22 +00:00
|
|
|
|
|
|
|
PRInt32 i, n = gBrowsers.Count();
|
|
|
|
for (i = 0; i < n; i++) {
|
|
|
|
nsBrowserWindow* bw = (nsBrowserWindow*) gBrowsers.ElementAt(i);
|
|
|
|
if (nsnull != bw) {
|
|
|
|
switch (aWhich) {
|
|
|
|
case FIND_WINDOW:
|
|
|
|
bw->mWindow->QueryInterface(kIWidgetIID, (void**) &widget);
|
1998-08-06 02:21:23 +00:00
|
|
|
if (widget == aWidget) {
|
|
|
|
result = bw;
|
|
|
|
}
|
|
|
|
NS_IF_RELEASE(widget);
|
1998-07-20 16:19:22 +00:00
|
|
|
break;
|
|
|
|
case FIND_BACK:
|
1998-08-12 21:41:05 +00:00
|
|
|
if (bw->mBack) {
|
|
|
|
bw->mBack->QueryInterface(kIWidgetIID, (void**) &widget);
|
|
|
|
if (widget == aWidget) {
|
|
|
|
result = bw;
|
|
|
|
}
|
|
|
|
NS_IF_RELEASE(widget);
|
1998-08-06 02:21:23 +00:00
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
break;
|
|
|
|
case FIND_FORWARD:
|
1998-08-12 21:41:05 +00:00
|
|
|
if (bw->mForward) {
|
|
|
|
bw->mForward->QueryInterface(kIWidgetIID, (void**) &widget);
|
|
|
|
if (widget == aWidget) {
|
|
|
|
result = bw;
|
|
|
|
}
|
|
|
|
NS_IF_RELEASE(widget);
|
1998-08-06 02:21:23 +00:00
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
break;
|
|
|
|
case FIND_LOCATION:
|
1998-08-12 21:41:05 +00:00
|
|
|
if (bw->mLocation) {
|
|
|
|
bw->mLocation->QueryInterface(kIWidgetIID, (void**) &widget);
|
|
|
|
if (widget == aWidget) {
|
|
|
|
result = bw;
|
|
|
|
}
|
|
|
|
NS_IF_RELEASE(widget);
|
1998-08-06 02:21:23 +00:00
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
1998-09-15 00:16:12 +00:00
|
|
|
if (nsnull != result) {
|
|
|
|
NS_ADDREF(result);
|
|
|
|
}
|
1998-08-06 02:21:23 +00:00
|
|
|
return result;
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::AddBrowser(nsBrowserWindow* aBrowser)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
gBrowsers.AppendElement(aBrowser);
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_ADDREF(aBrowser);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::RemoveBrowser(nsBrowserWindow* aBrowser)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
1998-09-15 00:16:12 +00:00
|
|
|
nsViewerApp* app = aBrowser->mApp;
|
1998-07-20 16:19:22 +00:00
|
|
|
gBrowsers.RemoveElement(aBrowser);
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_RELEASE(aBrowser);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::CloseAllWindows()
|
|
|
|
{
|
|
|
|
while (0 != gBrowsers.Count()) {
|
|
|
|
nsBrowserWindow* bw = (nsBrowserWindow*) gBrowsers.ElementAt(0);
|
|
|
|
NS_ADDREF(bw);
|
|
|
|
bw->Close();
|
|
|
|
NS_RELEASE(bw);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 00:16:12 +00:00
|
|
|
gBrowsers.Clear();
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static nsEventStatus PR_CALLBACK
|
|
|
|
HandleBrowserEvent(nsGUIEvent *aEvent)
|
|
|
|
{
|
1998-09-15 00:16:12 +00:00
|
|
|
nsEventStatus result = nsEventStatus_eIgnore;
|
1998-07-20 21:16:38 +00:00
|
|
|
nsBrowserWindow* bw =
|
|
|
|
nsBrowserWindow::FindBrowserFor(aEvent->widget, FIND_WINDOW);
|
1998-09-15 00:16:12 +00:00
|
|
|
if (nsnull != bw) {
|
|
|
|
nsSizeEvent* sizeEvent;
|
|
|
|
switch(aEvent->message) {
|
|
|
|
case NS_SIZE:
|
|
|
|
sizeEvent = (nsSizeEvent*)aEvent;
|
|
|
|
bw->Layout(sizeEvent->windowSize->width,
|
|
|
|
sizeEvent->windowSize->height);
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case NS_DESTROY:
|
|
|
|
{
|
|
|
|
nsViewerApp* app = bw->mApp;
|
|
|
|
result = nsEventStatus_eConsumeDoDefault;
|
|
|
|
bw->Close();
|
|
|
|
NS_RELEASE(bw);
|
|
|
|
|
|
|
|
// XXX Really shouldn't just exit, we should just notify somebody...
|
|
|
|
if (0 == nsBrowserWindow::gBrowsers.Count()) {
|
|
|
|
app->Exit();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return result;
|
1998-07-20 16:19:22 +00:00
|
|
|
|
1998-09-15 00:16:12 +00:00
|
|
|
case NS_MENU_SELECTED:
|
1998-10-07 20:17:14 +00:00
|
|
|
result = bw->DispatchMenuItem(((nsMenuEvent*)aEvent)->mCommand);
|
1998-09-15 00:16:12 +00:00
|
|
|
break;
|
1998-07-20 16:19:22 +00:00
|
|
|
|
1998-09-15 00:16:12 +00:00
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
1998-08-10 18:20:20 +00:00
|
|
|
NS_RELEASE(bw);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 00:16:12 +00:00
|
|
|
return result;
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static nsEventStatus PR_CALLBACK
|
|
|
|
HandleBackEvent(nsGUIEvent *aEvent)
|
|
|
|
{
|
1998-09-15 00:16:12 +00:00
|
|
|
nsEventStatus result = nsEventStatus_eIgnore;
|
1998-07-20 21:16:38 +00:00
|
|
|
nsBrowserWindow* bw =
|
|
|
|
nsBrowserWindow::FindBrowserFor(aEvent->widget, FIND_BACK);
|
1998-09-15 00:16:12 +00:00
|
|
|
if (nsnull != bw) {
|
|
|
|
switch(aEvent->message) {
|
|
|
|
case NS_MOUSE_LEFT_BUTTON_UP:
|
|
|
|
bw->Back();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
NS_RELEASE(bw);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 00:16:12 +00:00
|
|
|
return result;
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static nsEventStatus PR_CALLBACK
|
|
|
|
HandleForwardEvent(nsGUIEvent *aEvent)
|
|
|
|
{
|
1998-09-15 00:16:12 +00:00
|
|
|
nsEventStatus result = nsEventStatus_eIgnore;
|
1998-07-20 21:16:38 +00:00
|
|
|
nsBrowserWindow* bw =
|
|
|
|
nsBrowserWindow::FindBrowserFor(aEvent->widget, FIND_FORWARD);
|
1998-09-15 00:16:12 +00:00
|
|
|
if (nsnull != bw) {
|
|
|
|
switch(aEvent->message) {
|
|
|
|
case NS_MOUSE_LEFT_BUTTON_UP:
|
|
|
|
bw->Forward();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
NS_RELEASE(bw);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 00:16:12 +00:00
|
|
|
return result;
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static nsEventStatus PR_CALLBACK
|
|
|
|
HandleLocationEvent(nsGUIEvent *aEvent)
|
|
|
|
{
|
1998-09-15 00:16:12 +00:00
|
|
|
nsEventStatus result = nsEventStatus_eIgnore;
|
1998-07-20 21:16:38 +00:00
|
|
|
nsBrowserWindow* bw =
|
|
|
|
nsBrowserWindow::FindBrowserFor(aEvent->widget, FIND_LOCATION);
|
1998-09-15 00:16:12 +00:00
|
|
|
if (nsnull != bw) {
|
|
|
|
switch (aEvent->message) {
|
|
|
|
case NS_KEY_UP:
|
|
|
|
if (NS_VK_RETURN == ((nsKeyEvent*)aEvent)->keyCode) {
|
|
|
|
nsAutoString text;
|
|
|
|
PRUint32 size;
|
|
|
|
bw->mLocation->GetText(text, 1000, size);
|
|
|
|
bw->GoTo(text);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_RELEASE(bw);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 00:16:12 +00:00
|
|
|
return result;
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
nsEventStatus
|
1998-07-20 22:13:11 +00:00
|
|
|
nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
1998-07-20 22:45:35 +00:00
|
|
|
#ifdef NS_DEBUG
|
1998-07-20 22:13:11 +00:00
|
|
|
nsEventStatus result = DispatchDebugMenu(aID);
|
|
|
|
if (nsEventStatus_eIgnore != result) {
|
|
|
|
return result;
|
|
|
|
}
|
1998-07-20 22:45:35 +00:00
|
|
|
#endif
|
1998-07-20 22:13:11 +00:00
|
|
|
switch (aID) {
|
|
|
|
case VIEWER_EXIT:
|
|
|
|
mApp->Exit();
|
|
|
|
return nsEventStatus_eConsumeNoDefault;
|
|
|
|
|
1998-09-04 00:47:15 +00:00
|
|
|
case VIEWER_WINDOW_OPEN:
|
|
|
|
mApp->OpenWindow();
|
|
|
|
break;
|
|
|
|
|
1998-07-21 16:45:21 +00:00
|
|
|
case VIEWER_FILE_OPEN:
|
|
|
|
DoFileOpen();
|
|
|
|
break;
|
1998-07-27 18:17:07 +00:00
|
|
|
|
|
|
|
case VIEWER_EDIT_COPY:
|
|
|
|
DoCopy();
|
|
|
|
break;
|
1998-07-21 16:45:21 +00:00
|
|
|
|
1998-08-03 22:32:34 +00:00
|
|
|
case VIEWER_EDIT_SELECTALL:
|
|
|
|
DoSelectAll();
|
|
|
|
break;
|
|
|
|
|
1998-08-28 16:14:37 +00:00
|
|
|
case VIEWER_EDIT_FINDINPAGE:
|
|
|
|
DoFind();
|
|
|
|
break;
|
|
|
|
|
1998-07-20 22:13:11 +00:00
|
|
|
case VIEWER_DEMO0:
|
|
|
|
case VIEWER_DEMO1:
|
|
|
|
case VIEWER_DEMO2:
|
|
|
|
case VIEWER_DEMO3:
|
|
|
|
case VIEWER_DEMO4:
|
|
|
|
case VIEWER_DEMO5:
|
|
|
|
case VIEWER_DEMO6:
|
|
|
|
case VIEWER_DEMO7:
|
|
|
|
case VIEWER_DEMO8:
|
|
|
|
case VIEWER_DEMO9:
|
|
|
|
{
|
|
|
|
PRIntn ix = aID - VIEWER_DEMO0;
|
|
|
|
nsAutoString url(SAMPLES_BASE_URL);
|
|
|
|
url.Append("/test");
|
|
|
|
url.Append(ix, 10);
|
|
|
|
url.Append(".html");
|
1998-09-09 01:19:11 +00:00
|
|
|
mWebShell->LoadURL(url);
|
1998-07-20 21:16:38 +00:00
|
|
|
}
|
1998-07-20 22:13:11 +00:00
|
|
|
break;
|
1998-08-07 04:45:03 +00:00
|
|
|
case JS_CONSOLE:
|
|
|
|
DoJSConsole();
|
|
|
|
break;
|
|
|
|
|
1998-09-22 00:57:54 +00:00
|
|
|
case VIEWER_PREFS:
|
|
|
|
DoPrefs();
|
|
|
|
break;
|
|
|
|
|
1998-08-07 04:45:03 +00:00
|
|
|
case EDITOR_MODE:
|
1998-08-14 01:51:00 +00:00
|
|
|
DoEditorMode(mWebShell);
|
1998-08-07 04:45:03 +00:00
|
|
|
break;
|
1998-07-20 21:16:38 +00:00
|
|
|
}
|
1998-08-07 04:45:03 +00:00
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
return nsEventStatus_eIgnore;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::Back()
|
|
|
|
{
|
1998-07-22 11:26:18 +00:00
|
|
|
mWebShell->Back();
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::Forward()
|
|
|
|
{
|
1998-07-22 11:26:18 +00:00
|
|
|
mWebShell->Forward();
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::GoTo(const PRUnichar* aURL)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
1998-07-22 11:26:18 +00:00
|
|
|
mWebShell->LoadURL(aURL, nsnull);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
1998-07-21 16:45:21 +00:00
|
|
|
#define FILE_PROTOCOL "file://"
|
|
|
|
|
|
|
|
static PRBool GetFileNameFromFileSelector(nsIWidget* aParentWindow,
|
|
|
|
nsString* aFileName)
|
|
|
|
{
|
|
|
|
PRBool selectedFileName = PR_FALSE;
|
|
|
|
nsIFileWidget *fileWidget;
|
|
|
|
nsString title("Open HTML");
|
1998-09-01 00:26:28 +00:00
|
|
|
nsresult rv = nsRepository::CreateInstance(kFileWidgetCID,
|
1998-07-21 16:45:21 +00:00
|
|
|
nsnull,
|
|
|
|
kIFileWidgetIID,
|
|
|
|
(void**)&fileWidget);
|
|
|
|
if (NS_OK == rv) {
|
|
|
|
nsString titles[] = {"all files","html" };
|
|
|
|
nsString filters[] = {"*.*", "*.html"};
|
|
|
|
fileWidget->SetFilterList(2, titles, filters);
|
|
|
|
fileWidget->Create(aParentWindow,
|
|
|
|
title,
|
|
|
|
eMode_load,
|
|
|
|
nsnull,
|
|
|
|
nsnull);
|
|
|
|
|
|
|
|
PRUint32 result = fileWidget->Show();
|
|
|
|
if (result) {
|
|
|
|
fileWidget->GetFile(*aFileName);
|
|
|
|
selectedFileName = PR_TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_RELEASE(fileWidget);
|
|
|
|
}
|
|
|
|
|
|
|
|
return selectedFileName;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::DoFileOpen()
|
|
|
|
{
|
|
|
|
nsAutoString fileName;
|
|
|
|
char szFile[1000];
|
|
|
|
if (GetFileNameFromFileSelector(mWindow, &fileName)) {
|
|
|
|
fileName.ToCString(szFile, sizeof(szFile));
|
|
|
|
PRInt32 len = strlen(szFile);
|
|
|
|
PRInt32 sum = len + sizeof(FILE_PROTOCOL);
|
|
|
|
char* lpszFileURL = new char[sum];
|
|
|
|
|
|
|
|
// Translate '\' to '/'
|
|
|
|
for (PRInt32 i = 0; i < len; i++) {
|
|
|
|
if (szFile[i] == '\\') {
|
|
|
|
szFile[i] = '/';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Build the file URL
|
|
|
|
PR_snprintf(lpszFileURL, sum, "%s%s", FILE_PROTOCOL, szFile);
|
|
|
|
|
|
|
|
// Ask the Web widget to load the file URL
|
1998-09-09 01:19:11 +00:00
|
|
|
mWebShell->LoadURL(nsString(lpszFileURL));
|
1998-07-21 16:45:21 +00:00
|
|
|
delete lpszFileURL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1998-08-28 16:14:37 +00:00
|
|
|
#define DIALOG_FONT "Helvetica"
|
|
|
|
#define DIALOG_FONT_SIZE 10
|
|
|
|
|
|
|
|
/**--------------------------------------------------------------------------------
|
|
|
|
* Main Handler
|
|
|
|
*--------------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
nsEventStatus PR_CALLBACK HandleEvent(nsGUIEvent *aEvent)
|
|
|
|
{
|
|
|
|
//printf("HandleEvent aEvent->message %d\n", aEvent->message);
|
|
|
|
nsEventStatus result = nsEventStatus_eIgnore;
|
|
|
|
if (aEvent == nsnull || aEvent->widget == nsnull) {
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (aEvent->message == 301 || aEvent->message == 302) {
|
|
|
|
int x = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
void * data;
|
|
|
|
aEvent->widget->GetClientData(data);
|
|
|
|
|
|
|
|
if (data == nsnull) {
|
|
|
|
nsIWidget * parent = aEvent->widget->GetParent();
|
|
|
|
if (parent != nsnull) {
|
|
|
|
parent->GetClientData(data);
|
|
|
|
NS_RELEASE(parent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (data != nsnull) {
|
|
|
|
nsBrowserWindow * browserWindow = (nsBrowserWindow *)data;
|
|
|
|
result = browserWindow->ProcessDialogEvent(aEvent);
|
|
|
|
}
|
|
|
|
|
|
|
|
return result;
|
|
|
|
}
|
1998-09-14 20:46:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static void* GetItemsNativeData(nsISupports* aObject)
|
|
|
|
{
|
|
|
|
void* result = nsnull;
|
|
|
|
nsIWidget* widget;
|
|
|
|
if (NS_OK == aObject->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
result = widget->GetNativeData(NS_NATIVE_WIDGET);
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
1998-08-28 16:14:37 +00:00
|
|
|
/**--------------------------------------------------------------------------------
|
|
|
|
* Main Handler
|
|
|
|
*--------------------------------------------------------------------------------
|
|
|
|
*/
|
1998-09-14 20:46:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
1998-08-28 16:14:37 +00:00
|
|
|
nsEventStatus nsBrowserWindow::ProcessDialogEvent(nsGUIEvent *aEvent)
|
|
|
|
{
|
|
|
|
nsEventStatus result = nsEventStatus_eIgnore;
|
|
|
|
|
|
|
|
//printf("aEvent->message %d\n", aEvent->message);
|
|
|
|
switch(aEvent->message) {
|
|
|
|
|
1998-08-28 22:36:10 +00:00
|
|
|
case NS_KEY_DOWN: {
|
|
|
|
nsKeyEvent* keyEvent = (nsKeyEvent*)aEvent;
|
|
|
|
if (NS_VK_RETURN == keyEvent->keyCode) {
|
1998-09-14 20:46:42 +00:00
|
|
|
PRBool matchCase = PR_FALSE;
|
|
|
|
mMatchCheckBtn->GetState(matchCase);
|
|
|
|
PRBool findDwn = PR_FALSE;
|
|
|
|
mDwnRadioBtn->GetState(findDwn);
|
1998-08-28 22:36:10 +00:00
|
|
|
nsString searchStr;
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 actualSize;
|
|
|
|
mTextField->GetText(searchStr, 255,actualSize);
|
1998-08-28 22:36:10 +00:00
|
|
|
|
|
|
|
nsIPresShell* shell = GetPresShell();
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
PRBool foundIt = PR_FALSE;
|
|
|
|
doc->FindNext(searchStr, matchCase, findDwn, foundIt);
|
|
|
|
if (!foundIt) {
|
|
|
|
// Display Dialog here
|
|
|
|
}
|
|
|
|
ForceRefresh();
|
|
|
|
NS_RELEASE(doc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} break;
|
|
|
|
|
1998-08-28 16:14:37 +00:00
|
|
|
case NS_MOUSE_LEFT_BUTTON_UP: {
|
1998-09-14 20:46:42 +00:00
|
|
|
nsIWidget* dialogWidget = nsnull;
|
|
|
|
if (NS_OK != mDialog->QueryInterface(kIWidgetIID,(void**)&dialogWidget))
|
|
|
|
break;
|
|
|
|
|
|
|
|
if (aEvent->widget->GetNativeData(NS_NATIVE_WIDGET) == GetItemsNativeData(mCancelBtn)) {
|
|
|
|
dialogWidget->Show(PR_FALSE);
|
|
|
|
} else if (aEvent->widget->GetNativeData(NS_NATIVE_WIDGET) == GetItemsNativeData(mFindBtn)) {
|
|
|
|
|
|
|
|
PRBool matchCase = PR_FALSE;
|
|
|
|
mMatchCheckBtn->GetState(matchCase);
|
|
|
|
PRBool findDwn = PR_FALSE;
|
|
|
|
mDwnRadioBtn->GetState(findDwn);
|
|
|
|
PRUint32 actualSize;
|
1998-08-28 16:14:37 +00:00
|
|
|
nsString searchStr;
|
1998-09-14 20:46:42 +00:00
|
|
|
mTextField->GetText(searchStr, 255,actualSize);
|
1998-08-28 16:14:37 +00:00
|
|
|
|
|
|
|
nsIPresShell* shell = GetPresShell();
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
PRBool foundIt = PR_FALSE;
|
|
|
|
doc->FindNext(searchStr, matchCase, findDwn, foundIt);
|
|
|
|
if (!foundIt) {
|
|
|
|
// Display Dialog here
|
|
|
|
}
|
|
|
|
ForceRefresh();
|
|
|
|
NS_RELEASE(doc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
|
1998-09-14 20:46:42 +00:00
|
|
|
} else if (aEvent->widget->GetNativeData(NS_NATIVE_WIDGET) == GetItemsNativeData(mUpRadioBtn)) {
|
1998-08-28 16:14:37 +00:00
|
|
|
mUpRadioBtn->SetState(PR_TRUE);
|
|
|
|
mDwnRadioBtn->SetState(PR_FALSE);
|
1998-09-14 20:46:42 +00:00
|
|
|
} else if (aEvent->widget->GetNativeData(NS_NATIVE_WIDGET) == GetItemsNativeData(mDwnRadioBtn)) {
|
1998-08-28 16:14:37 +00:00
|
|
|
mDwnRadioBtn->SetState(PR_TRUE);
|
|
|
|
mUpRadioBtn->SetState(PR_FALSE);
|
1998-09-14 20:46:42 +00:00
|
|
|
} else if (aEvent->widget->GetNativeData(NS_NATIVE_WIDGET) == GetItemsNativeData(mMatchCheckBtn)) {
|
|
|
|
PRBool state = PR_FALSE;
|
|
|
|
mMatchCheckBtn->GetState(state);
|
|
|
|
mMatchCheckBtn->SetState(!state);
|
1998-08-28 16:14:37 +00:00
|
|
|
}
|
|
|
|
} break;
|
|
|
|
|
|
|
|
case NS_PAINT:
|
|
|
|
#ifndef XP_UNIX
|
|
|
|
// paint the background
|
1998-09-14 20:46:42 +00:00
|
|
|
if (aEvent->widget->GetNativeData(NS_NATIVE_WIDGET) == GetItemsNativeData(mDialog)) {
|
1998-08-28 16:14:37 +00:00
|
|
|
nsIRenderingContext *drawCtx = ((nsPaintEvent*)aEvent)->renderingContext;
|
|
|
|
drawCtx->SetColor(aEvent->widget->GetBackgroundColor());
|
|
|
|
drawCtx->FillRect(*(((nsPaintEvent*)aEvent)->rect));
|
|
|
|
|
|
|
|
return nsEventStatus_eIgnore;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
result = nsEventStatus_eIgnore;
|
|
|
|
}
|
|
|
|
//printf("result: %d = %d\n", result, PR_FALSE);
|
|
|
|
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::DoFind()
|
|
|
|
{
|
1998-09-01 21:08:32 +00:00
|
|
|
if (mDialog == nsnull) {
|
|
|
|
nscoord txtHeight = 24;
|
|
|
|
nscolor textBGColor = NS_RGB(0, 0, 0);
|
|
|
|
nscolor textFGColor = NS_RGB(255, 255, 255);
|
|
|
|
|
|
|
|
nsILookAndFeel * lookAndFeel;
|
|
|
|
if (NS_OK == nsRepository::CreateInstance(kLookAndFeelCID, nsnull, kILookAndFeelIID, (void**)&lookAndFeel)) {
|
|
|
|
lookAndFeel->GetMetric(nsILookAndFeel::eMetric_TextFieldHeight, txtHeight);
|
|
|
|
lookAndFeel->GetColor(nsILookAndFeel::eColor_TextBackground, textBGColor);
|
|
|
|
lookAndFeel->GetColor(nsILookAndFeel::eColor_TextForeground, textFGColor);
|
1998-09-12 19:30:09 +00:00
|
|
|
NS_RELEASE(lookAndFeel);
|
1998-09-01 21:08:32 +00:00
|
|
|
}
|
1998-08-28 16:14:37 +00:00
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
|
|
|
|
nsIDeviceContext* dc = mWindow->GetDeviceContext();
|
|
|
|
float t2d;
|
|
|
|
dc->GetTwipsToDevUnits(t2d);
|
|
|
|
nsFont font(DIALOG_FONT, NS_FONT_STYLE_NORMAL, NS_FONT_VARIANT_NORMAL,
|
|
|
|
NS_FONT_WEIGHT_NORMAL, 0,
|
|
|
|
nscoord(t2d * NSIntPointsToTwips(DIALOG_FONT_SIZE)));
|
|
|
|
NS_RELEASE(dc);
|
|
|
|
|
|
|
|
// create a Dialog
|
|
|
|
//
|
|
|
|
nsRect rect;
|
|
|
|
rect.SetRect(0, 0, 380, 110);
|
|
|
|
|
|
|
|
nsRepository::CreateInstance(kDialogCID, nsnull, kIDialogIID, (void**)&mDialog);
|
1998-09-14 20:46:42 +00:00
|
|
|
nsIWidget* widget = nsnull;
|
|
|
|
NS_CreateDialog(mWindow,mDialog,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mDialog->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetClientData(this);
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-09-01 21:08:32 +00:00
|
|
|
mDialog->SetLabel("Find");
|
|
|
|
|
|
|
|
nscoord xx = 5;
|
|
|
|
// Create Label
|
|
|
|
rect.SetRect(xx, 8, 75, 24);
|
|
|
|
nsRepository::CreateInstance(kLabelCID, nsnull, kILabelIID, (void**)&mLabel);
|
1998-09-14 20:46:42 +00:00
|
|
|
NS_CreateLabel(mDialog,mLabel,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mLabel->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetClientData(this);
|
|
|
|
mLabel->SetAlignment(eAlign_Right);
|
|
|
|
mLabel->SetLabel("Find what:");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-09-01 21:08:32 +00:00
|
|
|
xx += 75 + 5;
|
|
|
|
|
|
|
|
// Create TextField
|
|
|
|
rect.SetRect(xx, 5, 200, txtHeight);
|
|
|
|
nsRepository::CreateInstance(kTextFieldCID, nsnull, kITextWidgetIID, (void**)&mTextField);
|
1998-09-14 20:46:42 +00:00
|
|
|
NS_CreateTextWidget(mDialog,mTextField,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mTextField->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetBackgroundColor(textBGColor);
|
|
|
|
widget->SetForegroundColor(textFGColor);
|
|
|
|
widget->SetClientData(this);
|
|
|
|
widget->SetFocus();
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-09-01 21:08:32 +00:00
|
|
|
xx += 200 + 5;
|
1998-08-28 16:14:37 +00:00
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
nscoord w = 65;
|
|
|
|
nscoord x = 205+80-w;
|
|
|
|
nscoord y = txtHeight + 10;
|
|
|
|
nscoord h = 19;
|
|
|
|
|
|
|
|
// Create Up RadioButton
|
|
|
|
rect.SetRect(x, y, w, h);
|
|
|
|
nsRepository::CreateInstance(kRadioButtonCID, nsnull, kIRadioButtonIID, (void**)&mUpRadioBtn);
|
1998-09-14 20:46:42 +00:00
|
|
|
NS_CreateRadioButton(mDialog,mUpRadioBtn,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mUpRadioBtn->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetClientData(this);
|
|
|
|
mUpRadioBtn->SetLabel("Up");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-09-01 21:08:32 +00:00
|
|
|
y += h + 2;
|
1998-08-28 16:14:37 +00:00
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
// Create Up RadioButton
|
|
|
|
rect.SetRect(x, y, w, h);
|
|
|
|
nsRepository::CreateInstance(kRadioButtonCID, nsnull, kIRadioButtonIID, (void**)&mDwnRadioBtn);
|
1998-09-14 20:46:42 +00:00
|
|
|
NS_CreateRadioButton(mDialog,mDwnRadioBtn,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mDwnRadioBtn->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetClientData(this);
|
|
|
|
mDwnRadioBtn->SetLabel("Down");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-08-28 16:14:37 +00:00
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
// Create Match CheckButton
|
|
|
|
rect.SetRect(5, y, 125, 24);
|
|
|
|
nsRepository::CreateInstance(kCheckButtonCID, nsnull, kICheckButtonIID, (void**)&mMatchCheckBtn);
|
1998-09-14 20:46:42 +00:00
|
|
|
NS_CreateCheckButton(mDialog,mMatchCheckBtn,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mMatchCheckBtn->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetClientData(this);
|
|
|
|
mMatchCheckBtn->SetLabel("Match Case");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-09-01 21:08:32 +00:00
|
|
|
|
|
|
|
mUpRadioBtn->SetState(PR_FALSE);
|
|
|
|
mDwnRadioBtn->SetState(PR_TRUE);
|
1998-08-28 16:14:37 +00:00
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
// Create Find Next Button
|
|
|
|
rect.SetRect(xx, 5, 75, 24);
|
|
|
|
nsRepository::CreateInstance(kButtonCID, nsnull, kIButtonIID, (void**)&mFindBtn);
|
1998-09-14 20:46:42 +00:00
|
|
|
NS_CreateButton(mDialog,mFindBtn,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mFindBtn->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetClientData(this);
|
|
|
|
mFindBtn->SetLabel("Find Next");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-08-28 16:14:37 +00:00
|
|
|
|
1998-09-01 21:08:32 +00:00
|
|
|
// Create Cancel Button
|
|
|
|
rect.SetRect(xx, 35, 75, 24);
|
|
|
|
nsRepository::CreateInstance(kButtonCID, nsnull, kIButtonIID, (void**)&mCancelBtn);
|
1998-09-14 20:46:42 +00:00
|
|
|
NS_CreateButton(mDialog,mCancelBtn,rect,HandleEvent,&font);
|
|
|
|
if (NS_OK == mCancelBtn->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetClientData(this);
|
|
|
|
mCancelBtn->SetLabel("Cancel");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-09-01 21:08:32 +00:00
|
|
|
}
|
|
|
|
mTextField->SelectAll();
|
1998-08-28 16:14:37 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
1998-08-04 20:04:55 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DoSelectAll()
|
|
|
|
{
|
|
|
|
|
|
|
|
nsIPresShell* shell = GetPresShell();
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
doc->SelectAll();
|
|
|
|
ForceRefresh();
|
|
|
|
NS_RELEASE(doc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::ForceRefresh()
|
|
|
|
{
|
|
|
|
nsIPresShell* shell = GetPresShell();
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIViewManager* vm = shell->GetViewManager();
|
|
|
|
if (nsnull != vm) {
|
1998-08-28 04:56:56 +00:00
|
|
|
nsIView* root;
|
|
|
|
vm->GetRootView(root);
|
1998-08-04 20:04:55 +00:00
|
|
|
if (nsnull != root) {
|
1998-09-20 22:24:21 +00:00
|
|
|
vm->UpdateView(root, (nsIRegion*)nsnull, NS_VMREFRESH_IMMEDIATE |
|
|
|
|
NS_VMREFRESH_AUTO_DOUBLE_BUFFER);
|
1998-08-04 20:04:55 +00:00
|
|
|
}
|
|
|
|
NS_RELEASE(vm);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
|
|
|
|
// Note: operator new zeros our memory
|
|
|
|
nsBrowserWindow::nsBrowserWindow()
|
|
|
|
{
|
|
|
|
AddBrowser(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
nsBrowserWindow::~nsBrowserWindow()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMPL_ADDREF(nsBrowserWindow)
|
|
|
|
NS_IMPL_RELEASE(nsBrowserWindow)
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsBrowserWindow::QueryInterface(const nsIID& aIID,
|
|
|
|
void** aInstancePtrResult)
|
|
|
|
{
|
|
|
|
NS_PRECONDITION(nsnull != aInstancePtrResult, "null pointer");
|
|
|
|
if (nsnull == aInstancePtrResult) {
|
|
|
|
return NS_ERROR_NULL_POINTER;
|
|
|
|
}
|
1998-07-22 00:26:23 +00:00
|
|
|
|
|
|
|
*aInstancePtrResult = NULL;
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
if (aIID.Equals(kIBrowserWindowIID)) {
|
|
|
|
*aInstancePtrResult = (void*) ((nsIBrowserWindow*)this);
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_ADDREF_THIS();
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
if (aIID.Equals(kIStreamObserverIID)) {
|
|
|
|
*aInstancePtrResult = (void*) ((nsIStreamObserver*)this);
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_ADDREF_THIS();
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
if (aIID.Equals(kIWebShellContainerIID)) {
|
|
|
|
*aInstancePtrResult = (void*) ((nsIWebShellContainer*)this);
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_ADDREF_THIS();
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
1998-07-22 00:26:23 +00:00
|
|
|
if (aIID.Equals(kINetSupportIID)) {
|
|
|
|
*aInstancePtrResult = (void*) ((nsINetSupport*)this);
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_ADDREF_THIS();
|
1998-07-22 00:26:23 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
if (aIID.Equals(kISupportsIID)) {
|
|
|
|
*aInstancePtrResult = (void*) ((nsISupports*)((nsIBrowserWindow*)this));
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_ADDREF_THIS();
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
return NS_NOINTERFACE;
|
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
nsresult
|
|
|
|
nsBrowserWindow::Init(nsIAppShell* aAppShell,
|
1998-07-31 06:01:45 +00:00
|
|
|
nsIPref* aPrefs,
|
1998-07-20 21:16:38 +00:00
|
|
|
const nsRect& aBounds,
|
1998-08-05 04:23:21 +00:00
|
|
|
PRUint32 aChromeMask,
|
|
|
|
PRBool aAllowPlugins)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
mChromeMask = aChromeMask;
|
1998-08-19 21:00:51 +00:00
|
|
|
mAppShell = aAppShell;
|
|
|
|
mPrefs = aPrefs;
|
|
|
|
mAllowPlugins = aAllowPlugins;
|
1998-07-20 16:19:22 +00:00
|
|
|
|
|
|
|
// Create top level window
|
1998-09-01 00:26:28 +00:00
|
|
|
nsresult rv = nsRepository::CreateInstance(kWindowCID, nsnull, kIWidgetIID,
|
1998-07-20 16:19:22 +00:00
|
|
|
(void**)&mWindow);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
nsRect r(0, 0, aBounds.width, aBounds.height);
|
|
|
|
mWindow->Create((nsIWidget*)NULL, r, HandleBrowserEvent,
|
1998-07-29 18:50:51 +00:00
|
|
|
nsnull, aAppShell);
|
1998-07-20 16:19:22 +00:00
|
|
|
mWindow->GetBounds(r);
|
|
|
|
|
|
|
|
// Create web shell
|
1998-09-01 00:26:28 +00:00
|
|
|
rv = nsRepository::CreateInstance(kWebShellCID, nsnull,
|
1998-07-20 16:19:22 +00:00
|
|
|
kIWebShellIID,
|
|
|
|
(void**)&mWebShell);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
r.x = r.y = 0;
|
1998-08-14 23:08:54 +00:00
|
|
|
rv = mWebShell->Init(mWindow->GetNativeData(NS_NATIVE_WIDGET),
|
|
|
|
r.x, r.y, r.width, r.height,
|
1998-08-05 04:23:21 +00:00
|
|
|
nsScrollPreference_kAuto, aAllowPlugins);
|
1998-07-20 16:19:22 +00:00
|
|
|
mWebShell->SetContainer((nsIWebShellContainer*) this);
|
1998-07-22 11:26:18 +00:00
|
|
|
mWebShell->SetObserver((nsIStreamObserver*)this);
|
1998-07-31 06:01:45 +00:00
|
|
|
mWebShell->SetPrefs(aPrefs);
|
1998-07-20 16:19:22 +00:00
|
|
|
mWebShell->Show();
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
if (NS_CHROME_MENU_BAR_ON & aChromeMask) {
|
|
|
|
rv = CreateMenuBar(r.width);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
mWindow->GetBounds(r);
|
|
|
|
r.x = r.y = 0;
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
if (NS_CHROME_TOOL_BAR_ON & aChromeMask) {
|
|
|
|
rv = CreateToolBar(r.width);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
if (NS_CHROME_STATUS_BAR_ON & aChromeMask) {
|
|
|
|
rv = CreateStatusBar(r.width);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
// Now lay it all out
|
1998-07-20 16:19:22 +00:00
|
|
|
Layout(r.width, r.height);
|
|
|
|
|
1998-08-28 16:14:37 +00:00
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-24 16:03:11 +00:00
|
|
|
// XXX This sort of thing should be in a resource
|
|
|
|
#define TOOL_BAR_FONT "Helvetica"
|
1998-07-31 06:01:45 +00:00
|
|
|
#define TOOL_BAR_FONT_SIZE 12
|
1998-07-24 16:03:11 +00:00
|
|
|
#define STATUS_BAR_FONT "Helvetica"
|
1998-07-31 06:01:45 +00:00
|
|
|
#define STATUS_BAR_FONT_SIZE 10
|
1998-07-24 16:03:11 +00:00
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
nsresult
|
|
|
|
nsBrowserWindow::CreateToolBar(PRInt32 aWidth)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
|
1998-07-24 16:03:11 +00:00
|
|
|
nsIDeviceContext* dc = mWindow->GetDeviceContext();
|
1998-08-27 05:05:03 +00:00
|
|
|
float t2d;
|
|
|
|
dc->GetTwipsToDevUnits(t2d);
|
1998-07-24 16:03:11 +00:00
|
|
|
nsFont font(TOOL_BAR_FONT, NS_FONT_STYLE_NORMAL, NS_FONT_VARIANT_NORMAL,
|
|
|
|
NS_FONT_WEIGHT_NORMAL, 0,
|
1998-07-31 23:34:45 +00:00
|
|
|
nscoord(t2d * NSIntPointsToTwips(TOOL_BAR_FONT_SIZE)));
|
1998-07-24 16:03:11 +00:00
|
|
|
NS_RELEASE(dc);
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
// Create and place back button
|
1998-09-01 00:26:28 +00:00
|
|
|
rv = nsRepository::CreateInstance(kButtonCID, nsnull, kIButtonIID,
|
1998-07-20 16:19:22 +00:00
|
|
|
(void**)&mBack);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
nsRect r(0, 0, BUTTON_WIDTH, BUTTON_HEIGHT);
|
1998-09-14 20:46:42 +00:00
|
|
|
|
|
|
|
nsIWidget* widget = nsnull;
|
|
|
|
|
|
|
|
NS_CreateButton(mWindow,mBack,r,HandleBackEvent,&font);
|
|
|
|
if (NS_OK == mBack->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
mBack->SetLabel("Back");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
|
|
|
|
// Create and place forward button
|
|
|
|
r.SetRect(BUTTON_WIDTH, 0, BUTTON_WIDTH, BUTTON_HEIGHT);
|
1998-09-01 00:26:28 +00:00
|
|
|
rv = nsRepository::CreateInstance(kButtonCID, nsnull, kIButtonIID,
|
1998-07-24 16:03:11 +00:00
|
|
|
(void**)&mForward);
|
1998-07-20 16:19:22 +00:00
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
1998-09-14 20:46:42 +00:00
|
|
|
if (NS_OK == mForward->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
1998-10-09 19:06:19 +00:00
|
|
|
widget->Create(mWindow, r, HandleForwardEvent, NULL);
|
1998-09-14 20:46:42 +00:00
|
|
|
widget->SetFont(font);
|
|
|
|
widget->Show(PR_TRUE);
|
|
|
|
mForward->SetLabel("Forward");
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
|
|
|
|
// Create and place location bar
|
|
|
|
r.SetRect(2*BUTTON_WIDTH, 0,
|
|
|
|
aWidth - 2*BUTTON_WIDTH - THROBBER_WIDTH,
|
|
|
|
BUTTON_HEIGHT);
|
1998-09-01 00:26:28 +00:00
|
|
|
rv = nsRepository::CreateInstance(kTextFieldCID, nsnull, kITextWidgetIID,
|
1998-07-20 16:19:22 +00:00
|
|
|
(void**)&mLocation);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
1998-09-14 20:46:42 +00:00
|
|
|
|
|
|
|
NS_CreateTextWidget(mWindow,mLocation,r,HandleLocationEvent,&font);
|
|
|
|
if (NS_OK == mLocation->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetForegroundColor(NS_RGB(0, 0, 0));
|
|
|
|
widget->SetBackgroundColor(NS_RGB(255, 255, 255));
|
|
|
|
PRUint32 size;
|
|
|
|
mLocation->SetText("",size);
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
|
|
|
|
// Create and place throbber
|
|
|
|
r.SetRect(aWidth - THROBBER_WIDTH, 0,
|
|
|
|
THROBBER_WIDTH, THROBBER_HEIGHT);
|
1998-09-01 00:26:28 +00:00
|
|
|
rv = nsRepository::CreateInstance(kThrobberCID, nsnull, kIThrobberIID,
|
1998-07-20 16:19:22 +00:00
|
|
|
(void**)&mThrobber);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
mThrobber->Init(mWindow, r);
|
|
|
|
mThrobber->Show();
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsBrowserWindow::CreateStatusBar(PRInt32 aWidth)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
|
1998-07-24 16:03:11 +00:00
|
|
|
nsIDeviceContext* dc = mWindow->GetDeviceContext();
|
1998-08-27 05:05:03 +00:00
|
|
|
float t2d;
|
|
|
|
dc->GetTwipsToDevUnits(t2d);
|
1998-07-24 16:03:11 +00:00
|
|
|
nsFont font(STATUS_BAR_FONT, NS_FONT_STYLE_NORMAL, NS_FONT_VARIANT_NORMAL,
|
|
|
|
NS_FONT_WEIGHT_NORMAL, 0,
|
1998-07-31 23:34:45 +00:00
|
|
|
nscoord(t2d * NSIntPointsToTwips(STATUS_BAR_FONT_SIZE)));
|
1998-07-24 16:03:11 +00:00
|
|
|
NS_RELEASE(dc);
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
nsRect r(0, 0, aWidth, THROBBER_HEIGHT);
|
1998-09-01 00:26:28 +00:00
|
|
|
rv = nsRepository::CreateInstance(kTextFieldCID, nsnull, kITextWidgetIID,
|
1998-07-20 16:19:22 +00:00
|
|
|
(void**)&mStatus);
|
|
|
|
if (NS_OK != rv) {
|
|
|
|
return rv;
|
|
|
|
}
|
1998-09-14 20:46:42 +00:00
|
|
|
|
|
|
|
nsIWidget* widget = nsnull;
|
|
|
|
NS_CreateTextWidget(mWindow,mStatus,r,HandleLocationEvent,&font);
|
|
|
|
if (NS_OK == mStatus->QueryInterface(kIWidgetIID,(void**)&widget))
|
|
|
|
{
|
|
|
|
widget->SetForegroundColor(NS_RGB(0, 0, 0));
|
|
|
|
PRUint32 size;
|
|
|
|
mStatus->SetText("",size);
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::Layout(PRInt32 aWidth, PRInt32 aHeight)
|
|
|
|
{
|
1998-09-01 22:49:16 +00:00
|
|
|
nscoord txtHeight;
|
|
|
|
nsILookAndFeel * lookAndFeel;
|
|
|
|
if (NS_OK == nsRepository::CreateInstance(kLookAndFeelCID, nsnull, kILookAndFeelIID, (void**)&lookAndFeel)) {
|
|
|
|
lookAndFeel->GetMetric(nsILookAndFeel::eMetric_TextFieldHeight, txtHeight);
|
1998-09-12 19:30:09 +00:00
|
|
|
NS_RELEASE(lookAndFeel);
|
1998-09-01 22:49:16 +00:00
|
|
|
} else {
|
|
|
|
txtHeight = 24;
|
|
|
|
}
|
|
|
|
|
1998-09-15 21:31:58 +00:00
|
|
|
nsRect rr(0, 0, aWidth, aHeight);
|
1998-09-14 20:46:42 +00:00
|
|
|
nsIWidget* locationWidget = nsnull;
|
1998-09-01 22:49:16 +00:00
|
|
|
|
1998-09-16 23:16:37 +00:00
|
|
|
// position location bar (it's stretchy)
|
|
|
|
if (mLocation && NS_OK == mLocation->QueryInterface(kIWidgetIID,(void**)&locationWidget)) {
|
|
|
|
if (mChromeMask & NS_CHROME_TOOL_BAR_ON) {
|
|
|
|
if (mThrobber) {
|
|
|
|
locationWidget->Resize(2*BUTTON_WIDTH, 0,
|
|
|
|
aWidth - (2*BUTTON_WIDTH + THROBBER_WIDTH),
|
|
|
|
BUTTON_HEIGHT,
|
|
|
|
PR_TRUE);
|
|
|
|
mThrobber->MoveTo(aWidth - THROBBER_WIDTH, 0);
|
1998-09-14 20:46:42 +00:00
|
|
|
}
|
|
|
|
else {
|
1998-09-16 23:16:37 +00:00
|
|
|
locationWidget->Resize(2*BUTTON_WIDTH, 0,
|
|
|
|
aWidth - 2*BUTTON_WIDTH,
|
|
|
|
BUTTON_HEIGHT,
|
|
|
|
PR_TRUE);
|
1998-09-14 20:46:42 +00:00
|
|
|
}
|
1998-09-16 23:16:37 +00:00
|
|
|
rr.y += BUTTON_HEIGHT;
|
|
|
|
rr.height -= BUTTON_HEIGHT;
|
|
|
|
locationWidget->Show(PR_TRUE);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
locationWidget->Show(PR_FALSE);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 21:31:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
nsIWidget* statusWidget = nsnull;
|
1998-09-14 20:46:42 +00:00
|
|
|
|
1998-09-16 23:16:37 +00:00
|
|
|
if (mStatus && NS_OK == mStatus->QueryInterface(kIWidgetIID,(void**)&statusWidget)) {
|
|
|
|
if (mChromeMask & NS_CHROME_STATUS_BAR_ON) {
|
|
|
|
statusWidget->Resize(0, aHeight - txtHeight,
|
|
|
|
aWidth, txtHeight,
|
|
|
|
PR_TRUE);
|
|
|
|
rr.height -= txtHeight;
|
|
|
|
statusWidget->Show(PR_TRUE);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
statusWidget->Show(PR_FALSE);
|
1998-09-14 20:46:42 +00:00
|
|
|
}
|
1998-10-06 02:00:54 +00:00
|
|
|
NS_RELEASE(statusWidget);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-15 21:31:58 +00:00
|
|
|
|
|
|
|
// inset the web widget
|
|
|
|
rr.x += WEBSHELL_LEFT_INSET;
|
|
|
|
rr.y += WEBSHELL_TOP_INSET;
|
|
|
|
rr.width -= WEBSHELL_LEFT_INSET + WEBSHELL_RIGHT_INSET;
|
|
|
|
rr.height -= WEBSHELL_TOP_INSET + WEBSHELL_BOTTOM_INSET;
|
|
|
|
mWebShell->SetBounds(rr.x, rr.y, rr.width, rr.height);
|
|
|
|
NS_IF_RELEASE(locationWidget);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::MoveTo(PRInt32 aX, PRInt32 aY)
|
|
|
|
{
|
|
|
|
NS_PRECONDITION(nsnull != mWindow, "null window");
|
|
|
|
mWindow->Move(aX, aY);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::SizeTo(PRInt32 aWidth, PRInt32 aHeight)
|
|
|
|
{
|
|
|
|
NS_PRECONDITION(nsnull != mWindow, "null window");
|
|
|
|
|
|
|
|
// XXX We want to do this in one shot
|
|
|
|
mWindow->Resize(aWidth, aHeight, PR_FALSE);
|
|
|
|
Layout(aWidth, aHeight);
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-21 00:48:35 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::GetBounds(nsRect& aBounds)
|
|
|
|
{
|
|
|
|
mWindow->GetBounds(aBounds);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-10-01 22:23:48 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::GetWindowBounds(nsRect& aBounds)
|
|
|
|
{
|
|
|
|
//XXX This needs to be non-client bounds when it exists.
|
|
|
|
mWindow->GetBounds(aBounds);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::Show()
|
|
|
|
{
|
|
|
|
NS_PRECONDITION(nsnull != mWindow, "null window");
|
|
|
|
mWindow->Show(PR_TRUE);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::Hide()
|
|
|
|
{
|
|
|
|
NS_PRECONDITION(nsnull != mWindow, "null window");
|
|
|
|
mWindow->Show(PR_FALSE);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-09-04 00:47:15 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::Close()
|
|
|
|
{
|
1998-09-15 00:16:12 +00:00
|
|
|
RemoveBrowser(this);
|
|
|
|
|
|
|
|
if (nsnull != mWebShell) {
|
|
|
|
mWebShell->Destroy();
|
|
|
|
NS_RELEASE(mWebShell);
|
|
|
|
}
|
|
|
|
|
|
|
|
// NS_IF_RELEASE(mWindow);
|
|
|
|
if (nsnull != mWindow) {
|
|
|
|
nsIWidget* w = mWindow;
|
|
|
|
NS_RELEASE(w);
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IF_RELEASE(mBack);
|
|
|
|
NS_IF_RELEASE(mForward);
|
|
|
|
NS_IF_RELEASE(mLocation);
|
|
|
|
NS_IF_RELEASE(mThrobber);
|
|
|
|
NS_IF_RELEASE(mStatus);
|
|
|
|
|
1998-09-04 00:47:15 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-09-14 20:46:42 +00:00
|
|
|
|
1998-08-07 04:45:03 +00:00
|
|
|
NS_IMETHODIMP
|
1998-09-09 01:19:11 +00:00
|
|
|
nsBrowserWindow::SetChrome(PRUint32 aChromeMask)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
mChromeMask = aChromeMask;
|
1998-09-15 21:31:58 +00:00
|
|
|
nsRect r;
|
|
|
|
mWindow->GetBounds(r);
|
|
|
|
Layout(r.width, r.height);
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::GetChrome(PRUint32& aChromeMaskResult)
|
|
|
|
{
|
|
|
|
aChromeMaskResult = mChromeMask;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-21 00:48:35 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::GetWebShell(nsIWebShell*& aResult)
|
|
|
|
{
|
|
|
|
aResult = mWebShell;
|
|
|
|
NS_IF_ADDREF(mWebShell);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
//----------------------------------------
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::SetTitle(const PRUnichar* aTitle)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
NS_PRECONDITION(nsnull != mWindow, "null window");
|
|
|
|
mTitle = aTitle;
|
|
|
|
mWindow->SetTitle(aTitle);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::GetTitle(PRUnichar** aResult)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
1998-08-14 23:08:54 +00:00
|
|
|
*aResult = mTitle;
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-31 18:22:27 +00:00
|
|
|
NS_IMETHODIMP
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::SetStatus(const PRUnichar* aStatus)
|
1998-07-31 18:22:27 +00:00
|
|
|
{
|
1998-08-07 04:45:03 +00:00
|
|
|
if (nsnull != mStatus) {
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 size;
|
|
|
|
mStatus->SetText(aStatus,size);
|
1998-08-07 04:45:03 +00:00
|
|
|
}
|
1998-07-31 18:22:27 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::GetStatus(PRUnichar** aResult)
|
1998-07-31 18:22:27 +00:00
|
|
|
{
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-09-12 00:22:27 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::SetProgress(PRInt32 aProgress, PRInt32 aProgressMax)
|
|
|
|
{
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
NS_IMETHODIMP
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::WillLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, nsLoadType aReason)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
if (mStatus) {
|
|
|
|
nsAutoString url("Connecting to ");
|
|
|
|
url.Append(aURL);
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 size;
|
|
|
|
mStatus->SetText(url,size);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::BeginLoadURL(nsIWebShell* aShell, const PRUnichar* aURL)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
if (mThrobber) {
|
|
|
|
mThrobber->Start();
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 size;
|
|
|
|
mLocation->SetText(aURL,size);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
1998-08-14 23:08:54 +00:00
|
|
|
nsBrowserWindow::ProgressLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aProgress, PRInt32 aProgressMax)
|
|
|
|
{
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::EndLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aStatus)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
if (mThrobber) {
|
|
|
|
mThrobber->Stop();
|
|
|
|
}
|
1998-10-09 05:53:41 +00:00
|
|
|
if (nsnull != mStatus) {
|
|
|
|
nsAutoString msg(aURL);
|
|
|
|
PRUint32 size;
|
|
|
|
|
|
|
|
msg.Append(" done.");
|
|
|
|
|
|
|
|
mStatus->SetText(msg, size);
|
|
|
|
}
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
1998-08-14 23:08:54 +00:00
|
|
|
}
|
|
|
|
|
1998-09-14 20:46:42 +00:00
|
|
|
|
1998-08-19 21:00:51 +00:00
|
|
|
NS_IMETHODIMP
|
1998-09-15 00:16:12 +00:00
|
|
|
nsBrowserWindow::NewWebShell(nsIWebShell*& aNewWebShell)
|
1998-08-19 21:00:51 +00:00
|
|
|
{
|
1998-09-15 00:16:12 +00:00
|
|
|
nsresult rv = NS_OK;
|
|
|
|
|
|
|
|
// Create new window. By default, the refcnt will be 1 because of
|
|
|
|
// the registration of the browser window in gBrowsers.
|
|
|
|
nsNativeBrowserWindow* browser;
|
|
|
|
NS_NEWXPCOM(browser, nsNativeBrowserWindow);
|
1998-08-19 21:00:51 +00:00
|
|
|
|
|
|
|
if (nsnull != browser)
|
|
|
|
{
|
|
|
|
nsRect bounds;
|
|
|
|
GetBounds(bounds);
|
|
|
|
|
|
|
|
browser->SetApp(mApp);
|
|
|
|
rv = browser->Init(mAppShell, mPrefs, bounds, mChromeMask, mAllowPlugins);
|
|
|
|
if (NS_OK == rv)
|
|
|
|
{
|
|
|
|
browser->Show();
|
|
|
|
nsIWebShell *shell;
|
|
|
|
rv = browser->GetWebShell(shell);
|
|
|
|
aNewWebShell = shell;
|
|
|
|
}
|
|
|
|
else
|
1998-09-15 00:16:12 +00:00
|
|
|
{
|
|
|
|
browser->Close();
|
|
|
|
}
|
1998-08-19 21:00:51 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
rv = NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
1998-09-18 00:35:55 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::FindWebShellWithName(const PRUnichar* aName, nsIWebShell*& aResult)
|
|
|
|
{
|
|
|
|
PRInt32 i, n = gBrowsers.Count();
|
|
|
|
|
|
|
|
aResult = nsnull;
|
|
|
|
nsString aNameStr(aName);
|
|
|
|
|
|
|
|
for (i = 0; i < n; i++) {
|
|
|
|
nsBrowserWindow* bw = (nsBrowserWindow*) gBrowsers.ElementAt(i);
|
|
|
|
nsIWebShell *ws;
|
|
|
|
|
|
|
|
if (NS_OK == bw->GetWebShell(ws)) {
|
|
|
|
PRUnichar *name;
|
|
|
|
if (NS_OK == ws->GetName(&name)) {
|
|
|
|
if (aNameStr.Equals(name)) {
|
|
|
|
aResult = ws;
|
|
|
|
NS_ADDREF(aResult);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (NS_OK == ws->FindChildWithName(aName, aResult)) {
|
|
|
|
if (nsnull != aResult) {
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
//----------------------------------------
|
|
|
|
|
|
|
|
// Stream observer implementation
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::OnProgress(nsIURL* aURL,
|
|
|
|
PRInt32 aProgress,
|
1998-07-24 10:02:50 +00:00
|
|
|
PRInt32 aProgressMax)
|
1998-07-20 16:19:22 +00:00
|
|
|
{
|
|
|
|
if (mStatus) {
|
1998-07-24 10:02:50 +00:00
|
|
|
nsAutoString url;
|
|
|
|
if (nsnull != aURL) {
|
|
|
|
aURL->ToString(url);
|
|
|
|
}
|
|
|
|
url.Append(": progress ");
|
|
|
|
url.Append(aProgress, 10);
|
|
|
|
if (0 != aProgressMax) {
|
|
|
|
url.Append(" (out of ");
|
|
|
|
url.Append(aProgressMax, 10);
|
|
|
|
url.Append(")");
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 size;
|
|
|
|
mStatus->SetText(url,size);
|
1998-07-24 10:02:50 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::OnStatus(nsIURL* aURL, const nsString& aMsg)
|
|
|
|
{
|
|
|
|
if (mStatus) {
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 size;
|
|
|
|
mStatus->SetText(aMsg,size);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::OnStartBinding(nsIURL* aURL, const char *aContentType)
|
|
|
|
{
|
|
|
|
if (mStatus) {
|
|
|
|
nsAutoString url;
|
|
|
|
if (nsnull != aURL) {
|
|
|
|
aURL->ToString(url);
|
|
|
|
}
|
|
|
|
url.Append(": start");
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 size;
|
|
|
|
mStatus->SetText(url,size);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsBrowserWindow::OnStopBinding(nsIURL* aURL,
|
|
|
|
PRInt32 status,
|
|
|
|
const nsString& aMsg)
|
|
|
|
{
|
|
|
|
if (mStatus) {
|
|
|
|
nsAutoString url;
|
|
|
|
if (nsnull != aURL) {
|
|
|
|
aURL->ToString(url);
|
|
|
|
}
|
|
|
|
url.Append(": stop");
|
1998-09-14 20:46:42 +00:00
|
|
|
PRUint32 size;
|
|
|
|
mStatus->SetText(url,size);
|
1998-07-20 16:19:22 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
1998-07-22 00:26:23 +00:00
|
|
|
NS_IMETHODIMP_(void)
|
|
|
|
nsBrowserWindow::Alert(const nsString &aText)
|
|
|
|
{
|
|
|
|
nsAutoString str(aText);
|
|
|
|
printf("Browser Window Alert: %s\n", str);
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP_(PRBool)
|
|
|
|
nsBrowserWindow::Confirm(const nsString &aText)
|
|
|
|
{
|
|
|
|
nsAutoString str(aText);
|
|
|
|
printf("Browser Window Confirm: %s (returning false)\n", str);
|
|
|
|
|
|
|
|
return PR_FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP_(PRBool)
|
|
|
|
nsBrowserWindow::Prompt(const nsString &aText,
|
|
|
|
const nsString &aDefault,
|
|
|
|
nsString &aResult)
|
|
|
|
{
|
|
|
|
nsAutoString str(aText);
|
|
|
|
char buf[256];
|
|
|
|
printf("Browser Window: %s\n", str);
|
|
|
|
printf("Prompt: ");
|
|
|
|
scanf("%s", buf);
|
|
|
|
aResult = buf;
|
|
|
|
|
|
|
|
return (aResult.Length() > 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP_(PRBool)
|
|
|
|
nsBrowserWindow::PromptUserAndPassword(const nsString &aText,
|
|
|
|
nsString &aUser,
|
|
|
|
nsString &aPassword)
|
|
|
|
{
|
|
|
|
nsAutoString str(aText);
|
|
|
|
char buf[256];
|
|
|
|
printf("Browser Window: %s\n", str);
|
|
|
|
printf("User: ");
|
|
|
|
scanf("%s", buf);
|
|
|
|
aUser = buf;
|
|
|
|
printf("Password: ");
|
|
|
|
scanf("%s", buf);
|
|
|
|
aPassword = buf;
|
|
|
|
|
|
|
|
return (aUser.Length() > 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP_(PRBool)
|
|
|
|
nsBrowserWindow::PromptPassword(const nsString &aText,
|
|
|
|
nsString &aPassword)
|
|
|
|
{
|
|
|
|
nsAutoString str(aText);
|
|
|
|
char buf[256];
|
|
|
|
printf("Browser Window: %s\n", str);
|
|
|
|
printf("Password: ");
|
|
|
|
scanf("%s", buf);
|
|
|
|
aPassword = buf;
|
|
|
|
|
|
|
|
return PR_TRUE;
|
|
|
|
}
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
//----------------------------------------
|
|
|
|
|
|
|
|
// Toolbar support
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::StartThrobber()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::StopThrobber()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::LoadThrobberImages()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::DestroyThrobberImages()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
static NS_DEFINE_IID(kIDocumentViewerIID, NS_IDOCUMENT_VIEWER_IID);
|
|
|
|
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell*
|
|
|
|
nsBrowserWindow::GetPresShell()
|
1998-07-20 21:16:38 +00:00
|
|
|
{
|
|
|
|
nsIPresShell* shell = nsnull;
|
1998-07-21 00:48:35 +00:00
|
|
|
if (nsnull != mWebShell) {
|
1998-07-20 21:16:38 +00:00
|
|
|
nsIContentViewer* cv = nsnull;
|
1998-07-21 00:48:35 +00:00
|
|
|
mWebShell->GetContentViewer(cv);
|
1998-07-20 21:16:38 +00:00
|
|
|
if (nsnull != cv) {
|
|
|
|
nsIDocumentViewer* docv = nsnull;
|
|
|
|
cv->QueryInterface(kIDocumentViewerIID, (void**) &docv);
|
|
|
|
if (nsnull != docv) {
|
|
|
|
nsIPresContext* cx;
|
|
|
|
docv->GetPresContext(cx);
|
|
|
|
if (nsnull != cx) {
|
|
|
|
shell = cx->GetShell();
|
|
|
|
NS_RELEASE(cx);
|
|
|
|
}
|
|
|
|
NS_RELEASE(docv);
|
|
|
|
}
|
|
|
|
NS_RELEASE(cv);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return shell;
|
|
|
|
}
|
|
|
|
|
1998-08-21 18:28:48 +00:00
|
|
|
#ifdef WIN32
|
|
|
|
void PlaceHTMLOnClipboard(PRUint32 aFormat, char* aData, int aLength)
|
|
|
|
{
|
|
|
|
HGLOBAL hGlobalMemory;
|
|
|
|
PSTR pGlobalMemory;
|
|
|
|
|
|
|
|
PRUint32 cf_aol = RegisterClipboardFormat(gsAOLFormat);
|
|
|
|
PRUint32 cf_html = RegisterClipboardFormat(gsHTMLFormat);
|
|
|
|
|
|
|
|
char* preamble = "";
|
|
|
|
char* postamble = "";
|
|
|
|
|
|
|
|
if (aFormat == cf_aol || aFormat == CF_TEXT)
|
|
|
|
{
|
|
|
|
preamble = "<HTML>";
|
|
|
|
postamble = "</HTML>";
|
|
|
|
}
|
|
|
|
|
|
|
|
PRInt32 size = aLength + 1 + strlen(preamble) + strlen(postamble);
|
|
|
|
|
|
|
|
|
|
|
|
if (aLength)
|
|
|
|
{
|
|
|
|
// Copy text to Global Memory Area
|
|
|
|
hGlobalMemory = (HGLOBAL)GlobalAlloc(GHND, size);
|
|
|
|
if (hGlobalMemory != NULL)
|
|
|
|
{
|
|
|
|
pGlobalMemory = (PSTR) GlobalLock(hGlobalMemory);
|
|
|
|
|
|
|
|
int i;
|
|
|
|
|
|
|
|
// AOL requires HTML prefix/postamble
|
|
|
|
char* s = preamble;
|
|
|
|
PRInt32 len = strlen(s);
|
|
|
|
for (i=0; i < len; i++)
|
|
|
|
{
|
|
|
|
*pGlobalMemory++ = *s++;
|
|
|
|
}
|
|
|
|
|
|
|
|
s = aData;
|
|
|
|
len = aLength;
|
|
|
|
for (i=0;i< len;i++) {
|
|
|
|
*pGlobalMemory++ = *s++;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
s = postamble;
|
|
|
|
len = strlen(s);
|
|
|
|
for (i=0; i < len; i++)
|
|
|
|
{
|
|
|
|
*pGlobalMemory++ = *s++;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Put data on Clipboard
|
|
|
|
GlobalUnlock(hGlobalMemory);
|
|
|
|
SetClipboardData(aFormat, hGlobalMemory);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
1998-07-31 16:53:45 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DoCopy()
|
|
|
|
{
|
|
|
|
nsIPresShell* shell = GetPresShell();
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
nsString buffer;
|
|
|
|
|
|
|
|
doc->CreateXIF(buffer,PR_TRUE);
|
|
|
|
|
|
|
|
nsIParser* parser;
|
|
|
|
|
|
|
|
static NS_DEFINE_IID(kCParserIID, NS_IPARSER_IID);
|
|
|
|
static NS_DEFINE_IID(kCParserCID, NS_PARSER_IID);
|
|
|
|
|
1998-09-01 00:26:28 +00:00
|
|
|
nsresult rv = nsRepository::CreateInstance(kCParserCID,
|
1998-07-31 16:53:45 +00:00
|
|
|
nsnull,
|
|
|
|
kCParserIID,
|
|
|
|
(void **)&parser);
|
|
|
|
|
|
|
|
if (NS_OK == rv) {
|
|
|
|
nsIHTMLContentSink* sink = nsnull;
|
|
|
|
|
|
|
|
rv = NS_New_HTML_ContentSinkStream(&sink,PR_FALSE,PR_FALSE);
|
|
|
|
|
|
|
|
ostrstream data;
|
|
|
|
((nsHTMLContentSinkStream*)sink)->SetOutputStream(data);
|
|
|
|
|
|
|
|
if (NS_OK == rv) {
|
|
|
|
parser->SetContentSink(sink);
|
|
|
|
|
|
|
|
nsIDTD* dtd = nsnull;
|
|
|
|
rv = NS_NewXIFDTD(&dtd);
|
|
|
|
if (NS_OK == rv)
|
|
|
|
{
|
|
|
|
parser->RegisterDTD(dtd);
|
|
|
|
dtd->SetContentSink(sink);
|
|
|
|
dtd->SetParser(parser);
|
|
|
|
parser->Parse(buffer, PR_FALSE);
|
|
|
|
}
|
|
|
|
NS_IF_RELEASE(dtd);
|
|
|
|
NS_IF_RELEASE(sink);
|
1998-10-06 02:54:00 +00:00
|
|
|
char* str = (char*)data.str();
|
1998-07-31 16:53:45 +00:00
|
|
|
|
|
|
|
#if defined(WIN32)
|
1998-08-21 18:28:48 +00:00
|
|
|
PRUint32 cf_aol = RegisterClipboardFormat(gsAOLFormat);
|
|
|
|
PRUint32 cf_html = RegisterClipboardFormat(gsHTMLFormat);
|
|
|
|
|
|
|
|
PRInt32 len = data.pcount();
|
1998-07-31 16:53:45 +00:00
|
|
|
if (len)
|
1998-08-21 18:28:48 +00:00
|
|
|
{
|
|
|
|
OpenClipboard(NULL);
|
|
|
|
EmptyClipboard();
|
|
|
|
|
|
|
|
PlaceHTMLOnClipboard(cf_aol,str,len);
|
|
|
|
PlaceHTMLOnClipboard(cf_html,str,len);
|
|
|
|
PlaceHTMLOnClipboard(CF_TEXT,str,len);
|
|
|
|
|
|
|
|
CloseClipboard();
|
1998-07-31 16:53:45 +00:00
|
|
|
}
|
|
|
|
// in ostrstreams if you cal the str() function
|
|
|
|
// then you are responsible for deleting the string
|
|
|
|
#endif
|
1998-10-06 02:54:00 +00:00
|
|
|
|
|
|
|
#if defined(XP_MAC)
|
|
|
|
PRInt32 len = data.pcount();
|
|
|
|
if (len)
|
|
|
|
{
|
|
|
|
char * ptr = str;
|
|
|
|
for (PRInt32 plen = len; plen > 0; plen --, ptr ++)
|
|
|
|
if (*ptr == '\n')
|
|
|
|
*ptr = '\r';
|
|
|
|
|
|
|
|
OSErr err = ::ZeroScrap();
|
|
|
|
err = ::PutScrap(len, 'TEXT', str);
|
|
|
|
::TEFromScrap();
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
1998-07-31 16:53:45 +00:00
|
|
|
if (str) delete str;
|
|
|
|
|
|
|
|
}
|
|
|
|
NS_RELEASE(parser);
|
|
|
|
}
|
|
|
|
NS_RELEASE(doc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
|
1998-08-07 04:45:03 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DoJSConsole()
|
|
|
|
{
|
|
|
|
mApp->CreateJSConsole(this);
|
|
|
|
}
|
|
|
|
|
1998-09-22 00:57:54 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DoPrefs()
|
|
|
|
{
|
|
|
|
mApp->DoPrefs(this);
|
|
|
|
}
|
|
|
|
|
1998-08-07 04:45:03 +00:00
|
|
|
void
|
1998-08-14 01:51:00 +00:00
|
|
|
nsBrowserWindow::DoEditorMode(nsIWebShell *aWebShell)
|
1998-08-07 04:45:03 +00:00
|
|
|
{
|
1998-08-14 01:51:00 +00:00
|
|
|
PRInt32 i, n;
|
|
|
|
if (nsnull != aWebShell) {
|
|
|
|
nsIContentViewer* mCViewer;
|
|
|
|
aWebShell->GetContentViewer(mCViewer);
|
|
|
|
if (nsnull != mCViewer) {
|
|
|
|
nsIDocumentViewer* mDViewer;
|
|
|
|
if (NS_OK == mCViewer->QueryInterface(kIDocumentViewerIID, (void**) &mDViewer)) {
|
|
|
|
nsIDocument* mDoc;
|
|
|
|
mDViewer->GetDocument(mDoc);
|
|
|
|
if (nsnull != mDoc) {
|
|
|
|
nsIDOMDocument* mDOMDoc;
|
|
|
|
if (NS_OK == mDoc->QueryInterface(kIDOMDocumentIID, (void**) &mDOMDoc)) {
|
|
|
|
NS_InitEditorMode(mDOMDoc);
|
|
|
|
NS_RELEASE(mDOMDoc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(mDoc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(mDViewer);
|
1998-08-07 04:45:03 +00:00
|
|
|
}
|
1998-08-14 01:51:00 +00:00
|
|
|
NS_RELEASE(mCViewer);
|
|
|
|
}
|
|
|
|
|
|
|
|
aWebShell->GetChildCount(n);
|
|
|
|
for (i = 0; i < n; i++) {
|
|
|
|
nsIWebShell* mChild;
|
|
|
|
aWebShell->ChildAt(i, mChild);
|
|
|
|
DoEditorMode(mChild);
|
|
|
|
NS_RELEASE(mChild);
|
1998-08-07 04:45:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1998-07-31 16:53:45 +00:00
|
|
|
#ifdef NS_DEBUG
|
|
|
|
#include "nsIContent.h"
|
|
|
|
#include "nsIFrame.h"
|
|
|
|
#include "nsIStyleContext.h"
|
|
|
|
#include "nsISizeOfHandler.h"
|
|
|
|
#include "nsIStyleSet.h"
|
|
|
|
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DumpContent(FILE* out)
|
|
|
|
{
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell* shell = GetPresShell();
|
1998-07-20 21:16:38 +00:00
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
nsIContent* root = doc->GetRootContent();
|
|
|
|
if (nsnull != root) {
|
|
|
|
root->List(out);
|
|
|
|
NS_RELEASE(root);
|
|
|
|
}
|
|
|
|
NS_RELEASE(doc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
fputs("null pres shell\n", out);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
1998-09-02 22:07:42 +00:00
|
|
|
nsBrowserWindow::DumpFrames(FILE* out, nsString *aFilterName)
|
1998-07-20 21:16:38 +00:00
|
|
|
{
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell* shell = GetPresShell();
|
1998-07-20 21:16:38 +00:00
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIFrame* root = shell->GetRootFrame();
|
|
|
|
if (nsnull != root) {
|
1998-09-02 22:07:42 +00:00
|
|
|
nsIListFilter *filter = nsIFrame::GetFilter(aFilterName);
|
|
|
|
root->List(out, 0, filter);
|
1998-07-20 21:16:38 +00:00
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
fputs("null pres shell\n", out);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
1998-07-27 05:59:37 +00:00
|
|
|
DumpViewsRecurse(nsBrowserWindow* aBrowser, nsIWebShell* aWebShell, FILE* out)
|
1998-07-20 21:16:38 +00:00
|
|
|
{
|
1998-07-27 05:59:37 +00:00
|
|
|
if (nsnull != aWebShell) {
|
|
|
|
nsIPresShell* shell = aBrowser->GetPresShell();
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIViewManager* vm = shell->GetViewManager();
|
|
|
|
if (nsnull != vm) {
|
1998-08-28 04:56:56 +00:00
|
|
|
nsIView* root;
|
|
|
|
vm->GetRootView(root);
|
1998-07-27 05:59:37 +00:00
|
|
|
if (nsnull != root) {
|
|
|
|
root->List(out);
|
|
|
|
}
|
|
|
|
NS_RELEASE(vm);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
fputs("null pres shell\n", out);
|
|
|
|
}
|
|
|
|
// dump the views of the sub documents
|
|
|
|
PRInt32 i, n;
|
|
|
|
aWebShell->GetChildCount(n);
|
|
|
|
for (i = 0; i < n; i++) {
|
|
|
|
nsIWebShell* child;
|
|
|
|
aWebShell->ChildAt(i, child);
|
|
|
|
if (nsnull != child) {
|
|
|
|
DumpViewsRecurse(aBrowser, child, out);
|
1998-07-20 21:16:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1998-07-27 05:59:37 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DumpViews(FILE* out)
|
|
|
|
{
|
|
|
|
DumpViewsRecurse(this, mWebShell, out);
|
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
static void DumpAWebShell(nsIWebShell* aShell, FILE* out, PRInt32 aIndent)
|
|
|
|
{
|
1998-08-14 23:08:54 +00:00
|
|
|
PRUnichar *name;
|
|
|
|
nsAutoString str;
|
1998-07-20 21:16:38 +00:00
|
|
|
nsIWebShell* parent;
|
|
|
|
PRInt32 i, n;
|
|
|
|
|
|
|
|
for (i = aIndent; --i >= 0; ) fprintf(out, " ");
|
|
|
|
|
|
|
|
fprintf(out, "%p '", aShell);
|
1998-08-14 23:08:54 +00:00
|
|
|
aShell->GetName(&name);
|
1998-07-20 21:16:38 +00:00
|
|
|
aShell->GetParent(parent);
|
1998-08-14 23:08:54 +00:00
|
|
|
str = name;
|
|
|
|
fputs(str, out);
|
1998-07-20 21:16:38 +00:00
|
|
|
fprintf(out, "' parent=%p <\n", parent);
|
|
|
|
NS_IF_RELEASE(parent);
|
|
|
|
|
|
|
|
aIndent++;
|
|
|
|
aShell->GetChildCount(n);
|
|
|
|
for (i = 0; i < n; i++) {
|
|
|
|
nsIWebShell* child;
|
|
|
|
aShell->ChildAt(i, child);
|
|
|
|
if (nsnull != child) {
|
|
|
|
DumpAWebShell(child, out, aIndent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
aIndent--;
|
|
|
|
for (i = aIndent; --i >= 0; ) fprintf(out, " ");
|
|
|
|
fputs(">\n", out);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::DumpWebShells(FILE* out)
|
|
|
|
{
|
|
|
|
DumpAWebShell(mWebShell, out, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::DumpStyleSheets(FILE* out)
|
|
|
|
{
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell* shell = GetPresShell();
|
1998-07-20 21:16:38 +00:00
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIStyleSet* styleSet = shell->GetStyleSet();
|
|
|
|
if (nsnull == styleSet) {
|
|
|
|
fputs("null style set\n", out);
|
|
|
|
} else {
|
|
|
|
styleSet->List(out);
|
|
|
|
NS_RELEASE(styleSet);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
fputs("null pres shell\n", out);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::DumpStyleContexts(FILE* out)
|
|
|
|
{
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell* shell = GetPresShell();
|
1998-07-20 21:16:38 +00:00
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIPresContext* cx = shell->GetPresContext();
|
|
|
|
nsIStyleSet* styleSet = shell->GetStyleSet();
|
|
|
|
if (nsnull == styleSet) {
|
|
|
|
fputs("null style set\n", out);
|
|
|
|
} else {
|
|
|
|
nsIFrame* root = shell->GetRootFrame();
|
|
|
|
if (nsnull == root) {
|
|
|
|
fputs("null root frame\n", out);
|
|
|
|
} else {
|
|
|
|
nsIStyleContext* rootContext;
|
|
|
|
root->GetStyleContext(cx, rootContext);
|
|
|
|
if (nsnull != rootContext) {
|
|
|
|
styleSet->ListContexts(rootContext, out);
|
|
|
|
NS_RELEASE(rootContext);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
fputs("null root context", out);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
NS_RELEASE(styleSet);
|
|
|
|
}
|
|
|
|
NS_IF_RELEASE(cx);
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
} else {
|
|
|
|
fputs("null pres shell\n", out);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::ToggleFrameBorders()
|
|
|
|
{
|
|
|
|
PRBool showing = nsIFrame::GetShowFrameBorders();
|
|
|
|
nsIFrame::ShowFrameBorders(!showing);
|
|
|
|
ForceRefresh();
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::ShowContentSize()
|
|
|
|
{
|
|
|
|
nsISizeOfHandler* szh;
|
|
|
|
if (NS_OK != NS_NewSizeOfHandler(&szh)) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell* shell = GetPresShell();
|
1998-07-20 21:16:38 +00:00
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
nsIContent* content = doc->GetRootContent();
|
|
|
|
if (nsnull != content) {
|
|
|
|
content->SizeOf(szh);
|
|
|
|
PRUint32 totalSize;
|
|
|
|
szh->GetSize(totalSize);
|
|
|
|
printf("Content model size is approximately %d bytes\n", totalSize);
|
|
|
|
NS_RELEASE(content);
|
|
|
|
}
|
|
|
|
NS_RELEASE(doc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
NS_RELEASE(szh);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::ShowFrameSize()
|
|
|
|
{
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell* shell0 = GetPresShell();
|
1998-07-20 21:16:38 +00:00
|
|
|
if (nsnull != shell0) {
|
|
|
|
nsIDocument* doc = shell0->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
PRInt32 i, shells = doc->GetNumberOfShells();
|
|
|
|
for (i = 0; i < shells; i++) {
|
|
|
|
nsIPresShell* shell = doc->GetShellAt(i);
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsISizeOfHandler* szh;
|
|
|
|
if (NS_OK != NS_NewSizeOfHandler(&szh)) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
nsIFrame* root;
|
|
|
|
root = shell->GetRootFrame();
|
|
|
|
if (nsnull != root) {
|
|
|
|
root->SizeOf(szh);
|
|
|
|
PRUint32 totalSize;
|
|
|
|
szh->GetSize(totalSize);
|
|
|
|
printf("Frame model for shell=%p size is approximately %d bytes\n",
|
|
|
|
shell, totalSize);
|
|
|
|
}
|
|
|
|
NS_RELEASE(szh);
|
|
|
|
NS_RELEASE(shell);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
NS_RELEASE(doc);
|
|
|
|
}
|
|
|
|
NS_RELEASE(shell0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::ShowStyleSize()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
1998-07-27 18:17:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static PRBool GetSaveFileNameFromFileSelector(nsIWidget* aParentWindow,
|
|
|
|
nsString& aFileName)
|
|
|
|
{
|
|
|
|
PRInt32 offset = aFileName.RFind('/');
|
|
|
|
if (offset != -1)
|
|
|
|
aFileName.Cut(0,offset+1);
|
|
|
|
|
|
|
|
PRBool selectedFileName = PR_FALSE;
|
|
|
|
nsIFileWidget *fileWidget;
|
|
|
|
nsString title("Save HTML");
|
1998-09-01 00:26:28 +00:00
|
|
|
nsresult rv = nsRepository::CreateInstance(kFileWidgetCID,
|
1998-07-27 18:17:07 +00:00
|
|
|
nsnull,
|
|
|
|
kIFileWidgetIID,
|
|
|
|
(void**)&fileWidget);
|
|
|
|
if (NS_OK == rv) {
|
|
|
|
nsString titles[] = {"html","txt"};
|
|
|
|
nsString filters[] = {"*.html", "*.txt"};
|
|
|
|
fileWidget->SetFilterList(2, titles, filters);
|
|
|
|
fileWidget->Create(aParentWindow,
|
|
|
|
title,
|
|
|
|
eMode_save,
|
|
|
|
nsnull,
|
|
|
|
nsnull);
|
|
|
|
fileWidget->SetDefaultString(aFileName);
|
|
|
|
|
|
|
|
PRUint32 result = fileWidget->Show();
|
|
|
|
if (result) {
|
|
|
|
fileWidget->GetFile(aFileName);
|
|
|
|
selectedFileName = PR_TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_RELEASE(fileWidget);
|
|
|
|
}
|
|
|
|
|
|
|
|
return selectedFileName;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1998-07-20 22:22:13 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DoDebugSave()
|
|
|
|
{
|
1998-07-27 18:17:07 +00:00
|
|
|
PRBool doSave = PR_FALSE;
|
|
|
|
nsString path;
|
|
|
|
|
1998-08-14 23:08:54 +00:00
|
|
|
PRUnichar *urlString;
|
|
|
|
mWebShell->GetURL(0,&urlString);
|
1998-07-27 18:17:07 +00:00
|
|
|
nsIURL* url;
|
|
|
|
nsresult rv = NS_NewURL(&url, urlString);
|
|
|
|
|
|
|
|
if (rv == NS_OK)
|
|
|
|
{
|
|
|
|
const char* name = url->GetFile();
|
|
|
|
path = name;
|
|
|
|
|
|
|
|
doSave = GetSaveFileNameFromFileSelector(mWindow, path);
|
|
|
|
NS_RELEASE(url);
|
|
|
|
|
|
|
|
}
|
|
|
|
if (!doSave)
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
1998-07-21 00:48:35 +00:00
|
|
|
nsIPresShell* shell = GetPresShell();
|
1998-07-20 22:22:13 +00:00
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
nsString buffer;
|
1998-07-27 18:17:07 +00:00
|
|
|
|
1998-07-20 22:22:13 +00:00
|
|
|
doc->CreateXIF(buffer,PR_FALSE);
|
|
|
|
|
|
|
|
nsIParser* parser;
|
1998-07-30 22:42:27 +00:00
|
|
|
|
|
|
|
static NS_DEFINE_IID(kCParserIID, NS_IPARSER_IID);
|
|
|
|
static NS_DEFINE_IID(kCParserCID, NS_PARSER_IID);
|
|
|
|
|
1998-09-01 00:26:28 +00:00
|
|
|
nsresult rv = nsRepository::CreateInstance(kCParserCID,
|
1998-07-30 22:42:27 +00:00
|
|
|
nsnull,
|
|
|
|
kCParserIID,
|
|
|
|
(void **)&parser);
|
|
|
|
|
1998-07-20 22:22:13 +00:00
|
|
|
if (NS_OK == rv) {
|
|
|
|
nsIHTMLContentSink* sink = nsnull;
|
1998-07-27 18:17:07 +00:00
|
|
|
|
1998-07-20 22:22:13 +00:00
|
|
|
rv = NS_New_HTML_ContentSinkStream(&sink);
|
1998-07-27 19:11:51 +00:00
|
|
|
|
|
|
|
#ifdef WIN32
|
|
|
|
#define BUFFER_SIZE MAX_PATH
|
|
|
|
#else
|
|
|
|
#define BUFFER_SIZE 1024
|
|
|
|
#endif
|
|
|
|
char filename[BUFFER_SIZE];
|
|
|
|
path.ToCString(filename,BUFFER_SIZE);
|
1998-07-27 18:17:07 +00:00
|
|
|
ofstream out(filename);
|
|
|
|
((nsHTMLContentSinkStream*)sink)->SetOutputStream(out);
|
|
|
|
|
1998-07-20 22:22:13 +00:00
|
|
|
if (NS_OK == rv) {
|
|
|
|
parser->SetContentSink(sink);
|
|
|
|
|
|
|
|
nsIDTD* dtd = nsnull;
|
|
|
|
rv = NS_NewXIFDTD(&dtd);
|
|
|
|
if (NS_OK == rv)
|
|
|
|
{
|
|
|
|
parser->RegisterDTD(dtd);
|
|
|
|
dtd->SetContentSink(sink);
|
|
|
|
dtd->SetParser(parser);
|
1998-07-27 18:17:07 +00:00
|
|
|
parser->Parse(buffer, PR_FALSE);
|
1998-07-20 22:22:13 +00:00
|
|
|
}
|
1998-07-27 18:17:07 +00:00
|
|
|
out.close();
|
|
|
|
|
1998-07-20 22:22:13 +00:00
|
|
|
NS_IF_RELEASE(dtd);
|
|
|
|
NS_IF_RELEASE(sink);
|
|
|
|
}
|
|
|
|
NS_RELEASE(parser);
|
|
|
|
}
|
1998-07-31 18:35:19 +00:00
|
|
|
NS_RELEASE(doc);
|
1998-07-20 22:22:13 +00:00
|
|
|
}
|
1998-07-31 18:35:19 +00:00
|
|
|
NS_RELEASE(shell);
|
1998-07-20 22:22:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1998-07-27 18:17:07 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DoToggleSelection()
|
|
|
|
{
|
|
|
|
nsIPresShell* shell = GetPresShell();
|
|
|
|
if (nsnull != shell) {
|
|
|
|
nsIDocument* doc = shell->GetDocument();
|
|
|
|
if (nsnull != doc) {
|
|
|
|
PRBool current = doc->GetDisplaySelection();
|
|
|
|
doc->SetDisplaySelection(!current);
|
|
|
|
ForceRefresh();
|
1998-07-29 17:39:28 +00:00
|
|
|
NS_RELEASE(doc);
|
1998-07-27 18:17:07 +00:00
|
|
|
}
|
1998-07-29 17:39:28 +00:00
|
|
|
NS_RELEASE(shell);
|
1998-07-27 18:17:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1998-09-23 23:02:54 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::SetCompatibilityMode(PRBool aIsStandard)
|
|
|
|
{
|
|
|
|
if (nsnull != mPrefs) {
|
|
|
|
int32 prefInt = (aIsStandard) ? eCompatibility_Standard : eCompatibility_NavQuirks;
|
|
|
|
mPrefs->SetIntPref("nglayout.compatibility.mode", prefInt);
|
1998-09-24 00:21:20 +00:00
|
|
|
mPrefs->SavePrefFile();
|
1998-09-23 23:02:54 +00:00
|
|
|
}
|
|
|
|
}
|
1998-07-27 18:17:07 +00:00
|
|
|
|
1998-07-21 00:48:35 +00:00
|
|
|
void
|
|
|
|
nsBrowserWindow::DoDebugRobot()
|
|
|
|
{
|
|
|
|
mApp->CreateRobot(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsBrowserWindow::DoSiteWalker()
|
|
|
|
{
|
|
|
|
mApp->CreateSiteWalker(this);
|
|
|
|
}
|
|
|
|
|
1998-07-20 21:16:38 +00:00
|
|
|
nsEventStatus
|
1998-07-20 22:13:11 +00:00
|
|
|
nsBrowserWindow::DispatchDebugMenu(PRInt32 aID)
|
1998-07-20 21:16:38 +00:00
|
|
|
{
|
|
|
|
nsEventStatus result = nsEventStatus_eIgnore;
|
|
|
|
|
1998-07-20 22:13:11 +00:00
|
|
|
switch(aID) {
|
1998-07-20 21:16:38 +00:00
|
|
|
case VIEWER_VISUAL_DEBUGGING:
|
|
|
|
ToggleFrameBorders();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_DUMP_CONTENT:
|
|
|
|
DumpContent();
|
|
|
|
DumpWebShells();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_DUMP_FRAMES:
|
|
|
|
DumpFrames();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_DUMP_VIEWS:
|
|
|
|
DumpViews();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_DUMP_STYLE_SHEETS:
|
|
|
|
DumpStyleSheets();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_DUMP_STYLE_CONTEXTS:
|
|
|
|
DumpStyleContexts();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_SHOW_CONTENT_SIZE:
|
|
|
|
ShowContentSize();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_SHOW_FRAME_SIZE:
|
|
|
|
ShowFrameSize();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_SHOW_STYLE_SIZE:
|
|
|
|
ShowStyleSize();
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_SHOW_CONTENT_QUALITY:
|
|
|
|
#if XXX_fix_me
|
|
|
|
if ((nsnull != wd) && (nsnull != wd->observer)) {
|
|
|
|
nsIPresContext *px = wd->observer->mWebWidget->GetPresContext();
|
|
|
|
nsIPresShell *ps = px->GetShell();
|
|
|
|
nsIViewManager *vm = ps->GetViewManager();
|
|
|
|
|
|
|
|
vm->ShowQuality(!vm->GetShowQuality());
|
|
|
|
|
|
|
|
NS_RELEASE(vm);
|
|
|
|
NS_RELEASE(ps);
|
|
|
|
NS_RELEASE(px);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
result = nsEventStatus_eConsumeNoDefault;
|
|
|
|
break;
|
1998-07-20 22:22:13 +00:00
|
|
|
|
|
|
|
case VIEWER_DEBUGSAVE:
|
|
|
|
DoDebugSave();
|
|
|
|
break;
|
1998-07-21 00:48:35 +00:00
|
|
|
|
1998-07-27 18:17:07 +00:00
|
|
|
case VIEWER_TOGGLE_SELECTION:
|
|
|
|
DoToggleSelection();
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
1998-07-21 00:48:35 +00:00
|
|
|
case VIEWER_DEBUGROBOT:
|
|
|
|
DoDebugRobot();
|
|
|
|
break;
|
|
|
|
|
|
|
|
case VIEWER_TOP100:
|
|
|
|
DoSiteWalker();
|
|
|
|
break;
|
1998-09-23 23:02:54 +00:00
|
|
|
|
|
|
|
case VIEWER_NAV_QUIRKS_MODE:
|
|
|
|
case VIEWER_STANDARD_MODE:
|
|
|
|
SetCompatibilityMode(VIEWER_STANDARD_MODE == aID);
|
|
|
|
break;
|
1998-07-20 21:16:38 +00:00
|
|
|
}
|
|
|
|
return(result);
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif // NS_DEBUG
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
|
1998-07-20 16:19:22 +00:00
|
|
|
// Factory code for creating nsBrowserWindow's
|
|
|
|
|
|
|
|
class nsBrowserWindowFactory : public nsIFactory
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
nsBrowserWindowFactory();
|
|
|
|
~nsBrowserWindowFactory();
|
|
|
|
|
|
|
|
// nsISupports methods
|
|
|
|
NS_IMETHOD QueryInterface(const nsIID &aIID, void **aResult);
|
|
|
|
NS_IMETHOD_(nsrefcnt) AddRef(void);
|
|
|
|
NS_IMETHOD_(nsrefcnt) Release(void);
|
|
|
|
|
|
|
|
// nsIFactory methods
|
|
|
|
NS_IMETHOD CreateInstance(nsISupports *aOuter,
|
|
|
|
const nsIID &aIID,
|
|
|
|
void **aResult);
|
|
|
|
|
|
|
|
NS_IMETHOD LockFactory(PRBool aLock);
|
|
|
|
|
|
|
|
private:
|
|
|
|
nsrefcnt mRefCnt;
|
|
|
|
};
|
|
|
|
|
|
|
|
nsBrowserWindowFactory::nsBrowserWindowFactory()
|
|
|
|
{
|
|
|
|
mRefCnt = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsBrowserWindowFactory::~nsBrowserWindowFactory()
|
|
|
|
{
|
|
|
|
NS_ASSERTION(mRefCnt == 0, "non-zero refcnt at destruction");
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsBrowserWindowFactory::QueryInterface(const nsIID &aIID, void **aResult)
|
|
|
|
{
|
|
|
|
if (aResult == NULL) {
|
|
|
|
return NS_ERROR_NULL_POINTER;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Always NULL result, in case of failure
|
|
|
|
*aResult = NULL;
|
|
|
|
|
|
|
|
if (aIID.Equals(kISupportsIID)) {
|
|
|
|
*aResult = (void *)(nsISupports*)this;
|
|
|
|
} else if (aIID.Equals(kIFactoryIID)) {
|
|
|
|
*aResult = (void *)(nsIFactory*)this;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (*aResult == NULL) {
|
|
|
|
return NS_NOINTERFACE;
|
|
|
|
}
|
|
|
|
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_ADDREF_THIS(); // Increase reference count for caller
|
1998-07-20 16:19:22 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsrefcnt
|
|
|
|
nsBrowserWindowFactory::AddRef()
|
|
|
|
{
|
|
|
|
return ++mRefCnt;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsrefcnt
|
|
|
|
nsBrowserWindowFactory::Release()
|
|
|
|
{
|
|
|
|
if (--mRefCnt == 0) {
|
|
|
|
delete this;
|
|
|
|
return 0; // Don't access mRefCnt after deleting!
|
|
|
|
}
|
|
|
|
return mRefCnt;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsBrowserWindowFactory::CreateInstance(nsISupports *aOuter,
|
|
|
|
const nsIID &aIID,
|
|
|
|
void **aResult)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
nsBrowserWindow *inst;
|
|
|
|
|
|
|
|
if (aResult == NULL) {
|
|
|
|
return NS_ERROR_NULL_POINTER;
|
|
|
|
}
|
|
|
|
*aResult = NULL;
|
|
|
|
if (nsnull != aOuter) {
|
|
|
|
rv = NS_ERROR_NO_AGGREGATION;
|
|
|
|
goto done;
|
|
|
|
}
|
|
|
|
|
1998-09-15 00:16:12 +00:00
|
|
|
NS_NEWXPCOM(inst, nsNativeBrowserWindow);
|
1998-07-20 16:19:22 +00:00
|
|
|
if (inst == NULL) {
|
|
|
|
rv = NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
goto done;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_ADDREF(inst);
|
|
|
|
rv = inst->QueryInterface(aIID, aResult);
|
|
|
|
NS_RELEASE(inst);
|
|
|
|
|
|
|
|
done:
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsBrowserWindowFactory::LockFactory(PRBool aLock)
|
|
|
|
{
|
|
|
|
// Not implemented in simplest case.
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
NS_NewBrowserWindowFactory(nsIFactory** aFactory)
|
|
|
|
{
|
|
|
|
nsresult rv = NS_OK;
|
1998-09-15 00:16:12 +00:00
|
|
|
nsBrowserWindowFactory* inst;
|
|
|
|
NS_NEWXPCOM(inst, nsBrowserWindowFactory);
|
1998-07-20 16:19:22 +00:00
|
|
|
if (nsnull == inst) {
|
|
|
|
rv = NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
NS_ADDREF(inst);
|
|
|
|
}
|
|
|
|
*aFactory = inst;
|
|
|
|
return rv;
|
|
|
|
}
|