alecf%netscape.com
deff2e336c
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz
2000-11-17 20:54:21 +00:00
brade%netscape.com
ef56b86d61
use inline methods rather than typecasting directly to floats to prevent rounding errors (bug #56022 ); r=jst; sr=buster
2000-11-15 10:54:41 +00:00
pinkerton%netscape.com
129d47bd9c
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
0a5e763a08
Bug 58589 - groundwork for horizontal mousewheel scrolling. r=jkobal, sr=scc.
2000-11-13 18:16:43 +00:00
mkaply%us.ibm.com
6cfc9cc0a4
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
2b3cb81708
register tooltip listener to listen for keypresses. r=danm, a=hyatt.
2000-11-12 22:38:07 +00:00
pinkerton%netscape.com
b848418321
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
bb2f7b009b
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
5371547095
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
84a7aee4fa
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
03014b4ce6
fix for #58103 - implement nsXULDocument::CreateRange()
...
sr=waterson
2000-11-09 00:32:27 +00:00
dbaron%fas.harvard.edu
592f743ee9
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
7a2273653a
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
4e75561565
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
da42f8f899
Bug 59389, eliminate nsIContent::IsSynthetic(). r=jst, a=vidur.
2000-11-08 00:42:42 +00:00
heikki%netscape.com
b6224a2c58
Bug 51428, fix UMR in nsEventStateManager::DispatchNewEvent
2000-11-08 00:33:37 +00:00
heikki%netscape.com
4fe66cb6ae
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
f2ba599fdb
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
44900ed58e
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
dbfad69c2e
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
79139f3049
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
b53cda604c
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
7eb497ca59
back out hyatt's accidental checkin.
2000-11-04 09:07:49 +00:00
hyatt%netscape.com
c932dba717
Fix build bustage.
2000-11-04 09:01:21 +00:00
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
bryner%uiuc.edu
c69f97571b
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
7c66338f99
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
7a6953cfe2
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
b721c20516
#=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
2ddcf9c3cb
Fix for 57139, a=ben
2000-10-30 09:24:11 +00:00
dbaron%fas.harvard.edu
d86b8f2d0a
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
375ed41613
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
4189314fdb
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
a61eb4f00d
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
8921b016fa
Fixing printf problem with MOZ_TIMER_DEBUGLOG
2000-10-28 10:11:27 +00:00
warren%netscape.com
c988bb8a22
Attempted to fix opt problem
2000-10-28 02:46:30 +00:00
warren%netscape.com
07b0d01ac6
more fixes for dbaron
2000-10-28 01:28:06 +00:00
warren%netscape.com
6e35f97e31
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
d4d77508ae
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
23edf9fc31
#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
0c357e6319
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
f5767882c1
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
54e2b01df6
Bug 13871: Frameset spoofing - cleanup unneeded DOM interface. r=jst, sr=vidur
2000-10-24 04:35:25 +00:00
pollmann%netscape.com
44d1adbf72
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
46a983ab34
Bug 57437, copied the implementation from HTML. r=adamlock, a=vidur.
2000-10-24 01:03:31 +00:00
akkana%netscape.com
e1522fc02f
56833: fix whitespace problem in html output
2000-10-24 00:31:08 +00:00
waterson%netscape.com
ae6a28360e
Bugscape 2856. Use NS_ConvertUTF8toUCS2() when inflating URIs. r=rjc,jelwell sr=hyatt
2000-10-21 00:19:56 +00:00
akkana%netscape.com
dc56e19d93
56066, 56561: Fix line break handling. r=bratell, jst, sr=shaver
2000-10-20 23:05:14 +00:00
dcone%netscape.com
60e42dc1b0
Have fix for bug 24406. r=kmmclusk sr=buster
2000-10-19 21:49:12 +00:00
locka%iol.ie
a31f0aa954
Removed unused variables made obselete by previous checkin. b=56285
2000-10-19 18:56:56 +00:00