pavlov%netscape.com
c31d7f52dc
remove ifdef gtk_fixed test stuff r=dmose
1999-11-11 20:47:10 +00:00
sfraser%netscape.com
111f3e2494
Oh, silly me. Warren's last change was on a branch. Putting nsNeckoUtil.h back.
1999-11-11 20:47:01 +00:00
sfraser%netscape.com
b4fdd9ec8f
Somehow I managed to stomp on warren's last change (renaming of nsNeckoUtil.h to nsNetUtil.h). Putting that back.
1999-11-11 20:46:03 +00:00
sfraser%netscape.com
1d8bdd81f8
Fix for 18315 -- remember which rdf files you've tried, and failed, to open, to avoid trying over and over and over again. r=pavlov.
1999-11-11 20:42:31 +00:00
sfraser%netscape.com
fe7238681a
Part of fix for 18315 -- allow nsSupportsHashTable to contain null entries, which meant changing NS_{ADDREF,RELEASE} to NS_IF_{ADDREF,RELEASE} in a bunch of places. r=pavlov.
1999-11-11 20:41:54 +00:00
Jerry.Kirk%Nexwarecorp.com
cc5d6bea1a
Making a few changes to allow this to be built under Neutrino.
...
r=Warren
1999-11-11 20:40:44 +00:00
pinkerton%netscape.com
f83ca3629c
correctly send dragExit events when the mouse leaves the window (bug# 18356) r=saari.
1999-11-11 20:28:23 +00:00
putterman%netscape.com
e00d672d83
some speed improvments. reviewed by hangas.
1999-11-11 20:27:52 +00:00
putterman%netscape.com
f27e2cdda5
Fix for 18244. Don't load messages if splitter between thread and message pane is collapsed.
...
reviewed by hangas.
1999-11-11 20:24:46 +00:00
dp%netscape.com
ab88d596f5
Enabling componentmanager shutdown() before a release to clear out
...
references to the component manager.
1999-11-11 19:38:13 +00:00
kin%netscape.com
ef66dcd123
TransactionManager fix for bug #11590 : eliminate NS_COMFALSE
...
Modified all nsITransactionListener::Will* methods and implementations
to use an aInterrupt argument.
mozilla/editor/base/nsEditorTxnLog.cpp
mozilla/editor/base/nsEditorTxnLog.h
mozilla/editor/txmgr/public/nsITransactionListener.h
mozilla/editor/txmgr/src/nsTransactionItem.cpp
mozilla/editor/txmgr/src/nsTransactionManager.cpp
mozilla/editor/txmgr/src/nsTransactionManager.h
r=brade@netscape.com
1999-11-11 19:35:40 +00:00
buster%netscape.com
86f919a325
partial fix for bug 14599. We no longer crash. The frameset loads in the editor window,
...
but no editor is actually attached, so no editing is possible. Next step is
to detect the error case and stop the document load altogether.
1999-11-11 19:22:30 +00:00
rhp%netscape.com
9fbb4ae9c0
Changes to fix message display problems and others - Bug #: 13402 17770 17772 17899 - r: bienvenu
1999-11-11 19:21:11 +00:00
rhp%netscape.com
22ee3cf257
Changes for multipart alternative - Bug #: 17770 - r: jefft
1999-11-11 19:19:02 +00:00
karnaze%netscape.com
8811cf8314
put back to rev 3.340 due to mail/news regressions.
1999-11-11 18:22:57 +00:00
erik%netscape.com
97a4edf14f
This is just a local .cvsignore file. Doesn't affect build.
1999-11-11 18:15:49 +00:00
jefft%netscape.com
ebc03cdbf6
fixed bug 6904 -- Close() to implicit expunge deleted messages when in delete is move to the trash mode; this only happened when we shutdown the app; r=bienvenu
1999-11-11 15:46:22 +00:00
Jerry.Kirk%Nexwarecorp.com
481eb99dd7
Removed code that kept us from creating timers with a delay of
...
more than 10 seconds.
r=kedl
1999-11-11 15:23:09 +00:00
Jerry.Kirk%Nexwarecorp.com
9ad39fd6a1
Added debug code to track my clipping. I am about to re-arrange some guts
...
so I wanted a fail-safe backup working version to be checked in.
r=kedl
1999-11-11 15:21:51 +00:00
Jerry.Kirk%Nexwarecorp.com
6f824c9d8e
Adding static data member and accessor that keeps track of what the
...
PhDrawContext_t for Photon was when the program is first started.
r=kedl
1999-11-11 15:19:25 +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
syd%netscape.com
e7eb8f50e5
Wire up margin settings from dialog. r=dcone
1999-11-11 14:20:19 +00:00
terry%mozilla.org
1142641a31
Back out that completely bizarre and weird checkin that warren did.
1999-11-11 13:58:45 +00:00
warren%netscape.com
b377f57b3a
Removing neckoutil_s.lib from tree. Moving/renaming nsNeckoUtil.h to nsNetUtil.h. Bug#11159. r=colin@theblakes.com,kipp,waterson,valeski,pierre,nisheeth
1999-11-11 08:50:26 +00:00
saari%netscape.com
823aa762d2
Fixing keybinding. Was using an nsDOMUIEvent interface when I should have been using nsDOMKeyEvent. Something chaged recently that exposed this bug. Also inserted a few nsCOMPtrs to fix leaks. R: waterson, mostly
1999-11-11 08:48:25 +00:00
troy%netscape.com
2e7ee4874b
b=17546. Changed block frame code to save/restore space manager when create
...
a space manager, and changes button code to use the NS_BLOCK_SPACE_MGR flag
when creating the area frame
1999-11-11 06:00:41 +00:00
waterson%netscape.com
475e7d2c79
Bug 17839. Add timer_s.lib to the libraries link deps.
1999-11-11 05:51:53 +00:00
waterson%netscape.com
ff3926a43b
Bug 17839. Call mAppShell->Exit() on a timer callback to allow Quit() to cleanly exit the app on platforms where the event queue gets yanked. a=warren
1999-11-11 05:51:22 +00:00
karnaze%netscape.com
9ae168b719
fixed crash (cnn and other sites with javascript) in nsCellMap due to it not being invalidated.
1999-11-11 05:43:35 +00:00
ssu%netscape.com
c55632b2d3
part of fixing bug #18107 . This checkin fixes problem with passing in the correct length of the string value to set in the windows registry. This fix affects only the windows platform. r=sgehani
1999-11-11 05:33:38 +00:00
mcafee%netscape.com
e06d051523
Missing type field for check_doc_requency pref (17903) r=jfrancis
1999-11-11 05:27:29 +00:00
warren%netscape.com
fb7ad57ff3
Added
1999-11-11 05:21:38 +00:00
pinkerton%netscape.com
247cfa3b19
toolbar/tree d&d code reworking (r=hyatt).
1999-11-11 05:11:10 +00:00
pinkerton%netscape.com
73a7072999
readding the tree item drag capturer (r=hyatt)
1999-11-11 05:10:47 +00:00
pinkerton%netscape.com
6dbf140c84
reworking of toolbar d&d impl and tree d&d impl (r=hyatt).
1999-11-11 05:10:38 +00:00
pinkerton%netscape.com
c762f0d072
readding the tree item drag capturer
1999-11-11 05:10:28 +00:00
waterson%netscape.com
38e277d57c
Oops. Make sure XPCOM_MEM_LOG_CLASSES works without XPCOM_MEM_REFCNT_LOG being set. a=warren
1999-11-11 05:02:03 +00:00
rbs%maths.uq.edu.au
b357f84d41
[GFX] GetBoundingMetrics() added in nsIRenderingContext and associated changes elsewhere (patform-specific) to support its implementation. Fixes for existing bugs discovered while doing the implementation. Details for public: API of the GetBoundingMetrics() method for accurate measurements of a string in order to allow precise positionning when processing MathML. review: Erik, Shyjan.
1999-11-11 04:24:51 +00:00
rbs%maths.uq.edu.au
53c224df12
[GFX] GetBoundingMetrics() added in nsIRenderingContext and associated changes elsewhere (patform-specific) to support its implementation. Fixes for existing bugs discovered while doing the implementation. Details for windows: Erik van der Poel erik@netscape.com's code for the support of the Symbol font. review: Shyjan, rbs. My changes to DrawString to use the baseline as the reference point and changes aimed at computing the bounding metrics. review: Erik, Shyjan.
1999-11-11 04:19:25 +00:00
rbs%maths.uq.edu.au
d603ad91be
[GFX] GetBoundingMetrics() added in nsIRenderingContext and associated changes elsewhere (patform-specific) to support its implementation. Fixes for existing bugs discovered while doing the implementation. Details for gtk: Shyjan Mahamud mahamud@cs.cmu.edu's changes to enable the symbol font on Linux, as well as the fix for the CSS font-family bug, and the computation of the bounding metrics. review: Erik, rbs.
1999-11-11 04:16:54 +00:00
rbs%maths.uq.edu.au
54da332bc0
[GFX] GetBoundingMetrics() added in nsIRenderingContext and associated changes elsewhere (patform-specific) to support its implementation. Fixes for existing bugs discovered while doing the implementation. Details for ps: Empty hooks to make the code compile while awaiting implementation.
1999-11-11 04:12:33 +00:00
waterson%netscape.com
3bf7cba7c6
Add docs for XPCOM_MEM_LOG_OBJECTS.
1999-11-11 04:08:28 +00:00
valeski%netscape.com
a619ab8a51
11869, r=brendan (for everything but the case where we check for keyword url load failure). Hooking up keywords to webshell. we now kick non-qualified hosts to the keyword server (if keywords are enabled (they're defaulted to off), on windows. and if a non-qualifed host lookup fails we kick that to the keyword server (on all platforms, if keywords are enabled). If keywords are disabled (default case) we do the www.*.com trick ourselves in the client.
1999-11-11 03:26:18 +00:00
waterson%netscape.com
db40914d6a
Bug 18069. Support XPCOM_MEM_TRACE_OBJECTS, per-object reference count tracing. r=warren
1999-11-11 03:23:24 +00:00
jdunn%netscape.com
28bbc283d5
Add newline at end of file... HP requires it!
1999-11-11 03:14:37 +00:00
saari%netscape.com
7511475ad8
part of previous checkin
1999-11-11 03:09:16 +00:00
saari%netscape.com
f448552385
Turning gFocusHandler into gEventDispatchHandler, a Mac event dispatch change. Should be fine without the rest of the focus changes, commiting to facilitate pink's need to change this file. R: pink
1999-11-11 03:08:31 +00:00
jdunn%netscape.com
524208728f
Fix additional bugs with stubs. This still doesn't work 100% but getting there
...
(basically pulled in the mac ppc CPP file for aix stubs file)
1999-11-11 02:20:22 +00:00
valeski%netscape.com
6150abfbb5
hooking up keyword prefs so we check for them
1999-11-11 02:18:02 +00:00
briano%netscape.com
bd615dfad9
Automated update
1999-11-11 02:15:16 +00:00