Commit Graph

79964 Commits

Author SHA1 Message Date
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
ben%netscape.com
adeeacf1cc change comments in these files to be appropriate doc comment format. sr=hyatt. 2001-04-05 05:29:24 +00:00
anthonyd%netscape.com
e0e7f1a319 bug fix for 74145: Caret appears in previously disabled input field
r=cmanske
sr=sfraser
2001-04-05 05:14:29 +00:00
cls%seawood.org
19d364b964 Updating config.guess & config.sub with 2001-03-30 changes from the GNU master copy at :pserver:anoncvs@subversions.gnu.org:/cvs /config . 2001-04-05 04:46:56 +00:00
cls%seawood.org
7e031eb081 Updating config.guess & config.sub with 2001-03-30 changes from the GNU master copy at :pserver:anoncvs@subversions.gnu.org:/cvs /config . 2001-04-05 04:41:13 +00:00
darin%netscape.com
c5eba5936d Fixes bug 73029 "new cache time problems, reload sometimes broken"
r=disttsc@bart.nl,gagan sr=mscott
2001-04-05 03:56:54 +00:00
mscott%netscape.com
b41f4e3935 (NOT PART OF THE BUILD).
Help get icon urls working on the Mac. Get rid of a bogus real bytes per row value which wasn't accurate. Just rely
on the # bytes per row the image frame gives us.
2001-04-05 03:51:59 +00:00
mscott%netscape.com
9fc54abc6b First Checked In. 2001-04-05 03:39:55 +00:00
bratell%lysator.liu.se
b9a018fb6f The right fix for bug 74328. This was the one that was reviewed and I have no idea where the old one came from. r=waterson sr=jst 2001-04-05 03:38:20 +00:00
pinkerton%netscape.com
4391523691 OS_ARCH is no longer 'Rhapsody' on OSX, it's now 'Darwin'. Fixes problem
where shared libs all would try to link as stand-alone and fail to find _main().
r=beard/sr=blizzard.
2001-04-05 03:36:56 +00:00
disttsc%bart.nl
ce413ece93 "Click Finish..." profile text not correctly aligned at bottom, bug=42402, author=Boris Zbarsky <bzbarsky@mit.edu>, r=ksosez@softhome.net, sr=alecf 2001-04-05 03:27:05 +00:00
disttsc%bart.nl
5c9f7ba46c Provide default userChrome.css and userContent.css with sample (commented out) content for discoverability, bug=37642, author=Boris Zbarsky <bzbarsky@mit.edu>, r=timeless, sr=shaver 2001-04-05 03:20:46 +00:00
ben%netscape.com
cb16dd5543 First part of fix for bug 73508, test files for outliner bookmarks, not part of build!
(Testing only, will be removed once I'm done).
2001-04-05 03:17:58 +00:00
ben%netscape.com
5d67a73fc1 First part of fix for bug 73508, create nsIXULOutlinerBuilderObserver interface,
and install notifications for it. r=waterson, sr=shaver
2001-04-05 03:17:17 +00:00
bratell%lysator.liu.se
e0376b654e Fix for bug 74328, removing O(n^2) algorithm from ContentAppended. This saves time on big pages. r=waterson sr=jst 2001-04-05 03:14:57 +00:00
bratell%lysator.liu.se
c8114e3187 Fix for bug 74319, removing O(n^2) algorithm when restoring session frame state. This saves time on big pages. r=waterson sr=attinasi 2001-04-05 03:11:30 +00:00
dr%netscape.com
ec68e28def fix for 61187 (nsIController ignores COM identity rules), contributed by MarkH@ActiveState.com, r=dr, sr=brendan 2001-04-05 02:45:17 +00:00
tor%cs.brown.edu
6574346e0e Calculate vertical scaling factor properly in DrawScaled().
r=jag,dr; sr=shaver
2001-04-05 02:41:51 +00:00
erik%netscape.com
76c403122f checkin for bstell@netscape.com:
bug 54000; r=cls, sr=blizzard
enable nl_langinfo(CODESET) compiling
2001-04-05 02:29:59 +00:00
cls%seawood.org
28ae2403ae Make sure that cpp & asm files are rebuilt on Makefile.in changes like .c files. 2001-04-05 02:12:53 +00:00
disttsc%bart.nl
6a962f1525 Fix senna bustage by removing unnecessary #include. r=shaver 2001-04-05 02:12:09 +00:00
sfraser%netscape.com
4097a932ed Fix HPUX bustage 2001-04-05 02:11:57 +00:00
brendan%mozilla.org
cd37f8447b - Add JS_GetReservedSlot, JS_SetReservedSlot, and JSCLASS_HAS_RESERVED_SLOTS(n)
to the JS API, for per class extra slots beyond JSSLOT_PRIVATE (or starting
  there for a class that lacks JSCLASS_HAS_PRIVATE).  To avoid penalizing all
  instances, these slots are allocated only upon first property-owned slot
  allocation, or upon first JS_SetReservedSlot.

  This entailed adding getRequiredSlot and setRequiredSlot hooks to the
  JSObjectOps struct, and making obj->slots self-describing, a la BSTR.  It
  also afforded me a chance to clean up obj->slots locking so that non-native
  JSObjectOps didn't risk unlocked accesses!  Now there are thread-safe hooks
  for all uses of obj.

  First consumer is the new, DOM-glue-unifying XPConnect, which needs two
  slots per wrapped function.  Hence the change to js_FunctionClass.flags'
  initializer.

- Commented the heck out of JSClass and JSObjectOps function typedefs in
  jspubtd.h.  I hope embedders see these comments!

- Fix JS_XDRValue's default case to handle int exclusively, there is no other
  possible type (and therefore no JSMSG_BAD_JVAL_TYPE error).

- Clean up tabs in select old, tab-ridden files and sections.

- s/\<fh\>/file/g for stdio FILE * canonical variable names.
2001-04-05 01:53:24 +00:00
cls%seawood.org
23699ce01d Update our non-compiler based dependency system to build dependencies on the fly like the compiler-based system does.
Bug #66529 r=leaf
2001-04-05 01:18:34 +00:00
loadrunner%betak.net
0a506330d0 Bug 64231, The Edit|Preferences|Fonts has problem with display some foreign fonts, r=matt, nhotta, sr=alecf 2001-04-05 01:06:13 +00:00
loadrunner%betak.net
bc0588b645 Bug 72752, The default search engine will pick up AltaVista TradChinese, r=nhotta, sr=alecf 2001-04-05 01:05:28 +00:00
kmcclusk%netscape.com
dfb97eb9a7 Not part of the build, stand alone test program. Make gfx pixel coverage test compile and run. bug=70041. (patch from jonsmirl@mediaone.net) 2001-04-05 01:01:40 +00:00
sfraser%netscape.com
764cc9672e Add nsAccessibilityFactory.cpp so this stupid thing gets registered properly. r=pinkerton 2001-04-05 00:47:00 +00:00
ddrinan%netscape.com
d22065d528 Use security.default_personal_cert for client auth 2001-04-05 00:36:53 +00:00
ddrinan%netscape.com
6dee6b7b0a Fixed some typos in the pref names 2001-04-05 00:35:01 +00:00
mcafee%netscape.com
493239d3ad Adding named logfiles, test support. 2001-04-05 00:33:19 +00:00
waterson%netscape.com
5a412f273d Bug 74728, redux. Fix without leaking tokens: make sure that nsCParserNode always has an nsTokenAllocator object. r=harishd, sr=shaver 2001-04-05 00:27:11 +00:00
bnesse%netscape.com
8aee900dc3 Added coments based on Judson's review comments. [Not Part of the Build] 2001-04-05 00:08:07 +00:00
pinkerton%netscape.com
b647e867b2 forgot to wrap something in !TARGET_CARBON. fixes bustage. 2001-04-04 23:58:35 +00:00
sfraser%netscape.com
ae21d8429d Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin 2001-04-04 23:48:03 +00:00
peterlubczynski%netscape.com
d2614be8ea Fix for null pointer in full page plugins on Mac. bug 74789 a=av sr=shaver 2001-04-04 23:46:27 +00:00
rich.burridge%sun.com
85fb69863e Fix for bug 72841 - Solaris Intel xptcall code should really be in separate files.
sr=shaver@mozilla.org
2001-04-04 23:42:40 +00:00
bryner%uiuc.edu
c229aff430 Making the CertContentListener support weak refs, this makes it so the user gets prompted to import the certificate. r=javi. 2001-04-04 23:30:05 +00:00
sonmi%netscape.com
1024501661 updated 2001-04-04 23:28:57 +00:00
leaf%mozilla.org
517a3358a8 Automated update 2001-04-04 23:15:03 +00:00
hyatt%netscape.com
fe8a8c8c58 Fix for 53670. 2001-04-04 23:15:02 +00:00
pinkerton%netscape.com
26858c4032 Add DARWIN define for osx so we don't have to keep adding RHAPSODY defines if
anything new is needed. r=leaf/sr=shaver.
2001-04-04 23:13:27 +00:00
hyatt%netscape.com
7468aa12b4 Fix for 53670. sr=waterson, r=danm 2001-04-04 23:12:53 +00:00
pinkerton%netscape.com
607cb4b25a add DefProcFakery to build. 2001-04-04 22:57:45 +00:00
erik%netscape.com
970b6f402e checkin for bstell@netscape.com:
bug 54000; r=cls, sr=blizzard
define _XOPEN_SOURCE so older versions of Linux define CODESET
2001-04-04 22:51:36 +00:00
ftang%netscape.com
8bedffa6f5 remove obsoleted code. fix bug 74727 2001-04-04 22:49:04 +00:00
ftang%netscape.com
e8068405bf remove obsoleted files 2001-04-04 22:42:57 +00:00
ftang%netscape.com
410c8c9bb1 fix bug 74727. remove dead code 2001-04-04 22:36:47 +00:00
ftang%netscape.com
eb92735f22 fix 74727
r=yokoyama@netscape.com
remove dead code
2001-04-04 22:36:30 +00:00
ftang%netscape.com
79b013ae7c remove dead cpp files 2001-04-04 22:35:25 +00:00