ramiro%netscape.com
0a1d5aa72d
Remove dumb sleep 3 thing that always freaks me out.
...
git-svn-id: svn://10.0.0.236/trunk@43409 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 13:57:06 +00:00
ramiro%netscape.com
233f49736d
Dont link in the parser into the app. Link it in dynamically where needed.
...
This makes the link depenencies on unix be more like windows. Makes it
easier to track dependency problems and simplifies makefiles.
git-svn-id: svn://10.0.0.236/trunk@43408 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 13:54:48 +00:00
ramiro%netscape.com
d643b42df6
Move nsIXlibWindowService.h to its own place.
...
git-svn-id: svn://10.0.0.236/trunk@43407 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 13:26:13 +00:00
ramiro%netscape.com
f1a77b7eac
Add Makefile dependencies for PROGRAM and SIMPLE_PROGRAMS, so that program
...
targets will be rebuilt if the makefile changes. This should make depend
builds more reliable, especially for tests.
git-svn-id: svn://10.0.0.236/trunk@43406 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 13:08:51 +00:00
ramiro%netscape.com
4517f5371f
Link expat and xmltok into the htmlparser statically. Not into the app.
...
git-svn-id: svn://10.0.0.236/trunk@43405 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 12:46:23 +00:00
ramiro%netscape.com
54d13a33c2
Build expat before htmlparser.
...
git-svn-id: svn://10.0.0.236/trunk@43404 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 11:51:14 +00:00
briano%netscape.com
247b74ad01
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@43403 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 09:45:50 +00:00
ramiro%netscape.com
acca485ab8
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.
git-svn-id: svn://10.0.0.236/trunk@43402 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 09:33:48 +00:00
ramiro%netscape.com
8f7bee05dd
Protect against a null mWebShell.
...
git-svn-id: svn://10.0.0.236/trunk@43398 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 07:09:44 +00:00
ramiro%netscape.com
9848591dec
Comment out broken code. Ignore generated files.
...
git-svn-id: svn://10.0.0.236/trunk@43396 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 06:59:45 +00:00
ramiro%netscape.com
641b305f2e
Update for api change. Ignore generated files.
...
git-svn-id: svn://10.0.0.236/trunk@43395 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 06:57:31 +00:00
ramiro%netscape.com
b3dd0d6604
Fix the qt timers.
...
git-svn-id: svn://10.0.0.236/trunk@43394 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 06:56:13 +00:00
leaf%mozilla.org
982c4c206f
checking in build_number fix, only affects official builds
...
git-svn-id: svn://10.0.0.236/trunk@43389 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 02:03:26 +00:00
dp%netscape.com
941e69bc5b
gLogModule defined only inside of NS_DEBUG. Protecting access.
...
git-svn-id: svn://10.0.0.236/trunk@43387 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 01:28:58 +00:00
ramiro%netscape.com
64c4198ede
Fix for bug 11964. Timers were leaking again. Approved by jevering.
...
git-svn-id: svn://10.0.0.236/trunk@43386 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 01:05:09 +00:00
radha%netscape.com
ecbf682515
Fix for 10051. reviewed by claudius. approved by cyeh.
...
git-svn-id: svn://10.0.0.236/trunk@43384 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 00:32:10 +00:00
radha%netscape.com
de3576ba3e
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.
git-svn-id: svn://10.0.0.236/trunk@43383 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 00:29:09 +00:00
terry%mozilla.org
fa4b36a766
Added OpenVMS to the list of operating systems.
...
git-svn-id: svn://10.0.0.236/trunk@43379 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 23:54:50 +00:00
mark.lin%eng.sun.com
3d0bea0571
Fixed the bug where the page the user specifies from the command line wouldn't open.
...
git-svn-id: svn://10.0.0.236/trunk@43377 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 23:26:40 +00:00
mark.lin%eng.sun.com
03147adead
Added stuff to LD_LIBRARY_PATH
...
git-svn-id: svn://10.0.0.236/trunk@43376 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 23:23:06 +00:00
briano%netscape.com
a8a0ef2fc2
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@43375 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 23:00:26 +00:00
briano%netscape.com
c2f854e9e4
Fixed a typo in the last of the possible MKSHLIB_FORCE_ALL choices.
...
git-svn-id: svn://10.0.0.236/trunk@43374 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 22:59:17 +00:00
danm%netscape.com
0d2f1b579b
disable browser appcore's load of default page for new windows created by NewWebShell. fixes bug 11404. a:cyeh@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@43373 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 22:23:19 +00:00
norris%netscape.com
4ae1fbacd2
Add a comment.
...
git-svn-id: svn://10.0.0.236/trunk@43369 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 18:54:47 +00:00
radha%netscape.com
13bd8da2e3
Fix for 11577. No need to go thro' session history to obtain the current
...
document's url. Verified in windows and linux. Code review =vidur
approved=scc
git-svn-id: svn://10.0.0.236/trunk@43354 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-15 00:20:58 +00:00
dp%netscape.com
14d3f28f8e
Calling shutdown listeners on XPCOM Shutdown. Fix bug #11790
...
git-svn-id: svn://10.0.0.236/trunk@43353 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 21:32:29 +00:00
beard%netscape.com
4b7e673354
added call to JMDrawFrameInPort in printApplet(), to test latest MRJ API.
...
git-svn-id: svn://10.0.0.236/trunk@43351 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 19:40:57 +00:00
beard%netscape.com
713fa5aadf
1.0d10
...
git-svn-id: svn://10.0.0.236/trunk@43350 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 19:40:00 +00:00
morse%netscape.com
ed8bf5d335
fix bugs 11716 and 11766
...
git-svn-id: svn://10.0.0.236/trunk@43349 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 16:56:52 +00:00
rjc%netscape.com
13f3f41df1
Fix bug # 11832: Approval: chofmann. Review: waterson.
...
git-svn-id: svn://10.0.0.236/trunk@43348 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 11:11:45 +00:00
rhp%netscape.com
a56546a228
Fix for Bug: #10813 - Approval: jevering
...
git-svn-id: svn://10.0.0.236/trunk@43347 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 06:36:48 +00:00
briano%netscape.com
4d84dcc6fe
Fix for bug 11852. No effect on non-release builds.
...
git-svn-id: svn://10.0.0.236/trunk@43346 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 03:36:38 +00:00
briano%netscape.com
aa4f172bc6
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@43345 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 03:15:21 +00:00
briano%netscape.com
ab6576547e
SunOS-specific change to enable my last change to xpidl_idl.c.
...
git-svn-id: svn://10.0.0.236/trunk@43344 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 03:12:37 +00:00
briano%netscape.com
65bd94fb99
Now it will handle the obscure case where sprintf returns a string instead of an int. Reviewed by mccabe and jband. Approved by chofmann.
...
git-svn-id: svn://10.0.0.236/trunk@43343 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 03:11:10 +00:00
beard%netscape.com
cc26d1baa0
js now propagates ThreadDeath exceptions
...
git-svn-id: svn://10.0.0.236/trunk@43340 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 02:32:20 +00:00
dp%netscape.com
6a933740e7
added files: mozilla/modules/libimg/gifcom/nsGIFModule.cpp, removed files: mozilla/modules/libimg/gifcom/nsGIFCallback.cpp
...
git-svn-id: svn://10.0.0.236/trunk@43336 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 02:01:43 +00:00
beard%netscape.com
cfa4a2dbe7
added mozilla/js/rhino/org/mozilla/javascript/tools/shell/SharedGlobal.java
...
git-svn-id: svn://10.0.0.236/trunk@43335 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 02:01:00 +00:00
dp%netscape.com
08e46a57e4
Adding nsGIFModule.cpp; Removing nsGIFCallback.cpp
...
git-svn-id: svn://10.0.0.236/trunk@43334 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 01:45:36 +00:00
davidm%netscape.com
81836bbabf
remove virtual destructor to fix crash on windows.
...
4279 Error with JS: window.confirm() method not defined
4279 [FEATURE] JavaScript Alert dialogs
a= choffman
git-svn-id: svn://10.0.0.236/trunk@43333 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 01:35:17 +00:00
dp%netscape.com
5f154897a1
Removing nsGIFCallback.cpp
...
git-svn-id: svn://10.0.0.236/trunk@43332 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 01:26:49 +00:00
jj%netscape.com
98d6f6704a
#11852 : now updates build number in navigator.dtd instead of navigator.xul.
...
git-svn-id: svn://10.0.0.236/trunk@43331 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 00:23:27 +00:00
briano%netscape.com
c37a1e6ece
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@43330 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 00:16:12 +00:00
briano%netscape.com
3cdda4e9c2
HP-specific fix. Defining NSCAP_DISABLE_DEBUG_PTR_TYPES to hopefully get it to build successfully.
...
git-svn-id: svn://10.0.0.236/trunk@43329 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 00:15:23 +00:00
saari%netscape.com
fe312719b6
Fix for Mac menu crasher. Same fix as hyatt did for XPMenus. Permission ala chofmann
...
git-svn-id: svn://10.0.0.236/trunk@43328 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 23:52:49 +00:00
valeski%netscape.com
01b481b10d
chofmann approved. fix for 11461, refresh for some meta refresh urls was happening irregularly.
...
git-svn-id: svn://10.0.0.236/trunk@43327 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 23:50:29 +00:00
hyatt%netscape.com
8b7e2f5874
Fix for bugs 11858 and 10774.
...
git-svn-id: svn://10.0.0.236/trunk@43326 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 23:49:53 +00:00
briano%netscape.com
192de6a2cd
Added Colin's (colin@theblakes.com) latest changes.
...
git-svn-id: svn://10.0.0.236/trunk@43325 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 23:38:50 +00:00
frankm%eng.sun.com
420a3aafbf
Added java/Makefile.in, java/xpcom/TODO; minor correctoiosn to java/xpcom/README.
...
Fix libxpjava.so JNI and linking problems.
git-svn-id: svn://10.0.0.236/trunk@43324 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 23:36:09 +00:00
briano%netscape.com
03c0e51424
Fixed the indented #include line that was breaking OpenVMS. Thanks to Colin Blake (colin@theblakes.com) for the fix. Approved by chofmann@netscape.com.
...
git-svn-id: svn://10.0.0.236/trunk@43323 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 23:32:44 +00:00