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

611 Коммитов

Автор SHA1 Сообщение Дата
law%netscape.com 089e2328df Adding support for various statusbar broadcasters 1999-03-10 02:42:29 +00:00
cmanske%netscape.com a6e5c5b5a8 removed files: mozilla/xpfe/AppCores/src/nsEditorMode.cpp 1999-03-10 02:41:02 +00:00
cmanske%netscape.com ab88c623ff Cleaned up editor inialization in EditoAppCore 1999-03-10 02:35:58 +00:00
nhotta%netscape.com 30cea6e96c Added charset menu items in view menu. 1999-03-10 00:21:26 +00:00
sfraser%netscape.com 5119a2e624 onConstruction -> onload 1999-03-10 00:00:06 +00:00
ramiro%netscape.com 29efe8c561 Fix windows bustage. Why doesnt this file build on other platforms ? 1999-03-09 21:22:03 +00:00
alecf%netscape.com 0892cc61da export NS_InitBaseAppCoreClass so that appcores outside this DLL can initialize themselves
(Yes, I know this is a generated file, but this is how it needs to work right now, otherwise
appcores can't live outside appcores.dll)
1999-03-09 19:53:19 +00:00
nhotta%netscape.com 2700b0b443 Implementation of SetDocumentCharset. 1999-03-09 19:24:28 +00:00
ramiro%netscape.com 7e12a4b568 Use the macro on all platforms. Thanks to pierre for helping me make sure
it doesnt break the mac.  I verified that it works on unix and windows.
1999-03-09 19:19:02 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
mcafee%netscape.com 42da183e24 Adding Edit|{Cut,Copy,Paste} to menubar. 1999-03-09 06:04:38 +00:00
alecf%netscape.com 5eed475980 use Messenger's CID rather than ProgID because I can't seem to create objects
by ProgID (looks like ProgID->CID mapping is broken)
1999-03-09 02:51:25 +00:00
rpotts%netscape.com f5689612b6 fix for bug #3507. Also replaced raw comparse of nsresult == NS_OK with NS_FAILED(...) or NS_SUCCEEDED(...) macros... 1999-03-09 00:54:07 +00:00
akkana%netscape.com 25cd4f851d Changes to fix the Irix N32/egcs build; thanks to Jason Heirtzler <jasonh@cthulhu.engr.sgi.com> 1999-03-09 00:24:17 +00:00
cmanske%netscape.com 8f19af494f Removed unused code in editor appcore and cleaned up factory registration 1999-03-09 00:05:27 +00:00
cmanske%netscape.com aa780fa49e Removed registration code no done by NSRegisterSelf for editor classes 1999-03-08 22:51:58 +00:00
pinkerton%netscape.com 6a383559f4 fix attribute selector for grippies to actually trigger when grippies clicked on. 1999-03-08 22:44:06 +00:00
hyatt%netscape.com b4b18460ae Putting the extra items into the bookmarks menu. 1999-03-08 22:09:34 +00:00
ramiro%netscape.com c53e15aa2a Cannot forward declare a class used with an nsCOMPtr.
see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
1999-03-08 18:57:21 +00:00
ramiro%netscape.com fd5bf5f22c Memory leak.
delete[] memory returned by nsString::ToNewCString.
1999-03-08 11:38:59 +00:00
ramiro%netscape.com 2aaabaad90 Fix win32, mac breakage. 1999-03-08 11:04:49 +00:00
ramiro%netscape.com 869b29d48d Templates in nsXPComFactory exorcism. Part I.
Replaced the template code with a NS_DEF_FACTORY.
This is temporary.  As soon as I can verify this works on windows and
mac, ill remove the old code.
1999-03-08 09:44:16 +00:00
danm%netscape.com 8478aadfbb adding ShowDialog() 1999-03-08 03:01:17 +00:00
hyatt%netscape.com 3eaa5b74f8 Added the Personal Toolbar to the XUL file. 1999-03-07 23:14:41 +00:00
hyatt%netscape.com 79e5e4ad7f Changing the display type of menubars, menus, and menuitems to be "none" so that
frames don't get built for them.  Added a bookmarks menu that uses real
RDF data.  (WOO HOO!)
1999-03-07 10:33:21 +00:00
rjc%netscape.com 58fcc170d8 More support for column sorting. 1999-03-07 09:44:38 +00:00
sfraser%netscape.com b6459a33d0 Add support for getting text or HTML through a readonly properly on the EditorAppCore. Added attributes to .idl file, regenerated .h and .cpp with idlc. Simplified toolbar in the .xul file. 1999-03-06 20:28:47 +00:00
sfraser%netscape.com 772a1e622d Arrange the various AppCores into groups 1999-03-06 20:27:33 +00:00
dp%netscape.com 12c0769c82 dist/bin/components is where all loadable components will be installed. 1999-03-06 09:04:53 +00:00
rjc%netscape.com fd1e00207d Add RDF to list of include directories on Windows. 1999-03-06 04:57:20 +00:00
law%netscape.com 10f727678b Updating test case 1999-03-06 00:44:32 +00:00
rjc%netscape.com d7f0411223 nsXULSortService implementation: XUL sort functionality. 1999-03-05 23:51:13 +00:00
cmanske%netscape.com 50e79f8c24 Changed InitHTMLEditor to Init and removed EnableUndo, which is done in the Init 1999-03-05 21:05:26 +00:00
danm%netscape.com 6c3a3ed669 adding convenience makefile (not part of the normal build) 1999-03-05 20:25:48 +00:00
danm%netscape.com c5aeb426dd changed name of onConstruction event to onload 1999-03-05 20:23:19 +00:00
pinkerton%netscape.com 40eae0a894 table for main toolbar, removing html namespace stuff, onClick->onclick 1999-03-05 20:19:46 +00:00
pinkerton%netscape.com 50222f5b69 fix for bug #3449 (onClick should be onclick). 1999-03-05 20:18:59 +00:00
rpotts%netscape.com 71204e7808 changed all references to getElementByID(...) into getElementById(...). This fixed the URL typein bar... 1999-03-05 11:38:40 +00:00
kipp%netscape.com 4147924a67 Use proper new/delete operators 1999-03-05 04:36:00 +00:00
evaughan%netscape.com 37a7d52621 Fixed buttons in apprunner so there borders appear when moved over. 1999-03-04 23:36:12 +00:00
rjc%netscape.com 2a52afbc07 Now store pathnames as strings which prevents nr_MacAliasFromPath() from ever being called (it was being passed a Unix path when it really wanted a Mac path anyway). Also, autoregistration now looks inside the "components" directory (which is in the same folder as the program.) Also, bumped up registry version # due to change. Also, at startup, when building up list of arguments, check argv[0] against NULL as it might be (on the Mac). 1999-03-04 03:01:33 +00:00
scc%netscape.com 31ff626ae9 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
dp%netscape.com e115322998 Installing loadable components in components/ directory 1999-03-03 01:25:21 +00:00
scc%netscape.com c628542005 fix for nsCOMPtr: no direct construction/assignment from raw COM interface pointers 1999-03-02 23:00:09 +00:00
scc%netscape.com 7253acb7e4 fix for nsCOMPtr: no construction/assignment from raw COM interface pointers 1999-03-02 22:44:55 +00:00
nhotta%netscape.com b0edff3918 Added SetDocumentCharset. 1999-03-02 17:53:52 +00:00
nhotta%netscape.com 4a3d5be737 Added SetDocumentCharset. 1999-03-02 17:48:05 +00:00
cmanske%netscape.com f67f43cace Changed editor AppCore to use nsHTMLEditor instead of nsTextEditor 1999-03-02 05:32:25 +00:00
evaughan%netscape.com ffe910ebcb Made the image accessible from CSS via list-style-image. 1999-03-02 05:00:51 +00:00
pinkerton%netscape.com fdeb49680f correctly implement nsIMenuListener. 1999-03-01 17:30:14 +00:00
mcafee%netscape.com 91987e52bd Adding ED_Redo.gif 1999-03-01 08:33:32 +00:00
saari%netscape.com 1b199ba24f make LoadMenus() less nsWebShellWindow specific 1999-02-28 11:14:34 +00:00
peterl%netscape.com 95bb1a1020 added content state change 1999-02-27 08:34:06 +00:00
slamm%netscape.com f0cc28b3ce Add status.xul 1999-02-27 02:12:47 +00:00
ebina%netscape.com 67eb96754c Change RegisterFactory to the new API. 1999-02-27 02:02:32 +00:00
sfraser%netscape.com e6925f26eb First Checked In. 1999-02-27 01:46:07 +00:00
sfraser%netscape.com 0dbbef06f5 Add Redo to the editor appshell toolbar 1999-02-27 01:46:00 +00:00
law%netscape.com e4d8ed42cc Add status.xul to $(DIST)/bin/res/samples 1999-02-27 01:35:05 +00:00
slamm%netscape.com 075e06a6e3 Add 'Edit Bookmarks...' menu item. 1999-02-26 19:59:00 +00:00
ebina%netscape.com 429573f85c Changing RegisterFactory to use the new API. 1999-02-26 19:45:10 +00:00
kin%netscape.com b7fd2dd2e1 Fixed javascript syntax error. 1999-02-26 18:59:25 +00:00
cyeh%netscape.com be97c63513 add static library targets to allow overriding of functions in an external project 1999-02-26 18:51:32 +00:00
alecf%netscape.com acabbd6899 fix call to CreateInstance, now that you can create one with a ProgID 1999-02-26 18:17:41 +00:00
alecf%netscape.com 2a2ea16cb4 add temporary hack to instantiate Messenger in the JS namespace 1999-02-26 17:47:35 +00:00
alecf%netscape.com 4dacdc5452 no need to export non-existant IDL files 1999-02-26 17:45:29 +00:00
pinkerton%netscape.com 2c5625bbb7 titlebuttons are not block frames! 1999-02-26 17:38:40 +00:00
warren%netscape.com 97781f4c14 Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
evaughan%netscape.com ee8ea8e385 Fixed up titled button so hover, focus, active, states work. 1999-02-26 06:41:10 +00:00
rjc%netscape.com 55a2e56139 Forgot to register/deregister RDFCore factory. 1999-02-26 03:55:13 +00:00
saari%netscape.com 17a11f53b6 Comment out SetLabel in LoadMenuItem SetLabel should be called by the call to Create, to which I added the name back in the call. 1999-02-26 02:50:09 +00:00
danm%netscape.com bbf5a65c86 adding C XUL window construction callback 1999-02-26 02:22:42 +00:00
law%netscape.com 9ffd22871a New status bar; first draft 1999-02-26 02:15:29 +00:00
rjc%netscape.com 434f71e75d Add in RDFCore. 1999-02-26 02:14:51 +00:00
rjc%netscape.com c0eb02d109 Add into RDF Core. 1999-02-26 02:08:29 +00:00
rjc%netscape.com 10eb7ee2e4 Add in RDFCore.idl 1999-02-26 02:08:01 +00:00
sfraser%netscape.com 3a081a10b2 Remove MoreFiles.shlb from the optimized target. 1999-02-26 01:34:04 +00:00
sfraser%netscape.com d847eb7428 Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
rods%netscape.com 70493d678b Fixed name space problems with the xul and changed button to be title buttons 1999-02-25 19:34:54 +00:00
pinkerton%netscape.com 4586a9c9ab Removing obsolete files. These were never really needed. 1999-02-25 19:02:31 +00:00
pinkerton%netscape.com 86ce038605 Removing nsThrobberGlue.cpp 1999-02-25 19:01:33 +00:00
pinkerton%netscape.com 5206f54805 removing nsThrobberGlue.cpp 1999-02-25 19:01:08 +00:00
pinkerton%netscape.com 1f6b363ca3 remove nsThrobberGlue.cpp 1999-02-25 18:51:00 +00:00
kostello%netscape.com 548fefdb2d Modifications to turn on the Editor Appshell Testbed for Windows 1999-02-25 18:06:26 +00:00
jfrancis%netscape.com 5bb1f22cdb Adding Editor AppCore to macbuild 1999-02-25 18:05:37 +00:00
kin%netscape.com 122061414e Modifications to turn on EditorAppShell test bed for Linux. 1999-02-25 18:04:50 +00:00
kin%netscape.com 2eccaea3f8 Initial check in of files for EditorAppShell test bed. 1999-02-25 17:32:59 +00:00
kin%netscape.com 5975f4de3c Removed gif files. Need to recheck them in using -kb flag to mark them as
binary.
1999-02-25 17:30:38 +00:00
kin%netscape.com 09ffdb34b9 Initial checkin of file for the EditorAppShell test bed. 1999-02-25 16:24:05 +00:00
mcafee%netscape.com 5de9487e09 Adding do_QueryInterface() wrappers for Solaris/CC 1999-02-25 11:08:53 +00:00
waterson%netscape.com b6fb143550 Use XUL as default namespace. Fixes GetElementByID() bug. 1999-02-24 05:23:26 +00:00
saari%netscape.com fca4eda62f nsWebShellWindow.cpp nsWebShellWindow.h Broke up more of menu loading code into functions for readablity and to allow hierarchical menu loading. 1999-02-23 07:52:14 +00:00
warren%netscape.com 72efbca1bf Added check for forgotten error that caused hang on failure. 1999-02-23 07:17:10 +00:00
rods%netscape.com d60eb8c273 Changed display type of titlebutton to inline 1999-02-22 19:01:13 +00:00
kmcclusk%netscape.com cc41ac096d Added support for creating a postscript device context for printing under GTK.
Sanitized the GTK nsDeviceContextSpecFactoryG, nsRenderingContextPS, nsDeviceContextPS,
and nsDeviceContextSpecG by removing WIN32 dependencies.
Added checks for null widgets in nsWidget and nsScrollbar GTK implementations.
1999-02-22 18:56:54 +00:00
rods%netscape.com cf7b150f21 MOved XULCommand to src and it is now acting like a menu delegate,
all that reminas is to rename it.
1999-02-21 21:04:21 +00:00
rods%netscape.com cb93818b9b Remmoved nsIXULCommand.h 1999-02-21 20:52:29 +00:00
rods%netscape.com 7c3a420407 Added static IID method 1999-02-21 20:52:04 +00:00
rods%netscape.com 940e001985 MOved from public to src, it doesn't need to be exported 1999-02-21 20:51:12 +00:00
hyatt%netscape.com f339787790 Adding support for Eric Vaughan's buttons. 1999-02-20 02:08:08 +00:00
hyatt%netscape.com 09f5bd474b Switched over to Eric Vaughan's titled buttons on the toolbar. 1999-02-20 02:01:01 +00:00
evaughan%netscape.com a177969051 Added TitledButton and ProgressMeter 1999-02-19 18:23:32 +00:00
mcafee%netscape.com ec44151b41 Solaris: newline at end of file. 1999-02-19 12:33:44 +00:00
mcafee%netscape.com 69add02c24 Solaris: newline at end of file 1999-02-19 12:32:16 +00:00
mcafee%netscape.com 7a9f872fdd Solaris: adding do_QueryInterface() wrapper as part of scc's nsCOMPtr carpool. a=scc 1999-02-19 12:27:19 +00:00
mcafee%netscape.com 60e6965b36 Solaris needs newline at end of file. 1999-02-18 22:43:16 +00:00
mcafee%netscape.com 0144e0e638 Adding do_QueryInterface() wrapper to finish scc's nsCOMPtr carpool 1999-02-18 22:39:26 +00:00
rods%netscape.com d611203194 Aded default sizes to TopLevelWindowCreate 1999-02-18 22:04:34 +00:00
rods%netscape.com ee9e8af722 Added example/experimental code showing how to change icons during runtime 1999-02-18 21:59:05 +00:00
rods%netscape.com 1bce0df36a Fixed a debug statement 1999-02-18 21:58:17 +00:00
rods%netscape.com ff18a6b656 Added some experimental code for printpreview 1999-02-18 21:56:21 +00:00
rods%netscape.com 5418efdc0c Completed work on -width and -height 1999-02-18 21:53:31 +00:00
rods%netscape.com 7396ccd682 Completed work on -width and -height for specifying the initial size of the window 1999-02-18 21:52:27 +00:00
pinkerton%netscape.com 0bb22a3b50 move url bar to top toolbar. 1999-02-18 19:18:25 +00:00
cyeh%netscape.com fe763fea21 Remove mozilla/layout/config and use mozilla/config instead. 1999-02-18 18:16:21 +00:00
rods%netscape.com b6cb81c4a1 Added temporary menu delegate code. This enables menus to invoke JavaScript
BUT it menus can't observe changes or broadcasts
1999-02-18 17:13:30 +00:00
rods%netscape.com 87c0c117e2 Changed default page to navigator.xul 1999-02-18 17:12:09 +00:00
rods%netscape.com 33d5d6469d Status bar is now hooked up. 1999-02-18 16:39:32 +00:00
rods%netscape.com a8e26e6e94 Fixed up some indentation issues and added fixed position style attributes. 1999-02-18 16:33:56 +00:00
rods%netscape.com f3cb07cf97 Added a little code to find the menus and load them.
They aren't hooked up yet.
1999-02-18 16:32:44 +00:00
mcafee%netscape.com 81e9035294 Adding newline at end of file for Solaris/CC 1999-02-18 12:14:59 +00:00
mcafee%netscape.com f5df236f59 Icons live in AppCores/xul/resources now. 1999-02-18 11:10:18 +00:00
mcafee%netscape.com 76a0f014f7 navigator.xul is referencing toolbar, not Toolbar 1999-02-18 11:09:06 +00:00
hyatt%netscape.com c48d9b838d Commented out some code I shouldn't have in the menu code. 1999-02-18 05:18:18 +00:00
hyatt%netscape.com 706975d3bd Fixing Mac build bustage. 1999-02-18 05:14:30 +00:00
hyatt%netscape.com 641df1fd05 Checking in the new appRunner. 1999-02-18 05:01:03 +00:00
hyatt%netscape.com 07e6bd937c Changes to the XUL stylesheet file and tweaks to the makefiles to make
sure that the navigator.xul file is properly installed in the res/samples
directory.
1999-02-18 05:00:22 +00:00
hyatt%netscape.com e3274dccf2 This is the true file that will be loaded by the browser. 1999-02-18 04:57:21 +00:00
rods%netscape.com 886b5a37c0 Changed some of the sizing because the font is smaller 1999-02-17 18:06:19 +00:00
rods%netscape.com cf3b5daaa3 Reduced the font size of the buttons 1999-02-17 16:55:23 +00:00
rods%netscape.com 7ce2e1b6a0 Fixed the termination of the app when a window closes 1999-02-17 16:49:43 +00:00
rods%netscape.com 34ef60d17d Added separators 1999-02-17 16:49:14 +00:00
rods%netscape.com 90512e573c Added an ifdef to get exit working because the Register and unregister isn't working right 1999-02-17 16:18:17 +00:00
rods%netscape.com 02234fd511 Added extra experimental menu and items and added in an extra toolbar 1999-02-17 16:17:17 +00:00
rods%netscape.com 878206d77d Made AppCoreManager a a Gecko service 1999-02-17 16:16:35 +00:00
rods%netscape.com 63b5c39797 Added some experienmental methods BrowserAppCore
for example: newWindow, exit, close, printPreview
1999-02-17 16:15:06 +00:00
rods%netscape.com 209bbac9a3 AppCores are now mantained in a nsVoidArray 1999-02-17 16:14:15 +00:00
rods%netscape.com eeeee0a6e9 Added temporary menu hook up as an experiement 1999-02-17 16:12:10 +00:00
rods%netscape.com b254dc00c3 Added nsIMenuListener as the base class for nsIXULCommand 1999-02-17 16:11:13 +00:00
ftang%netscape.com 54d68cfe6e add CID for lwbrk 1999-02-17 15:30:26 +00:00
mcafee%netscape.com 3ece48d719 Adding do_QueryInterface() wrapper for nsCOMPtr carpool. r=scc a=sar 1999-02-17 02:08:00 +00:00
rods%netscape.com 401e72a241 Changed the registered name AppCoresManager to XPAppCoresManager 1999-02-16 19:08:56 +00:00
pinkerton%netscape.com 11b882ef3c remove nsJSAppCores and add nsJSAppCoresManager. 1999-02-16 16:48:30 +00:00
rods%netscape.com f032a00970 Rename AppCores.idl to AppCoresManager.idl
and renamed all the CIDs to uppercase
1999-02-16 16:46:19 +00:00
mcafee%netscape.com e16fbcacc7 Ignore generated files 1999-02-16 01:50:51 +00:00
danm%netscape.com 8fb012ae9d renaming. cursed mixed-case filenames. 1999-02-15 07:15:48 +00:00
danm%netscape.com 207aac9356 added beginnings of toolkit dialog factory 1999-02-15 05:38:15 +00:00
danm%netscape.com afa4cbe051 matching Troy's recent checkins adding const to some method parameters. Didn't compile for me using VC6 until I made these changes. They seem harmless enough. 1999-02-15 05:21:53 +00:00
rods%netscape.com c53ac8edc7 Added fixed poistioning 1999-02-12 22:30:00 +00:00
rods%netscape.com 9e3a2390e9 compare build error fixed 1999-02-12 18:58:39 +00:00
kipp%netscape.com 5a554d526e COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00