Commit Graph
285 Commits
Author SHA1 Message Date
radha@netscape.com e4fc33276d Remove the extra AddRef to nsHistoryLayoutState. r=pollmann, bug #16496 1999-11-01 21:47:54 +00:00
troy@netscape.com 5e5f240649 Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up
1999-10-30 02:52:11 +00:00
beard@netscape.com b2158d1974 Removed statically constructed nsAutoString LinkCommand, moved inside nsWebShell::LoadURL(). This prevents calling printf before main runs on MacOS, which messes up the console window. r=sfraser 1999-10-30 01:23:01 +00:00
radha@netscape.com 53522e1090 Fix for form values not maintained while going forward. bug # 16377. r=law 1999-10-28 20:29:43 +00:00
norris@netscape.com cc0a87fb9a Expose referrer from web shell.
r=travis
needed for bug 11963.
1999-10-25 22:20:10 +00:00
radha@netscape.com 42ff357ab4 Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #. 1999-10-22 20:48:07 +00:00
nisheeth@netscape.com c5c03a7c1b Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS. 1999-10-19 22:27:20 +00:00
radha@netscape.com 3760a97b53 Mail news regresion with replying to a message. r=mscott bug # 16550 1999-10-18 19:09:27 +00:00
radha@netscape.com 6562e57f22 Send out OnStartDocumentLoad(0 notifications for visits to
anchors in a page. bug # 11631 15441. r=law. Got clearance from travis too
1999-10-15 03:50:47 +00:00
gagan@netscape.com 7aea2e6236 Argh... fix my last fix. 1999-10-13 12:16:08 +00:00
gagan@netscape.com 9d490ea754 Fix build bustage on windows. 1999-10-13 11:50:14 +00:00
gagan@netscape.com fe7b4a18cd Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren 1999-10-13 10:24:12 +00:00
radha@netscape.com ac542609e5 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
waterson@netscape.com 7f6df0914a Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 02:10:08 +00:00
nisheeth@netscape.com eba92b3aac Changes not part of build. We now use the new RAPTOR_STOPWATCH_DEBUGTRACE macro to annotate all manipulations of the timers. 1999-10-11 23:33:14 +00:00
kipp@netscape.com ea36a75c90 Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
warren@netscape.com 525b59f80b Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
mscott@netscape.com f7c7bcd07d Bug #12198 --> don't dereference a null ptr for the uri. return gracefully.
r=sspitzer
1999-10-07 23:29:13 +00:00
rpotts@netscape.com 9bc5d9db84 bug #15605. Reviewed by nisheeth. Check the return code from GoToAnchor(...) :-) 1999-10-06 05:15:13 +00:00
kipp@netscape.com 4fa1365505 r=dp; Added in ctor/dtor counting 1999-10-05 14:53:20 +00:00
radha@netscape.com 92a490ad10 Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
rpotts@netscape.com 0e9ad26987 bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +00:00
kipp@netscape.com 6fb751e3f9 r=dp; more leak tracking hooks added 1999-10-05 00:08:41 +00:00
mscott@netscape.com 6688c57b29 Bug #12198 --> bullet proof this code. return if we don't have a nsIURI instead of trying to dereference it. r=sspitzer 1999-09-28 22:11:26 +00:00
warren@netscape.com 574f659d38 Fixed history state leak 1999-09-26 10:07:49 +00:00
nisheeth@netscape.com e99f7f9cef Use NSPR logging rather than printf's for stopwatch output. 1999-09-24 08:57:36 +00:00
nisheeth@netscape.com d65f151896 a=chofmann. Add a stopwatch to measure total (layout+page load) time in the webshell. 1999-09-24 07:13:39 +00:00
briano@netscape.com c580c80d9c Fixed for compilers that don't permit a comma at the end of an enum list. 1999-09-23 21:30:07 +00:00
ftang@netscape.com b6e40b9ad5 fix bug 13946 1999-09-23 03:27:53 +00:00
nisheeth@netscape.com 6427d56a28 Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS. 1999-09-22 01:24:20 +00:00
vidur@netscape.com b18c992b0c Changed nsIWebShell::GoTo to use LOAD_HISTORY as the load flag - going to the current entry shouldn't reload. 1999-09-21 05:27:35 +00:00
hyatt@netscape.com ed901d1496 chrome event stuff 1999-09-21 01:02:29 +00:00
vidur@netscape.com 32b4829ebf webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin. 1999-09-21 00:04:31 +00:00
radha@netscape.com 3ed518580e Clean up leaks 1999-09-20 21:09:16 +00:00
warren@netscape.com 59bc7f8806 cleaned up nsWebShell's use of services 1999-09-20 20:53:31 +00:00
beard@netscape.com 121f6e4e98 bug #6251: changed Repaint() method to call nsIViewManager::UpdateAllViews() to force a globa redraw. 1999-09-19 00:54:55 +00:00
vidur@netscape.com bfb1d40bb7 Further corrections in referrer propagation. 1999-09-17 06:54:58 +00:00
vidur@netscape.com d1f98f7bc1 Document referrer propagation through webshell and docloader. 1999-09-17 04:26:02 +00:00
danm@netscape.com 41faf822fc stop webshell embed if the the window in which to embed has been destroyed. fixes bug 14020 1999-09-16 23:35:05 +00:00
ftang@netscape.com 1e6818ac37 fix 5974 by receiving parser command as optional argument 1999-09-16 14:15:16 +00:00
radha@netscape.com 064cafe50a When invoking the mail composer upon on a click on a mailto: link, make
sure the to, cc, subject arguments are passed to the composer
1999-09-15 19:33:46 +00:00
valeski@netscape.com d7b33f4463 removed stream converter stuff from webshell 1999-09-15 17:46:56 +00:00
kipp@netscape.com b614d46d3a Removed #ifdef NECKO noise 1999-09-15 00:23:40 +00:00
radha@netscape.com e325d8cce8 Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners 1999-09-14 21:49:21 +00:00
valeski@netscape.com ed5d93b311 added user agent language portion initialization 1999-09-13 18:38:02 +00:00
vidur@netscape.com 400e442940 Fixed memory leak related to UrlDispatcher 1999-09-11 02:25:59 +00:00
valeski@netscape.com 4dc38a96eb adding FTP dir listing stream conv registration 1999-09-10 16:01:36 +00:00
vidur@netscape.com 7b17897c3b Fixed circular references. nsDocLoader now supports weak references to it. Init() method moves out of constructor. nsDocLoader now has Destroy() method to start breakdown process. 1999-09-09 23:53:55 +00:00
vidur@netscape.com 521d7ad9b5 Fixed leak in LoadURL 1999-09-09 14:52:07 +00:00
vidur@netscape.com f5f23adfaf Added nsIScriptContextOwner::ReportScriptError. 1999-09-08 23:16:49 +00:00