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

4504 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 12a95cdd02 make the tooltip go away when the mouse moves. Also fix a problem for win32 where the tooltip auto-hiding would cause the timer to show again. r=blake/sr=sfraser. bug# 59917. 2000-11-13 18:18:38 +00:00
bryner%uiuc.edu 973bbbd400 Bug 58589 - groundwork for horizontal mousewheel scrolling. r=jkobal, sr=scc. 2000-11-13 18:16:43 +00:00
mkaply%us.ibm.com 924201a16f OS/2 TB breakage
PR_CALLBACK only applies if it is a C function, not a member of a C++ class
2000-11-13 05:28:27 +00:00
pinkerton%netscape.com d8f010026d register tooltip listener to listen for keypresses. r=danm, a=hyatt. 2000-11-12 22:38:07 +00:00
pinkerton%netscape.com b9280708a3 fix a slew of tooltip annoyances. pref to turn them off, they time out after 5 seconds, and they go away when you start typing. r=danm, a=hyatt. bugs 56920, 46544, 53653, 45530. 2000-11-12 22:09:13 +00:00
jst%netscape.com c65a1304ad Making the method NS_NewXMLEntity() match its prototype, no bug. Problem found by Sorin Banu <sbanu@softwin.ro>. r=pollmann, sr=rpotts 2000-11-11 23:54:44 +00:00
disttsc%bart.nl 87187c390c Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf 2000-11-09 20:30:35 +00:00
jst%netscape.com 36ed715e12 Fixing bug 48031. Adding missing nullpointer checks to fix crashes in AppendChild(), RemoveChild(), ReplaceChild(), ... in nsDocument. r=nisheeth, sr=vidur 2000-11-09 06:38:00 +00:00
alecf%netscape.com fd2cc9c5c2 fix for #58103 - implement nsXULDocument::CreateRange()
sr=waterson
2000-11-09 00:32:27 +00:00
dbaron%fas.harvard.edu 64ab978d6a Fix leak of nsDOMScriptObjectFactory by freeing in layout module destructor. r=jst@netscape.com sr=brendan@mozilla.org b=43576 2000-11-08 03:17:18 +00:00
dbaron%fas.harvard.edu 638b1b16f4 Fix leak of an nsIURI (the URL of the quirk stylesheet). Patch from inaky.gonzalez@intel.com. r=attinasi@netscape.com sr=brendan@mozilla.org b=43656 2000-11-08 03:13:53 +00:00
dbaron%fas.harvard.edu 4de499215d Fix leak of mCurrentFocus that caused input element in URL bar to leak. r=saari@netscape.com sr=hyatt@netscape.com b=59042 2000-11-08 03:00:02 +00:00
heikki%netscape.com 3870ddca29 Bug 59389, eliminate nsIContent::IsSynthetic(). r=jst, a=vidur. 2000-11-08 00:42:42 +00:00
heikki%netscape.com 70cc953e30 Bug 51428, fix UMR in nsEventStateManager::DispatchNewEvent 2000-11-08 00:33:37 +00:00
heikki%netscape.com de2d514804 Bug 48886, fix UMR and clean up some ugly code. r=jst, a=vidur. 2000-11-08 00:31:06 +00:00
bratell%lysator.liu.se 9f981fd116 Fix for 59181. HTML lists and format=flowed don't work together. The solution is to disable flow when lines are indented. r=akkana sr=vidur 2000-11-07 20:02:54 +00:00
jst%netscape.com 25b8e29ff2 Fixing bug 58888. The content sink was incorrectly releasing the stream loader in its OnStreamComplete() method, this caused a crash when mozilla was running in off-line mode since OnStreamComplete() was called without the sink having a string reference to the stream loader so the incorrect release call in the sink caused a crash later on in necko. sr=rpotts, r=gagan,heikki 2000-11-06 23:22:44 +00:00
bratell%lysator.liu.se 993cd60daf Fix for bug 57047 - we are not treating text inside <pre> as preformatted if the text is inside another tag inside the <pre>. This has affected mail and copy'n'paste. We now look more thoroughly at the tag stack. r=akkana@netscape.com a=vidur@netscape.com. 2000-11-04 20:51:33 +00:00
hyatt%netscape.com a112ade980 Ben accidentally checked in a change to nsXBLService.cpp. Backing him out. What a mess tonight. Whew. 2000-11-04 11:03:14 +00:00
hyatt%netscape.com 824a44fab8 Putting back 54150 on the trunk. ben,waterson. Finally found the reason it needs to be this way. 2000-11-04 09:10:48 +00:00
ben%netscape.com 0066373134 back out hyatt's accidental checkin. 2000-11-04 09:07:49 +00:00
hyatt%netscape.com 2b7eb1c1a2 Fix build bustage. 2000-11-04 09:01:21 +00:00
hyatt%netscape.com fae32fdbd7 Fix for 54203. r=saari, a=brendan 2000-11-04 08:21:20 +00:00
bryner%uiuc.edu 8e29d3ba05 Bug 50597 - mousewheel nonfunctional if set to full-page scroll. r=mjudge,jkobal,ben. a=ben. 2000-11-02 05:15:34 +00:00
harishd%netscape.com 42fcdba367 27006 - Don't reload documents with POST form data.
r=rpotts,pollmann
sr=vidur
2000-11-01 20:25:33 +00:00
dbaron%fas.harvard.edu b076a9e634 Fix crash from GetElementsByTagName on a document without a root element. Patch from ftang@netscape.com r=jst@netscape.com,dbaron@fas.harvard.edu sr=vidur@netscape.com b=40121 2000-10-30 18:51:50 +00:00
waqar%netscape.com 9aad2ac07c #=34706
r=dcone@netscape.com
a=buster@netscape.com
d=Fixes a crash on linux when printing to a file in a directory where I dont
have permission to or printing to a directory or to a non existing printer.
2000-10-30 15:22:46 +00:00
hyatt%netscape.com 86fe4426e1 Fix for 57139, a=ben 2000-10-30 09:24:11 +00:00
dbaron%fas.harvard.edu c20f12ba64 Fix one-time leak of 4 nsVoidArray and 1 PRMonitor from code in nsRange.cpp by freeing in layout module destructor. r=mjudge@netscape.com sr=scc@mozilla.org b=56762 2000-10-29 21:38:52 +00:00
waterson%netscape.com efb0a0a1ed Bug 56713. Rework bulletproofing that sspitzer and I put in aeons ago: text nodes can wind up at the top level in an overlay. In this case we'll just ignore them instead of completely bailing, which'd put us into a bad state the next time around. r=hyatt, sr=brendan 2000-10-29 17:58:21 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
blakeross%telocity.com 027eeadcc1 Fix for 12056: ctrl+click on a link should open in new window, alt+click should save it. r=jst sr=brendan, alecf 2000-10-28 14:30:48 +00:00
warren%netscape.com 02371534f1 Fixing printf problem with MOZ_TIMER_DEBUGLOG 2000-10-28 10:11:27 +00:00
warren%netscape.com d1ffc4bd94 Attempted to fix opt problem 2000-10-28 02:46:30 +00:00
warren%netscape.com 0c836a5683 more fixes for dbaron 2000-10-28 01:28:06 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
jst%netscape.com bafa544b10 Fixing rtm+ bug 57495. Making element.getElementsByTagName() case insensitive if called on an HTML element. r=pollmann, sr=vidur. 2000-10-27 09:01:33 +00:00
alecf%netscape.com de3d1dd9fb #52116 - Show URL for XBL element & method/attribute when a JS warning or exception happens
r=dveditz,mccabe, sr=hyatt
2000-10-27 00:51:23 +00:00
attinasi%netscape.com 99ce6eef2c Fix was already approved for checkin on the branch, now updating trunk as well. b=56194, r=karnaze a=buster (for RTM bug 40340) 2000-10-26 00:34:08 +00:00
jst%netscape.com c1ccea8268 Fixing rtm++ bug 56529. Necko was unescaping the content of URL's if a segment of the URL is requested (but not if the whole URL is requested), the DOM code used this unescaped string as is and that caused backwards compatibility problems. a=gagan&brendan, r=andreas.otte@primus-online.de 2000-10-24 04:56:10 +00:00
pollmann%netscape.com 8911ee3487 Bug 13871: Frameset spoofing - cleanup unneeded DOM interface. r=jst, sr=vidur 2000-10-24 04:35:25 +00:00
pollmann%netscape.com 1ef66b0dbd Bugscape 2369: Don't hold onto frame reference / type across mInner::HandleDOMEvent, fixes crashes. r=rods,jst sr=vidur 2000-10-24 01:41:07 +00:00
heikki%netscape.com 95d323b876 Bug 57437, copied the implementation from HTML. r=adamlock, a=vidur. 2000-10-24 01:03:31 +00:00
akkana%netscape.com d56548ea88 56833: fix whitespace problem in html output 2000-10-24 00:31:08 +00:00
waterson%netscape.com 86749161a0 Bugscape 2856. Use NS_ConvertUTF8toUCS2() when inflating URIs. r=rjc,jelwell sr=hyatt 2000-10-21 00:19:56 +00:00
akkana%netscape.com 272de22b02 56066, 56561: Fix line break handling. r=bratell, jst, sr=shaver 2000-10-20 23:05:14 +00:00
dcone%netscape.com dd11969fb9 Have fix for bug 24406. r=kmmclusk sr=buster 2000-10-19 21:49:12 +00:00
locka%iol.ie fa2b23d380 Removed unused variables made obselete by previous checkin. b=56285 2000-10-19 18:56:56 +00:00
anthonyd%netscape.com 629d7a9074 fix for bug #49663
nsRange::DeleteContents leaks
r=sfraser
sr=kin
a=brendan
2000-10-19 18:47:00 +00:00
pollmann%netscape.com 3da7c0c668 Bug 13871: Prevent frameset spoofing r=mstoltz, sr=mscott, a=rpotts 2000-10-19 10:25:49 +00:00
locka%iol.ie 29e166e8bc Fix to content sink's handling of anchors. Flushes reflows before scrolling and uses the pres shell's scrolling code. b=56285, sr=vidur@netscape.com 2000-10-18 20:37:54 +00:00
heikki%netscape.com 36e74cc7a5 Bug 53763, crash when event dialog dismissed and content changed. Make sure we release presshell before viewmanager so things can proceed smoothly. r=joki,scc; a=vidur. 2000-10-18 17:41:14 +00:00
hyatt%netscape.com b97a5ea3cf Fix for 56353. r=buster, r=waterson, a=brendan. Also reverting a style
change to a prop list for moz-binding to the state it was on the branch (just to
be compatible).
2000-10-18 08:03:24 +00:00
hyatt%netscape.com 49f7c82d9d Fix for 56395 rtm++ bug. 2000-10-18 07:48:01 +00:00
waterson%netscape.com 617762c217 Bug 54715. Use iterators instead of CharAt() in ParseAttribute(). r=scc, a=hyatt 2000-10-18 02:05:57 +00:00
waterson%netscape.com a4f7d803c2 Bug 56349. Be more conservative in RemoveMember(): use new function IsDirectlyContainedBy() to walk template and generated tree in parallel. r=rjc, a=hyatt 2000-10-18 02:01:45 +00:00
jst%netscape.com 1e5f75e727 Fixing rtm++ bug 54121. Make sure to unroot the JS object before setting the script object to null to avoid referencing deleted memory later on in the GC. Thanks to sean@beatnik.com for testing and helping with the patch. a=waterson, r=brendan 2000-10-17 21:19:26 +00:00
kmcclusk%netscape.com 6d70638b57 Prevent flushing of pending events if painting or reflowing bug 56335 a=buster@netscape.com r=vidur@netscape.com 2000-10-17 05:07:39 +00:00
bryner%uiuc.edu a526fdd82b Bug 56570 - tree crash doing shift-click after deleting selected item. r=brendan, sr/a=hyatt. 2000-10-17 01:23:28 +00:00
hyatt%netscape.com 379b66f6ec Fix for 56167. r=joki, a=waterson 2000-10-16 21:52:22 +00:00
hyatt%netscape.com c1e10714aa Fix for 56235. r=saari, a=waterson 2000-10-16 21:46:59 +00:00
harishd%netscape.com 91cb27bcff 56501 - Serializer changes in dealing with NOSCRIPT ( checkin for jst )
r=me
sr=scc
2000-10-15 17:33:11 +00:00
harishd%netscape.com 74ec5fa330 56501 - Sink changes in dealing with NOSCRIPT content
r=jst
sr=scc,vidur
2000-10-15 17:31:09 +00:00
mstoltz%netscape.com f1137e89ec Fixing 56009, exploit allowing XPConnect access. r,a=hyatt, sr=scc 2000-10-13 22:59:47 +00:00
mjudge%netscape.com 1dd2be8f0d r=kin a=buster. fix has to go to trunk first. bug 49772 2000-10-13 22:37:52 +00:00
jst%netscape.com bf199577e4 Fixing rtm++ bug 56212. The new serializers were a bit too eager about what characters to encode as entities, this caused bad things when sending email that contained double quotes and also when writing a message containing quotes in AIM. sr=vidur, r=nisheeth. 2000-10-13 11:06:05 +00:00
jfrancis%netscape.com 0bda8b661f trunk checkin of: fix for rtm++ dogfood+ 55748; r=sfraser; sr=kin 2000-10-13 01:02:57 +00:00
jst%netscape.com ca1356da38 Fixing rtm++ bug 54825. The form element cleanup code in the HTML sink was incorrectly adding the form element itself to it's parent event if it had already been added, this caused the content iterator to lock up when doing 'Find on this page'. sr=vidur, r=pollmann 2000-10-12 22:57:25 +00:00
buster%netscape.com 6e23903f89 bug 55250 (crash when align attribute is changed)
r=karanze
a=waterson
2000-10-12 20:43:18 +00:00
jst%netscape.com a901542622 Fixing rtm++ bug 52998. Form controls inside <noscript> were incorrectly added to the form even if javascript was enabled. sr=vidur, r=pollmann 2000-10-11 23:23:21 +00:00
jst%netscape.com 3069f6b20d Fixing rtm++ bug 54892. The .offsetParent property on the BODY element was incorreclty returning its real parent in stead of null. sr=vidur, r=pierre 2000-10-11 23:11:28 +00:00
jst%netscape.com 17691505d4 Rolling in the last of the NOXIF changes from the Netscape 6 branch, code mostly written by jfrancis. Fixes bugs 50742, 55806, 56000 and 55669. sr=kin, scc. r=kandrot, jst. 2000-10-11 22:50:14 +00:00
pollmann%netscape.com ea3baaa437 Bug 54966, 54845, 55906: Prevent psm-glue from accidentally cancelling form submit for file: urls, javascript: urls, and submits to 127.0.0.1 r=javi,jst sr=mscott 2000-10-11 09:53:29 +00:00
attinasi%netscape.com f959a038e4 Implemented the backend for the following prefs: Override Document colors, Override document fonts, Link and Visited link colors, and Underline links. Provided the ability to disable the preferences as well, so Composer can show changed fonts and colors. These changes are stewing on the trunk for a day or so before making their debut on the branch. b=40340, r=karnaze,pierre a=buster 2000-10-11 08:33:01 +00:00
blakeross%telocity.com b6403eea7d Fix 53896, spacebar when HTML buttons/radiobuttons/checkboxes have the focus just scrolls the page. patch by saari. r=danm a=hyatt, rtm+ 2000-10-11 03:47:45 +00:00
heikki%netscape.com c46768930e Bug 55377, fixed a couple of Purify FMMs. delete[] was used when free should have been used instead. r=akkana, a=waterson. 2000-10-11 01:29:32 +00:00
hyatt%netscape.com f680e4d243 Fix for 43248. r=ben,a=waterson 2000-10-10 20:52:25 +00:00
hyatt%netscape.com 032e7132f4 Fix for 5693. r=saari,a=waterson 2000-10-10 20:48:03 +00:00
buster%netscape.com 13899dbffa bug 29276 (text inside <label> tags within a table cell breaks out of table cell)
bug 1164 (ALIGN=MIDDLE and ALIGN=ABSMIDDLE values are not being supported)
bug 54119 (percentage (%) image (img) heights do nothing)
r=karnaze, rods, attinasi
a=waterson
2000-10-09 21:19:36 +00:00
waterson%netscape.com a15b07d579 Bug 53627. Use nsAutoString to get around bug with nsPromiseFlatString; don't clobber positive result in IsVarInSet(). r=rjc, sr=hyatt 2000-10-09 20:28:04 +00:00
pierre%netscape.com c9409e6184 bug 47846: Crash opening mail message. r=attinasi+brendan, a=phil 2000-10-09 08:51:50 +00:00
waterson%netscape.com 883ea58a61 Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt 2000-10-09 03:08:41 +00:00
jst%netscape.com 1b5f085e1b Forgot these files in my last checkin. 2000-10-07 11:56:09 +00:00
jst%netscape.com 6ea631e28c Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).

Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
bryner%uiuc.edu 6f94a141e9 bug 54306 - fix extending the current selection using shift-click. sr/a=hyatt. 2000-10-05 01:13:56 +00:00
attinasi%netscape.com e3dac79853 Fixed CSS cursor inheritance bug. b=51113, r=pierre@netscape.com, a=buster@netscape.com 2000-10-04 22:25:15 +00:00
rods%netscape.com d4c242a03b decided it made sense to rename the arg from aName to aId to be less confusing.
Consider this part of my last checkin for Bug 54136.
2000-10-04 14:11:19 +00:00
rods%netscape.com c8c0f51843 Renaming MatchName to MatchId and now it only compares against the element's id and also the name
Bug 54136, r=jst, a=buster
2000-10-04 14:04:15 +00:00
rods%netscape.com 965ad980fb Focus rect is now drawn and erased directly via C++ code. Focus comes from "SetFocus" being set
on the content node which calls the frame. The frame is notified of Blur via thecontent node
watching for NS_CONTENT_BLUR events.
The rule we are removing from html.css is responsible for drawing in the focus,
but it causes the combobox, the dropdown and all the options to have their style reresolved.
Bug 32920, r=attinasi, b=buster
2000-10-04 13:39:07 +00:00
rods%netscape.com 2732c621e8 subtract off 2 point sizes for fonts for List and Button on Windows and make sure
it is zero or greater
Bug 53744, r=attinasi, sr=buster
2000-10-04 02:17:44 +00:00
hyatt%netscape.com 7e42d66752 Fix for 44437 leaks. r=ben, a=waterson 2000-10-04 00:41:53 +00:00
bryner%uiuc.edu 320b10e024 Fix for bug 53723 (gray form control on Linux). r=pierre, ianh,
pavlov.  sr/a=ben.
2000-10-04 00:38:03 +00:00
danm%netscape.com 4bca2c5bbd guard against null entries in the insertion point table. bug 54747, bugscape bug 2641. r=hyatt 2000-10-02 23:34:28 +00:00
hyatt%netscape.com 4847136580 Fix for 54524. r=attinasi,waterson a=waterson. Also checking in patch
to nsXBLPrototypeHandler.cpp that went into the branch days ago (but that
I forgot to check in to the trunk).
2000-10-02 22:25:45 +00:00
dougt%netscape.com 4de121dc63 Restores INCLUDE_XUL #define. b=54248. r/a=hyatt@netscape.com 2000-10-01 05:24:00 +00:00
mkaply%us.ibm.com f1ceec88bb OS/2 Tinderbox break continued
Better fix for breakage per waterson
2000-09-29 20:48:04 +00:00
mkaply%us.ibm.com e751ae1955 OS/2 Tinderbox breakage
Need to make these values really PRUint32 for VisualAge
If you guys thought your changes to get gcc to work were bad, wait until you see these
2000-09-29 14:36:46 +00:00
waterson%netscape.com a3e9232614 Better fix, with explicit temporary for gcc-2.7.2.3's lame self. (thanks for the assist, scc.) 2000-09-29 06:45:22 +00:00
waterson%netscape.com 6aead1bea9 Temporary fix orange on gcc-2.7.2.3 build. 2000-09-29 06:29:44 +00:00
waterson%netscape.com 491a3997fb Bug 46134, the final chapter. Factor funky attribute parsing logic into a separate routine, ParseAttribute(), add callbacks to make SubstituteText() and IsAttrImpactedByVars() use this. Also (the real fix), make sure that we call it from AddSimpleRuleBindings() so we don't drop old-sk00l bindings on the floor when multiple substitutions present in an attribute. r=rjc, sr=hyatt 2000-09-29 04:09:42 +00:00