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

116120 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au cf28c461b5 Bug 147189. Part 3: hide ignorable whitespace nodes without frames, e.g., in between <table>\n<tr>, r=caillon, sr=bzbarsky 2003-03-05 08:25:33 +00:00
bryner%netscape.com fea5875f57 Fix Cocoa static build bustage (bug 195995). r=cls. 2003-03-05 08:00:17 +00:00
bryner%netscape.com 3c1dc80ee4 attempting to fix tinderbox bustage 2003-03-05 07:39:12 +00:00
bryner%netscape.com e51650481c no longer needed 2003-03-05 07:07:15 +00:00
rbs%maths.uq.edu.au 073e94f988 Use nsAutoArray in the 'A' functions that are activated on Win95-Japanese, and consolidate the surrounding code, b=187397, r=jshin, sr=blizzard 2003-03-05 06:58:24 +00:00
sspitzer%netscape.com f5bcc87c97 fix for bug #190349. fix some problems with choosing an existing folder
as the junk mail folder.  r/sr=bienvenu
2003-03-05 06:40:25 +00:00
dougt%netscape.com d707cba238 backing out js changes which may have caused tbox test failures 2003-03-05 05:05:39 +00:00
dougt%netscape.com 3d21aea27f backing out bustage caused by jshin 2003-03-05 05:03:03 +00:00
bryner%netscape.com 77e77d4c51 more bustage fixing (affects camino build only) 2003-03-05 04:21:49 +00:00
bryner%netscape.com 365204027a attempting to fix bustage 2003-03-05 04:17:29 +00:00
mkaply%us.ibm.com f80f26d422 #129719
r=cls
OS/2 only - turn on OS/2 specific turbo mode
2003-03-05 04:05:06 +00:00
mkaply%us.ibm.com ddc2470002 #129719
r=pedemont, sr=blizzard (platform specific)
OS/2 only - OS/2 specific turbo mode that just preloads the DLLs
2003-03-05 04:04:02 +00:00
mkaply%us.ibm.com 848fabe224 #166144
r=pedemont, sr=blizzard (platform specific)
OS/2 only - use 1208 for Hebrew not 862 so vowels display
2003-03-05 03:59:25 +00:00
mkaply%us.ibm.com 9460e20f01 #168391
r=pedemont, sr=blizzard (platform specific)
OS/2 only - only inherit font famly, not other stuff
2003-03-05 03:56:35 +00:00
jshin%mailaps.org aeffe82333 bug 180266 : hard-code precompiled CCMaps to speed up start-up.
This perl script is not a part of build, but is only for information
because it's used to gen. hard-coded CCMaps.
2003-03-05 03:42:38 +00:00
jshin%mailaps.org aac4dd7004 bug 180266 : hard-code precompiled CCMaps to speed up start-up.
r=shanjian, sr=alecf,rbs
2003-03-05 03:40:10 +00:00
dougt%netscape.com 939bb1e75c relanding. Add experimental support to the native component loader so that native components can declare what libraries it depends on. (193442)Fixed a bug where we didn't check return from GetLastModification in nsDll::HasChanged. Thank you ajschult@eos.ncsu.edu for pointing out the problem and suggesting a fix. Converted a linear search of compreg entries to be a hash lookup. Also cleaned up the xcdll class. Reviewers= Alec, Darin. 2003-03-05 03:22:12 +00:00
kyle.yuan%sun.com d78658f31b Bug 194980 Accessible state change events no longer fired for checkboxes and radios
r=aaronl, sr=henry.jia
rewrite nsHTMLInputElement::FireEventForAccessibility() function
2003-03-05 03:20:17 +00:00
timeless%mozdev.org 727e7a086b Bug 195289 Enable people to use DumpJSStack and friends from nondebug builds if they list themselves as xpc_hackers
r=dbradley sr=jst
2003-03-05 03:12:04 +00:00
kyle.yuan%sun.com b79e5a800f sorry, forgot to correct the arguments names in .h file 2003-03-05 02:56:48 +00:00
kyle.yuan%sun.com a8574cad31 Bug 193656 [ATK Accessibility] implement accessible object for block frame
r=aaronl, sr=henry.jia
2003-03-05 02:51:36 +00:00
cavin%netscape.com 398e9c238a Fix for 124059. Made creating and modifying addrbooks work the right way. r=shliang, sr=sspitzer. 2003-03-05 02:49:18 +00:00
sfraser%netscape.com 8d9f882543 Add .DSStore file for disk image. 2003-03-05 02:48:37 +00:00
timeless%mozdev.org 51b1da374a Bug 133711 Unreachable statement (duplicate return) in nsXULAttribute and nsSVGAttributes (Bugs found via linting....)
patch by riceman+bmo@mail.rit.edu r=timeless sr=bz
2003-03-05 02:35:27 +00:00
timeless%mozdev.org 33e7c21a66 Bug 190020 GetResource should take AUTF8String
patch by cbiesinger@web.de r=cls sr=alecf
2003-03-05 02:35:23 +00:00
kyle.yuan%sun.com f0ad469279 Bug 193987 need ability to fire event in any accObjects
r=aaronl, sr=henry.jia
2003-03-05 02:10:57 +00:00
kyle.yuan%sun.com 39effed9d6 Bug 192346 incremental search in <tree>/<menulist>/<listbox> fails if item starts with repeats of a letter
r=jkeiser, sr=henry.jia
2003-03-05 01:43:25 +00:00
shliang%netscape.com f4df0ea9b4 192193 - preload popup blocking whitelist. r=danm, sr=jag 2003-03-05 01:34:34 +00:00
brendan%mozilla.org 25e042cd77 Infrastructure for bug 92773, r=shaver@mozilla.org:
- call the JSRuntime's checkObjectAccess callback, if configured, for each
  get or set that invokes a user-defined function (a user-defined function is
  a scripted or native function object, not a native JSPropertyOp C function).
  The value passed as an in-out parameter in *vp is the function object, so
  the callback could, e.g., clone function objects and configure them with
  different parent objects, if that helped import them into a trust domain.
- Fix a long-standing bug that broke the deprecated, old-style, and rarely-
  used top-level getter/setter function declaration form:

    getter function f()  { return ++x; }
    setter function f(y) { return x = y; }

  We want js_CheckRedeclaration to complain only if a permanent getter is
  being redefined by another getter, likewise for a setter -- but not when
  (as above) a setter is being added to a top-level object for the same id
  as a pre-existing getter (or vice versa).
2003-03-05 01:33:19 +00:00
shliang%netscape.com 1eff4344d5 134273 - fix mistakes from previous checkin. r/sr=sspitzer 2003-03-05 01:25:22 +00:00
shliang%netscape.com 8dd1001df8 128503 - fix mail and ab quicksearch field behavior. r=cavin,sr=sspitzer 2003-03-05 01:24:03 +00:00
relyea%netscape.com 62acf06bc9 Remove external use of SEC_TraversePermCerts(). Bug 130968. 2003-03-05 01:04:33 +00:00
relyea%netscape.com 3db543d86d Bug 185245. including wtc's comments.
Don't reference memory beyond the end the the data element when decoding a
SubjectEntry. Prevents crashes from corrupted Subject Entries.
2003-03-05 01:02:03 +00:00
relyea%netscape.com c62f62ef69 Fix memory leaks. (roll fixes from 3.7 BRANCH). 2003-03-05 00:59:36 +00:00
sicking%bigfoot.com 43b68aeaad Bug 195945: Display XSLT-generated HTML-pages in standards mode
r=peterv sr=bz
2003-03-05 00:57:14 +00:00
robinf%netscape.com 62752a1b15 updating palm readme per bug 161765, r=oeschger 2003-03-05 00:53:34 +00:00
relyea%netscape.com df524309b9 Incorporate wtc comment from bug 19061 (removal of commented code). 2003-03-04 23:11:09 +00:00
mostafah%oeone.com d294bd032c Fixing compile problems on win32 2003-03-04 22:54:12 +00:00
relyea%netscape.com b47c2269f6 bug 162976: make crl update atomic. Set up new Crl with a new Object ID which is different from the old one. 2003-03-04 22:36:27 +00:00
relyea%netscape.com a9f27f307f Bug 162976. Make CRL updates 'atomic' . Insert new CRL before deleting the
old one.b
2003-03-04 22:34:56 +00:00
relyea%netscape.com c339a0b104 Print all the certs for a given nickname, not just the first. 2003-03-04 22:32:24 +00:00
leaf%mozilla.org f974f9e36e Automated update 2003-03-04 22:32:07 +00:00
sfraser%netscape.com a86e25d0ac Fix bug 195897: defined MACOSX so the makefile in lib/mac/Morefiles gets generated. r=cls/bryner 2003-03-04 22:31:09 +00:00
mostafah%oeone.com 7835a9e4e7 First shot at implementing timezones, bug 165963: [RFE] Specify timezone for start and end dates 2003-03-04 20:54:14 +00:00
mostafah%oeone.com 8f27fb75a5 First shot at implementing timezone support, bug 165963: [RFE] Specify timezone for start and end dates 2003-03-04 20:47:57 +00:00
chanial%noos.fr 059fddc4dc adding our locale contents.rdf file so that we don't have to update the version number the same day as the trunk. 2003-03-04 19:05:09 +00:00
chanial%noos.fr 2fefc3b478 turning on pippki overlays 2003-03-04 18:48:07 +00:00
chanial%noos.fr 121fa75b35 Turning it on again, updating locale version... 2003-03-04 18:47:25 +00:00
sfraser%netscape.com 13946a57bb Merge Chimera->Camino name changing to the trunk. 2003-03-04 18:18:53 +00:00
chanial%noos.fr 64b226cae2 Turning off pippki contents.rdf file overriding (bug 184285) 2003-03-04 18:09:55 +00:00