Граф коммитов

5141 Коммитов

Автор SHA1 Сообщение Дата
bbaetz%cs.mcgill.ca 19c7bdde7b 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 4f15f064b6 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 6aaffb782f OS/2 AIX bustage - need cast 2001-05-17 17:27:01 +00:00
jst%netscape.com 643dd98b13 Trying to fix SunOS bustage... 2001-05-17 09:08:50 +00:00
pinkerton%netscape.com 574609cb0b added nsScriptLoader.cpp for vidur. 2001-05-17 08:32:36 +00:00
pinkerton%netscape.com 7e3ff1df5f add nsIScriptLoader.idl and nsIScriptLoaderObserver.idl for vidur. 2001-05-17 07:55:26 +00:00
vidur%netscape.com c1140c84e2 Removing dead header file. r/sr=jst 2001-05-17 06:10:59 +00:00
jst%netscape.com 969db0be6e 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 0e7720e206 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 6d71dd101d 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 f363bf706e 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 4353208397 Changed to use NS_ConvertUTF8toUCS2 for nsHTMLAnchorElement::GetHref, bug 81090, r=ftang, sr=jst. 2001-05-16 23:47:35 +00:00
kin%netscape.com c740a6ac53 (brade checking in as kin); fix 81243 (select all keybinding) 2001-05-16 23:40:43 +00:00
ftang%netscape.com 36ab05611e fix bug 80552 r=ftang r/sr=jst
check in for simon@softel.co.il
change BidiEnable to GetBidiEnable
2001-05-16 13:40:08 +00:00
attinasi%netscape.com 9fa4f8d9d9 STOP stipping whitespace from name attribute on Map element. b=79738 r=harishd sr=shaver 2001-05-16 05:32:38 +00:00
jst%netscape.com d769c80858 Fixing xpcdom landing regression, not sure what this breaks, but it's wrong. r=hyatt@netscape.com, sr=waterson@netscape.com 2001-05-16 01:00:02 +00:00
harishd%netscape.com 8de5a8be91 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html )
r=heikki sr=waterson
77352 - Making sure that the heading tags' size takes precedence over
residual style tags' size info.
r=pollmann sr=attinasi
57248 - Moved attribute entity parsing to the parser land.
r=heikki sr=jst.
2001-05-15 22:32:26 +00:00
radha%netscape.com c3bf3d7efb fix for bug # 72197 javascript url casues problems with SH. r=rpotts sr=blizzard 2001-05-15 22:27:01 +00:00
ftang%netscape.com ca3ebe5c0b temp fix bug 80352 untill simon@softel.co.il come out the real fix
We cannot pass in PR_TRUE to force reflow here. Otherwise, we will incrase stylechange reflow right after
we visit a link from a page which have frameset or iframe
r/sr=vidur sr=jst
2001-05-15 12:13:57 +00:00
jst%netscape.com 9e3e2750cd 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
glazman%netscape.com 41aa3398d9 nsDOMCSSDeclaration::GetCssText not implemented; b=79722, r=harishd, sr=jst 2001-05-15 08:25:03 +00:00
attinasi%netscape.com 72e450068a Fixed crash when ToolTip pref is changed: b=64025 r=pinkerton sr=hyatt 2001-05-15 06:20:49 +00:00
anthonyd%netscape.com d3d7ce1d90 comments for nsISelection.idl, nothing but comments being added, nothing to see here 2001-05-15 06:10:38 +00:00
shanjian%netscape.com 7dc8b52206 #72299 User could not override charset from http server
r=nhotta, sr=jst
2001-05-15 03:42:33 +00:00
nhotta%netscape.com 040a56f113 Changed to make string as array so sizeof returns number of characters instead of a size of a pointer,
this fixes a wrong offset problem for parsing charset, bug 80114, r=attinasi, sr=blizzard.
2001-05-15 03:03:19 +00:00
glazman%netscape.com 9e63d86384 ViewCSS.getComputedStyle() returns empty list; b=62697, r=peterv, sr=jst 2001-05-14 11:23:53 +00:00
jst%netscape.com 659a2c5a92 Use XPConnect to get the private nsISupports pointer from a JSObject, and fix nsIDOM3Node fu introduced by the XPCDOM landing, r=glazman@netscape.com, rs=vidur@netscape.com 2001-05-14 09:16:27 +00:00
joki%netscape.com 0b4ddfe2f8 Fix for 78987, modify Init*Event signatures to meet standards. sr:hyatt, r:jst 2001-05-14 01:54:11 +00:00
joki%netscape.com effc9c8f51 Fix for 54820, send :focus state changes to elements in multiple docs. sr:jst, r:saari 2001-05-14 01:49:07 +00:00
jst%netscape.com d29389d231 Removing unused code and code that was #if 0'ed out on the XPCDOM branch and left in when the branch landed. No code changes. 2001-05-13 10:33:33 +00:00
jst%netscape.com 26a951693c Removing unecessary #includes 2001-05-13 09:52:35 +00:00
jst%netscape.com 1db327b2fe 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
blakeross%telocity.com 9412163194 Backing out my fix which caused 80462. 2001-05-12 22:48:33 +00:00
ducarroz%netscape.com ff036aec4f Fix for bug 78445. Need to addref ourself to avoid potential self destruction while processing the onload event. R=sspitzer, SR=hyatt 2001-05-12 17:40:12 +00:00
peterv%netscape.com aa5e383f6c Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
nisheeth%netscape.com 4dffad8bd0 Fix OS/2 build bustage from fix to bug 29171. 2001-05-12 07:12:33 +00:00
nisheeth%netscape.com 545241bba3 r=heikki. sr=jst. Fix for bug 29171. Create HTML unknown element for non-lowercased elements that are in the XHTML namespace. 2001-05-12 05:10:48 +00:00
blakeross%telocity.com c55b7dc6c5 Making link dnd work again (part of 79793). r=ben sr=jst 2001-05-12 05:01:22 +00:00
darin%netscape.com eb1690e076 fixes linux bustage r=evaughan 2001-05-11 22:30:02 +00:00
evaughan%netscape.com a8792fc3db Landing accessibility
-r aarol, jgaunt

-sr brendan
2001-05-11 21:11:38 +00:00
darin%netscape.com c18fe7ef56 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
brade%netscape.com cabe7bf157 rename GetScrollView to GetScrollableView to match Set; bug #65124 2001-05-11 13:25:38 +00:00
mjudge%netscape.com 811eb6bd0c 46811 sr= kin r= cmanske 2001-05-11 08:01:40 +00:00
timeless%mac.com f0460292c9 Bugzilla Bug 79213 nsEventStateManager::PreHandleEvent dereference a NULL nsCOMPtr with operator->().:
bandage fix. r=saari sr=jst.
2001-05-11 06:22:11 +00:00
dr%netscape.com da269460c0 fix for 80067 (assignment vs. equality typos). r=mkaply, mjudge, sr=jst 2001-05-11 05:36:00 +00:00
anthonyd%netscape.com 70e7f3b871 rechecking in bug fix for 59005
r=rods
sr=kin
2001-05-11 02:32:31 +00:00
pinkerton%netscape.com 10b427491d implement outliner drag/drop. r=ben/sr=hyatt. bugs 75404 and 74831. 2001-05-11 01:51:04 +00:00
mkaply%us.ibm.com 8aadb1cc6d senna REQUIRES bustage 2001-05-11 01:12:54 +00:00
danm%netscape.com f533dd2922 adjust for possible rounding in intrinsic window sizing calculation. bugs 68352,77639, probably others. r=brendan,hyatt 2001-05-11 00:47:38 +00:00
mstoltz%netscape.com d0f2b845b9 Fixes for bugs 79796, 77203, and 54060. r=jband@netscape.com,
sr=brendan@mozilla.org
2001-05-11 00:43:27 +00:00