rogerl%netscape.com
dedc5ac1e9
!!! BROKEN !!! Updating definition routines.
2003-03-26 22:55:20 +00:00
varga%netscape.com
1cb36a0505
IsBookmarked -> isBookmarked
2003-03-26 22:14:35 +00:00
varga%netscape.com
a21abcad73
Updating JS to the latest nsIBookmarksService API.
2003-03-26 22:13:13 +00:00
pschwartau%netscape.com
9ca5795ebe
The fix in rev 1.48 was not placed high enough in the program. Correcting that now.
2003-03-26 21:28:19 +00:00
wtc%netscape.com
8abc036ff5
Bug 195127: set the LIBPATH environment variable (used by AIX) as absolute
...
pathname. It seems that AIX caches shared libraries. If another app loaded
the same shared library earlier, the cached copy of the shared library,
including the pathname with which it was loaded, will be used. So we need
to ensure that all apps load libsoftokn3.so with an absolute pathname so
that the pathname is correct to all apps.
2003-03-26 21:07:12 +00:00
varga%netscape.com
b947ccbf2f
Fixing bookmarks in Phoenix. They should load at least.
2003-03-26 19:49:47 +00:00
sspitzer%netscape.com
918646badf
fix for blocker bug #199159
...
chrome not repainting, off by one errors in painting.
a rounding problem in ConvertNativeRegionToAppRegion()
thanks to roc for the fix. rs=sspitzer, a=loanpham
2003-03-26 19:02:12 +00:00
wtc%netscape.com
ffa45bb3d5
Removed extraneous trailing / after directory pathnames.
2003-03-26 18:30:33 +00:00
rogerl%netscape.com
7dae980b7a
!!! BROKEN !! Latest low level updates
2003-03-26 18:15:53 +00:00
dbaron%dbaron.org
7ddb7cba88
Fix bustage from jst's checkin by including nsString.h. b=124412
2003-03-26 18:02:34 +00:00
dbaron%dbaron.org
6dbe98fd47
Fix bustage from jst's checkin by including nsString.h. b=124412
2003-03-26 16:27:39 +00:00
pinkerton%netscape.com
de7c7a83c2
replacing some of the icons to look better in new manager (thanks to
...
sam nordemann)
2003-03-26 14:57:44 +00:00
jst%netscape.com
ad37a0aca6
Fixing bustage.
2003-03-26 09:25:10 +00:00
jst%netscape.com
d0935642dd
Fixing bustage.
2003-03-26 09:13:38 +00:00
jst%netscape.com
14882c9d0c
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2003-03-26 07:41:30 +00:00
timeless%mozdev.org
aa317c4d6b
Fixing case
...
r=bryner sr=jag
2003-03-26 07:21:30 +00:00
bryner%netscape.com
ee38cee4fb
Don't leak nsBoxToBlockAdaptors (bug 177807). r=varga, sr=dbaron.
2003-03-26 06:52:20 +00:00
jaggernaut%netscape.com
60ddb74452
Bug 66919: Add overflow to personal toolbar. r=shliang, sr=bryner.
2003-03-26 06:36:16 +00:00
mkaply%us.ibm.com
03b08b37ad
#193403
...
r=mkaply, sr=blizzard (platform specific)
OS/2 only - do slow tiling when scale is not 1.0
2003-03-26 05:31:13 +00:00
darin%netscape.com
3f91cf4d04
landing jdunn's patch for bug 121084, cache: Images requested twice -> "The image cannot be displayed, because it contains errors." message [when "Compare the page in cache ..." set to "every time I view the page"], r=pavlov sr=darin
2003-03-26 05:29:11 +00:00
mkaply%us.ibm.com
fe931f8f01
#194571
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - Implement GetLastInputEventTime
2003-03-26 05:23:13 +00:00
gordon%netscape.com
9bcdf03dcd
Fix bug 198267. Fix accounting of mInactiveSize to prevent assertion. rs=darin.
2003-03-26 05:14:27 +00:00
darin%netscape.com
f6343941a2
landing framework changes to support NTLM authentication b=159015 r=dougt,cathleen sr=alecf
2003-03-26 05:05:49 +00:00
nelsonb%netscape.com
6d0b871174
Add support for Elliptic Curve Cryptography. Bug 195135.
...
Contributor(s):
* Sheueling Chang Shantz <sheueling.chang@sun.com> and
* Douglas Stebila <douglas@stebila.ca>, Sun Microsystems Laboratories
Added Files:
GF2m_ecl.c GF2m_ecl.h mpi/mp_gf2m.c mpi/mp_gf2m.h
mpi/tests/mptest-b.c
2003-03-26 05:03:11 +00:00
dbradley%netscape.com
c3244ab6bc
Bug 198668 - [AxPlugin] Ofoto control does not return the value of properties correctly. r=dbradley/adamloc, sr=jst
...
IDispatch only changes, not part of the regular build
2003-03-26 04:20:33 +00:00
mkaply%us.ibm.com
4f6c56114b
#188249
...
r=dbradley
OS/2 GCC changes
2003-03-26 04:18:02 +00:00
shliang%netscape.com
6f09fe803a
171013 - fix and hookup toolbars as text/icons/both in modern. r=varga, sr=jag
2003-03-26 03:48:52 +00:00
smontagu%netscape.com
7a8c2c94d5
Add a bounds check in do_BreakGetTextDimensions. May or may not be related to the crashes reported in bug 196484. Author=roland.mainz@informatik.med.uni-giessen.de, r=smontagu, sr=rbs.
2003-03-26 03:45:45 +00:00
sicking%bigfoot.com
07dc983e89
Fix OS/2 bustage
2003-03-26 03:18:37 +00:00
shliang%netscape.com
a860e81337
123617 - can't tab to buttons checkboxes and radios in osx classic. r=jag, sr=bryner.
2003-03-26 02:57:05 +00:00
shliang%netscape.com
4caa9a491b
112789 - disabled radio elements should not get focus. patch largely by neil@parkwaycc.co.uk. r=shuehan, neil, sr=jag.
2003-03-26 02:55:19 +00:00
darin%netscape.com
57c22e67d4
fixes bug 199108 "Changes to cookie prefs need restart to take effect"
...
patch=dwitte r=kaie sr=darin
2003-03-26 02:27:39 +00:00
sicking%bigfoot.com
f6096335bf
fix build bustage due to gkconxsldoc_s no longer existing after landing of bug 185797
2003-03-26 02:21:17 +00:00
jst%netscape.com
d2c7057170
Checking in gena01@lk.net's fix for bug 193259. Fix error about replaceInsert not being defined in nsProgressDialog.js. r=bugmail@sicking.cc, sr=jst@netscape.com
2003-03-26 02:07:35 +00:00
shliang%netscape.com
459e7e4277
195924, 195921, 195928 - popup blocking changes to use whitelisting only and provide info dlg when popup first encountered. r=danm, sr=jag.
2003-03-26 02:03:13 +00:00
shliang%netscape.com
088d5783b7
178328 - combine bcc settings in mail account manager copies and folders panel. r=cavin, sr=sspitzer.
2003-03-26 01:54:29 +00:00
harishd%netscape.com
d8caa04d2a
Fixing a bug in my previous checking. sr=jst@netscape.com
2003-03-26 01:49:59 +00:00
suresh%netscape.com
e3732db4f3
bug 191836 - cookiesTree in CookieViewer.xul should use seltype attribute. r-varga, sr-jag
2003-03-26 01:44:30 +00:00
suresh%netscape.com
c43086cc06
fixing the usage of Components.results. part of bug 139772, r-dbradley, sr-darin.
2003-03-26 01:37:02 +00:00
sicking%bigfoot.com
7df4697aa3
Missed removing this in the landing of bug 185797. r=Pike sr=peterv
2003-03-26 01:34:11 +00:00
sicking%bigfoot.com
466c9c7875
update from landing of bug 185797. Also add a missing makefile. r/sr=dbaron
2003-03-26 01:32:39 +00:00
smontagu%netscape.com
103a24ff1d
Add decoder for iso-8859-6.16. Bug 172491, r=Roland.Mainz, sr=roc+moz
2003-03-26 01:30:17 +00:00
jst%netscape.com
8163e8fac9
Checking in dbradley@netscape.com's fix for bug 198995. Make sure we default to the default charset if the server gives us one we don't know. r=jst@netscape.com, sr=peterv@netscape.com
2003-03-26 01:26:38 +00:00
suresh%netscape.com
1465efe4a5
fix for 191946 - shows japanese language, instead of english. r/sr-darin
2003-03-26 01:21:26 +00:00
suresh%netscape.com
3bf2adaba6
fix for 139772 - PAC: HTTP auth support. r-dbradley, sr-darin.
2003-03-26 01:19:52 +00:00
sicking%bigfoot.com
d28b0c5b97
Compiled XSLT stylesheets. Improves speed, implements forwards-compatible-parsing and handling of unknown extension-elements. Also fixes some random edgecasebugs such as recursive merged named-attribute-sets and empty strings in copy-of.
...
Patch mainly by sicking, but large parts also by Pike and peterv.
Tracker is bug 185797. r=Pike/sicking rs=peterv.
2003-03-26 01:10:14 +00:00
mkaply%us.ibm.com
d5fa5b78fe
#183622
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - allowing dropping of objects onto the browser, make holding down Ctrl download stuff
2003-03-26 01:01:27 +00:00
timeless%mozdev.org
3e5911aac4
Bug 199195 block images from this server doesn't work
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-26 00:46:33 +00:00
timeless%mozdev.org
32a1fa8cbf
Bug 199216 adding domain.com to whitelist doesn't allow popups from *.domain.com to appear
...
patch by mvl@exedo.nl r=dwitte sr=jag
2003-03-26 00:46:32 +00:00
wtc%netscape.com
5fa3007c43
Bug 199082: checked in Nelson's patch, which
...
a) changes selfserv to test the return value from NSS_Shutdown.
b) changes SECMOD_Shutdown to set the error code SEC_ERROR_BUSY before
returning SECFailure.
c) Adds a new function SSL_ShutdownServerSessionIDCache to ssl.h.
d) Changes selfserv to call SSL_ShutdownServerSessionIDCache before calling
NSS_Shutdown.
Modified Files:
cmd/selfserv/selfserv.c lib/pk11wrap/pk11util.c
lib/ssl/ssl.def lib/ssl/ssl.h lib/ssl/ssl3con.c
lib/ssl/sslimpl.h lib/ssl/sslsnce.c
2003-03-26 00:31:13 +00:00