Commit Graph

1651 Commits

Author SHA1 Message Date
jst%netscape.com
ce7442eb89 Fixing bug 92272. Avoid malloc(0), patch mostly by mkaply@us.ibm.com. sr=me, r=nobody (trivial fix) 2001-08-21 09:02:22 +00:00
rpotts%netscape.com
34d72acb6a Fix warnings... 2001-08-21 08:13:04 +00:00
rpotts%netscape.com
402fefe7c2 bug #92425 (r=adamlock, sr=jst). OnLoad() handler which executes a javascript URL causes an infinite loop... 2001-08-21 06:20:53 +00:00
dbaron%fas.harvard.edu
113ad642ae Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
saari%netscape.com
4ded5c390d Fix for bug 82569, a simple null check to patch over a crash some people are seeing from talkback.
r=blake, sr=jst
2001-08-17 02:30:22 +00:00
sfraser%netscape.com
4d87b83d18 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
jst%netscape.com
3cb2bedf85 Fixing bug 95480. JS error messages were sometimes lost, we printed the filename and linenumber to the console, but the actual message was lost... r=pollmann@netscape.com, sr=vidur@netscape.com 2001-08-16 04:05:10 +00:00
sfraser%netscape.com
755b4f191d Project cleanup, rs=scc. Don't link with libpref or OJI, which are components. 2001-08-15 23:14:37 +00:00
jst%netscape.com
9c3a84b514 Fixing JS timeout crash bug 55459. Re-doing the refcounting model for timeout objects to avoid crasing in certain cases. r=pollmann@netscape.com, sr=vidur@netscape.com 2001-08-15 05:35:02 +00:00
jband%netscape.com
2bad71c89b fix bug 94752. Let xpconnect decide when to call JS_DestroyContext. It sometimes needs to defer the call until JS code running on the context is finished. r=dbradley sr=jst 2001-08-15 04:49:09 +00:00
jst%netscape.com
bb03b68af8 Fixing typo 2001-08-14 08:05:28 +00:00
cls%seawood.org
a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
rpotts%netscape.com
33bbd6972c bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
mstoltz%netscape.com
880f5907bc 86984 - make history.length sameOrigin-accessible. Security prefs change.
91714 - CheckLoadURI should trest 'safe' and 'unsafe' about: URLs as different protocols
56260 - 'Remember This Decision' in signed script grant dialog should default to unchecked
83131 - More descriptive security error messages
93951 - Added null check in GetBaseURIScheme to prevent crash.
All bugs r=jtaylor, sr=jst
2001-08-14 00:18:58 +00:00
hyatt%netscape.com
5e00a61992 fix case of props. r/sr=blake,ben 2001-08-12 07:43:38 +00:00
hyatt%netscape.com
e1ef94ff29 Missed a property. r/sr=ben/blake 2001-08-12 05:57:41 +00:00
hyatt%netscape.com
7f01e36747 Add remaining props to XUL element. r/sr=ben,hewitt 2001-08-12 03:47:33 +00:00
jst%netscape.com
1d7cc61564 Minor optimization suggested by brendan@mozilla.org 2001-08-11 01:23:52 +00:00
jst%netscape.com
ca5b02613c Fixing bug 76603, backwards compatibility issue with window.setTimeout() and window.setInterval(). Older browsers let you call these methods with only one argument (assuming 0 timeout), but mozilla requires two or more arguments. r=pollmann@netscape.com, sr=jband@netscape.com 2001-08-10 01:45:54 +00:00
av%netscape.com
37105d541d Fix for 93351 -- preventing endless reload loop on plugins.refresh(1), r=peterl, sr=jst 2001-08-10 01:12:05 +00:00
rpotts%netscape.com
934fa34926 bug #91165. Better patch (trunk only) for fixing selectAll within framesets for embedding 2001-08-09 09:24:26 +00:00
jst%netscape.com
ae82348312 Fixing bug 92912, problems with executing javascript in dynamically created iframe's due to JSContext initialization failing. r=nisheeth@netscape.com, sr=brendan@mozilla.org 2001-08-09 09:12:05 +00:00
bryner%netscape.com
25140ddbc7 Bug 92735 - File->Close crash on Linux. r=jag, sr=jst. 2001-08-09 08:12:25 +00:00
andreas.otte%primus-online.de
6917b5d061 bug 40670 [URL: resolution of protocol:/path] checking in the groundwork to have an easy fix if we ever decide to support these kind of deprecated relative urls. For that a new attribute URIType is added to nsIProtocolHandler and its implementations to store some protocol/scheme dependend information to have enough information to allow correct parsing. r=darin@netscape.com sr=rpotts@netscape.com 2001-08-07 20:42:57 +00:00
brendan%mozilla.org
73f0cbccc4 Quick followup, my reviewers missed a copy/paste error that's harmless but formally wrong. 2001-08-07 07:12:12 +00:00
brendan%mozilla.org
bb7f3f9cb3 Use a new JSContext option to type context-private data as nsISupports* (82845, sr=jst&waterson). 2001-08-07 05:27:42 +00:00
brendan%mozilla.org
49c0102cdf Restore scriptable nsIClassInfo.classID but add fast/C++-only classIDNoAlloc; define and use nsIClassInfo::EAGER_CLASSINFO in caps (93792, sr=waterson&jst). 2001-08-07 03:59:29 +00:00
hyatt%netscape.com
19e5a288a8 Fix for 71106. r=jag, sr=jst 2001-08-06 22:15:17 +00:00
bzbarsky%mit.edu
a353a4e9a0 Making import rules implement the nsIDOMCSSImportRule interface. Bug 90290, r=pierre, sr=jst 2001-08-04 21:19:53 +00:00
brendan%mozilla.org
dbd7fed5b1 FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
radha%netscape.com
5489eac1e8 Partial fix to bug # 40867. Exposes interfaces implemented by nsGlobalwindow to JS. r=rpotts sr=jst, vidur 2001-07-24 22:39:11 +00:00
jaggernaut%netscape.com
cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
peterlubczynski%netscape.com
4d99bea127 Fix for bug 90951 Trunk & N610 crash in [@ 0x00000000 - MimeTypeElementImpl::GetEnabledPlugin] after plugin.refresh() r=av/dbaron sr=brendan 2001-07-23 05:36:52 +00:00
mstoltz%netscape.com
da57450dfd Bug 90591: Add security hooks for accessing __proto__. r=mstoltz, sr=brendan.
Bug 90418: assure that
if the prototype of an object in one domain is set to an object in another domain,
security checks are done on the original object. r=mstoltz, sr=brendan.
2001-07-21 02:08:00 +00:00
saari%netscape.com
2a7349540e fixing 77675, windows stealing focus from each other. r=bryner, sr=hyatt 2001-07-20 08:14:44 +00:00
valeski%netscape.com
ea661eedd1 91365. r=dougt, sr=hyatt. nsIScriptGlobalObject->GetContext() can legitimately return NS_OK *and* a nsnull outparam. Various callsites were not respecting the nsnull out param and this patch gracefully handles those cases. 2001-07-19 05:48:49 +00:00
jst%netscape.com
76d17c95e3 Adding back these macros to fix build bustage in code I don't have access to. 2001-07-18 08:45:25 +00:00
jst%netscape.com
88d48dc0c5 Removing use of obsolete macros for defining lists of interfaces used by the DOM classinfo code. r=pollmann@netscape.com, rs=vidur@netscape.com 2001-07-18 07:48:12 +00:00
jst%netscape.com
b9816ad9f5 Fixing typo pointed out by bbaez@netscape.com, r=nobody 2001-07-18 00:13:56 +00:00
jst%netscape.com
f70ebcaecd Fixing bug #87389 This refreshes prototypes when classes are initialized on the context (Page transition) to prevent changes to prototypes from persisting across document loads. r=dbradley@netscape.com, sr=jst@netscape.com, patch by jband and dbradley (dbradley checking in from jst's account) 2001-07-17 06:20:37 +00:00
hewitt%netscape.com
9999f89b71 90738 - build DOM traversal idl, r=blake, sr=jst 2001-07-17 06:01:21 +00:00
hewitt%netscape.com
a02a736e28 90738 - build DOM traversal IDL, r=blake, sr=jst 2001-07-17 05:44:56 +00:00
dbaron%fas.harvard.edu
aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
mstoltz%netscape.com
f3d9b0caa1 Bug 77485 - defining a function in another window using a targeted javascript:
link. Prevent running javascript: urls cross-domain and add a security check for adding
and removing properties. r=harishd, sr=jst.
2001-07-13 07:08:26 +00:00
jst%netscape.com
1e3672ffdc Fixing smoketest blocker 90472. Only initialize the context when the JS scope was cleared. r=harishd@netscape.com 2001-07-13 01:30:44 +00:00
peterv%netscape.com
cbb06bf460 Trying to get senna on the road again. 2001-07-12 09:54:23 +00:00
peterv%netscape.com
618f141bf7 Trying to fix senna. 2001-07-12 08:36:30 +00:00
jst%netscape.com
e7e379cb49 Backing out parts of an experiment that was accidentally checked in yesterday, fixes blocker bug 90363. r=pollmann@netscape.com 2001-07-12 03:13:28 +00:00
jst%netscape.com
33113643cd Attempting to fix mac bustage... 2001-07-11 10:03:04 +00:00