Commit Graph

117061 Commits

Author SHA1 Message Date
brendan%mozilla.org
f0404b0df8 Work around OpenVMS compiler bug: it reserves |readonly| (199366, r=me, patch from colin@theblakes.com). 2003-03-27 00:04:51 +00:00
dbaron%dbaron.org
d0a0566395 Convert mObservers to nsCOMArray<nsIRDFObserver> to fix leak of observers. b=199310 r=varga sr=alecf a=brendan 2003-03-27 00:01:09 +00:00
pinkerton%netscape.com
5dbc2dc8d5 set the url bar's field editor to have the correct font when its
text is empty. bug 182570, from nhamblen@mac.com.
2003-03-26 23:14:52 +00:00
rogerl%netscape.com
3fc6ab8240 !!! BROKEN !!! Updating definition routines. 2003-03-26 22:55:20 +00:00
varga%netscape.com
d8dce5aadf IsBookmarked -> isBookmarked 2003-03-26 22:14:35 +00:00
varga%netscape.com
fef19df340 Updating JS to the latest nsIBookmarksService API. 2003-03-26 22:13:13 +00:00
pschwartau%netscape.com
0845ca0953 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
b3d9493f77 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
ac75afc291 Fixing bookmarks in Phoenix. They should load at least. 2003-03-26 19:49:47 +00:00
sspitzer%netscape.com
02cf476853 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
6af49910b8 Removed extraneous trailing / after directory pathnames. 2003-03-26 18:30:33 +00:00
rogerl%netscape.com
e9732970a5 !!! BROKEN !! Latest low level updates 2003-03-26 18:15:53 +00:00
dbaron%dbaron.org
d81ec765a7 Fix bustage from jst's checkin by including nsString.h. b=124412 2003-03-26 18:02:34 +00:00
dbaron%dbaron.org
efac811593 Fix bustage from jst's checkin by including nsString.h. b=124412 2003-03-26 16:27:39 +00:00
pinkerton%netscape.com
78d49aadf6 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
5ba3db0f35 Fixing bustage. 2003-03-26 09:25:10 +00:00
jst%netscape.com
61e6b15efd Fixing bustage. 2003-03-26 09:13:38 +00:00
jst%netscape.com
b4cc5d4695 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
65c63fb817 Fixing case
r=bryner sr=jag
2003-03-26 07:21:30 +00:00
bryner%netscape.com
7a6238b0d4 Don't leak nsBoxToBlockAdaptors (bug 177807). r=varga, sr=dbaron. 2003-03-26 06:52:20 +00:00
jaggernaut%netscape.com
cc210569db Bug 66919: Add overflow to personal toolbar. r=shliang, sr=bryner. 2003-03-26 06:36:16 +00:00
mkaply%us.ibm.com
21e0daeb5d #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
2f924faf40 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
16bc225709 #194571
r=pedemont, sr=blizzard (platform specific)
OS/2 only - Implement GetLastInputEventTime
2003-03-26 05:23:13 +00:00
gordon%netscape.com
ff7d2063b6 Fix bug 198267. Fix accounting of mInactiveSize to prevent assertion. rs=darin. 2003-03-26 05:14:27 +00:00
darin%netscape.com
21adc2903a 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
365a37032d 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
371eebbe33 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
aeb162c3bd #188249
r=dbradley
OS/2 GCC changes
2003-03-26 04:18:02 +00:00
shliang%netscape.com
779b7a499d 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
87211d65b1 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
a09d2140aa Fix OS/2 bustage 2003-03-26 03:18:37 +00:00
shliang%netscape.com
bf5b31cda9 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
b440f41057 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
b9fe63f8b7 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
fb42cf1bd8 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
59d50f2aa7 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
6fb1258807 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
0e9619f9b8 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
c19fe6d0ad Fixing a bug in my previous checking. sr=jst@netscape.com 2003-03-26 01:49:59 +00:00
suresh%netscape.com
f867bd13b6 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
c2dd5c4e8c 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
efb169d2ae Missed removing this in the landing of bug 185797. r=Pike sr=peterv 2003-03-26 01:34:11 +00:00
sicking%bigfoot.com
e1d15c035c 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
53206276f7 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
6d5b687996 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
fb07bbed4d fix for 191946 - shows japanese language, instead of english. r/sr-darin 2003-03-26 01:21:26 +00:00
suresh%netscape.com
83d17cf5cf fix for 139772 - PAC: HTTP auth support. r-dbradley, sr-darin. 2003-03-26 01:19:52 +00:00
sicking%bigfoot.com
d3b6d8390a 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
5f86240acb #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