radha%netscape.com
746ed558e5
Fix for bug 84519 r=adamlock sr=rpotts a=asa. history.go(toofar) gives problems to back/forward buttons
2001-08-23 21:55:57 +00:00
bryner%netscape.com
d812ad1b51
Bug 92210 - Window steals focus if you switch to another app during "Transferring data from...". r=saari, sr=hyatt.
2001-08-21 21:18:45 +00:00
jst%netscape.com
7c8ac022db
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
192c47a6bd
Fix warnings...
2001-08-21 08:13:04 +00:00
rpotts%netscape.com
466b99bec9
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
716f9f4695
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
7b4b1b4d1e
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
3e6475c529
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
28ed0b96db
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
10901d619d
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
dd126cfbf6
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
5192d92ebf
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
e3ff9d6708
Fixing typo
2001-08-14 08:05:28 +00:00
cls%seawood.org
8405a1984e
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
da2959ee05
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2001-08-14 04:46:20 +00:00
mstoltz%netscape.com
70f0d46fbc
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
552b31002a
fix case of props. r/sr=blake,ben
2001-08-12 07:43:38 +00:00
hyatt%netscape.com
d79104d8c5
Missed a property. r/sr=ben/blake
2001-08-12 05:57:41 +00:00
hyatt%netscape.com
acccb13bca
Add remaining props to XUL element. r/sr=ben,hewitt
2001-08-12 03:47:33 +00:00
jst%netscape.com
0afc7343ff
Minor optimization suggested by brendan@mozilla.org
2001-08-11 01:23:52 +00:00
jst%netscape.com
fe2d585c4d
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
9b6cbdd8d5
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
2dd72db7a8
bug #91165 . Better patch (trunk only) for fixing selectAll within framesets for embedding
2001-08-09 09:24:26 +00:00
jst%netscape.com
b1b733b127
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
99dc45d677
Bug 92735 - File->Close crash on Linux. r=jag, sr=jst.
2001-08-09 08:12:25 +00:00
andreas.otte%primus-online.de
c6853783af
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
b27ebd93ec
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
f309276dbb
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
01289b3afb
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
a841b57688
Fix for 71106. r=jag, sr=jst
2001-08-06 22:15:17 +00:00
bzbarsky%mit.edu
70d6c75c7c
Making import rules implement the nsIDOMCSSImportRule interface. Bug 90290, r=pierre, sr=jst
2001-08-04 21:19:53 +00:00
brendan%mozilla.org
8c7c819206
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.
2001-07-31 19:05:34 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
radha%netscape.com
d6d068c6d4
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
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
peterlubczynski%netscape.com
d0ecd30824
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
b738d3ad06
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
192a6ccda0
fixing 77675, windows stealing focus from each other. r=bryner, sr=hyatt
2001-07-20 08:14:44 +00:00
valeski%netscape.com
c4f90087de
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
07f5a40f28
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
86ec54ba62
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
4d802404c9
Fixing typo pointed out by bbaez@netscape.com, r=nobody
2001-07-18 00:13:56 +00:00
jst%netscape.com
91fe7ab7e7
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
bb4aea4e6c
90738 - build DOM traversal idl, r=blake, sr=jst
2001-07-17 06:01:21 +00:00
hewitt%netscape.com
200dc276e2
90738 - build DOM traversal IDL, r=blake, sr=jst
2001-07-17 05:44:56 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
mstoltz%netscape.com
50f00fbc78
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
e07414747d
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
15b27092a2
Trying to get senna on the road again.
2001-07-12 09:54:23 +00:00
peterv%netscape.com
6a259a373a
Trying to fix senna.
2001-07-12 08:36:30 +00:00