Commit Graph

5180 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
cfd9a7e6ca Fix build bustage within |#ifdef CSS_REPORT_PARSE_ERRORS| resulting from scc's string changes for bug 75220. Not part of default build. r=glazman a=tor 2001-05-23 14:18:38 +00:00
joki%netscape.com
53e2fab38c Part of fix for 55020, add a pref to determine if accesskey causes focus or focus/activation. sr:jst, r:pollmann 2001-05-23 06:35:32 +00:00
scc%mozilla.org
b7b3395bad bug #75220: fixing stragglers, people who checked in uses of |nsLiteralC?String| after it had already been removed from the build 2001-05-23 01:21:04 +00:00
nhotta%netscape.com
ecb3ff2992 Changed to avoid escaping '%' in URI, bug 81238, r=cmanske, sr=jst. 2001-05-23 00:13:23 +00:00
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
dbaron%fas.harvard.edu
9d5bc0637c Work around crash by using nsSupportsArray::Clone instead of the buggy (82133) nsSupportsArray::AppendElements. Patch from glazman@netscape.com, r=dbaron, sr=attinasi, b=80057 2001-05-22 20:53:00 +00:00
pollmann%netscape.com
c5ba0c1202 Bug 77834: Adding nsIContentList.h, not part of the build. 2001-05-22 03:40:56 +00:00
mkaply%us.ibm.com
21e8abe10c #80164
r=mkaply, sr=kin@netscape.com
Code from simon@softel.co.il - enable proper reversing for clipboard
2001-05-21 23:39:49 +00:00
jst%netscape.com
3e0ca8c751 Fixing typo 2001-05-21 23:29:14 +00:00
valeski%netscape.com
206a778ca4 sr=vidur/shaver@mozilla.org on the content policy callsite and implementation mods (81260). Update of the nsIContentPolicy interface to provide more generic context, a nsIURI instead of a URI wstring, and a nsIDOMWindow for window level context. Existing Callsites have been updated to reflect the new changes, and nsIDOMWindows are now passed into the new API. 2001-05-21 22:40:10 +00:00
peterv%netscape.com
ce83a7c5ff Fixing regression bug 81918 (Setting preferred style sheet via HTTP headers is broken). r=glazman, sr=jst. 2001-05-21 13:01:41 +00:00
peterv%netscape.com
6ec0527163 Fix typo. 2001-05-21 09:47:03 +00:00
peterv%netscape.com
342fc99f6a Fix for regression bug 81823 (rel attribute should be treated case insensitive). r=sicking, sr=jst. 2001-05-21 08:24:35 +00:00
pavlov%netscape.com
271cc39fd9 fixing bug 65708 r=bryner sr=jst 2001-05-21 06:14:37 +00:00
jst%netscape.com
439c47b98b Removing unnecessary forward declaration of nsIScriptObjectOwner. 2001-05-21 03:29:19 +00:00
jst%netscape.com
d31549f8ea Removing #include... 2001-05-21 03:14:39 +00:00
mkaply%us.ibm.com
a817d2f3f3 #76020
r=waterson, sr=attinasi
Remove mDefaultDirection stuff - IBMBIDI does this correctly
2001-05-20 22:44:05 +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
arik%netscape.com
e3a24ec504 Moved PreventDefault() to after the space handling code so that it doesn't block the action from happening. Fixes bug 79483, r=ben, sr=hyatt. 2001-05-19 09:08:25 +00:00
jst%netscape.com
b001b36058 Trying fix the mac bustage... 2001-05-19 07:43:29 +00:00
jst%netscape.com
556608fe56 Fixing bug 81115 that causes the identity of event receivers and event targets to be incorrect in the case where the target/reveiver is an nsGenericElement or a nsGenericDOMDataNode. The problem was the those classes use the event listener manager as a tearoff but QI'ing that tearoff to nsISupports returns the event listener manager and not the element/node, this causes XPConnect to create different wrappers for the same element/node when the event listener tearoff is wrapped in stead of directly wrapping the element/node. This causes problems with event.target in JS, among other things. The solution for this problem was to create a separate tearoff that works correctly and leave the event listener manager alone since it can not be used as a tearoff in all cases. r=pollmann@netscape.com, sr=vidur@netscape.com 2001-05-19 07:02:50 +00:00
mkaply%us.ibm.com
9f5b8520af OS/2 Bustage - STOP USING true and false for PRBool!!!! - PR_TRUE and PR_FALSE 2001-05-19 05:10:31 +00:00
peterv%netscape.com
d8dc78eb98 Fix for bug 7515 (load stylesheets inserted dynamically through the DOM). r=heikki, harishd. sr=jst. 2001-05-19 02:59:15 +00:00
vidur%netscape.com
ae0d3ddcd3 Continuing fix for bug 18843. Added onload and onerror events for loaded scripts. r=nisheeth, sr=jst 2001-05-19 01:21:57 +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
peterv%netscape.com
1c5a28a003 Adding two new files. Not built. Part of fix for bug 7515 (dynamically adding LINK-ed or pi-ed style sheets does nothing). 2001-05-19 00:21:26 +00:00
jst%netscape.com
6ed212a6b2 Checking in support for onload handlers for frame and iframe elements, and fixing .ownerDocument of orphan elements, fixes bug 60173, and also fixes part of bug 27382. r=pollmann@netscape.com, sr=vidur@netscape.com 2001-05-19 00:17:01 +00:00
mjudge%netscape.com
9499fd2df2 fixing bad check in tablecellselection. wouldnt work if only 1 char in a text node was selected. bug=68641 r=ftang, sr=hyatt. simple fix.. 2001-05-18 23:07:54 +00:00
mkaply%us.ibm.com
5ce6f0061b OS/2 TB breakage - true instead of PR_TRUE 2001-05-18 22:14:12 +00:00
anthonyd%netscape.com
df21a55292 bringing the range implementation up to dom spec.
bugs: 58969, 58970, 58972, 58974
r=kin
sr=jst
2001-05-18 21:05:51 +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
cls%seawood.org
57700908be Updating intermodule depencies. Fixing senna bustage. 2001-05-18 14:37:00 +00:00
peterv%netscape.com
22b6e494e3 Trying to fix saari's bustage. 2001-05-18 12:59:32 +00:00
saari%netscape.com
32d8960835 fix for 78514, r=pink, sr=hyatt. Windows only temporary (until focus gets totally overhauled) hack to support embedding applications better. This causes our app to relinquish focus to native chrome in the embeddor's app. To do this, we check if the window that is about to get focus is a mozilla window. If not, we obey wm_killfocus like a normal app, and don't wait for the following focus to send the blur event. 2001-05-18 12:07:42 +00:00
dbaron%fas.harvard.edu
e7c709c283 Fix double-addref leak of pres shell. (Leaking the pres shell without leaking the doc viewer causes us to leak the frame tree while deleting the view tree, which causes crashes after leaving pages with animated images. Fix for that problem coming soon.) b=80203 r=sspitzer sr=ben 2001-05-18 11:36:54 +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
ftang%netscape.com
94b1ec6389 fix bug 81266 for simon@softel.co.il
r=ftang sr=jst
fix UMR
2001-05-18 01:10:54 +00:00
cls%seawood.org
6abe824b39 Update intermodule dependencies. Fix senna bustage 2001-05-17 23:11:14 +00:00
bbaetz%cs.mcgill.ca
0b4091f4d6 bug 81495 - xsl shouldn't be generating raptor.xpt or layout.xpt. Changed
to generate xsl_doc.xpt instead.
r=peterv, sr=jst
2001-05-17 21:34:35 +00:00
pinkerton%netscape.com
0b03ce7cda add support for context menu key. use focussed element as the target, not the mouse coordinates. r=roc,dean_tessman@hotmail.com/sr=hyatt. bug#74410, 36665. 2001-05-17 18:37:50 +00:00
mkaply%us.ibm.com
13ac1401d3 OS/2 AIX bustage - need cast 2001-05-17 17:27:01 +00:00
jst%netscape.com
0e2cdfc2f1 Trying to fix SunOS bustage... 2001-05-17 09:08:50 +00:00
pinkerton%netscape.com
0e5d1c0a4d added nsScriptLoader.cpp for vidur. 2001-05-17 08:32:36 +00:00
pinkerton%netscape.com
4cb824d6f9 add nsIScriptLoader.idl and nsIScriptLoaderObserver.idl for vidur. 2001-05-17 07:55:26 +00:00
vidur%netscape.com
7310456643 Removing dead header file. r/sr=jst 2001-05-17 06:10:59 +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
vidur%netscape.com
d692a32b9a Fix for bug 18843. Dynamically added SCRIPT elements are now processed through a per-document script loader. Script execution that originally occured in the content sinks is now done by the script loader. r=heikki sr=jst 2001-05-17 05:54:16 +00:00
vidur%netscape.com
db688702a4 Part of fix for bug 18843. Dynamically added SCRIPT elements are now processed through a per-document script loader. Script execution that originally occured in the content sinks is now done by the script loader. r=heikki sr=jst 2001-05-17 05:20:51 +00:00
jst%netscape.com
9fd6cf8888 Fixing bug 80754. Make the content sink do what the docshell does when looking for the ref (i.e. the part after the '#') in a URI, this makes scrolling to named anchors work even if the uri that's loaded is not a nsIURL, such as chrome:// urls. r=pollmann@netscape.com, rs=vidur@netscape.com 2001-05-17 02:37:30 +00:00
nhotta%netscape.com
23cc24c343 Changed to use NS_ConvertUTF8toUCS2 for nsHTMLAnchorElement::GetHref, bug 81090, r=ftang, sr=jst. 2001-05-16 23:47:35 +00:00