rods%netscape.com
2945ee5e62
adding pane/frameset/frame/iframe navigation
...
Bug 24423 r=joki,saari a=hyatt
2001-05-22 23:52:17 +00:00
jst%netscape.com
e452814a51
Checking in vidur@netscape.com's fix for regression bug 82051, this fixes a common crash on opening/closing windows and or loading webpages, this is a completely safe fix. r=peterv@netscape.com, sr=jst@netscape.com
2001-05-22 10:48:22 +00:00
jst%netscape.com
7f62fa9565
Checking in fix for xpcdom regression bug 81915. Adding resolve hook to the HTML document helper, r=peterv@netscape.com, sr=scc@mozilla.org
2001-05-21 12:37:38 +00:00
dbaron%fas.harvard.edu
ca406deb8e
Fix gcc 2.7.2.3 crash on startup (orange on speedracer and worms tinderboxes). gcc 2.7.2.3 doesn't seem to follow the rule in C++ 12.2, clause 5, on the lifetime of temporaries bound to references.
2001-05-19 16:05:10 +00:00
jst%netscape.com
77aeecc056
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
jst%netscape.com
12950382be
Random whitespace cleanup.
2001-05-19 09:14:19 +00:00
jst%netscape.com
32ade0e2b5
Fixing problem with setting oldstyle 'replaceable' properties from JS that was exposed by the recent JS engine resolver fixes. I had simply forgotten to set *objp to tell XPConnect that something was resolved in the ::NewResolve() call. r=pollmann@netscape.com, sr=jband@netscape.com
2001-05-19 09:13:32 +00:00
vidur%netscape.com
3018715592
Continuing fix for bug 18843. Added onload and onerror events for loaded scripts. Node scriptable helper now uses the owner document for adding a refernce when a property is added. This addresses the case of unparented nodes as well. r=nisheeth, sr=jst
2001-05-19 01:21:43 +00:00
mstoltz%netscape.com
8c0cd58b30
Re-checking-in my fix for 47905, which was backed out last night because of a bug in some other code that was checked in along with it. This checkin was not causing the crasher and is unchanged. See earlier checkin comment - in short, this adds same-origin to XMLHttpRequest and cleans up some function calls in caps, removes some unnecessary parameters. r=vidur, sr=jst.
2001-05-19 00:33:51 +00:00
dbaron%fas.harvard.edu
a29fe8e589
Don't run JS GC when creating a new window. b=42321 r,sr = jst,brendan
2001-05-18 23:11:53 +00:00
blizzard%redhat.com
678b80f10b
Back out mstoltz because of blocker bug #81629 . Original bugs were 47905 79775.
2001-05-18 17:41:23 +00:00
jst%netscape.com
eec197281b
Checking in fix for bug 81308 which caused JS errors in XUL prototype scripts to not be shown on the console, patch by sfraser@netscape.com, sr=sfraser@netscape.com, jst@netscape.com, r=pollmann@netscape.com
2001-05-18 07:25:56 +00:00
mstoltz%netscape.com
11f7b8f900
Bug 47905 - adding security check for XMLHttpRequest.open.
...
Added nsIScriptSecurityManager::CheckConnect for this purpose.
Also cleaned up the security check API by removing some unnecessary
parameters. r=vidur@netscape.com , sr=jst@netscape.com
Bug 79775 - Forward button broken in main mail window. Making
WindowWatcher not call GetSubjectPrincipal if the URL to be loaded is
chrome, since the calling principal is superfluous in this case.
No one has been able to find the root cause of this problem, but
this checkin works around it, which is the best we can do for now.
r=ducarroz@netscape.com , sr=jst@netscape.com
2001-05-18 06:56:29 +00:00
javi%netscape.com
764e73d78d
Fix for Bug 80841 r=mcgreer@netscape.com sr=jst@netscape.com
...
Make sure an entropy collector is generated and feed data from every
100th mouse to the entropy collector.
2001-05-18 00:02:52 +00:00
jst%netscape.com
91a4c3123e
Checking in fix for xpcdom regression bug 81265, the call to initialize liveconnect per context was dropped in the xpcdom landing, fix by beard@netscape.com (plus some additional cleanup by me), r=pollmann@netscape.com, sr=jst@netscape.com
2001-05-17 09:01:03 +00:00
cls%seawood.org
0a04a7de86
Updating intermodule dependencies. Should fix senna tb bustage.
2001-05-17 06:22:23 +00:00
jst%netscape.com
a31bb729c2
Removing GetNewListenerManager() from nsIDOMEventReceiver since it's not needed any more, no real code changes. r=pollmann@netscape.com, rs=vidur@netscape.com
2001-05-17 06:04:04 +00:00
bstell%netscape.com
b7843cb476
bug 79608, r=ftang, sr=vidur
...
for the embedding API: add get/set charset (GI'able from GlobalWIndow)
2001-05-17 02:15:27 +00:00
axel%pike.org
7b14605df5
moving nsOutlinerSelection from nsISecurityCheckedComponent to class info, r=mstoltz, sr=jst, bug 80907
2001-05-16 08:13:12 +00:00
radha%netscape.com
b1eefd23cb
Fix for bug # 72197 javascript urls cause problems with history r= rpotts sr=blizzard
2001-05-15 22:26:19 +00:00
jst%netscape.com
44705c7b56
Fixing the remaining part (xpcdom regression) of bug 61984, r=harishd@netscape.com, sr=vidur@netscape.com
2001-05-15 20:58:58 +00:00
jst%netscape.com
751a6f7ccd
Fixing the remaining part (xpcdom regression) of bug 61984, r=harishd@netscape.com, sr=vidur@netscape.com
2001-05-15 20:58:31 +00:00
peterv%netscape.com
1fe4acdae1
Add DOM ClassInfo for Transformiix classes. r=Pike, sr=jst.
2001-05-15 20:35:23 +00:00
jst%netscape.com
892417cdfb
Checking in Boris Zbarsky's (bzbarsky@mit.edu) fix for bug 79818, making more CSSRules implement DOM interfaces. r=bryner, sr=jst
2001-05-15 08:26:13 +00:00
anthonyd%netscape.com
26a94095a5
comments for the nsIDOMRange.idl, JUST comments, nothing to see here.
2001-05-15 06:09:47 +00:00
jst%netscape.com
e09aa22a3c
Wrap debug fprintf inside #ifdef DEBUG, bug #78629 , patch by cls@seawood.org, sr=me.
2001-05-14 09:56:10 +00:00
jst%netscape.com
1b8d0828ee
Use JS_ValueToECMAInt32() in stead of JS_ValueToInt32() to avoid errors when trying to convert random strings to numbers. r=rginda@netscape.com, sr=jband@netscape.com
2001-05-14 08:54:17 +00:00
joki%netscape.com
83de3b5600
Fix for 78987, modify Init*Event signatures to meet standards. sr:hyatt, r:jst
2001-05-14 01:54:11 +00:00
jst%netscape.com
5264639fd4
Making items in CSSRuleList's accessable from JS using the array syntax (i.e. rulelist[n]). r=peterv@netscape.com, rs=vidur@netscape.com
2001-05-13 22:16:45 +00:00
jst%netscape.com
3111d0b6b9
Removing unecessary #includes
2001-05-13 09:52:35 +00:00
jst%netscape.com
a981ea1d33
Making document.write and document.writeln callable with no arguments, this is needed for backwards compatibility. This is a regression from the XPCDOM landing. r=bryner, sr=hyatt.
2001-05-13 00:27:58 +00:00
jst%netscape.com
510bacd103
Fixing xpcdom regression bug 79737 that caused problems on bugzilla. HTMLFormElement's resolve hook wasn't implemented so form controls in a form weren't shadowing DOM properties on form elements. Also fixing problem with select[n] = new Object(). r=pollmann@netscape.com, sr=jband@netscape.com
2001-05-12 05:26:07 +00:00
blakeross%telocity.com
5f6f3decb8
Making selection dnd work again (second part of 79793). r=ben sr=jst
2001-05-12 05:16:57 +00:00
darin%netscape.com
b26d5adb54
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
jst%netscape.com
63960a3db1
Checking in fix from jband@netscape.com that enumerates all interfaces w/o loading xpt files on statup unless they contain DOM interfaces (that start with 'nsIDOM'). sr=jst@netscape.com
2001-05-11 05:24:12 +00:00
jst%netscape.com
dcd9255936
Removing nsIJSScriptObject from the build. sr=vidur@netscape.com
2001-05-11 05:19:46 +00:00
jst%netscape.com
8c18734d72
Making document.styleSheets appear as a JS array, trivial regression from the xpcdom landing. r=pollmann@netscape.com
2001-05-11 04:45:15 +00:00
mkaply%us.ibm.com
7a39c7fbb8
senna REQUIRES bustage - jsconsole
2001-05-11 03:42:43 +00:00
danm%netscape.com
53b145bb57
making Deactivate() stop making the window visible, which occasionally caused reactivation problems and bug 78364, among others. r=hyatt,pinkerton
2001-05-11 03:18:01 +00:00
pinkerton%netscape.com
b4c75043a6
separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127
2001-05-11 01:52:11 +00:00
mstoltz%netscape.com
59c995612e
Fixes for bugs 79796, 77203, and 54060. r=jband@netscape.com,
...
sr=brendan@mozilla.org
2001-05-11 00:43:27 +00:00
jst%netscape.com
d7b63b8f8f
Fixing screwup with old 'replaceable' properties and window.location in the xpcdom landing, r=pavlov@netscape.com, sr/rs=jband@netscape.com
2001-05-10 09:45:46 +00:00
jst%netscape.com
a3068ac97c
Fixing muerte (BSD/OS 4.2) bustage.
2001-05-09 01:39:02 +00:00
dbaron%fas.harvard.edu
0ef8e1ef44
Fix AIX bustage by removing |const| from signature of |Prompt| that isn't in the XPIDL-generated interface (although it shouldn't really matter). sr=jst
2001-05-08 22:43:25 +00:00
jst%netscape.com
bbf3cd485c
Replacing uuid since the last one mozbot gave me was already used, I can not believe this!
2001-05-08 21:33:42 +00:00
peterv%netscape.com
c1facb2e41
Another mac bustage fix (remove nsJSDOMEventListener.cpp).
2001-05-08 20:35:28 +00:00
dbaron%fas.harvard.edu
f0e8255e36
Fix gcc 2.7.2.3 bustage with enum values from different anonymous enums. r=shaver
2001-05-08 19:43:47 +00:00
dbaron%fas.harvard.edu
2d11d389ae
Add newline at end of file to fix HP bustage.
2001-05-08 19:28:46 +00:00
dbaron%fas.harvard.edu
32c43cb5ef
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
2001-05-08 19:19:03 +00:00
jst%netscape.com
ea706038cf
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00