gecko-dev/camino/src/embedding
smfr%smfr.org 7dd5767b62 Fix bug 279844: tabs loaded in the background don't scroll correctly to relative anchors. Fix by making sure that background tabs are sized correctly on creation and URL load, so that a later resize on show doesn't mess with the scroll position. r=pinkeron.
Fix bug 157995: tab title stays at "Loading..." sometimes. This happens when we don't get a setTitle: callback from gecko (e.g. for an FTP download), so always set the tab title back to the page title (or URL) in onLoadingComplete. r=pinkerton.
Other minor cleanup (const strings, mostly)
2005-01-30 05:02:56 +00:00
..
CHBrowserListener.h Fix the license. 2005-01-16 08:02:20 +00:00
CHBrowserListener.mm Fix bug 279844: tabs loaded in the background don't scroll correctly to relative anchors. Fix by making sure that background tabs are sized correctly on creation and URL load, so that a later resize on show doesn't mess with the scroll position. r=pinkeron. 2005-01-30 05:02:56 +00:00
CHBrowserService.h Fix bug 278947 - bookmarks view goes blank when inline editing because we erroneously pick up the typing as quicksearch. 2005-01-19 18:03:15 +00:00
CHBrowserService.mm Fix bug 278947 - bookmarks view goes blank when inline editing because we erroneously pick up the typing as quicksearch. 2005-01-19 18:03:15 +00:00
CHBrowserView.h allow javascript: popups if they are bookmarks (bug 272389) 2005-01-06 14:36:32 +00:00
CHBrowserView.mm allow javascript: popups if they are bookmarks (bug 272389) 2005-01-06 14:36:32 +00:00
CHClickListener.h Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build. 2002-12-12 11:55:38 +00:00
CHClickListener.mm don't fire an onchange event when selecting the same option that is already selected in a menu (bug 239275) r=joshmoz sr=bryner 2004-11-05 00:56:57 +00:00
CHDownloadFactories.h Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
CHDownloadFactories.mm landing patch for bug 242977 "DownloadListenerFactory::CreateInstance is missing some cases" r=pink 2004-06-03 21:43:52 +00:00
CHDownloadProgressDisplay.h Merging changes from CHIMERA_M1_0_1_BRANCH. 2003-01-08 06:33:05 +00:00
CHDownloadProgressDisplay.mm Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00