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

56356 Коммитов

Автор SHA1 Сообщение Дата
pierre%netscape.com dfc365a5f0 #3371. Added support for the Appearance Manager in the css2/css3 system fonts. 2000-03-25 19:44:00 +00:00
pierre%netscape.com 924dd819c1 #3371. Implemented css2/css3 system fonts. GFX on Windows and GTK needs to be completed. 2000-03-25 18:54:36 +00:00
pierre%netscape.com e013a6492a Updated font names for cursive and fantasy to OS9 defaults (the previous ones were not even in OS8.6). 2000-03-25 18:48:25 +00:00
rhp%netscape.com 3fce1b2822 Added sanity check for MLK - Bug #33308 2000-03-25 18:22:33 +00:00
rhp%netscape.com cbc91843e0 Small fixes for memory leaks - Bugs: 33158 33161 2000-03-25 17:56:37 +00:00
pierre%netscape.com 96aa05bdae Related to #18136. Enable the IE-compatible font size table in strict mode. It required to pass the nsFontSizeType to FindNextSmaller/LargerFontSize. 2000-03-25 13:48:50 +00:00
andreas.otte%primus-online.de 4d4111b7b5 fix first part of bug 29341, fix nsStdURL GetFile/SetFile, r=warren@netscape.com 2000-03-25 10:26:10 +00:00
andreas.otte%primus-online.de 37b3c78967 fix bug 31089, Oakland Tribute crashes in HTMLContentSink::AddLeaf, r=gagan@netscape.com 2000-03-25 10:23:20 +00:00
rjc%netscape.com 0bc764f684 Use .get() when comparing native ptr and nsCOMPtr. 2000-03-25 09:52:48 +00:00
rjc%netscape.com f28287741e Add support for "Set New Bookmark Folder" and "Set Personal Toolbar Folder" context menu commands. 2000-03-25 09:25:18 +00:00
dp%netscape.com 541e440f75 Enabling XPCOM_BREAK_ON_LOAD to break in the debugger for linux &&
i386. r=waterson,pavlov
2000-03-25 08:54:22 +00:00
dp%netscape.com 85d20b4769 Removing xpcom dependency on prefs by eliminating enabling refcount
logging from prefs.
2000-03-25 08:35:35 +00:00
dp%netscape.com 072abbe36f Removing using prefs to control xpcom logging. 2000-03-25 08:28:13 +00:00
cls%seawood.org 1078368569 AIX needs to link against ZLIB_LIBS to resolve all symbols in libconverters.so 2000-03-25 08:01:16 +00:00
cls%seawood.org 9959ab5232 Some compilers (HP-UX) don't like it when the file doesn't end in a newline. 2000-03-25 07:58:28 +00:00
scc%netscape.com 8989445116 Trying to fix for Solaris 2000-03-25 07:55:07 +00:00
modgock%eng.sun.com a30a4c8432 Updated version strings for plugin's get info panel to reflect beta version; checking in old mcp weak import changes from last weeks discussions on 13848. 2000-03-25 07:16:25 +00:00
morse%netscape.com c15ec9e970 fix bug 32374, block foreign images 2000-03-25 07:09:25 +00:00
dp%netscape.com 20412a1b14 Preventing empty progid causing registration problems. 2000-03-25 06:57:25 +00:00
cls%seawood.org 7d1615e3ae Some compilers (HP-UX) don't like it when the file doesn't end in a newline. 2000-03-25 05:57:22 +00:00
scc%netscape.com b06ac90413 re-fix for the Mac after working with Pav to make all the tests compile on Linux 2000-03-25 05:44:57 +00:00
rickg%netscape.com b4f4be2e22 removed warnings; r=none 2000-03-25 05:38:11 +00:00
scc%netscape.com a858dc4f15 File Removed. 2000-03-25 05:37:30 +00:00
mccabe%netscape.com 5e7ffb5975 Initial add of files to support a JavaScript console.
r=jband, r=ben

(though I've changed things slightly since they saw it.)
2000-03-25 04:23:31 +00:00
tbogard%aol.net d2c195372b Removed the Set and GetPresContext as they were not being used. 2000-03-25 03:43:58 +00:00
tbogard%aol.net 79738b793f Updated the loadURI methods to reflect changes in the nsIDocShell API. ::Reload() now makes sure to pass the type on to the InternalLoad() call. ::Destroy() makes sure to properly tear down the script objects by setting the docshell and owner on those to null. When Scrolling to an anchor, make sure to update the current URI. The ::InternalLoad function now is responsible for updating the mUpdateHistoryOnLoad member, rather than relying on callers to set it first. When loading the site, only apply histories if we mUpdateHistoryOnLoad is set. Stubbed out a new function ::ShouldPersistInSessionHistory() that allows us to put all the code in place for items pages that shouldn't be persisted in the list, meaning items that are overwritten when new ones are added. 2000-03-25 03:43:27 +00:00
tbogard%aol.net 1607d36c6a Removed the loadURIVia as it is not needed. Setting the binding will be done through a setup, not through each load. loadURI now takes a referrer URI as the second paramater. We weren't doing anything with the presContext so that was removed (it was put there early before the design all fleshed out.) 2000-03-25 03:42:49 +00:00
pollmann%netscape.com 16782938ff Bug 18728: Forms should submit variables in content order, even through reframe of child elements r=harishd 2000-03-25 03:42:40 +00:00
pollmann%netscape.com e0efafa6f8 Bug 25330: Form with no action specified should truncate old query string r=harishd 2000-03-25 03:38:51 +00:00
pollmann%netscape.com ae3d918cae Bug 26917: Form submit should not append variables to javascript: actions r=harishd 2000-03-25 03:36:31 +00:00
rickg%netscape.com 28a6e9462a fixed bug 28825, 30780, 31723 plus wip for travis; r=harishd 2000-03-25 03:35:50 +00:00
rickg%netscape.com b8b4b190a1 changed observer to use correct topic name based on mimetype 2000-03-25 03:33:24 +00:00
rickg%netscape.com e79a132325 changed Parser(stream) to accept mimetype 2000-03-25 03:32:55 +00:00
pollmann%netscape.com 78fbe87a0b Bug 20459, 21268: Allow zero size HTML frames. r=harishd 2000-03-25 03:19:14 +00:00
cmanske%netscape.com 32ef3a8757 Fixed window title bug 30100, removed debug code in table editing. r=brade 2000-03-25 02:41:19 +00:00
akkana%netscape.com 94b179c77e 33208: Fix problem of editor not initializing on pages with JS. r=sfraser 2000-03-25 02:27:57 +00:00
hyatt%netscape.com 92b95abb62 Adding support for the <children/> element to XBL. 2000-03-25 02:18:55 +00:00
pavlov%netscape.com 57009b25cf add some #if[n]def STASTANDALONE_STRING_TESTS r=scc 2000-03-25 02:07:34 +00:00
pavlov%netscape.com 3ae340c6ea make string tests build on unix 2000-03-25 01:59:19 +00:00
ssu%netscape.com 956430cf35 initial checkin of tool to help build windows installer. Not hooked up to build system yet. 2000-03-25 01:38:12 +00:00
jbetak%netscape.com db135e810b r=rickg, ftang fix for 32604 Trunk fix for illegal use of nsString-external JavaScript convert charset incorrectly 2000-03-25 01:21:21 +00:00
mjudge%netscape.com 9c968a3902 small change to stop selection from being notified of clicks on non selecteable sytle content 2000-03-25 01:14:39 +00:00
mjudge%netscape.com c5ca8182ed r=saari stop scrollbars from being selected 2000-03-25 01:12:51 +00:00
law%netscape.com c74ca56b34 Fix for bug 33114; r=none, but that's OK since I'm just fixing code that wan't reviewed when it was checked in 2000-03-25 01:03:25 +00:00
tbogard%aol.net 8a8c101ec9 Implementation for the new method onLocationChange added to the nsIWebProgressListener interface. 2000-03-25 01:00:05 +00:00
tbogard%aol.net ef7f9961dc Added a new method onLocationChange that is called when the location of the watched window changes. 2000-03-25 01:00:04 +00:00
scc%netscape.com 4735f81cae Making the tests run on all platforms. Removing some confusion about iostreams. 2000-03-25 00:59:29 +00:00
putterman%netscape.com 02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
putterman%netscape.com a3bf30070f added new files and directory for shift delete bug 16349, r=hangas 2000-03-25 00:57:51 +00:00
scc%netscape.com 08b157baba getting the unit tests and profiling tests to run on all platforms 2000-03-25 00:56:47 +00:00