sfraser%netscape.com
955eea6f89
This file has moved to mozilla/lib/mac/Instrumentation
2000-07-28 23:47:30 +00:00
sfraser%netscape.com
72d977eef6
New files for profiling on Mac
2000-07-28 23:45:55 +00:00
mozilla.BenB%bucksch.org
822ab4ff4d
44439: Support headers (3 modes), <dd>/<dt>, <q>, <code>, <th>.
...
Improved <img>, </blockquote>.
Improved "unknown" block and (some) inline tags.
Pref for structured phrases.
r=akk, a=waterson
2000-07-28 23:18:12 +00:00
javi%netscape.com
9001baaba2
Add a Certificate Content Listener so that mozilla can download a
...
certificate from VeriSign.
bug 45878
r=mscott, valeski
2000-07-28 23:14:55 +00:00
pinkerton%netscape.com
94bf195712
fix for bug 29569, truncating mac menus better. Also pushes around and refactors a lot of our ugly i18n font code. r=sfraser.
2000-07-28 23:12:43 +00:00
nelsonb%netscape.com
90a621288c
Build libmpi.a. Include mpmontg.o in libmpi.a. Build programs with
...
libmpi.a. Fix dependencies so lib is rebuilt when headers change.
2000-07-28 23:11:12 +00:00
nelsonb%netscape.com
8990002e97
Modular exponentiation with Montgomery reduction for MPI.
...
The Initial Developer of the Original Code is
Netscape Communications Corporation. Portions created by Netscape are
Copyright (C) 2000 Netscape Communications Corporation.
All Rights Reserved.
2000-07-28 23:09:02 +00:00
slamm%netscape.com
617293a632
Single click behavior for What's Related panel. Now it is consistent with the Search panel. bug 41609. r=mcafee
2000-07-28 23:06:21 +00:00
nelsonb%netscape.com
2b5dacc569
Disambiguoate error messages in mod-expt test.
2000-07-28 23:04:23 +00:00
nelsonb%netscape.com
25fc0db080
- Renamed mp_exptmod to s_mp_exptmod. This function is now used only in
...
when the modulus is even. mp_exptmod is now in mpmontg.c.
- Declare and define new function s_mp_mul_d_add_offset(), which computes
the product of an mp_digit and an mp_int, shifts the product to the left
by a number of digits, and adds the shifted product to another mp_int.
Used in multiplication and Montgomery reduction. Numerous platform
vendors have assembly language versions of this function.
- Removed some ANDs with DIGIT_MAX. Casting to mp_digit is necessary
and sufficient. The AND doesn't help.
2000-07-28 23:03:12 +00:00
dmose%mozilla.org
ff2ce0bb7a
Building on windows now works, using ENABLE LDAP. Removed from the list.
2000-07-28 22:57:12 +00:00
nelsonb%netscape.com
441d0e2ac6
Use unsigned int for mp_digit instead of unsigned long when both are
...
32-bits. This reduced warnings. Use mp_size instead of unsigned int
in function declarations. Fix MP_DIGIT_FMT for 32-bit digits.
2000-07-28 22:55:56 +00:00
dbaron%fas.harvard.edu
2e9f52799b
Fix two stupid mistakes I made in the block regression test script. Not part of build. r=pollmann
2000-07-28 22:50:30 +00:00
nelsonb%netscape.com
555e8f304b
Use mp_size instead of unsigned int in function prototypes.
2000-07-28 22:49:42 +00:00
scc%mozilla.org
dd3bf8c49f
adding a needed prefix file, these are not part of the build, just part of the string test framework (as was StringTest.mcp, just checked in)
2000-07-28 22:47:17 +00:00
scc%mozilla.org
88fd53cff1
get rid of "nsWorkString"
2000-07-28 22:45:58 +00:00
sgehani%netscape.com
10ee342a14
Make linux installer work. Fix for nsbeta2+ bugscape b=1655; r=ssu
2000-07-28 22:45:12 +00:00
dmose%mozilla.org
65c4b692ef
ldap_set_option was being called incorrectly; fixed. a=r=(not built).
2000-07-28 22:44:43 +00:00
akkana%netscape.com
314ae3b6bc
Remove obsolete csh and .bat files -- use the perl file instead
2000-07-28 22:38:34 +00:00
akkana%netscape.com
012ec6606f
Set LD_LIBRARY_PATH to make the test script more easily runnable; r=mozilla@bucksch.org
2000-07-28 22:36:52 +00:00
waterson%netscape.com
b4bb4efade
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
2000-07-28 22:29:28 +00:00
anthonyd%netscape.com
c8844de491
bug fixes:
...
39529 - caret width not correct for single/muti line textfields, which relied on:
46445 - nsLookAndFeel needs to be a service.
r: mjudge@netscape.com , kin@netscape.com
a:beppe
2000-07-28 22:12:45 +00:00
bryner%uiuc.edu
33cf2f098d
Fix for 46757. r=hyatt.
2000-07-28 22:09:45 +00:00
attinasi%netscape.com
95c41c6f32
Fix for bug 36849: Script animation that changes location and clip simultaneously no longer will flicker.
...
Checking in (for Robert O'Callahan) a change to the event priorities: reverting to standard priorities.
This was tested for weeks by several individuals with no bad effects reported. b=36849 r=attinasi
2000-07-28 21:58:14 +00:00
valeski%netscape.com
b09dead0f2
37669. removing unused buildURI code
2000-07-28 21:54:59 +00:00
attinasi%netscape.com
11d9accdf8
Fix for bug 36849: Script animation that changes location and clip simultaneously no longer will flicker.
...
ApplyRenderingChangeToTree now always does a NO_SYNC update of the views where it used to sometimes do a SYNC update. b=36849 r=kmcclusk
2000-07-28 21:54:49 +00:00
attinasi%netscape.com
c2164a53ee
Added more history data. Not part of build
2000-07-28 21:51:35 +00:00
larryh%netscape.com
f2053f7a8f
BugZilla: 4090. PR_APPEND
2000-07-28 21:51:07 +00:00
heikki%netscape.com
92966bfe9e
Bugs 38399, 40889. r=jst.
2000-07-28 21:49:42 +00:00
heikki%netscape.com
906502293e
Bugs 38399, 40889, 44211. Also fix two compiler warnings (mismatched signed/unsigned). r=jst (bug 44211 r=harishd).
2000-07-28 21:48:08 +00:00
mcafee%netscape.com
11eca75425
Simplifying languages label to save space, AND it reads better (5236). r=pavlov
2000-07-28 21:42:00 +00:00
rhp%netscape.com
f51347ec0d
Fix for following HTML standards - Bug #: 46788 - r: rhp - mozilla contribution
2000-07-28 21:38:32 +00:00
endico%mozilla.org
621c7c38ac
If the application is set up at the server root (e.g. bugzilla.mozilla.org) then this robots.txt disallows robots from scanning the site except for the top level file.
2000-07-28 21:28:41 +00:00
radha%netscape.com
3a2c0a394b
Fix for bug # 41775. r=slamm
2000-07-28 21:21:10 +00:00
radha%netscape.com
22738e7b15
Fix for bug # 41775. urlbar history entries persisted r=slamm
2000-07-28 21:20:39 +00:00
mscott%netscape.com
3085d2c41b
Bug #1549 --> be sure to load existing accounts before trying to create an incoming server.
...
r=alecf
2000-07-28 21:16:58 +00:00
attinasi%netscape.com
0193a0fbbb
Fixed bug 44396: LINK elements now act like links when they have generated content. b=44396 r=dbaron
2000-07-28 20:57:08 +00:00
attinasi%netscape.com
564fb19bca
Fixed bug 44199: fixed position background images were not being treated as fixed in all cases. b=44199 r=dbaron
2000-07-28 20:50:57 +00:00
mcafee%netscape.com
6c18887c91
Tightening up space in fonts pref panel (5236). r=akkana
2000-07-28 20:34:02 +00:00
kin%netscape.com
f7bae8dd4c
Fix for bug #46657 : an Undo past default text value in a TextWidget
...
Modified CreateAnonymousContent() to disable editor undo before
setting the default value, and then reenable it afterwards.
r=brade@netscape.com
2000-07-28 13:53:26 +00:00
dbaron%fas.harvard.edu
e18d36af10
Add to block regression tests. Does not affect build.
2000-07-28 12:34:56 +00:00
dbaron%fas.harvard.edu
3e2203b656
Check in some debugging code that's very useful for finding leaked GC roots. This is #if 0, so it shouldn't affect anything. r=a=waterson
2000-07-28 12:18:29 +00:00
brade%netscape.com
91c5ffee32
handle control-shift-home/end keybindings (bug #43122 )
2000-07-28 11:17:46 +00:00
cls%seawood.org
dac5db04a3
Oops. Remove define accidentally set with previous checkin.
2000-07-28 11:09:00 +00:00
brade%netscape.com
3ad0d37bbd
handle control-shift-home/end keybindings (bug #43122 )
2000-07-28 11:08:41 +00:00
brade%netscape.com
090da5c9b9
add missing move/selection command (cmd_selectBottom); bug #22529
2000-07-28 10:53:27 +00:00
brade%netscape.com
0e9cca6902
string changes for bug #45491 (from mpt@mailandnews.com)
2000-07-28 10:40:30 +00:00
brade%netscape.com
4b28687de6
tooltips from simone (bug #9767 )
2000-07-28 10:35:04 +00:00
brade%netscape.com
6f8cb355e3
only handle backspace (deletion) if no modifiers are pressed (bug #41078 )
2000-07-28 10:20:17 +00:00
brade%netscape.com
b737818e88
change commented-out code to not show up on some people's lxr searches
2000-07-28 10:19:09 +00:00