Граф коммитов

66872 Коммитов

Автор SHA1 Сообщение Дата
nelsonb%netscape.com 385fd4fc86 - 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 76c8ff0e3c Building on windows now works, using ENABLE LDAP. Removed from the list. 2000-07-28 22:57:12 +00:00
nelsonb%netscape.com f554a212b4 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 9a379bfc1d 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 a38b5ec52f Use mp_size instead of unsigned int in function prototypes. 2000-07-28 22:49:42 +00:00
scc%mozilla.org e4c73c28a5 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 73b7121bc5 get rid of "nsWorkString" 2000-07-28 22:45:58 +00:00
sgehani%netscape.com 8a73b95233 Make linux installer work. Fix for nsbeta2+ bugscape b=1655; r=ssu 2000-07-28 22:45:12 +00:00
dmose%mozilla.org 714c99c247 ldap_set_option was being called incorrectly; fixed. a=r=(not built). 2000-07-28 22:44:43 +00:00
akkana%netscape.com f1e231a524 Remove obsolete csh and .bat files -- use the perl file instead 2000-07-28 22:38:34 +00:00
akkana%netscape.com 2fd1f65abe 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 4896ee6d33 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 940be572c5 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 47731d63e8 Fix for 46757. r=hyatt. 2000-07-28 22:09:45 +00:00
attinasi%netscape.com cd47afa037 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 35ba9d61a4 37669. removing unused buildURI code 2000-07-28 21:54:59 +00:00
attinasi%netscape.com c9c32a64e4 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 6b6d0581db Added more history data. Not part of build 2000-07-28 21:51:35 +00:00
larryh%netscape.com 9a9152b4cc BugZilla: 4090. PR_APPEND 2000-07-28 21:51:07 +00:00
heikki%netscape.com e70fdaeb48 Bugs 38399, 40889. r=jst. 2000-07-28 21:49:42 +00:00
heikki%netscape.com 4df9edb205 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 6fa3a323a0 Simplifying languages label to save space, AND it reads better (5236). r=pavlov 2000-07-28 21:42:00 +00:00
rhp%netscape.com 15a764e2c7 Fix for following HTML standards - Bug #: 46788 - r: rhp - mozilla contribution 2000-07-28 21:38:32 +00:00
endico%mozilla.org 03ace48c70 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 f104a7f823 Fix for bug # 41775. r=slamm 2000-07-28 21:21:10 +00:00
radha%netscape.com 7a0fa1de9b Fix for bug # 41775. urlbar history entries persisted r=slamm 2000-07-28 21:20:39 +00:00
mscott%netscape.com 50112397d8 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 5b3ec0dcbb 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 b9127374e1 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 efe2cf8894 Tightening up space in fonts pref panel (5236). r=akkana 2000-07-28 20:34:02 +00:00
kin%netscape.com 0d68adaf46 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 4105daa31a Add to block regression tests. Does not affect build. 2000-07-28 12:34:56 +00:00
dbaron%fas.harvard.edu 9ead01a3b0 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 2759040e82 handle control-shift-home/end keybindings (bug #43122) 2000-07-28 11:17:46 +00:00
cls%seawood.org 49ae54f8a9 Oops. Remove define accidentally set with previous checkin. 2000-07-28 11:09:00 +00:00
brade%netscape.com 1cf01883ba handle control-shift-home/end keybindings (bug #43122) 2000-07-28 11:08:41 +00:00
brade%netscape.com 55c95531cb add missing move/selection command (cmd_selectBottom); bug #22529 2000-07-28 10:53:27 +00:00
brade%netscape.com 55b64f9e29 string changes for bug #45491 (from mpt@mailandnews.com) 2000-07-28 10:40:30 +00:00
brade%netscape.com 107988e2ec tooltips from simone (bug #9767) 2000-07-28 10:35:04 +00:00
brade%netscape.com 6feaf9b558 only handle backspace (deletion) if no modifiers are pressed (bug #41078) 2000-07-28 10:20:17 +00:00
brade%netscape.com 370a188e88 change commented-out code to not show up on some people's lxr searches 2000-07-28 10:19:09 +00:00
brade%netscape.com 085ee726c0 remove save and saveas commands (now in JS); submitted by rcassin@supernova.org (bug #16359) 2000-07-28 10:15:28 +00:00
brade%netscape.com c8475ad994 remove registration of save and saveas commands (now handled in JS); submitted by rcassin@supernova.org (bug #16360) 2000-07-28 10:14:22 +00:00
brade%netscape.com c1c5d1a530 submitted by rcassin@supernova.org; add save and saveas commands to this file (bug #16360) 2000-07-28 10:12:53 +00:00
hyatt%netscape.com e8d2d3f4dd Oops. Checked in debugging code. Backing out. 2000-07-28 09:53:26 +00:00
hyatt%netscape.com dccf9dcff0 Fix for 46129. r=waterson,attinasi,pierre 2000-07-28 09:36:51 +00:00
hyatt%netscape.com 7a4716d3f2 Fix for 46129. r=waterson,attinasi,pierre 2000-07-28 09:36:14 +00:00
warren%netscape.com 3d9da9c009 Fixed to now work. 2000-07-28 09:28:10 +00:00
mcafee%netscape.com 6bbf52740c Ignore generated files. 2000-07-28 09:20:18 +00:00
waterson%netscape.com 3439c2a7ba Bug 46013. Use nsVoidArray to hold observers to avoid extra addref/release when notfying. r=hyatt 2000-07-28 09:20:15 +00:00