pavlov%netscape.com
ce071dd9dd
update to use new api a=leaf
1999-12-16 00:39:04 +00:00
selmer%netscape.com
72f25d5692
Fixed test to use current syntax for trees (for bug 18001)
1999-12-14 22:58:55 +00:00
danm%netscape.com
9182c17717
close window on receipt of close event, as well as destroy. synchs with recent changes to gtk/mac/win windows. fixes bug 20811. r:troy a:chofmann
1999-12-09 00:47:46 +00:00
tbogard%aol.net
d8c36f6a2a
Fixed the JS console in viewer.
1999-12-05 03:02:55 +00:00
tbogard%aol.net
9b80d3d619
nsXPBaseWindow now uses nsIBaseWindow interface off webshell instead of nsIWebShell for some simple window stuff.
1999-12-01 03:43:17 +00:00
mccabe%netscape.com
bdab219701
Reinstating backed-out fix to 18636; move FileLocator registration call from xpfe/bootstrap/nsSetupRegistry to webshell/tests/viewer/nsSetupRegistry, to make sure that the FileLocator service is available to the viewer. This fixes prefs for the viewer, broken before because they couldn't get at FileLocator.
...
FileLocator is still registered in xpfe, as the first nsSetupRegistry #includes the second. Hence the previous bustage.
r=neeti.
1999-11-30 07:54:18 +00:00
warren%netscape.com
2db26922a6
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
dougt%netscape.com
e2808e63be
fix for 18078. r=mstoltz,warren
...
(looks like it is #ifdef'ed out)
1999-11-30 00:33:45 +00:00
tbogard%aol.net
904e13e316
Changed NS_ASSERTION to NS_ENSURE on an interface boundary check. Done mainly to get VC depend to rebuild this file so tinderbox will go green.
1999-11-27 03:36:35 +00:00
tbogard%aol.net
596104f4a2
Removed const from GetTitle to get in sync with API.
1999-11-27 02:24:43 +00:00
mccabe%netscape.com
0397203f0d
Doh. Didn't check other consequences of double-registration; it busted on the doubly-declared static CID.
...
Backing out until I can give it more attention after Turkey Day.
1999-11-25 02:27:14 +00:00
mccabe%netscape.com
73d03c0d07
Fix to 18638. Register nsFileLocator (and APPSHELL_DLL, a hacked dependency) in viewer b/c prefs depends on it, and we can't turn security checks in viewer off for XPConnect testing without prefs.
...
The nsFileLocator registration call now occurs twice; once in xpfe/bootstrap/nsSetupRegistry.cpp, and again when that file includes this one. Leaving it on both places to underline the hack.
1999-11-25 00:25:36 +00:00
neeti%netscape.com
cd72e89586
fix bug 15820,memory leak in ImageManagerImpl by converting it to a service on gtk, windows and mac.r=dp
1999-11-24 03:41:48 +00:00
sfraser%netscape.com
afa5a36c6c
Make the image manager a service, part of neeti's checkin that follows. We no longer need the image manager hack in main(), so comment it out. r=neeti.
1999-11-24 03:40:05 +00:00
erik%netscape.com
fe1bb6b118
bug 8801; register new font enumerator for font prefs UI; r=ftang
1999-11-22 19:40:00 +00:00
rpotts%netscape.com
d317e9f235
fix build bustage - unix compilers are dumb as bricks!
1999-11-22 07:09:59 +00:00
rpotts%netscape.com
603d668e54
fixes to make the web crawler work when sites which have meta-refresh tags are encountered...
1999-11-22 05:47:26 +00:00
buster%netscape.com
93551f1751
moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
...
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
blizzard%redhat.com
808efc0995
land SUPERWIN
1999-11-17 04:06:21 +00:00
blizzard%redhat.com
6f07eb8d2c
add gtksuperwin to the link line for viewer
1999-11-17 04:05:41 +00:00
beard%netscape.com
65a3476676
pork jockey paint fixes. bug=18140, r=kmcclusk,pavlov
1999-11-14 02:51:25 +00:00
Jerry.Kirk%Nexwarecorp.com
e855259618
I left some junk in this file on the last check-in. This only effects
...
Photon.
r=kedl
1999-11-11 23:14:35 +00:00
Jerry.Kirk%Nexwarecorp.com
80cfda67ae
Added signal handler to call the Photon function what cleans up any
...
allocated shared memory in the event we crash or are closed abnormally
with a CTRL-C command.
r=kedl
1999-11-11 14:42:03 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
beard%netscape.com
2e05fff9a0
need to be able to Quit viewer via AppleEvent. r=sfraser
1999-11-02 01:49:52 +00:00
kipp%netscape.com
597ef271e8
Fixed compilation bustage by using nsIFrameDebug to invoke list and regression data methods
1999-11-01 23:29:05 +00:00
troy%netscape.com
1585a751fb
Moved a bunch of stuff out to a nsIFrameDebug interface
1999-11-01 22:12:45 +00:00
Jerry.Kirk%Nexwarecorp.com
c50b186228
Remove call to nsIThread::SetMainThread() and clean up things a bit.
...
r=kedl
1999-11-01 20:52:52 +00:00
beard%netscape.com
44de11a49c
changed the CID for "component://netscape/gfx/region" to use new NS_SCRIPTABLEREGION_CID. r=pavlov
1999-10-31 02:28:32 +00:00
brendan%mozilla.org
f81d5969c6
(13163, r=alecf, scc, waterson, others; names available on request)
...
- Fix most of bug 13163 (see TODO for rest). This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks.
- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp. These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that.
- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString. Also changed various nsresult vars to be named rv. Also restored brace/style conformity to nsJSProtocolHandler.cpp.
- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject.
- Lots of nsCOMPtr uses added. I'm using one for mNameSpaceManager. Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak). These two managers should be moved to the window object -- TODO item below.
- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver.
- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated. This meant factoring nsJSUtils.cpp code.
- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace.
- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
syd%netscape.com
425c75b01c
Add xpcom.dll to link line so test will link with scc changes make about this time. r=scc
1999-10-31 00:22:53 +00:00
dp%netscape.com
126d4cbb56
Fixing viewer starup assert on SetMainThread() happening twice.
1999-10-30 17:17:12 +00:00
troy%netscape.com
914c067b76
Removed call to SetMainThread() because it was triggering an assert. Turns
...
out NS_InitXPCOM() does it so we don't need to do it twice
1999-10-30 16:44:04 +00:00
evaughan%netscape.com
bb8b139772
Fixed bug in example. -r hyatt
1999-10-29 23:27:26 +00:00
warren%netscape.com
bb7537da50
Moved purify stuff into xpcom/base for the benefit of all.
1999-10-29 03:28:22 +00:00
kipp%netscape.com
0e326d49bf
nuked another silly warning because I got tired of seeing it
1999-10-29 02:06:33 +00:00
kipp%netscape.com
10949bfd27
I added logic to the viewers browser window to disable javascript initiated popups during web crawling; I also fixed the web crawler to only initiate a new load after a previous document ends not a subdocument (again!)
1999-10-29 02:06:09 +00:00
kipp%netscape.com
2a1378d3ff
I added logic to the viewers browser window to disable javascript initiated popups during web crawling
1999-10-29 02:05:16 +00:00
kmcclusk%netscape.com
81a82a507c
Removed stray semi-colon after NS_DECL_ISUPPORTS bug=17235 r=rods@netscape.com
1999-10-28 20:24:19 +00:00
hoa.nguyen%intel.com
b7d200f3ef
Initialize cookie manager. Allows cgi scripts to set and retrieve cookies through viewer. r=edburns@acm.org
1999-10-27 23:58:49 +00:00
troy%netscape.com
2ea886f3be
Changed view to be stored as a frame property instead of a member data
...
of nsFrame
1999-10-27 03:56:14 +00:00
troy%netscape.com
87afecabc0
Changed SetView/GetView to take an additional argument which is the
...
pres context
1999-10-26 04:44:41 +00:00
kmcclusk%netscape.com
8b37802ce3
Register nsFormProcessor service to exercise nsIFormProcessor interface.
...
bug 17060. r=karnaze@netscape.com
1999-10-25 22:54:12 +00:00
beard%netscape.com
fb3b49b8a6
removed obsolete access paths. r=sfraser
1999-10-24 02:45:17 +00:00
troy%netscape.com
5fc05be5eb
Removed a comment
1999-10-23 02:27:07 +00:00
ramiro%fateware.com
20f4b6a571
Fix #ifdef DEBUG_ramiro build bustage.
1999-10-21 19:30:29 +00:00
waterson%netscape.com
a6bff4a24e
Change nsTraceRefcnt::WalkTheStack() to accept stream.
1999-10-21 03:45:12 +00:00
beard%netscape.com
9a212b70a9
use nsILeakDetector service. r=gordon, bug=15906
1999-10-21 00:13:07 +00:00
Jerry.Kirk%Nexwarecorp.com
efb6d8fdb8
Fix for viewer bustage on Neutrino. Added call to nsIThread::SetMainThread
...
in main() of viewer so that it can retrieved in other cases. R=vidur
1999-10-15 21:39:30 +00:00