pinkerton%netscape.com
48483b15bf
register the screen manager service in GFX r=scc.
2000-03-16 04:57:22 +00:00
dbaron%fas.harvard.edu
dec3af3ef0
Revise workaround for bug 28557 so we neither crash nor leak. r=waqar@netscape.com
2000-03-16 01:16:53 +00:00
rods%netscape.com
755ea01511
added Gfx Mode on/off for scrollbars
...
added the Urls menu for testing
b=27712, r=dcone
2000-03-15 15:01:26 +00:00
dveditz%netscape.com
83793623b9
fixing VC5 build (bug 31868)
2000-03-15 06:22:09 +00:00
tbogard%aol.net
51fe1b4422
Updated paramaters to FindNamedBrowserChrome() and changed it to FindNamedBrowser() to reflect changes in the API.
2000-03-15 04:34:29 +00:00
jdunn%netscape.com
0a4b14d764
fixing build bustage on HP. Complaining of char * being deprecated.
...
r= rods@netscape.com
2000-03-15 01:19:43 +00:00
jst%netscape.com
e4033e3af9
Fixing build bustage.
2000-03-14 16:24:34 +00:00
rods%netscape.com
cdd7e44e0d
I hate doing this, but a minor change to make the depend builds go green
2000-03-14 15:51:27 +00:00
rods%netscape.com
f6a77c7742
decls need to be outside the NS_DEBUG ifdef
2000-03-14 15:12:29 +00:00
rods%netscape.com
4ff3f6d742
added menu items to turn on/off GFX scrollbars
...
added menu items to save and "Goto" to two urls, this helps a lot with testing.
b=27712
2000-03-14 14:19:56 +00:00
tbogard%aol.net
f50a518b35
This should fix mac. Close is now Destroy().
2000-03-14 11:53:00 +00:00
tbogard%aol.net
58e5886488
Changed nsIBrowserWindow references to reference nsBrowserWindow. nsBrowserWindow is no longer a component. More implementation to get nsBrowserWindow and nsWebBrowserChrome implementations geared towards the embedding code. made nsBrowserWindow implement nsIBaseWindow.
2000-03-14 11:08:43 +00:00
tbogard%aol.net
3fc295392e
Removing un-needed include of nsIBrowserWindow.h
2000-03-14 11:05:10 +00:00
tbogard%aol.net
3e009059a0
Removing un-needed forward declare of nsIBrowserWindow.
2000-03-14 11:04:07 +00:00
tbogard%aol.net
f4be7fb6ae
Updated paramaters to GetNewBrowserChrome() and changed it to GetNewBrowser() to reflect changes in the API. Added new functions SizeBrowserTo() and ShowAsModal() that were added to the nsIWebBrowserChrome API.
2000-03-14 07:06:07 +00:00
tbogard%aol.net
5ddc58c6b1
L"" is not legal on all compilers to pass to a PRUnichar*. So instead need a temporary nsAutoString.
2000-03-14 05:41:02 +00:00
tbogard%aol.net
05470a25df
When bringing up the View Source window, set the title and set the mode on the docShell.
2000-03-14 04:39:46 +00:00
rickg%netscape.com
ffe78e83e5
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
tbogard%aol.net
932354edc2
Back() and Forward() have been changed to use the nsIWebNavigation interfaces instead of the old nsIWebShell.
2000-03-11 11:59:55 +00:00
pavlov%netscape.com
ce094b4cfc
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
tbogard%aol.net
db6ff68bcd
Use the docShell APIs instead of the webshell ones where posssible. Instantiate the webBrowser Object instead of the docShell/webShell one. This starts the path for viewer to start using the embedding object completely rather than directly talking to a docShell. HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface.
2000-03-11 01:31:28 +00:00
tbogard%aol.net
dbaa1d996e
Use the docShell APIs instead of the webShell ones in some places. HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface.
2000-03-11 01:30:32 +00:00
tbogard%aol.net
22d965cb27
Changed function declarations of nsIDocumentLoaderObserver to use the XPIDL macro instead of the inline versions.
2000-03-11 00:21:01 +00:00
tbogard%aol.net
50d8a10c8c
Use the docShell APIs for initializing/ creating the docShell/ webshell object.
2000-03-11 00:20:07 +00:00
tbogard%aol.net
67dc75ac74
nsIDocumentLoaderObserver function declarations now use the XPIDL macro.
2000-03-11 00:19:38 +00:00
warren%netscape.com
19d208da06
Fixing nsBrowserWindow to not assert in thread safety check. Needed NS_INIT_REFCNT
2000-03-06 09:10:47 +00:00
bruce%cybersight.com
6890048bf6
I think this was my fix for viewer coredumping at exit on Unix.
2000-03-05 22:30:30 +00:00
warren%netscape.com
c0497e31be
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
cls%seawood.org
889b6637e1
Force the install phase to build the subdirs first as dependencies are not properly handled.
2000-03-04 00:07:54 +00:00
cls%seawood.org
192e307283
Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
...
Fixed the recursive makes into GtkMozilla so that they will report build failures like the other dirs.
Removed LIBS_NEQ_INSTALL variable and associated ifdefs.
2000-03-02 13:29:03 +00:00
tbogard%aol.net
4eec4fb506
nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg
2000-03-02 07:13:02 +00:00
mkaply%us.ibm.com
12aa4e52d1
# 25555
...
r= alecf@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 15:45:58 +00:00
pollmann%netscape.com
fac36c79b1
Bug 28670: Remove unneeded scrollparam to webshell::Init r=travis a=rickg
2000-02-29 06:51:39 +00:00
dcone%netscape.com
36d49a79d9
updated the MenuId for printing. R=rods. approval=choffman
2000-02-17 20:59:47 +00:00
tbogard%aol.net
28e191d2c2
Fixed assertion occuring when mousing over and status occurs.
2000-02-16 00:30:41 +00:00
dbaron%fas.harvard.edu
243e9b4482
Add event target debugging to the viewer menu for Linux (includes the XP part of the changes).
...
r=joki
2000-02-15 04:33:43 +00:00
rods%netscape.com
ca8b8dba38
cleaning up viewer to use local versions widget files and support
...
bug 17027, carpool a=leaf, r=kmcclusk
2000-02-09 19:28:24 +00:00
rods%netscape.com
0f752d1d30
added interfaces to build and added them to be exported
2000-02-09 19:25:44 +00:00
tbogard%aol.net
840c8350e1
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
scc%netscape.com
7592f488ec
Pro5 update; eliminate dependcies on PowerPlant r=beard
2000-02-07 22:32:40 +00:00
risto%netscape.com
65c0d3c80a
Changing all cvs-mirror.mozilla.org references to point to politically
...
correct addresses, for example tinderbox.mozilla.org, lxr.mozilla.org or
bonsai.mozilla.org. cvs-mirror shouldn't use in URLs anymore because it's
now on different server.
r=bryner
2000-02-05 07:23:36 +00:00
alecf%netscape.com
398bb02860
switch from nsAutoCString to nsCAutoString
...
r=sspitzer
2000-02-05 06:19:18 +00:00
alecf%netscape.com
f4114401ef
remove the file locator from the viewer registry, since it's now in a component
...
r=sspitzer
2000-02-05 05:41:50 +00:00
tbogard%aol.net
6fbd009cb0
Added stub implementation for new methods nsIWebBrowserChrome::SetJSStatus, nsIDocShellTreeOwner::SizeShellTo, and nsIDocShellTreeOwner::ShowModal.
2000-02-05 03:24:45 +00:00
rods%netscape.com
57bbf57356
adding widget viewer based widget library to build
...
widgets are no created from NS_New mthods instead of from the factory
r kmcclusk, b =17027
2000-02-04 15:58:35 +00:00
rods%netscape.com
e6d7831601
initial add
2000-02-04 15:55:21 +00:00
rods%netscape.com
ef6bdfe3fb
initial add copied from widget\src\windows and all NS_NewXXX method
...
for bug 17027 r=kmcclusk
2000-02-04 15:54:24 +00:00
brade%netscape.com
27ca515c4c
fix access paths for move to CW5 (bug #25949 )
2000-02-02 22:45:39 +00:00
tbogard%aol.net
83d634b3a6
Hooked up nsWebBrowserChrome into nsBrowserWindow. These changes enable viewer to properly set itself up as the docShell tree owner. r=buster.
2000-02-02 02:51:36 +00:00