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

377 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 2dcd5fc83e fix xlib-in-gtk embedding example (not part of default build) 1999-12-19 00:47:06 +00:00
waterson%netscape.com ce156d7bf3 Fix for new webshell APIs. 1999-12-18 03:02:37 +00:00
blizzard%redhat.com aaa70826d7 fix for bug #21169. fix problems with resizing and showing the gtkmozilla widget when embedding it. r=pavlov, a=chofmann 1999-12-08 23:07:13 +00:00
locka%iol.ie 89a87bea02 Include nsXPIDLString.h 1999-12-07 23:02:20 +00:00
locka%iol.ie f2e9724a5c Fixed bad const casting 1999-12-07 23:01:59 +00:00
locka%iol.ie ca9275b653 Added a guard around the interface file to stop #include'ing exdisp.h before or after MozillaBrowser.h from breaking a build 1999-12-07 23:01:28 +00:00
blizzard%redhat.com 5e54586f2c bring the gtk embedded code back from the dead. this is a fix for bug #20396. 1999-12-06 20:28:47 +00:00
locka%iol.ie 1c4f1fa45e Fixed broken declaration of GetTitle(). Hopefully this is the last of this problem. 1999-12-05 18:31:35 +00:00
warren%netscape.com 1363d852e8 Fix for linux bustage. Added arguments to NewChannel 1999-12-04 10:47:51 +00:00
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
dougt%netscape.com 1da7d3868d fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
locka%iol.ie 94701a5c10 Removed "const" on the aResult parameter on CWebShellContainer override of nsIBrowserWindow::GetTitle 1999-11-30 00:21:29 +00:00
locka%iol.ie cc4eabc7dd Added CommandStateChangeConstants 1999-11-30 00:19:53 +00:00
locka%iol.ie 6c79eca1ca Removed FPKLUDGE hack for Delphi 1999-11-28 16:31:21 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
tbogard%aol.net 2e490a5284 Free pointer returned by GetTitle since it no longer returns a const pointer to the internal string storage. 1999-11-27 02:29:17 +00:00
dmose%mozilla.org 4bd28ccf2e added newline to EOF to keep Solaris sed from whining, r=mcafee@netscape.com 1999-11-24 22:04:23 +00:00
mike%neoplanet.com 1734f364a8 Added preliminary cookie support. Enabled preferences to be read from the default preference file. Corrected/Added DWebBrowser events: DownloadBegin, DownloadComplete, StatusTextChange, and TitleChange. Added support for ExecWB->SaveAs. 1999-11-24 03:34:34 +00:00
rpotts%netscape.com 1b29417bc8 fix build bustage - NS_NewLoadGroup(...) no longer takes a parent load group as an argument... 1999-11-22 06:20:51 +00:00
leaf%mozilla.org 88dff92bb2 checkin to fix build bustage. 1999-11-22 01:08:36 +00:00
warren%netscape.com 424c0f3c4a Fix for linux bustage due to channel retargeting changes. 1999-11-17 09:11:03 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
cls%seawood.org 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
cls%seawood.org 999f41f3d0 Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>. 1999-11-02 01:24:16 +00:00
locka%iol.ie 9aee0c87bb Fixed some bugs in the copy to clipboard operation.
Control now calls NS_ShutdownXPCOM during destruction
1999-10-27 23:19:27 +00:00
locka%iol.ie 179f27b2ef Added a menu to the dialog.
Implemented tests for cut, copy, paste, select all
1999-10-27 23:17:51 +00:00
warren%netscape.com 6de4787195 Fixed missed change to NewInputStreamChannel 1999-10-26 09:51:01 +00:00
locka%iol.ie 8f442df582 Changed scope of some helper methods 1999-10-21 20:44:06 +00:00
locka%iol.ie 3c786ac0a1 Added support for drag and drop of Internet Shortcut files 1999-10-21 20:32:52 +00:00
cls%seawood.org 8da9c55823 Some compilers complain if you declare variables after a potential goto call so move the declarations to the top of the function. Should fix the linux libc5 SM-Ports tinderbox & gcc 2.95 builds.
a=mscott
1999-10-20 05:40:05 +00:00
alla%lysator.liu.se 32b276b7f4 Update the GtkMozilla widget so it works. Also updated the streaming interface
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver
1999-10-19 21:46:33 +00:00
locka%iol.ie dffca67ca3 Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks 1999-10-19 21:39:42 +00:00
locka%iol.ie 56c77f5731 Updated to include new registry entries 1999-10-19 19:06:31 +00:00
locka%iol.ie fd38dcba74 Seperated webshell initialisation/termination out into their own methods. Added support to run Mozilla control from any directory with calls to the new NS_InitXPCOM and some new registry keys. 1999-10-14 07:46:55 +00:00
locka%iol.ie 1843299922 Added context popup menu resources 1999-10-14 07:44:40 +00:00
locka%iol.ie ce0f27547d Added simple working implementation of drag and drop. Control now accepts a URL dragged and dropped from the IE address bar. 1999-10-14 07:43:50 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
cls%seawood.org 46f425db3f Bug #13782 r=ramiro
Fixed the various clean targets so that a distclean is only performed on GtkMozilla when explicitly asked for.
1999-10-09 02:41:01 +00:00
rpotts%netscape.com 248e31bd70 bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +00:00
beard%netscape.com cc6a945ce4 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:37:53 +00:00
ramiro%netscape.com 6dd1b8db08 NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
dont work no without no prefs.  Blessed by Mr. Shaver.
1999-09-28 18:03:17 +00:00
kipp%netscape.com be6b1333d1 new 1999-09-25 20:11:47 +00:00
briano%netscape.com 28159a27f5 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad.... 1999-09-22 06:28:46 +00:00
cls%seawood.org 5843ef4e5c Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target. 1999-09-22 00:40:11 +00:00
mike%neoplanet.com 7a862ca0cb Implemented cut/copy/paste. Added stubs for a couple other functions. 1999-09-21 02:39:53 +00:00
locka%iol.ie 3e92a74352 Added some documentation 1999-09-20 22:07:09 +00:00
locka%iol.ie 9be60db63b Added safe for scripting support 1999-09-20 22:00:30 +00:00
locka%iol.ie 233b3217ad A long lost file finds its way into the world 1999-09-20 21:59:30 +00:00
briano%netscape.com e9bd78c726 Fixed my stupid mistake that caused the generated Makefile to be immediately deleted. 1999-09-16 06:01:39 +00:00
briano%netscape.com 03fa8b4585 General cleanup. 1999-09-16 00:03:08 +00:00