morse%netscape.com
17b8302ac9
fix bug 14958 -- approved chofmann
1999-09-29 05:39:18 +00:00
beard%netscape.com
8fd7543094
removed link dependency on view.shlb.
1999-09-29 00:17:51 +00:00
mscott%netscape.com
03e702040e
Bug #12198 --> bullet proof this code. return if we don't have a nsIURI instead of trying to dereference it. r=sspitzer
1999-09-28 22:11:26 +00:00
ramiro%netscape.com
6dd1b8db08
NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
...
dont work no without no prefs. Blessed by Mr. Shaver.
1999-09-28 18:03:17 +00:00
dp%netscape.com
da7e83981a
Removing pref and ifndef necko dlls from registration.
1999-09-27 23:57:15 +00:00
beard%netscape.com
8eab336b3d
fixing leaked nsIAppShell
1999-09-27 23:39:29 +00:00
beard%netscape.com
ee3a2e5f9e
breaking cycle between crawler and browser window to fix a leak, using NS_WITH_SERVICE to manage metacharset service.
1999-09-27 23:39:03 +00:00
kipp%netscape.com
95d56017c8
Fixed shutdown crash found by warren
1999-09-27 16:33:05 +00:00
warren%netscape.com
dacb3255d3
Fixed history state leak
1999-09-26 10:07:49 +00:00
warren%netscape.com
48e53dfd90
Added Purify menu.
1999-09-26 05:52:24 +00:00
kipp%netscape.com
bb149e358a
More build bustage fixes
1999-09-25 22:11:08 +00:00
kipp%netscape.com
c9328e028d
Fixed the throbber
1999-09-25 21:23:38 +00:00
kipp%netscape.com
f40979d95e
added files: mozilla/webshell/tests/viewer/nsThrobber.cpp
1999-09-25 21:17:02 +00:00
kipp%netscape.com
be6b1333d1
new
1999-09-25 20:11:47 +00:00
kipp%netscape.com
814bf9c9a0
shutdown xpcom and the image library to help leak anlaysis
1999-09-25 20:10:59 +00:00
kipp%netscape.com
29287868f8
Switch to local throbber
1999-09-25 20:10:29 +00:00
kipp%netscape.com
f1ee765e07
Removed throbber from registry setup
1999-09-25 20:10:02 +00:00
kipp%netscape.com
da4ebcc013
removed files: mozilla/webshell/src/nsThrobber.cpp
1999-09-25 20:09:52 +00:00
kipp%netscape.com
fa7068e98b
Removed throbber from factory
1999-09-25 20:08:52 +00:00
kipp%netscape.com
c8118107d3
Don't build nsThrobber - its moved
1999-09-25 20:08:40 +00:00
kipp%netscape.com
74cf46d402
Don't export nuked nsIThrobber
1999-09-25 20:08:21 +00:00
mscott%netscape.com
2b5e903c38
Bug #14813 --> we are leaking all nsIURI's that go through here. Using a nsCOMPtr fixes the leak.
...
r=vidur, a=leaf.
1999-09-24 21:03:58 +00:00
nisheeth%netscape.com
4972c677a5
a=chofmann. If MOZ_PERF is defined in the environment, set up the RAPTOR_PERF_METRICS compiler define for windows.
1999-09-24 19:26:00 +00:00
nisheeth%netscape.com
0c537f8bad
Use NSPR logging rather than printf's for stopwatch output.
1999-09-24 08:57:36 +00:00
nisheeth%netscape.com
23449e2072
a=chofmann. Add a stopwatch to measure total (layout+page load) time in the webshell.
1999-09-24 07:13:39 +00:00
dp%netscape.com
79ce792d99
Removing unused servMgr.
1999-09-24 06:07:19 +00:00
dp%netscape.com
2f6ae048f1
Removing unused servicemanager in Init and Shudown XPCOM.
1999-09-24 06:05:28 +00:00
briano%netscape.com
2f1c2fa6af
Fixed for compilers that don't permit a comma at the end of an enum list.
1999-09-23 21:30:07 +00:00
ftang%netscape.com
d1bb25d16d
fix bug 13946
1999-09-23 03:27:53 +00:00
rpotts%netscape.com
c924d68b90
bug #14457 . Getting the webcrawler working again for QA...
1999-09-22 22:58:29 +00:00
briano%netscape.com
28159a27f5
Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad....
1999-09-22 06:28:46 +00:00
shaver%netscape.com
4adab79ba0
missed an NS_DEBUG->DETECT_WEBSHELL_LEAKS
1999-09-22 03:14:44 +00:00
nisheeth%netscape.com
d5b56cdcfa
Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS.
1999-09-22 01:24:20 +00:00
cls%seawood.org
5843ef4e5c
Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target.
1999-09-22 00:40:11 +00:00
kmcclusk%netscape.com
3bf9bb6905
Added test_weight.html to exercise CSS font weight.
1999-09-21 22:06:07 +00:00
scc%netscape.com
feee7fb939
take action to prevent re-entering the destructor
1999-09-21 21:10:22 +00:00
sfraser%netscape.com
ca4a780aa6
Removed some obsolete files that are no longer needed (allxpstr.c, xp_foo.c, pwcapi.c etc)
1999-09-21 21:04:21 +00:00
rjc%netscape.com
55dd5c3658
Expose clipboard to JS and start hooking up bookmark window's cut/copy/paste/delete/select-all menu items.
1999-09-21 12:34:16 +00:00
mscott%netscape.com
f4d75a8c84
The doc loader should release the underlying channel once the channel issues a OnStopRequest. This allows the
...
channel to go away after we load the url instead of making it stick around until the next url comes in (that's
when we used to get rid of the previous channel).
r=rpotts.
1999-09-21 05:36:49 +00:00
vidur%netscape.com
f982113234
Changed nsIWebShell::GoTo to use LOAD_HISTORY as the load flag - going to the current entry shouldn't reload.
1999-09-21 05:27:35 +00:00
mike%neoplanet.com
7a862ca0cb
Implemented cut/copy/paste. Added stubs for a couple other functions.
1999-09-21 02:39:53 +00:00
hyatt%netscape.com
dca1ddfd11
chrome event stuff
1999-09-21 01:02:29 +00:00
vidur%netscape.com
2906fa4a19
webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin.
1999-09-21 00:04:31 +00:00
locka%iol.ie
3e92a74352
Added some documentation
1999-09-20 22:07:09 +00:00
locka%iol.ie
9be60db63b
Added safe for scripting support
1999-09-20 22:00:30 +00:00
locka%iol.ie
233b3217ad
A long lost file finds its way into the world
1999-09-20 21:59:30 +00:00
bienvenu%netscape.com
3b77a14a9a
fix listener leak r+a=mscott,valeski
1999-09-20 21:10:46 +00:00
radha%netscape.com
122b9b2728
Clean up leaks
1999-09-20 21:09:16 +00:00
warren%netscape.com
1c51d9a00b
Fixed warnings.
1999-09-20 20:57:21 +00:00
warren%netscape.com
c06b47f091
freed global service manager in NS_ShutdownXPCOM
1999-09-20 20:53:49 +00:00
warren%netscape.com
10a7062e0d
freed mWebCrawler in nsBrowserWindow
1999-09-20 20:53:40 +00:00
warren%netscape.com
2b95eceabb
cleaned up nsWebShell's use of services
1999-09-20 20:53:31 +00:00
beard%netscape.com
dc0a1f0202
bug #6251 : changed Repaint() method to call nsIViewManager::UpdateAllViews() to force a globa redraw.
1999-09-19 00:54:55 +00:00
beard%netscape.com
c0c7604c50
registering the JVMManager component.
1999-09-18 22:39:55 +00:00
davidm%netscape.com
9adabf0ca1
Add extra chrome flag for the sidebar and taskbar
1999-09-18 03:23:52 +00:00
bienvenu%netscape.com
faa0b879ab
fix inadvertent checkin of nsBrowserWindow.cpp
1999-09-17 22:02:52 +00:00
bienvenu%netscape.com
33ec7de690
fix build bustage
1999-09-17 22:00:15 +00:00
warren%netscape.com
a005383135
Added a -x option to viewer to allow us to test for shutdown leaks. Eliminated leaks.
1999-09-17 21:00:54 +00:00
vidur%netscape.com
9de393e3cc
Fixed leak of service manager
1999-09-17 20:19:00 +00:00
rpotts%netscape.com
3bb0c7a102
DocLoader cleanup... Also trying to get the notifications correct :-)
1999-09-17 07:56:03 +00:00
rpotts%netscape.com
2692a0e4bc
Removed NECKO ifdefs...
1999-09-17 07:54:11 +00:00
vidur%netscape.com
580d892e67
Further corrections in referrer propagation.
1999-09-17 06:54:58 +00:00
vidur%netscape.com
384c09eb30
Document referrer propagation through webshell and docloader.
1999-09-17 04:26:02 +00:00
jdunn%netscape.com
838485909c
add support for MOZ_POST_PROGRAM_COMMAND to process $(PROGRAM): in rules.mk
...
and the binaries in viewer/Makefile.in
1999-09-17 00:53:36 +00:00
danm%netscape.com
1148b2e9d7
stop webshell embed if the the window in which to embed has been destroyed. fixes bug 14020
1999-09-16 23:35:05 +00:00
dp%netscape.com
78ee9ec7ec
Ability for XPCOM to use non-default component registry and component directory
1999-09-16 19:28:57 +00:00
ftang%netscape.com
d47ea310ea
fix 5974 by receiving parser command as optional argument
1999-09-16 14:15:16 +00:00
briano%netscape.com
e9bd78c726
Fixed my stupid mistake that caused the generated Makefile to be immediately deleted.
1999-09-16 06:01:39 +00:00
warren%netscape.com
48cf4685a9
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
sfraser%netscape.com
4cc07e8ff3
Removed security.o
1999-09-16 01:13:04 +00:00
ramiro%netscape.com
352e72141e
Make the stack output more useful.
1999-09-16 00:22:01 +00:00
briano%netscape.com
03fa8b4585
General cleanup.
1999-09-16 00:03:08 +00:00
rods%netscape.com
66238d7d40
a few fixes to my tests
1999-09-15 22:28:50 +00:00
rods%netscape.com
a07769e758
Added a lot of tests for the select.
1999-09-15 22:04:04 +00:00
radha%netscape.com
d729a77d5e
When invoking the mail composer upon on a click on a mailto: link, make
...
sure the to, cc, subject arguments are passed to the composer
1999-09-15 19:33:46 +00:00
valeski%netscape.com
af333fd004
removed stream converter stuff from webshell
1999-09-15 17:46:56 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
kipp%netscape.com
91849a778d
Removed #ifdef NECKO noise
1999-09-15 00:23:40 +00:00
radha%netscape.com
acf250aeb2
Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners
1999-09-14 21:49:21 +00:00
ramiro%netscape.com
f754ee6896
Add CRAWL_STACK_ON_SIGSEGV to crawl and dump the stack on SIGSEGV and
...
workaround the totally losing linux development experience.
1999-09-14 13:54:46 +00:00
troy%netscape.com
7fa6dc1c0b
Changed Run() to give priority to system messages over application messages
1999-09-13 18:45:03 +00:00
valeski%netscape.com
834019642a
added user agent language portion initialization
1999-09-13 18:38:02 +00:00
Jerry.Kirk%Nexwarecorp.com
2a2607193e
Add new (old?) Event Debugging options to Viewer for Photon
1999-09-13 14:13:57 +00:00
locka%iol.ie
bc1d5123f4
Replace the hand-crafted QueryInterface with a macro one
1999-09-13 13:11:40 +00:00
locka%iol.ie
165e6177e0
Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now
1999-09-13 13:10:14 +00:00
locka%iol.ie
9f66c82f30
Added safe for scripting check to site class and changed some BOOLs to bitfields
1999-09-13 13:08:17 +00:00
locka%iol.ie
d691caaaf3
Added recursion to methods so that get_all operation on IHtmlDocument finally works the way its supposed to (sort of)
1999-09-13 13:06:58 +00:00
cls%seawood.org
d776fad240
Must put .c source files in CSRCS.
1999-09-13 05:49:20 +00:00
cls%seawood.org
fb6ccf14b6
Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h>
1999-09-13 05:09:53 +00:00
cls%seawood.org
1a2e16af42
Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c.
1999-09-12 14:25:28 +00:00
ramiro%netscape.com
8fa4990bf6
Forgot a .c file.
1999-09-11 09:06:38 +00:00
vidur%netscape.com
7d32634780
Fixed memory leak related to UrlDispatcher
1999-09-11 02:25:59 +00:00
ramiro%netscape.com
434dcff398
ressurect
1999-09-11 00:24:33 +00:00
ramiro%netscape.com
2ed71364d2
This one should be ignored.
1999-09-10 23:33:17 +00:00
ramiro%netscape.com
655a983187
Fix a small typo.
1999-09-10 23:30:39 +00:00
ramiro%netscape.com
c37b257dab
Forgot some stuff.
1999-09-10 22:07:50 +00:00
ramiro%netscape.com
ffe42c86fb
More unix embedding examples, contributed by
...
Milind Changire <milindc@corel.com>.
NOT PART OF BUILD.
1999-09-10 20:29:28 +00:00
valeski%netscape.com
53287a21c9
adding FTP dir listing stream conv registration
1999-09-10 16:01:36 +00:00
Jerry.Kirk%Nexwarecorp.com
5c84a09795
Fix the Menubar which wasn't being created
1999-09-10 12:52:35 +00:00
briano%netscape.com
77383e292d
Needs to be XP_LIBS, because the EXTRA_DEPS 'amazingness' doesn't like search path flags.
1999-09-10 02:35:09 +00:00
vidur%netscape.com
b7d78b67ae
Fixed circular references. nsDocLoader now supports weak references to it. Init() method moves out of constructor. nsDocLoader now has Destroy() method to start breakdown process.
1999-09-09 23:53:55 +00:00
colin%theblakes.com
7dd5447671
Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
1999-09-09 23:49:02 +00:00
kipp%netscape.com
20b9f0b85a
Fixed build hosage
1999-09-09 23:10:30 +00:00
briano%netscape.com
2d2d97c92d
Enable the use of Talkback, if available.
1999-09-09 21:45:28 +00:00
vidur%netscape.com
2cd7f1c13c
Fixed leak in LoadURL
1999-09-09 14:52:07 +00:00
ramiro%netscape.com
0a8ae24bd0
Anal cosmetic thing.
1999-09-09 03:51:07 +00:00
ramiro%netscape.com
4d6d6af96b
Make event debuggin more useful in windows.
1999-09-09 03:47:56 +00:00
ramiro%netscape.com
5a3f0aef0e
Add better event debugging.
1999-09-09 02:32:54 +00:00
briano%netscape.com
0b1a816ba5
General cleanup.
1999-09-09 02:14:10 +00:00
briano%netscape.com
6fc2ec495a
Minor cleanup and removal of the obsolete non-NECKO stuff.
1999-09-09 01:49:14 +00:00
briano%netscape.com
5176aaf0df
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:11:48 +00:00
vidur%netscape.com
1d13b612cb
Added nsIScriptContextOwner::ReportScriptError.
1999-09-08 23:16:49 +00:00
mscott%netscape.com
d02baa35c7
LoadDocument and LoadSubDocument now take nsIURIs instad of unicode strings. This is part of a webshell optimization
...
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 04:00:08 +00:00
mscott%netscape.com
c6c89ad305
Support LoadURI which is a new method on the webshell which takes a nsIURI. This is part of a webshell optimization
...
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 03:59:21 +00:00
mscott%netscape.com
9a2e367e96
LoadDocument and LoadSubDocument now take an nsIURI instead of a unicode string. This is part of a webshell optimization
...
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 03:58:57 +00:00
ramiro%netscape.com
0b96090536
Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events.
1999-09-07 19:36:45 +00:00
alla%lysator.liu.se
7bbf2672e9
Fixed the runtime crash in GtkMozilla.
1999-09-07 12:58:06 +00:00
brendan%mozilla.org
d31330dd99
Expand tabs to spaces per Emacs modeline; other space cleanups.
1999-09-06 22:59:11 +00:00
cls%seawood.org
2578acdc11
Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
...
Had to regenerate the Makefiles on a machine with the proper version of automake.
1999-09-06 04:26:10 +00:00
cls%seawood.org
1a9963ad09
Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
...
Set $prefix to `pwd`/dist .
Removed -DUSE_AUTOCONF.
1999-09-06 04:20:50 +00:00
beard%netscape.com
74dd3aeb05
renamed all kC*IID to kC*CID, added progID strings for GFX.
1999-09-05 23:55:20 +00:00
mscott%netscape.com
05b68c4102
If the to content type is message/rfc822 then we need to call into the stream converter service to find an appropriate
...
converter.
1999-09-05 19:54:28 +00:00
locka%iol.ie
1c4f36b031
Tweaked edit bar position code
1999-09-05 14:28:09 +00:00
locka%iol.ie
a4e7f00dbd
Added italic/bold/underline editing
1999-09-05 14:26:55 +00:00
danm%netscape.com
fe1d16cc98
implemented intrinsic sizing method on DOM Window
1999-09-03 22:41:56 +00:00
dcone%netscape.com
7fd0cabe7f
added the PopUpCID
1999-09-03 13:34:50 +00:00
shawnp%earthling.net
c8f1d2bc65
CreateViewerMenus() now returns the menu bar height.
1999-09-03 01:08:20 +00:00
shawnp%earthling.net
3a80de3b8f
Fixed up inserting of separators into the menus. Now return the menu bar
...
height through CreateViewerMenus().
1999-09-03 01:06:38 +00:00
shawnp%earthling.net
893b4f4b34
Now return the proper value in nsNativeBrowserWindow::GetMenuBarHeight().
1999-09-03 01:04:20 +00:00
radha%netscape.com
f7b8617d26
Hook up session history with the history state object.
...
Let LoadURL() accept a historystate as an argument
1999-09-02 21:39:01 +00:00
bienvenu%netscape.com
9582ee162c
fix build bustage
1999-09-02 20:08:23 +00:00
shaver%netscape.com
2a0bcd7230
fix bustage-causing typo
1999-09-02 19:44:38 +00:00
scc%netscape.com
ca8cd004ca
added dlldeps
1999-09-02 18:58:35 +00:00
scc%netscape.com
6aba718f49
First Checked In.
1999-09-02 18:51:57 +00:00
kipp%netscape.com
a99f5ec06a
Use nsAutoString instead of nsString for temps
1999-09-02 18:13:07 +00:00
pinkerton%netscape.com
bb1e6159bb
give progid's to transferable and the drag service.
1999-09-02 06:53:32 +00:00
valeski%netscape.com
495413a62e
added a context param to the stream converter service
1999-09-02 02:18:28 +00:00
beard%netscape.com
6d8c3af528
landed stream converter stuff on XP_MAC.
1999-09-01 21:50:55 +00:00
beard%netscape.com
13d317565d
fixed a memory leak (was leaking the strdup("?"), landed stream converter stuff on Mac.
1999-09-01 21:50:32 +00:00
beard%netscape.com
bc20d785e4
added mozilla/netwerk/streamconv/converters to access paths.
1999-09-01 21:48:56 +00:00
danm%netscape.com
227237a9c8
removing groady hack from rev 3.140, unnecessary since yesterday's changes in security (caps)
1999-09-01 20:26:04 +00:00
slamm%netscape.com
f42f18844c
Add 'select all'
1999-09-01 20:14:02 +00:00
ramiro%netscape.com
290e24b7c7
Fix for bug 12878. Hack the viewer menubar into submission.
1999-09-01 10:48:28 +00:00
ramiro%netscape.com
6544636adb
Improve the dependencies a bit.
1999-09-01 10:41:13 +00:00
cyeh%netscape.com
df37c0fb33
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:24:51 +00:00
norris%netscape.com
bff57397e0
Add all-powerful system principals. Remove some dead code from the build.
1999-09-01 00:54:35 +00:00
nisheeth%netscape.com
6debf963be
- Added a setter for history state to nsIWebShell. The history state should be set before loading a document on which state needs to be restored. If the history state is set, the webshell will set that history state on the pres shell inside nsWebShell::Embed() once the document viewer has been created.
1999-08-31 14:49:21 +00:00
danm%netscape.com
5c43dbc2ce
temporary groady hack to fix breakage in NS_OpenURI
1999-08-31 06:49:26 +00:00
kipp%netscape.com
57ac1eac6c
Implement ShowFrameSize
1999-08-31 03:18:03 +00:00
kipp%netscape.com
a6e739bf15
Add in default stdout arg to ShowFrameSize for symmetry
1999-08-31 03:17:39 +00:00
nisheeth%netscape.com
8506ab6296
Added a GetHistoryState method to be use by session history to ask layout for
...
the current document's state.
1999-08-30 22:45:46 +00:00
kin%netscape.com
ad3d9e3f62
Fixed bug that prevented typing when in Editor mode.
1999-08-30 13:35:40 +00:00
rickg%netscape.com
b7ed202275
enlarged the buffer size used for logging
1999-08-30 05:54:37 +00:00
rickg%netscape.com
60fd329e91
replaced call to deprecated method in nsString
1999-08-29 17:44:48 +00:00
locka%iol.ie
557da81554
Editor mode toolbar and new partial success test icon
1999-08-29 16:02:28 +00:00
locka%iol.ie
c7b8b1e1d9
Added more editor mode support
1999-08-29 16:01:25 +00:00
locka%iol.ie
98f602bbcc
Added dependency for IOleCommandTargetImpl.h
1999-08-29 15:59:52 +00:00
locka%iol.ie
fba85d5257
Fixed problem with GetIDispatch
1999-08-29 15:59:12 +00:00
locka%iol.ie
1158975bc3
Made a basic working editor mode.
1999-08-29 15:58:49 +00:00
locka%iol.ie
45864ee7a8
Made callback mechanism slightly easier
1999-08-29 15:57:45 +00:00
valeski%netscape.com
8ce0e18880
changed SUCCEEDED to NS_SUCCEEDED
1999-08-29 15:35:01 +00:00
valeski%netscape.com
bcadc45307
added stream converter functionality to the doc loader. also initialize/register the multipartmixedreplace stream converter in the webshell
1999-08-29 14:31:08 +00:00
cls%seawood.org
fe89c4ac40
Removed hardcoded -lpthread for bug #12739 . Configure now checks for -lpthread and responds to --without-pthreads.
1999-08-29 05:56:43 +00:00
cls%seawood.org
f1ff898be2
Removed hardcoded -fno-rtti & -fno-exceptions. They are now autodetected by configure.
1999-08-29 05:27:26 +00:00
cls%seawood.org
1e80e126d2
GtkMozilla shouldn't know about Mozilla's dist path as it can be changed by setting DIST.
1999-08-29 04:52:37 +00:00
radha%netscape.com
babe7b777c
Set title for the current entry in session history
1999-08-28 23:51:12 +00:00
sspitzer%netscape.com
6bea9e87eb
fix warning
1999-08-28 17:32:51 +00:00
beard%netscape.com
28bcad085f
wasn't calling __intialize/__terminate.
1999-08-28 02:58:35 +00:00
kipp%netscape.com
b7d62b2a34
use weird name for neckolib so that cls/shaver hack can mangle it back to what we want in the first place
1999-08-27 22:28:47 +00:00
jdunn%netscape.com
5e67071881
each of these modules/apps require that libnechoutil_s.a be linked in
...
because they access NS_MakeAbsoluteURI and NS_OpenURI. Ramiro and Andreas
have both looked this over
1999-08-27 20:55:45 +00:00
scc%netscape.com
da04575fe1
export
1999-08-27 14:01:44 +00:00
scc%netscape.com
bf90deca2c
better make that member function public
1999-08-27 12:56:52 +00:00
scc%netscape.com
319f0b5a91
all changes are NS_DEBUG only. added a private static member variable to count outstanding webshells; code in constructor and destructor to do the counting; a static member function to retrieve the value; and a global function that calls that
1999-08-27 12:32:20 +00:00
scc%netscape.com
17f3c6773a
added a declaration for a global function that reports the number of webshells that have been created but have not yet been destroyed
1999-08-27 12:32:18 +00:00
gagan%netscape.com
eb7bd04505
More mem leak fixes.
1999-08-27 10:03:07 +00:00
ramiro%netscape.com
414e5843de
Remove the depenency on the toolkit service.
1999-08-27 06:21:43 +00:00
sspitzer%netscape.com
d5b275e0f3
ignore generated files
1999-08-27 06:18:20 +00:00
pinkerton%netscape.com
d9b8ad493e
really fix nsIContentConnector removal.
1999-08-27 05:21:23 +00:00
pinkerton%netscape.com
dd74a3a7f1
remove nsIContentConnector references.
1999-08-27 05:14:19 +00:00
rpotts%netscape.com
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
rods%netscape.com
cda0a16d0b
Removed call to EnableFileDrop
1999-08-26 14:56:35 +00:00
cls%seawood.org
3060384694
Added support for --with-nspr so that GtkMozilla can find the nspr headers & includes when they are installed separate from the mozilla tree. Incidentally, this was also breaking for any tinderbox that uses the build-moz-smoke.pl script which includes a number of SeaMonkey-Ports builds. Why wasn't this caught before?
1999-08-25 15:07:13 +00:00
ramiro%netscape.com
6cec5c3abb
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
e02c1ec054
Dont hardcode the dll suffix.
1999-08-25 14:09:26 +00:00
ramiro%netscape.com
8644dc2074
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
ramiro%netscape.com
828f57386e
Link NS_NewTimer() directly into the embedding app.
1999-08-25 05:06:03 +00:00
rickg%netscape.com
6bc22d7407
fixed bug 11523
1999-08-25 03:27:37 +00:00
akkana%netscape.com
70ab0ba259
Revise the doc encoder and content sink APIs yet again to make it easier
...
to add new flags (pass a flag in the constructor, rather than specific
booleans. This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
troy%netscape.com
71ff39d1a3
Changed GetLinkState() to remember that it failed to load the global
...
history service and that way it won't repeatedly try and fail. That was
causing performance problems for viewer
1999-08-24 18:20:30 +00:00
ramiro%netscape.com
e1f2489b0c
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
ramiro%netscape.com
55d4b94850
Set the timer lib flags in one place.
1999-08-24 14:46:43 +00:00
ramiro%netscape.com
e830a4efd6
Add a config makefile that can be set by the toplevel config.
1999-08-24 14:43:44 +00:00
ramiro%netscape.com
a7e0d995d5
Yank debugging code.
1999-08-24 12:37:40 +00:00
ramiro%netscape.com
24e734033e
Add real link time dependencies for $(PROGRAM).
1999-08-24 12:37:15 +00:00
mscott%netscape.com
3dfcb5d0e1
Fix the build breakage due to some wallet changes in an effort to help get the tree green again.
1999-08-24 02:34:57 +00:00
troy%netscape.com
4c669f0158
Removed nsString object that was defined but never used
1999-08-23 01:15:57 +00:00
blizzard%redhat.com
7a76067ba4
add example of how to handle a size allocation change
1999-08-23 00:52:31 +00:00
blizzard%redhat.com
df120023cd
fix build for xlib embedding
1999-08-23 00:30:42 +00:00
mccabe%netscape.com
3d4917b628
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
...
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
ramiro%netscape.com
015120c88a
Add embedding samples.
1999-08-22 15:36:56 +00:00
ramiro%netscape.com
a4fc36131f
Add embedding samples.
1999-08-22 15:31:13 +00:00
ramiro%netscape.com
c70564c852
Add -fno-rtti and -fno-exceptions flags.
1999-08-22 15:02:50 +00:00
ramiro%netscape.com
20f53e7664
Finish support for building more than one toolkit at once.
1999-08-22 14:06:52 +00:00
mccabe%netscape.com
2290033202
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
b95a2bdd54
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
cls%seawood.org
f3c9aece1c
Added support to configure.in for running configure in subprojects. This included adding tmp variables to preserve the initial args set for configure so that they can be passed pristinely to the subprojects.
...
Modified to run configure of webshell/embed/gtk from the main configure rather than during the export phase.
1999-08-21 18:02:45 +00:00
ramiro%netscape.com
8229ca37a8
Dont link in neckoutil.
1999-08-21 17:13:43 +00:00
ramiro%netscape.com
2ece89a093
Anal spacing.
1999-08-21 16:51:26 +00:00
ramiro%netscape.com
92d84df3d2
Yank -lmozreg.
1999-08-21 16:50:18 +00:00
ramiro%netscape.com
e58e9da1ac
Yank -lmozdbm , not needed.
1999-08-21 16:40:49 +00:00
ramiro%netscape.com
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
f99be8b987
Make the proxy rules more robust.
1999-08-20 14:21:42 +00:00
ramiro%netscape.com
eff4f86872
Make it work with the gtkmozilla makefiles.
1999-08-20 12:15:06 +00:00
ramiro%netscape.com
4565d56034
Ressurect post necko. Streams broken for now.
1999-08-20 11:16:19 +00:00
morse%netscape.com
243f3e5dc3
remove build warnings
1999-08-20 02:16:05 +00:00
locka%iol.ie
024d060959
Preliminary editor test support
1999-08-19 21:02:22 +00:00
locka%iol.ie
8766a22786
Changes to DHTML model
1999-08-19 21:00:44 +00:00
locka%iol.ie
72882b89bd
Added some more files
1999-08-19 20:59:11 +00:00
locka%iol.ie
8d8478cdba
Moved command target stuff in base class
1999-08-19 20:58:31 +00:00
locka%iol.ie
618fc7952a
Fixed more interface changes
1999-08-19 20:56:00 +00:00
locka%iol.ie
0de6507c12
Added editor headers
1999-08-19 20:55:03 +00:00
locka%iol.ie
83b0ea056b
Added editor class ids
1999-08-19 20:54:16 +00:00
locka%iol.ie
cadc80e9c6
Added IOleCommandTarget to site
1999-08-19 20:53:56 +00:00
locka%iol.ie
ec3777001c
Preliminary work for edit mode
1999-08-19 20:52:48 +00:00
vidur%netscape.com
5daa6435c2
Changed method signature of EvaluateScript to return nsresult. Added nsJSThreadContextStack pushing and popping around script evaluation.
1999-08-19 20:36:31 +00:00
pavlov%netscape.com
1c12f6f380
make viewer happy with my last changes
1999-08-19 19:52:50 +00:00
ramiro%netscape.com
772c1cdae4
Took out linking of widdget, gfx and parser. Its not needed and it currently
...
breaks on some platforms, like Neutrino.
1999-08-19 14:57:36 +00:00
ramiro%netscape.com
dcfb008af0
Dont link in raptorhtml, raptorweb, raptorwidget, or raptorhmlpars. These are components
...
which shouldnt be linked in.
1999-08-19 14:23:32 +00:00
rods%netscape.com
fafc5801d9
make minor changes to fix warnings
1999-08-18 14:54:01 +00:00
rhp%netscape.com
81adbf65e2
Fix for I18N reload issue
1999-08-18 01:39:20 +00:00
ramiro%netscape.com
0e1b8a922a
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
leaf%mozilla.org
689e556bcb
fixing the -lsecfree problem: temporary hack until ramiro checks in
...
fixes for the -lpref situation
1999-08-18 00:06:09 +00:00
ramiro%netscape.com
5de5eb3b96
CLeanup the nsWidgetSupport.cpp mess on windows. Moved it to its own place. Its only
...
needed by test apps.
1999-08-17 16:31:52 +00:00
ramiro%netscape.com
824b05d915
Cleanup the nsWidgetSupport.cpp mess on unix. Windows next.
1999-08-17 16:09:40 +00:00
ramiro%netscape.com
0149d76208
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
ad0cea8bd6
Dont link in the webshell into the app.
1999-08-17 14:42:25 +00:00
ramiro%netscape.com
f544ac5394
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
ramiro%netscape.com
33f8c1f169
Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
...
default for Linux and Solaris. Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner. The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful. There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.
Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
ramiro%netscape.com
1a0ba0383d
Ignore moc generated files.
1999-08-17 09:14:44 +00:00
ramiro%netscape.com
7620f949a0
Protect against a null mWebShell.
1999-08-17 07:09:44 +00:00
dp%netscape.com
6a45339276
gLogModule defined only inside of NS_DEBUG. Protecting access.
1999-08-17 01:28:58 +00:00
radha%netscape.com
146a03ce48
Fix for bug 11877. Kin and ftang reviewed the code. dp approved it. Put back the old
...
history code in webshell since it breaks viewer.
1999-08-17 00:29:09 +00:00
danm%netscape.com
1d4d71b2ca
Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don
1999-08-12 22:08:17 +00:00
shawnp%earthling.net
7576c0bb6c
Additional files needed to get viewer working with qt port. Only basic
...
functionality is present - enough to get it working.
1999-08-12 02:56:33 +00:00
edburns%acm.org
1706f2c458
This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429 .
...
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.
It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr. see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.
Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
pinkerton%netscape.com
fec7b418f7
fix, and update for new tri-state checkbox built off of html:input.
1999-08-11 04:46:56 +00:00
kmcclusk%netscape.com
40dd12421c
Added PR_MAX calls to Layout method to prevent negative values from being passed to
...
nsIWidget::Resize.
1999-08-10 22:31:59 +00:00
danm%netscape.com
8180c75a54
open new windows from anchor links with proper chrome. fixes bug 9792.
1999-08-10 21:36:38 +00:00
karnaze%netscape.com
9f4cc1393c
removed caption saying border-collapse was disabled
1999-08-10 00:44:35 +00:00
alecf%netscape.com
4d8ee9345a
remove nsMsgCompPrefs from the build
1999-08-09 23:01:48 +00:00
karnaze%netscape.com
84e789fdf9
table caption reflects border-collapse disabled
1999-08-09 22:01:07 +00:00
vidur%netscape.com
4876025852
changed name of NS_CreateContext to NS_CreateScriptContext
1999-08-09 19:14:49 +00:00
ramiro%netscape.com
6a11bba809
More qt support from Shawn Packwood.
1999-08-09 17:53:04 +00:00
dcone%netscape.com
620e2cdf8b
took out the assert for mWindow as null, and put in support that
...
allows the webshell to run with a null mWindow-- needed for printing frames
1999-08-09 14:30:32 +00:00
sfraser%netscape.com
b0be4651c8
Synch up with editor API changes
1999-08-09 01:43:24 +00:00
dp%netscape.com
5ba299bb04
Fixing build error on unix.
1999-08-09 00:26:02 +00:00
radha%netscape.com
835d5f7aed
Use nsISessionHistory for all history needs. This change obsoletes
...
mHistory and mHistoryIndex. Shall physically remove these members
at a later date.
1999-08-09 00:03:12 +00:00
radha%netscape.com
64ba7298de
Fix for bug 11307. comparison between char * and XPIDLCString causing Compilation
...
problem in few unix platforms.
1999-08-08 02:15:53 +00:00
tague%netscape.com
d309045006
Fixed bug #10566 - embeding directory has problems when MSSDK is installed and no ACTIVEX controll is built.
1999-08-08 02:11:13 +00:00
morse%netscape.com
620bc3b57c
remove signon viewer because of general spring cleaning of singsign.cpp
1999-08-07 14:14:31 +00:00
danm%netscape.com
f221b4e5c7
corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow.
1999-08-07 02:51:03 +00:00
nisheeth%netscape.com
9e5e191a16
Fix for bug 7401. We now print out error messages for failed url loads.
1999-08-06 21:54:25 +00:00
rpotts%netscape.com
6a5e493ee7
Removed an *extra* release of the PostData stream... This was causing random crashes...
1999-08-06 21:38:09 +00:00
waterson%netscape.com
6f5ff98694
Fix compiler warning.
1999-08-06 18:28:15 +00:00
sspitzer%netscape.com
460812a888
use nsCOMPtr. use NS_DEFINE_CID and NS_DEFINE_CID correctly
1999-08-06 07:44:37 +00:00
morse%netscape.com
05534f19dd
cleaned up dialogs
1999-08-06 00:29:10 +00:00
evaughan%netscape.com
1285ce0dc0
Fixed test to work with new boxes.
1999-08-05 23:44:56 +00:00
ramiro%netscape.com
0adc684bbc
Dont link in zlib, its not needed.
1999-08-05 22:38:08 +00:00
cmanske%netscape.com
e68131610b
Fixed build bustage
1999-08-05 20:35:55 +00:00
ramiro%netscape.com
a8a89c6a82
Dont link -lxp, its not needed.
1999-08-05 13:46:52 +00:00
ramiro%netscape.com
914648dac0
Dont link in libcaps. Its not needed.
1999-08-05 13:00:14 +00:00
waterson%netscape.com
6898ebf357
Add global history.
1999-08-05 05:14:45 +00:00
valeski%netscape.com
368ab627ee
moved to the higher level LoadURL() call to get more observer handling
1999-08-05 04:49:38 +00:00
valeski%netscape.com
493ae6bd9e
api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
...
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
radha%netscape.com
de9e5e65d0
Don't load a page thro' necko when going to a anchor with in the same page or going
...
back from an anchor to the top of the page. Modify
EqualBaseURL() so that it will do the right thing.
1999-08-04 22:46:49 +00:00
valeski%netscape.com
2336127fd1
added new url munging code. we now take a swing at the urlbar string w/ the uri parsing code first, then fallback to munging if we have to
1999-08-04 21:18:24 +00:00
gagan%netscape.com
d550f5831d
POST requests for HTTP work now! Go file bugs using apprunner now...
1999-08-04 15:06:51 +00:00
cmanske%netscape.com
bb766508da
Remove param from test method
1999-08-04 02:05:16 +00:00
locka%iol.ie
55666e4c21
Added field to allow user to turn on logging (for Mozilla not IE)
1999-08-03 23:06:00 +00:00
locka%iol.ie
704624ea4c
Fixed some interface changes that broke the build
1999-08-03 23:03:16 +00:00
vidur%netscape.com
f37f5bbca9
Fix for build bustage from Judson. Inclusion of config.mak is necessary before we depend on the NECKO symbol.
1999-08-03 23:00:19 +00:00
ramiro%netscape.com
14050b3373
Fix build bustage on unix.
1999-08-03 22:11:11 +00:00
valeski%netscape.com
0830bda705
10720 fix - we now do meta tag refreshes
1999-08-03 21:48:40 +00:00
mcafee%netscape.com
451c4afcee
Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren
1999-08-03 20:51:41 +00:00
nisheeth%netscape.com
db76351e26
Remove DEBUG_nisheeth protected code.
1999-08-03 00:00:50 +00:00
Jerry.Kirk%Nexwarecorp.com
b71eb1bcf0
Fix problem where menubar shows up on top of toolbar for Photon
1999-08-02 21:43:39 +00:00
ramiro%netscape.com
deb7d3b582
Landing unix toolkit exorcism changes. #ifdef-ed OFF for now.
1999-08-02 13:53:49 +00:00
bienvenu%netscape.com
4defdd96f5
back out fix for timing problem for Warren so OnEndLoadDocument will get called
1999-07-31 19:51:20 +00:00
warren%netscape.com
af95e38fc8
Reverted yesterday's change to solve the timing/perf measurement problem. Now I think the main problem was caused by the fact that redirects weren't getting inserted into the group, causing the load to terminate prematurely. That's now solved in the http protocol code.
1999-07-31 06:33:50 +00:00
warren%netscape.com
6b3a89d3bc
Fixes for the 'timing' problem, where load time is reported incorrectly. Things seem to work now, except the very first load.
1999-07-30 07:50:35 +00:00
warren%netscape.com
b21ffb563b
Clean up of nsDocumentBindInfo::OnStopRequest. Debug error messages for necko failure.
1999-07-30 04:20:34 +00:00
sspitzer%netscape.com
1abcb26db3
fix build bustage. libreg.so is now libmozreg.so
1999-07-29 04:23:49 +00:00
mscott%netscape.com
240bb551ea
fix build breakage....include config.mak
1999-07-29 04:19:17 +00:00
mscott%netscape.com
293095a950
fix build breakage...include config.mak
1999-07-29 03:59:32 +00:00
briano%netscape.com
ea37bbc00a
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
warren%netscape.com
40021f91f4
Added NS_ShutdownXPCOM to facilitate leak detection in purify.
1999-07-28 08:03:49 +00:00
briano%netscape.com
d99daeea9b
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
kmcclusk%netscape.com
18b946cc00
bug #7032 Changed nsIWidget::Resize(...), nsIWidget::Move(...) to
...
use PRInt32 instead of PRUInt32. Modified Mac, and Linux to match.
bug #2010 Applied David Barrons patch for MakeSide ins CSSRendering.
nsIWidget - removed GetAbsoluteBounds - Not needed. Can use WidgetToScreen instead.
1999-07-27 23:26:36 +00:00
nisheeth%netscape.com
90890a0c0d
Fix for bug 4559 in the Necko builds. Earlier this code change was made in code that affected non-Necko builds.
1999-07-27 21:21:13 +00:00