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

109417 Коммитов

Автор SHA1 Сообщение Дата
timeless%mac.com 3a3004fd75 Bug 22056 Show toolbars as text/icons/both
patch by neil@parkwaycc.co.uk r=timeless sr=bz
using xbl:inherits
2002-09-24 19:40:29 +00:00
pavlov%netscape.com c30ccd69b1 pulling gfx2/ from GFX2_20001016_BRANCH to the trunk 2002-09-24 19:15:52 +00:00
wtc%netscape.com 1f1b0dc528 Bug 166894: destroy nssTrust before returning from STAN_ChangeCertTrust. 2002-09-24 18:47:33 +00:00
wtc%netscape.com c07287ed58 Bug 169944: declare PK11_TokenKeyGen in pk11func.h and export it from the
nss3 shared library.
Modified Files: nss/nss.def pk11wrap/pk11func.h
2002-09-24 18:40:29 +00:00
igor%mir2.org 984ec2e982 Fixing 169830: I replaced in jsFunction_concat calls to hasLengthPropert by ScriptRuntime.instanceOf and as hasLengthPropert is no longer used, I removed it as well. 2002-09-24 15:57:58 +00:00
jdunn%netscape.com e5bbb740af AIX requires symbols to be resolved at link time:
resolving NS_NewTransformMediator
# 136401
r=cls@seawood.org
2002-09-24 14:36:18 +00:00
wtc%netscape.com ce67f2977e Bug 168993: PR_Poll should clear out_flags for null fd's. r=jgmyers.
Modified files: bfile.c os2poll.c uxpoll.c w32poll.c ptio.c
2002-09-24 14:24:46 +00:00
glazman%netscape.com 5ad7f3e49e -- not part of the build --
CaScadeS only

- never rebuild the list of stylesheets from scratch
- fix bug in line-height support
- support for -moz-opacity
- fixes buggy @import support
- workaround for async stylesheet loading
2002-09-24 14:24:24 +00:00
igor%mir2.org a63ccf0cc5 In newObject pass top level scope to the constructor, not ctor.getParentScope() to take into account hasCompileFunctionsWithDynamicScope() 2002-09-24 14:14:00 +00:00
bienvenu%netscape.com 6c84c33d79 allow mork to open db's with more than 64K rows, with help from leon.zhang@sun.com r=cavin, sr=alecf, 105497 2002-09-24 14:11:01 +00:00
igor%mir2.org 6f4b833c59 In getClassPrototype replace ScriptRuntime.getTopLevelProp by getProperty to avoid double call to getTopLevelScope 2002-09-24 14:10:53 +00:00
igor%mir2.org e3402dd61f In jsFunction_concat inline ScriptRuntime.newObject to throw JavaScriptException if array constructor throws one and avoid double call to ScriptableObject.getTopLevelScope() 2002-09-24 14:08:22 +00:00
igor%mir2.org 0a4b0ef2af Change ScriptRuntime.getTopLevelPropery to call ScriptableObject.getProperty in place of explicit loop over the prototype chain. It makes sure that all Scriptable.get(property, start) on the prototype chain are called with a proper start value.
Add getExistingCtor to get existing constructor property or throw an exception.
2002-09-24 14:05:24 +00:00
timeless%mac.com b60fa5dad7 Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
Deleting unused file
r=bryner
2002-09-24 13:42:44 +00:00
brade%netscape.com ad12f508e6 remove EditingHTML() stub and its usage; bug 169514, r=mjudge, sr=kin (with clean requested by kin) 2002-09-24 13:29:28 +00:00
jdunn%netscape.com 40fe493248 fix AIX build issues: c-style comments must end before next begins and
the last item in an enum shouldn't have a ","
sr=blizzard@mozilla.org
r=Roland.Mainz@informatik.med.uni-giessen.de
submitted by pkw@austin.ibm.com
# 168531
2002-09-24 12:49:42 +00:00
pete.zha%sun.com 43caf39ffc Browser crash when close print preview in a page has fixed DIV
bug=163800, this patch is to backout previou checkin for this bug to reslove layout regression
r=rods@netscape.com sr=roc+moz@cs.cmu.edu
2002-09-24 11:53:20 +00:00
roc+%cs.cmu.edu 398c34175e Bug 169610. XUL boxes should use GetBorderAndPadding rather than relying on HTMLReflowState's computed border and padding. r=bryner,sr=hyatt 2002-09-24 11:46:24 +00:00
roc+%cs.cmu.edu 1b93fe2b31 Bug 75121. Incrementally reflow absolute frames without doing a resize-reflow of the container. Patch by dbaron and roc. r=dbaron,r=roc,sr=kin 2002-09-24 11:43:48 +00:00
igor%mir2.org 8e32c0c8a1 Remove the minimalAllocation field and instead pre-allocate data array in the constructor if necessary. 2002-09-24 11:21:19 +00:00
igor%mir2.org 5f6a565762 Change NativeArray.getLengthProperty to return long instead of double as its results are always uint32 and adjust its usage accordingly . Fix Context.getElements documentation to state that it returns empty array, not null, if object does not have a reasonable length property. 2002-09-24 09:29:27 +00:00
hyatt%netscape.com a9a4b8b0b8 Fix autocomplete CSS with the same fix the Mac CSS has for autocomplete. Followup to previous checkin. 2002-09-24 09:07:06 +00:00
hyatt%netscape.com cb248b0af2 Fix autocomplete. 2002-09-24 09:06:30 +00:00
hyatt%netscape.com cd927cbcc7 Fix for 115743. r=pavlov, sr=bryner 2002-09-24 08:23:48 +00:00
glazman%netscape.com 4e4c744b19 Add support for :-moz-selection CSS3 pseudo-element. See test case in bug. Should become ::selection once support for '::' parsing is implemented; b=167068, r=mjudge, sr=kin 2002-09-24 08:13:05 +00:00
brendan%mozilla.org f54095b43d Don't override the default accessibility.tabfocus setting, it's a new millennium and the default build isn't going back to Motif-land (170429, r=blizzard, sr=hyatt). 2002-09-24 05:11:25 +00:00
blakeross%telocity.com ac4fe58713 Oops, toolbar, not bar 2002-09-24 03:53:08 +00:00
blakeross%telocity.com d486b6e8ce Personal Toolbar -> Bookmarks Toolbar 2002-09-24 03:52:51 +00:00
blakeross%telocity.com b5ce682fb1 Removing an old hack, and some unused prefs. 2002-09-24 03:39:45 +00:00
dbaron%fas.harvard.edu 0b8b701579 Remember to increment gRefCnt so we don't leak global variables. sr=alecf r=bryner b=170179 2002-09-24 03:20:24 +00:00
blakeross%telocity.com 2462acd2b0 Removing another unused pref. 2002-09-24 03:17:30 +00:00
hyatt%netscape.com 3478070bcd Fix the url bar so that the text isn't lost when you customize. 2002-09-24 03:11:16 +00:00
hyatt%netscape.com f0f6fe5130 Make url bar fully draggable in the customize toolbar dialog. 2002-09-24 03:08:45 +00:00
bryner%netscape.com 8a61d3e8ba Stop incorrectly notifying window watcher that a window is active when its focus controller is deactivated. This was contributing to a crash because a window was set as active after it had been unregistered, leaving window watcher with a dangling pointer. Bug 167233, r=danm, sr=alecf. 2002-09-24 03:05:27 +00:00
kaie%netscape.com 106f567abb b=170438 Crash opening cert manager
r=javi sr=alecf
2002-09-24 03:00:37 +00:00
kaie%netscape.com 45b75de492 b=170359 Make sure new code from bug 168448 uses NS_INIT_ISUPPORTS
r=javi sr=alecf
2002-09-24 02:57:51 +00:00
hyatt%netscape.com 4bf0ff6509 Working on the extensions prefs panel. 2002-09-24 02:37:36 +00:00
hyatt%netscape.com 667c0366cf Enable add-on chrome packages to ne disabled without being uninstalled. Bug 170432, r=blake, sr=brendan 2002-09-24 02:07:20 +00:00
dougt%netscape.com f8d04505a4 Backing out 157597 2002-09-24 01:56:37 +00:00
bolian.yin%sun.com 3ffa36585f Bug 121260, gtk2 needs to have sound hooked up.
patch by robin.lu@sun.com, r=blizzard. This is not for default build.
2002-09-24 01:37:14 +00:00
dbaron%fas.harvard.edu c47e593427 Fix leaks from nsDocument::mPrincipal by making it an nsCOMPtr. b=170201 r=mstoltz sr=jst 2002-09-24 01:27:44 +00:00
dougt%netscape.com b2130dcaa4 exports xpcom tools to sdk r=seawood, b=170275 2002-09-24 01:19:05 +00:00
blizzard%redhat.com 3081203245 Bug #169094. Regression: " In Composer(edit html),Insert image,link and table not work." Patch from robin.lu@sun.com. Not part of the default build. 2002-09-24 01:17:19 +00:00
dougt%netscape.com 0deed425f8 fixes loading data url in nsIURILoader->OpenURI() with 'text/html' content callback results in crash, r=bbaetz, sr=darin, b=170274 2002-09-24 01:04:54 +00:00
timeless%mac.com f47184023c Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
patch by walk84@yahoo.com r=bryner
2002-09-24 00:56:20 +00:00
timeless%mac.com dbd27fdbf7 Bug 165400 _IMPL_NS_PLUGIN unused
patch by walk84@yahoo.com r=biesi sr=bryner
2002-09-24 00:41:35 +00:00
dbaron%fas.harvard.edu 5a1c2904aa Prevent docloader leaks by making mDocLoader an nsCOMPtr. b=170024 r=peterv sr=jst 2002-09-24 00:35:51 +00:00
timeless%mac.com 0efe942eaa Bug 169782 Build warning caused by checkin for bug 93015
patch by walk84@yahoo.com
r=rpotts sr=dveditz
2002-09-24 00:30:09 +00:00
darin%netscape.com 140d195dc8 fixes bug 166479 "DNS: user resinit() to update DNS list when lookup fails
(changing networks, DHCP, etc.)" r=dougt sr=blizzard
2002-09-24 00:11:54 +00:00
alecf%netscape.com 9195626cd0 remove some files that are no longer part of the build 2002-09-23 23:54:06 +00:00