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

8145 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net f5d81c3e9c GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
rods%netscape.com e104ee2757 fixes memory leak.
b 26795 r=beard
2000-02-08 13:17:50 +00:00
pinkerton%netscape.com 199af7263a correctly handle when target is in a subdocument, such as context menus in a frameSet or on toolbars. fixes bugs 16388, 21223. r=hyatt. 2000-02-08 09:30:15 +00:00
dp%netscape.com 4c63855e93 Fixing leak of observers when notification of OnSubmit(). This fixes
walletservice from being leaked. r=pollmann
2000-02-08 05:31:08 +00:00
jdunn%netscape.com 7260aaa656 changing false to PR_FALSE... since false isn't defined on all platforms 2000-02-08 03:30:53 +00:00
joki%netscape.com b7846d75d9 Adding getPreventDefault method to events and fixing its propagation through content. r:hyatt 2000-02-08 02:05:57 +00:00
hyatt%netscape.com 9a60a84fed Fix for PDT+ bug #26217.
Having to call ProcessReflowCommands within the tree widget code to bypass the
asynchronous reflow code that has busted the tree widget.  (Would call
FlushPendingNotifications, but it won't do that if I call it inside a
reflow lock.)

This wants a better fix later, but for now it will have to do.
2000-02-08 01:42:20 +00:00
vidur%netscape.com 65bdb1c8a0 Fix for bug 19212. InsertRow in an empty table used to create a TBODY but not notify on its insertion. r=pollmann 2000-02-08 01:32:23 +00:00
vidur%netscape.com 1b3b2a8670 Optimize the case for container content with only a single child (the most common case). Now we only allocate a nsVoidArray if there's more than one child. r=troy 2000-02-08 01:12:59 +00:00
hyatt%netscape.com 45cba2f810 Bug fixes. 2000-02-08 01:02:47 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
buster%netscape.com 1b11180502 bug 26241
all I did was initialize an out-param.  no reviewer.
2000-02-07 15:50:25 +00:00
troy%netscape.com 40b77daa44 b=26727 r=jfrancis@netscape.com Changed MarkLineDirty() to always mark the
line dirty even if it also marks the preceding line dirty
2000-02-07 15:36:08 +00:00
rbs%maths.uq.edu.au a8d3f577b2 Added some maction examples 2000-02-07 09:35:21 +00:00
rbs%maths.uq.edu.au 0d5a8124b3 [#ifdef MATHML]. Hook for the <maction> tag 2000-02-07 08:55:51 +00:00
rbs%maths.uq.edu.au b4f560d92a Added more atoms (actiontype, other, selection) 2000-02-07 08:52:22 +00:00
rbs%maths.uq.edu.au 7d5152948e Consolidation 2000-02-07 08:51:10 +00:00
rbs%maths.uq.edu.au 5a8c046979 Enable the <maction> tag -- pending issue: a dynamic action that reduces the number of lines of screen does not totally erase the last line on a half-full screen 2000-02-07 08:47:48 +00:00
alecf%netscape.com 569c6b4780 don't leak an atom (forgot NS_OK)
r=hyatt
2000-02-07 08:02:22 +00:00
jfrancis%netscape.com bb9ac26609 fix for 24051: modifying password field corrupts pw text; checked in on behalf of buster; r=jfrancis 2000-02-07 02:48:36 +00:00
valeski%netscape.com fe460784c2 26219. r=rhp. Form submission file extension to MIME type mapping was broken. The means that we weren't reporting the correct MIME type of files that were being uploaded 2000-02-05 18:37:51 +00:00
bryner%uiuc.edu aedeff9b62 Adding some new mousewheel code that isn't used yet. Also removing an
unneeded comparison in the existing code, and changing several occurrences
of NS_DEFINE_IID to NS_GET_IID.  r=saari.
2000-02-05 00:58:29 +00:00
pavlov%netscape.com 06e8dc9d3b aww, I fixed my favorite bug. The "interesting" toolbar contest is now over. (bug 20496) r=mcafee,large_penguin 2000-02-04 23:14:38 +00:00
valeski%netscape.com 91ae801f89 25557, 26083. r=morse. We now capture cookies from HTTP-EQUIV and we also handle HTTP-EQUIV refresh headers that include single/double quotes 2000-02-04 22:50:39 +00:00
waterson%netscape.com bb557f1fda Bug 26522. Stabilize refcount before calling code that'll addref/release the clone. r=mcafee 2000-02-04 08:41:03 +00:00
pinkerton%netscape.com 2b6d11816d fix popup regression in editor. r=hyatt. 2000-02-04 07:44:43 +00:00
pinkerton%netscape.com 78a411cd28 fix for mexican-jumping menus when menus were too large and needed to be repositioned to fit on screen. fixes bug 21477. r=hyatt. 2000-02-04 07:27:30 +00:00
hyatt%netscape.com 1cdb1caed9 Fix for bug#26483 2000-02-04 06:46:50 +00:00
sdagley%netscape.com 8e09f10b88 Fix #22428 where attachments didn't work on Mac as the length of the form data wasn't being computed properly. In nsFormFrame::ProcessAsMultipart now uses an nsILocalFile to get file size rather than PR_GetFileInfo as the path to the file is in native format and PR_GetFileInfo doesn't handle native Mac paths. r=saari 2000-02-04 05:55:54 +00:00
sdagley%netscape.com 7ca227b93c nsFormFrame::GetFileNameWithinPath didn't work properly for Mac or Unix paths. Found as part of investigation of bug #22428 but not a fix by itself. r=gagan 2000-02-04 04:11:51 +00:00
pinkerton%netscape.com ca825bef77 fix the access paths for pro5 migration. r=macdev. 2000-02-04 03:27:36 +00:00
karnaze%netscape.com 96a485cfaa new regression tests 2000-02-04 03:17:24 +00:00
karnaze%netscape.com 3003596810 bug 23994 get the correct child list for a caption frame, r=attinasi 2000-02-04 03:16:47 +00:00
warren%netscape.com cb6134ed32 Propagating return code. r=vidur,joki 2000-02-04 03:06:56 +00:00
warren%netscape.com 39dc0d41c0 Added an assertion for case when return code gets ignored. 2000-02-04 03:06:16 +00:00
pavlov%netscape.com 34fb41b80b remove the non-needed push/pop states r=sfraser 2000-02-04 03:03:08 +00:00
karnaze%netscape.com e64cb7b953 bug 7714 - better row height allocation for rows with no cells originating in them, r=attinasi 2000-02-04 02:49:27 +00:00
karnaze%netscape.com fb37b8f5cc bug 8411 - the outer table cannot be made narrower than the captions min width, r=attinasi 2000-02-04 02:47:13 +00:00
karnaze%netscape.com d57f562129 new regression tests 2000-02-04 00:27:26 +00:00
hyatt%netscape.com dc450daf73 Fix for 25103. r=danm 2000-02-03 23:42:26 +00:00
jst%citec.fi afc8cdb035 Fixing linux build bustage, added missing .get()'s on nsCOMPtr's. r=kin@netscape.com 2000-02-03 15:41:04 +00:00
karnaze%netscape.com c43f4c1b2e bug 7741 - handling of overlapping rowspans, r=troy. 2000-02-03 14:04:49 +00:00
dbaron%fas.harvard.edu 2d313e91ec Event Target Debugging (b=18175), a debugging feature to help with fixing bugs where events are going to the wrong elements. It shows (like Visual Debugging) which frame is receiving events, and one can therefore move the mouse over the page to see what frame gets events. All the code is #ifdef NS_DEBUG. However, it is not yet hooked up to the viewer menu (to be checked in later).
r=joki
2000-02-03 02:49:58 +00:00
troy%netscape.com eeed59e5ff r=vidur@netscape.com Performance. Added NS_FRAME_HAS_VIEW frame state flag
so we can quickly tell whether the frame has an associated view
2000-02-03 00:51:37 +00:00
vidur%netscape.com d0c2a493f3 Fix for bug 19185. document.clear(), which exists for JS compatibility anyway, now takes a JS context and uses it to find the URL of the calling context. r=pollmann 2000-02-03 00:25:53 +00:00
vidur%netscape.com f091f8b9ab Fix for bug 24306. The DocumentViewer now cleans up dangling webshell references in the PresContext. nsGenericElement::TriggerLink deals with a nonexistent handler (it might have been deleted already as part of event processing). r=buster, joki 2000-02-02 23:40:22 +00:00
ftang%netscape.com 6f91df3a16 r=nhotta, fix 24451. Change the IME hightlight code so
it won't draw out the clip boundary. It now draw by different color
instead of different hight.
2000-02-02 23:39:25 +00:00
valeski%netscape.com ba35ff22b6 r=warren. nsIUnicharStreamLoader is dead. Now we have a generic byte stream loader that can be used for any sort of data. 2000-02-02 23:04:47 +00:00
valeski%netscape.com e2aad556ef r=norris. we now pass url creation failure's into the onclick handers 2000-02-02 23:02:59 +00:00
akkana%netscape.com d1e3964990 24635: Don't convert entities in title differently from the rest of the document. Fix suggested by rickg, r=me 2000-02-02 22:47:24 +00:00