Commit Graph

110803 Commits

Author SHA1 Message Date
igor%mir2.org
1802d4ebe7 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.
git-svn-id: svn://10.0.0.236/trunk@130356 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 15:57:58 +00:00
jdunn%netscape.com
e457f74458 AIX requires symbols to be resolved at link time:
resolving NS_NewTransformMediator
# 136401
r=cls@seawood.org


git-svn-id: svn://10.0.0.236/trunk@130355 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:36:18 +00:00
wtc%netscape.com
bfeaab7530 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


git-svn-id: svn://10.0.0.236/trunk@130354 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:24:46 +00:00
glazman%netscape.com
52f70d1936 -- 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


git-svn-id: svn://10.0.0.236/trunk@130353 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:24:24 +00:00
igor%mir2.org
61f94cb3bf In newObject pass top level scope to the constructor, not ctor.getParentScope() to take into account hasCompileFunctionsWithDynamicScope()
git-svn-id: svn://10.0.0.236/trunk@130351 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:14:00 +00:00
bienvenu%netscape.com
a72ce9bd34 allow mork to open db's with more than 64K rows, with help from leon.zhang@sun.com r=cavin, sr=alecf, 105497
git-svn-id: svn://10.0.0.236/trunk@130350 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:11:01 +00:00
igor%mir2.org
537ca4e14f In getClassPrototype replace ScriptRuntime.getTopLevelProp by getProperty to avoid double call to getTopLevelScope
git-svn-id: svn://10.0.0.236/trunk@130349 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:10:53 +00:00
igor%mir2.org
98b5068af7 In jsFunction_concat inline ScriptRuntime.newObject to throw JavaScriptException if array constructor throws one and avoid double call to ScriptableObject.getTopLevelScope()
git-svn-id: svn://10.0.0.236/trunk@130348 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:08:22 +00:00
igor%mir2.org
1304179314 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.


git-svn-id: svn://10.0.0.236/trunk@130347 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 14:05:24 +00:00
timeless%mac.com
8a75afb6ab Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
Deleting unused file
r=bryner


git-svn-id: svn://10.0.0.236/trunk@130346 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 13:42:44 +00:00
brade%netscape.com
074f22a2c2 remove EditingHTML() stub and its usage; bug 169514, r=mjudge, sr=kin (with clean requested by kin)
git-svn-id: svn://10.0.0.236/trunk@130345 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 13:29:28 +00:00
jdunn%netscape.com
980b0eb394 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


git-svn-id: svn://10.0.0.236/trunk@130343 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 12:49:42 +00:00
pete.zha%sun.com
1fcff5a387 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


git-svn-id: svn://10.0.0.236/trunk@130342 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 11:53:20 +00:00
roc+%cs.cmu.edu
82eff2652c Bug 169610. XUL boxes should use GetBorderAndPadding rather than relying on HTMLReflowState's computed border and padding. r=bryner,sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@130341 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 11:46:24 +00:00
roc+%cs.cmu.edu
fe441abc3a 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
git-svn-id: svn://10.0.0.236/trunk@130340 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 11:43:48 +00:00
igor%mir2.org
653b9e5706 Remove the minimalAllocation field and instead pre-allocate data array in the constructor if necessary.
git-svn-id: svn://10.0.0.236/trunk@130339 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 11:21:19 +00:00
igor%mir2.org
78f34a47e7 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.
git-svn-id: svn://10.0.0.236/trunk@130338 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 09:29:27 +00:00
hyatt%netscape.com
08349555a1 Fix autocomplete CSS with the same fix the Mac CSS has for autocomplete. Followup to previous checkin.
git-svn-id: svn://10.0.0.236/trunk@130337 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 09:07:06 +00:00
hyatt%netscape.com
f499414486 Fix autocomplete.
git-svn-id: svn://10.0.0.236/trunk@130336 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 09:06:30 +00:00
hyatt%netscape.com
1ec33d82f0 Fix for 115743. r=pavlov, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@130334 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 08:23:48 +00:00
glazman%netscape.com
2d08e4ac57 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
git-svn-id: svn://10.0.0.236/trunk@130333 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 08:13:05 +00:00
brendan%mozilla.org
ae9bf47126 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).
git-svn-id: svn://10.0.0.236/trunk@130332 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 05:11:25 +00:00
blakeross%telocity.com
324564729c Oops, toolbar, not bar
git-svn-id: svn://10.0.0.236/trunk@130330 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:53:08 +00:00
blakeross%telocity.com
f37d93acb9 Personal Toolbar -> Bookmarks Toolbar
git-svn-id: svn://10.0.0.236/trunk@130329 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:52:51 +00:00
blakeross%telocity.com
20753b8e8c Removing an old hack, and some unused prefs.
git-svn-id: svn://10.0.0.236/trunk@130328 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:39:45 +00:00
dbaron%fas.harvard.edu
44f30c6540 Remember to increment gRefCnt so we don't leak global variables. sr=alecf r=bryner b=170179
git-svn-id: svn://10.0.0.236/trunk@130327 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:20:24 +00:00
blakeross%telocity.com
a9fb7903de Removing another unused pref.
git-svn-id: svn://10.0.0.236/trunk@130326 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:17:30 +00:00
hyatt%netscape.com
c72aaefe6b Fix the url bar so that the text isn't lost when you customize.
git-svn-id: svn://10.0.0.236/trunk@130325 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:11:16 +00:00
hyatt%netscape.com
ff7c9a7868 Make url bar fully draggable in the customize toolbar dialog.
git-svn-id: svn://10.0.0.236/trunk@130324 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:08:45 +00:00
bryner%netscape.com
8a5adf06ff 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.
git-svn-id: svn://10.0.0.236/trunk@130323 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:05:27 +00:00
kaie%netscape.com
f7f78f3d94 b=170438 Crash opening cert manager
r=javi sr=alecf


git-svn-id: svn://10.0.0.236/trunk@130322 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 03:00:37 +00:00
kaie%netscape.com
3b4c4492ec b=170359 Make sure new code from bug 168448 uses NS_INIT_ISUPPORTS
r=javi sr=alecf


git-svn-id: svn://10.0.0.236/trunk@130321 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 02:57:51 +00:00
hyatt%netscape.com
3b68383aba Working on the extensions prefs panel.
git-svn-id: svn://10.0.0.236/trunk@130320 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 02:37:36 +00:00
hyatt%netscape.com
c91ae8279f Enable add-on chrome packages to ne disabled without being uninstalled. Bug 170432, r=blake, sr=brendan
git-svn-id: svn://10.0.0.236/trunk@130319 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 02:07:20 +00:00
dougt%netscape.com
39061b33ac Backing out 157597
git-svn-id: svn://10.0.0.236/trunk@130318 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 01:56:37 +00:00
bolian.yin%sun.com
0c4b59d99d Bug 121260, gtk2 needs to have sound hooked up.
patch by robin.lu@sun.com, r=blizzard. This is not for default build.


git-svn-id: svn://10.0.0.236/trunk@130317 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 01:37:14 +00:00
dbaron%fas.harvard.edu
c2de335afb Fix leaks from nsDocument::mPrincipal by making it an nsCOMPtr. b=170201 r=mstoltz sr=jst
git-svn-id: svn://10.0.0.236/trunk@130316 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 01:27:44 +00:00
dougt%netscape.com
63df630ac9 exports xpcom tools to sdk r=seawood, b=170275
git-svn-id: svn://10.0.0.236/trunk@130315 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 01:19:05 +00:00
blizzard%redhat.com
47390f9beb 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.
git-svn-id: svn://10.0.0.236/trunk@130314 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 01:17:19 +00:00
dougt%netscape.com
7cc1f54841 fixes loading data url in nsIURILoader->OpenURI() with 'text/html' content callback results in crash, r=bbaetz, sr=darin, b=170274
git-svn-id: svn://10.0.0.236/trunk@130313 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 01:04:54 +00:00
timeless%mac.com
ca10e1fbc5 Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
patch by walk84@yahoo.com r=bryner


git-svn-id: svn://10.0.0.236/trunk@130312 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 00:56:20 +00:00
timeless%mac.com
8151e47a31 Bug 165400 _IMPL_NS_PLUGIN unused
patch by walk84@yahoo.com r=biesi sr=bryner


git-svn-id: svn://10.0.0.236/trunk@130311 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 00:41:35 +00:00
dbaron%fas.harvard.edu
cc3fa44321 Prevent docloader leaks by making mDocLoader an nsCOMPtr. b=170024 r=peterv sr=jst
git-svn-id: svn://10.0.0.236/trunk@130310 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 00:35:51 +00:00
timeless%mac.com
02a92e09f3 Bug 169782 Build warning caused by checkin for bug 93015
patch by walk84@yahoo.com
r=rpotts sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@130309 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 00:30:09 +00:00
darin%netscape.com
d27333cec6 fixes bug 166479 "DNS: user resinit() to update DNS list when lookup fails
(changing networks, DHCP, etc.)" r=dougt sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@130308 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 00:11:54 +00:00
alecf%netscape.com
2063611822 remove some files that are no longer part of the build
git-svn-id: svn://10.0.0.236/trunk@130307 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-23 23:54:06 +00:00
wtc%netscape.com
cc42a8d59e Bug 169785: CERT_AddOCSPAcceptableResponses should have a second argument
of type SECOidTag, followed by the optional arguments ..., because it needs
at least one argument of type SECOidTag.  r=nelsonb.


git-svn-id: svn://10.0.0.236/trunk@130306 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-23 23:47:49 +00:00
kaie%netscape.com
3784bde01d b=169443 Form submit buttons not working [embedding apps]
r=javi sr=rpotts
Adding files forgotton on earlier checkin


git-svn-id: svn://10.0.0.236/trunk@130305 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-23 23:30:22 +00:00
kaie%netscape.com
b2813c2bb0 b=168946 More PSM cleanup
r=javi sr=rpotts


git-svn-id: svn://10.0.0.236/trunk@130304 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-23 23:23:05 +00:00
kaie%netscape.com
36480443c4 b=168976 Remove RsaPubModulus from nsIX509Cert
r=javi sr=rpotts


git-svn-id: svn://10.0.0.236/trunk@130303 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-23 23:20:18 +00:00