pavlov%netscape.com
f31d1a8829
fix for bug 20907 and 20902 r=sdagley
2000-01-08 01:22:57 +00:00
akkana%netscape.com
6bd97592f1
Fix a huge slew of warnings. r=pavlov
2000-01-08 01:20:58 +00:00
rgoodger%ihug.co.nz
fa82ef41b6
[prefwindow] removing duplicate 'mousewheel' entry in pref panels list
2000-01-08 01:15:20 +00:00
valeski%netscape.com
ae6e383f01
added files: mozilla/netwerk/protocol/keyword/src/nsKeywordModule.cpp, removed files: mozilla/netwerk/protocol/keyword/src/nsKeywordProtocolFactory.cpp
2000-01-08 00:58:31 +00:00
valeski%netscape.com
297e1190d0
converting keyword protocol handler over to new module macros. r=dp. 23211
2000-01-08 00:58:05 +00:00
rickg%netscape.com
8e867ab155
fixed bugs 9059, 18928, 19581, 21005, 22351; r=harishd. I also removed warnings
2000-01-08 00:55:15 +00:00
rbs%maths.uq.edu.au
f5296ef40f
Fixed erroneous leftover of #include from previous check-in
2000-01-08 00:54:19 +00:00
rickg%netscape.com
6e0c19f040
added debug code for ParseFragment(); r=harishd
2000-01-08 00:53:43 +00:00
ftang%netscape.com
a02ac05c38
Add CID in #define in additional to declare
2000-01-08 00:41:43 +00:00
valeski%netscape.com
7f3f996bb6
fixing build bustage on unix
2000-01-08 00:36:47 +00:00
waterson%netscape.com
04af7c0f43
Bug 23320. Per Franz.Sirl-kernel@lauterbach.com's suggestion, fix passing of va_list for platforms that typedef to an array. r=brendan
2000-01-08 00:32:25 +00:00
mjudge%netscape.com
dcbf3266bd
r= kin. fix for another parameter. fixing m13 bug with multiple selection.
2000-01-08 00:31:32 +00:00
waterson%netscape.com
c89ee29031
Bug 23297. Munged patch from Franz.Sirl-kernel@lauterbach.com; simplify and clean up code. r=waterson or r=Franz.Sirl-kernel@lauterbach.com, depending on how you look at it.
2000-01-08 00:30:08 +00:00
pinkerton%netscape.com
34b54669c6
Fix for bug 23383 where we were using OleFlushClipboard() to clear the clipboard b4 replacing it. The correct thing to use is OleSetClipboard(NULL) or bad things (performance-wise) happen. r=penny
2000-01-08 00:28:32 +00:00
waterson%netscape.com
0a61fb89c2
Bug 21477. Add |nsIContent** aFirstGeneratedChild| parameter to several methods that is used as an 'out' parameter to determine the first generated child in a subtree. This allows us to send the correct |ContentAppended()| notification to layout. Fixes the 'unfurling menu' problem. r=rjc
2000-01-08 00:27:04 +00:00
brendan%mozilla.org
cfe8cb3e89
(bug 22795, r=vidur@netscape.com)
...
- Add "aShared" flag to nsIScriptContext::CompileEventHandler, telling it to clear the compiled event handler's scope chain if true, in order to
(a) avoid entraining garbage
(i.e., a shared compile-time-only parent object); and
(b) cause later BindCompiledEventHandler calls to ensure that the event handler has the particular scope chain needed for the binding
(to the target object that's receiving the event).
- Use :: consistently (and all over the place) before calls to JS_ functions in nsJSEnvironment.cpp.
- Eliminate tabs and barbarians-at-the-gate-of-Rome style, in favor of when-in-Rome style (hail Waterson Maximus!)
2000-01-08 00:24:24 +00:00
waterson%netscape.com
64b35bf780
Bug 23352. Add sanity checks to catch bogus params n' stuff earlier. r=rjc
2000-01-08 00:23:27 +00:00
akkana%netscape.com
0afd47f813
showmod
2000-01-08 00:22:58 +00:00
waterson%netscape.com
10a38e03d7
Bug 23352. Check 'target' before calling nsIRDFDataSource::Unassert(). r=davidm
2000-01-08 00:22:35 +00:00
gordon%netscape.com
4716753fb9
Fixing dns breakage of ftp. The async dns case wasn't resolving network addresses, only hostnames. r = Valeski.
2000-01-07 23:55:54 +00:00
waterson%netscape.com
aedeaca0a9
Be sure to zero WNDCLASS struct: failure to do so causes funkiness in non-debug builds. r=gordon.
2000-01-07 23:48:37 +00:00
rginda%netscape.com
67c2a2fa08
s/local/my for strict mode.
...
y2k fix for results file name.
2000-01-07 21:39:36 +00:00
varada%netscape.com
0205f0cc89
creating desktop shortcut to helpfile - will point to current browser.startib makes another function call within ib.cpp to create the shortcut and right now it points to wizardmachine.ini as a placeholder
2000-01-07 20:31:27 +00:00
rhp%netscape.com
cb57baf5f3
Final fix for vcard crashing bug - Bug 23309 - r: sspitzer/alecf
2000-01-07 16:08:03 +00:00
rbs%maths.uq.edu.au
1ce1feb4bc
[#ifdef MATHML]. Hook for the mn tag
2000-01-07 15:25:15 +00:00
rbs%maths.uq.edu.au
f3caea19b9
[MATHML] Addition of a comment and two atoms: subscriptshift, superscriptshift
2000-01-07 14:54:53 +00:00
rbs%maths.uq.edu.au
423260e01b
[MATHML]. Laying some groundwork to pave the way for the future landing of Shyjan Mahamud's TeX alignment code.
2000-01-07 14:49:46 +00:00
rbs%maths.uq.edu.au
8fb2624d02
[MATHML]. First check-in. Splitting and modularization.
2000-01-07 14:41:56 +00:00
rbs%maths.uq.edu.au
f11d46f904
[#ifdef MOZ_MATHML] Added extension to the reflow metrics to support the bounding metrics needed for precise MathML placements. This is a WIP approved by Troy.
2000-01-07 14:36:43 +00:00
rbs%maths.uq.edu.au
fb509ee983
[MATHML] Added code to enable Reflow() to return, if requested, the bounding metrics needed for precise MathML placements. This is a WIP approved by Troy.
2000-01-07 14:33:11 +00:00
rbs%maths.uq.edu.au
90dd2e41c8
[MATHML] Coded GetItalicSlope() and updated GetBoundingMetrics(). Added code to catch up with recent changes in gfx/src/windows that broke the MathML build on Win32
2000-01-07 14:22:07 +00:00
rbs%maths.uq.edu.au
0f95730da9
[#ifdef MOZ_MATHML] Added GetItalicSlope() in nsIFontMetrics.h to get the tagent of the italic angle needed for the italic correction. Added leftItalicCorrection in nsBoundingMetrics and updated documentation
2000-01-07 14:16:02 +00:00
rbs%maths.uq.edu.au
f1416deebf
[#ifdef MOZ_MATHML] Patch of Shyjan Mahamud to set mActualSize to the designed size of the font, when the font requested is not a scalable font
2000-01-07 14:07:56 +00:00
rgoodger%ihug.co.nz
1e5ae7141b
[prefwindow] fix for mac prefwindow startup crasher, mail bool-radio pref functionality hookup
2000-01-07 12:05:09 +00:00
rgoodger%ihug.co.nz
9b7089a0ca
[prefwindow] fixing search name in panel listing...
2000-01-07 12:01:37 +00:00
rgoodger%ihug.co.nz
523f3268ca
[prefwindow] fixing mail return receipts pane so third radio group set has its prefs saved properly. (implement boolean radio groups)
2000-01-07 11:57:38 +00:00
rgoodger%ihug.co.nz
1065b2e91e
[prefwindow] fixing regression, commenting out unsupported features and replacing text area with input field
2000-01-07 10:30:50 +00:00
rgoodger%ihug.co.nz
4c05f497cb
[prefwindow] reimplementing default-page-setting functionality
2000-01-07 10:11:09 +00:00
rjc%netscape.com
08fb22a820
Fix bug # 23262: if the internet search window is currently open, give it focus (and select new tab if necessary).
2000-01-07 09:56:20 +00:00
rgoodger%ihug.co.nz
914ea6291b
[prefwindow] pref search hookup
2000-01-07 09:11:05 +00:00
rgoodger%ihug.co.nz
d2a1efc951
adding some default prefs to accomodate the new prefwindow...
2000-01-07 08:49:41 +00:00
rgoodger%ihug.co.nz
403c512011
more prefwindow cleanup...
2000-01-07 08:40:52 +00:00
rgoodger%ihug.co.nz
95cac03486
...even more cleanup
2000-01-07 08:40:15 +00:00
sspitzer%netscape.com
93bcf773e5
fix javascript assertion when creating a new account.
...
this bug was introduced when I landed the changes for #21978
2000-01-07 08:35:18 +00:00
rgoodger%ihug.co.nz
5e5143de9f
prefwindow recovery & cleanup
2000-01-07 08:33:20 +00:00
mcafee%netscape.com
2658ce362e
ifdef-ing out LI (Location Independence) code that's not being used. There is intent to re-implement this later, hence the ifdef and not code-removal. r=alecf,neeti
2000-01-07 08:29:50 +00:00
alecf%netscape.com
402228ea38
get rid of evil tabs so I can actually read this in something other than vi :)
2000-01-07 08:24:35 +00:00
alecf%netscape.com
48ca57f1e2
re-add mousewheel pref pane, and fix some minor problems with the pane
2000-01-07 08:11:41 +00:00
rgoodger%ihug.co.nz
d15360c1d6
prefwindow landing recovery
2000-01-07 07:55:00 +00:00
alecf%netscape.com
768fb947e0
print exception r=sspitzer
2000-01-07 07:54:09 +00:00