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

57167 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 2cba9d275c filter upgrade code for local filters, r=sspitzer 17174 2000-04-03 00:39:51 +00:00
sspitzer%netscape.com 5b450c8310 remove the news-test.* files, they are no longer used. so why make people check them out? 2000-04-03 00:09:09 +00:00
blizzard%redhat.com a0d0284b26 remove the nsIDocShell hackery that was in there since travis checked in code to fix the problem that I was having. this is not part of the build. 2000-04-03 00:05:30 +00:00
colin%theblakes.com 123ed06b15 Add MOZ_TIMER_LIBS to resolve NS_NewTimer. r=cls 2000-04-02 23:35:56 +00:00
colin%theblakes.com dfa6f20d42 Define MOZ_COMPONENT_LIBS to resolve missing symbols. r=cls 2000-04-02 23:34:34 +00:00
scc%netscape.com 1195013f98 Adding NSPR to both debug and optimized builds; this should fix the build bustage. r=bruce 2000-04-02 23:19:24 +00:00
erik%netscape.com 88672953a1 trying to fix build bustage with Enlarge/Reduce Text Size keys 2000-04-02 23:08:49 +00:00
sspitzer%netscape.com 073d02b79c remove the MigrateNewsFilters() call. we don't have to migrate news filters.
(but they don't work yet, but that's another bug.)  r=bienvenu
2000-04-02 23:07:14 +00:00
jst%netscape.com ae133403e9 Minor cleanup and fixing a compier warning. 2000-04-02 22:05:10 +00:00
erik%netscape.com aaa818b7fc bug 30022; added SetTextZoom and some UI stuff for that 2000-04-02 21:58:08 +00:00
erik%netscape.com 711e3a3feb bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only 2000-04-02 21:53:46 +00:00
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