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

495 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com a742ed0de0 First Checked In. 1998-09-24 00:01:01 +00:00
wtc%netscape.com 96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
sdagley%netscape.com 5911ad126f per pinkerton this call to URDFUtilities::PropertyValueBool is no longer needed (and it's breaking the Mac build) 1998-09-22 03:10:12 +00:00
sdagley%netscape.com dbf9a0b046 Yes the tree is in flames but it'll stay that way without this mod. Reviewed/Approved hyatt. Add new paramter for call to HT_PaneFromURL. 1998-09-22 00:35:08 +00:00
ftang%netscape.com 209615ff73 fix bug 147200 by merge nova code 1998-09-19 00:30:31 +00:00
sar%netscape.com bd7067a5af add nsMalloc.cpp per warren 1998-09-18 09:21:54 +00:00
jfrancis%netscape.com 65f6c6b810 Redoing Ender toolbar. 1998-09-18 01:38:51 +00:00
jfrancis%netscape.com b8a785fe1d Redoing Ender toolbar. 1998-09-18 01:24:28 +00:00
jfrancis%netscape.com 3dbadee7e4 Redoing Ender toolbar 1998-09-18 01:23:45 +00:00
jfrancis%netscape.com 180a8caacf Redoing the Ender toolbar 1998-09-18 01:22:28 +00:00
sdagley%netscape.com 459b4983e8 Restored radio group for cookie settings radio buttons 1998-09-16 23:57:22 +00:00
pinkerton%netscape.com fa41f27684 add some asserts and sanity checks on the shelves. 1998-09-16 21:18:36 +00:00
pinkerton%netscape.com f60fac68d0 fix pane id of the adSpace in the "no grow box" version of the browser window. 1998-09-16 21:17:58 +00:00
pinkerton%netscape.com 6051b4342b Forgot to set fe_data in the text attr struct when dealing with fonts. 1998-09-16 18:44:58 +00:00
pinkerton%netscape.com 1f34b6c893 Fixes from 4.5-land for locking up the machine while scanning large global history files and memory leak fixes. 1998-09-16 18:32:49 +00:00
rjc%netscape.com a529b0e6d9 Additional changes for supporting HT_LayoutComplete(). 1998-09-15 22:07:34 +00:00
pinkerton%netscape.com 9a8a90e6d4 don't return "boolean" in GetScrollbarMode() when the return value is a tri-state layout constant. return Int8 which is how it's stored. 1998-09-14 23:32:42 +00:00
pinkerton%netscape.com 349dc120eb Fix bug where we would randomly crash in the RDF notification handler. We weren't properly disposing of the personal toolbar pane and so it would get events long after it was deleted, causing crashes. 1998-09-14 22:36:43 +00:00
pinkerton%netscape.com a36aa17f04 HTMLPane now respects size from HT (in pixels or percentages). 1998-09-14 18:44:19 +00:00
pinkerton%netscape.com 9f777defdb fix frames and property dialogs by adding back PPob 1005 that I overeagerly pruned last week. 1998-09-11 22:36:02 +00:00
clu%netscape.com cdc7a2e069 tweaks to the encoding dialog box. also added the page title dialog box for #123601. 1998-09-11 22:26:13 +00:00
clu%netscape.com e006da407e #123601 - headers for CPageTitle. 1998-09-11 22:19:47 +00:00
clu%netscape.com 469ee4c017 implmented CPageTitle for #123601. 1998-09-11 22:19:44 +00:00
clu%netscape.com ace5660645 #123601 - ask users for page title before saving. Also tweaked at the composer encoding dialog code so the menu item would reflect encoding changes correctly 1998-09-11 22:19:39 +00:00
clu%netscape.com 40b4fddc9a #123601 - added resource number 1522 for CPageTitle. 1998-09-11 22:19:36 +00:00
pinkerton%netscape.com f66d587b32 Fix bug in drag and drop where we were passing parent folder and any selected children to HT, which would cause it to die. Affects drag feedback in that selected children are not displayed when their parent container is selected as well. 1998-09-11 21:52:42 +00:00
pinkerton%netscape.com e741455b55 Docked coordinator is now smart enough to show/hide htmlpane as appropriate. Remove (again!) the logic from here. 1998-09-11 19:05:51 +00:00
pinkerton%netscape.com dc56d0edf8 Initializing new member vars for bug#309770 1998-09-11 19:04:59 +00:00
pinkerton%netscape.com d5a7f83d67 More htmlpane work. Should now appear when it is there and load the url. 1998-09-11 19:04:22 +00:00
pinkerton%netscape.com f42b78cb52 Fix things to work with first or second shelf being the one that can be closed. 1998-09-11 19:03:44 +00:00
pinkerton%netscape.com 869e01d031 export XP_GetURLForView for HTMLpane stuff. 1998-09-11 19:02:10 +00:00
pinkerton%netscape.com c3f5140b9f turn on QAP flag and define some methods so things will link. 1998-09-11 19:01:09 +00:00
pinkerton%netscape.com defa444e48 adding QA_Partner support. 1998-09-11 19:00:41 +00:00
pinkerton%netscape.com 382be4fc9a added CTextColumn.cp for QAP support 1998-09-11 18:59:31 +00:00
pinkerton%netscape.com 490429d010 pass in the main browser context to HTNewPane() for what'sRelated info. 1998-09-10 20:43:45 +00:00
pinkerton%netscape.com 8b18e19d64 Changed BuildHTPane to take a context where it might have to display What'sRelated info. Now registering each kind of view (shack, popdown, embedded, standalone) with HT so it knows to give the right look/behavior. 1998-09-10 20:43:19 +00:00
pinkerton%netscape.com 1bc5e1fb65 Fix bug#309770 (refresh urltimer bug). added a new member (the reload policy) to CHTMLView so that it can be set correctly in SpendTime(). Now passing the eitire URL_Struct to SetURLTimer() to avoid long param lists. 1998-09-10 20:42:05 +00:00
waterson%netscape.com 3eab3a63cf Added code to reflow doc when all connections complete if it contains an unsized image. r=sdagley 1998-09-10 01:06:56 +00:00
pinkerton%netscape.com e012b52354 fix build bustage (removed call to HT_ToggleTreeMode) 1998-09-09 21:36:14 +00:00
pnunn%netscape.com 3309ad7f30 fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to Moz 1998-09-09 19:12:31 +00:00
pinkerton%netscape.com 7e79bdf2bb use CAdSpaceView class for embedded html area. 1998-09-09 18:19:19 +00:00
pinkerton%netscape.com 007bb44823 Turned off (ifdef'd) the property to not use selection in the tree view so we get d&d even in single-click modes. 1998-09-09 18:19:08 +00:00
pinkerton%netscape.com 239847abd9 don't bother trying to close the adSpace shelf here, RestorePlace() usurps it. 1998-09-09 18:19:02 +00:00
pinkerton%netscape.com e6bacfffb6 close adspace shelf by default. Needs to be done after RestorePlace() so it cannot be done in the coordinator. 1998-09-09 18:17:54 +00:00
pinkerton%netscape.com cb95171a8b register CAdSpaceView 1998-09-09 18:17:13 +00:00
pinkerton%netscape.com 677dff9ed8 added CAdSpaceView to special case things for the embedded html pane. 1998-09-09 18:17:00 +00:00
pinkerton%netscape.com 4dd3e0591e sitemap/HTML area registration in docked Aurora view. 1998-09-08 23:17:21 +00:00
sdagley%netscape.com 4add78c3ba Implement real version of FE_CheckConfirm 1998-09-08 21:32:03 +00:00
pinkerton%netscape.com 0feb41288d use IdenticalString instead of RelString to be more localizable. 1998-09-08 21:20:19 +00:00
pinkerton%netscape.com 3b01d80bd0 don't redraw caption when it doesn't change (avoids flashing). 1998-09-08 21:12:26 +00:00