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

57356 Коммитов

Автор SHA1 Сообщение Дата
erik%netscape.com 72dbd2f6e8 bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only; also
factored some code to reduce duplication; r=pierre,troy
2000-04-02 21:52:17 +00:00
erik%netscape.com 1a0cae1f6c bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only;
r=pierre,troy; will do Unix next; someone will take care of the Mac
2000-04-02 21:47:15 +00:00
blizzard%redhat.com 2b5d867757 use C++ mode for C++ files for emacs users 2000-04-02 21:19:56 +00:00
scc%netscape.com a9fbaea615 making string conversions explicit 2000-04-02 21:04:49 +00:00
tbogard%aol.net ff39fd1ee9 added files: mozilla/embedding/browser/webBrowser/nsWBURIContentListener.cpp 2000-04-02 21:01:51 +00:00
tbogard%aol.net 76bc88c235 Implemented the nsWBURIContentListener class and hooked it up to the build. It now sets itself as the parentURIListener for the internal docShell. Doing this makes the webBrowser control now the preferred handler for most webBrowser type loads. This fixes the problem where people who were embedding with this would always get a new window. Added a method to nsIWebBrowser to allow setting a parent URI Listener. Split the destruction of the webBrowser object into an InternalDestroy method. This fixes the odd construct where the destructor was calling Destroy and then having to clean up the Init structure that the Destroy method created. 2000-04-02 21:01:18 +00:00
mscott%netscape.com d1be445324 Make sure nsIWebProgressListener is added to the GetInterface method for docshell. 2000-04-02 21:00:26 +00:00
blizzard%redhat.com 978f1937f1 add work around for problems in nsIWebBrowser by registering the chrome object as the URIContentListener of the docshell. this solves the problem where clicking in links creates a new toplevel window. 2000-04-02 20:50:57 +00:00
blizzard%redhat.com 3bb2e243e1 make the default size bigger 2000-04-02 20:49:28 +00:00
scc%netscape.com 1b477e16f7 making string conversions explicit 2000-04-02 20:34:28 +00:00
tbogard%aol.net afb0749506 Updated documentation to be clear about ownership model of the parentURIContentListener. 2000-04-02 20:31:12 +00:00
sspitzer%netscape.com ee9a0052d1 add a stop button. does nothing right now. 2000-04-02 19:58:09 +00:00
karnaze%netscape.com 1ecf5bc543 new regression tests not affecting the build. 2000-04-02 19:17:28 +00:00
sspitzer%netscape.com d209613a0b add Get/SetLocalFoldersServer and use it. r=bienvenu 2000-04-02 19:11:16 +00:00
jst%netscape.com 791ed9e983 Fixing Win build bustage. 2000-04-02 18:36:26 +00:00
jst%netscape.com 94e684ba9d Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now. 2000-04-02 17:46:30 +00:00
sspitzer%netscape.com bc3673f959 use nsIComponentManager.h instead of nsComponetManagerUtils.h directly. 2000-04-02 17:20:50 +00:00
sspitzer%netscape.com 3f5595153a add GetLocalFoldersServer() for bienvenu, and use it in the account wizard.
also, stub out news filter migration calls in the messenger migrator code.
r=bienvenu
2000-04-02 16:52:29 +00:00
colin%theblakes.com 29f1d9a2cc Put flags before operands in HOST_CC. Add showhost target for debugging. r=cls 2000-04-02 16:15:42 +00:00
Jerry.Kirk%Nexwarecorp.com 16d4e3ac8a Remove local copy of nsIRenderingContextImpl.h and inherit from
gfx/public/nsRenderingContextImpl.h like everyone else.
Photon Only.
2000-04-02 14:42:15 +00:00
jst%netscape.com ae22dfeb8b Updating HTMLFrameElement and HTMLIFrameElement to comply with the Level 2 DOM, this adds a 'contentDocument' attribute to those two interfaces that can be used to access the document contained in the frame. 2000-04-02 14:04:19 +00:00
locka%iol.ie fa85f40609 Replaced some more nsIWebShell references.
Changed browser to call LoadURI on nsIWebNavigation instead of the old webshell LoadURL method
2000-04-02 13:58:36 +00:00
locka%iol.ie 9bbfbb399d Replaced FindNamedBrowser method with FindNamedBrowserItem 2000-04-02 13:57:25 +00:00
jst%netscape.com 0d6727581d Reorder member initialzers to fix fompiler wirknings. 2000-04-02 13:54:45 +00:00
jst%netscape.com 52b817263a Fixing compiler warnings and possible UMR's. 2000-04-02 13:50:36 +00:00
waterson%netscape.com 37ec600551 Fix nsCOMPtr bustage on Linux. NOT YET PART OF THE BUILD. 2000-04-02 09:22:50 +00:00
scc%netscape.com d8f4cef205 making string conversions explicit 2000-04-02 09:15:46 +00:00
waterson%netscape.com 37e1e5cda4 Fix memory leaks, problems with incrmental update. NOT YET IN THE BUILD. 2000-04-02 09:11:00 +00:00
scc%netscape.com aaec909a45 making string conversions explicit 2000-04-02 09:10:15 +00:00
scc%netscape.com 10bdd44b99 making string conversions explicit 2000-04-02 08:56:00 +00:00
scc%netscape.com 8b2f93643b making string conversions explicit 2000-04-02 08:34:55 +00:00
scc%netscape.com 5ce47666d5 making string conversions explicit 2000-04-02 08:22:56 +00:00
mwelch%netscape.com 40ed12aead Removed trailing tab for ppc platform def 2000-04-02 08:05:44 +00:00
cls%seawood.org f4fc6637cb Makes the new DLL_SUFFIX scheme work for --disable-shared, OpenVMS & OS/2. 2000-04-02 07:46:23 +00:00
cls%seawood.org da66e49516 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +00:00
tbogard%aol.net 426b4e98dd First checkin of new files for the content listener in the webBrowser. 2000-04-02 07:05:39 +00:00
mjudge%netscape.com ad7071118d selecting generated content works now. subtree iterator and all. incredible... added new private method to nsTextFrame to factor out some things on getting correct offsets from generated frames. its a no-op almost for non generated frames 2000-04-02 05:05:31 +00:00
waterson%netscape.com d3d9596fe6 Fix performance problem with KeySet, removing content from a container. NOT YET IN THE BUILD. 2000-04-02 01:55:46 +00:00
tbogard%aol.net 76af657407 My webshell, your diet is working, you've lost some more weight..... Removed one of the LoadURL calls and combined it with the other. Removed the localIP address parameter as it is not used and is not the way we will specify binding. Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState and GetHistoryState. Prompter is now retrieved through the correct path, up the treeOwner. 2000-04-02 01:19:27 +00:00
tbogard%aol.net c82044b570 Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState, GetHistoryState and SetHistoryState as they shouldn't be called from the outside. 2000-04-02 01:19:26 +00:00
bruce%cybersight.com ac75c5e962 Re-order constructor stuff to remove warnings. 2000-04-02 00:59:38 +00:00
jim_nance%yahoo.com 46de9b3a7b Fixed possible uninitialized return value
r=jst@netscape.com
2000-04-02 00:53:21 +00:00
tbogard%aol.net 82dffcacfd Changed the session history to not rely on the webShell to capture the state. It can call through to presShell on it's own. 2000-04-02 00:22:32 +00:00
svn%xmlterm.org 70cdc123b5 xmlterm changes only;
Made changes to lineterm, especially the PTY code, to get it to compile on
FreeBSD (bug 32923). Now it does compile and run on FreeBSD. There still a few
glitches though; PTY resizing fails in FreeBSD, for example.
2000-04-01 23:42:18 +00:00
bryner%uiuc.edu 845e5add3f Turning my changes back on, since they didn't cause the tinderbox orange. 2000-04-01 23:39:53 +00:00
scc%netscape.com e6ee6bb3f2 making string conversions explicit 2000-04-01 23:29:51 +00:00
tbogard%aol.net 553f4a01dc Removed the unused mViewSource member. Fixed ::InternalLoad to call ::LoadURI instead of LoadURL since destroying and then re-creating the uri is pointless when it's passed in for us. Not to mention if the person calling this load had actually setup listeners on this uri then this information would be lost (which is actually causing bug 34167). 2000-04-01 23:28:31 +00:00
scc%netscape.com bedd8b30b7 making string conversions explicit; fixing some |nsCOMPtr| usages 2000-04-01 23:25:15 +00:00
scc%netscape.com e6cdf16c0b making string conversions explicit 2000-04-01 22:52:50 +00:00
scc%netscape.com f58ac20116 making string conversions explicit 2000-04-01 22:45:09 +00:00