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

692 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com bae2f86be4 Make it a text editor that gets instantiated. Remove obsolete line. 1999-04-02 00:09:36 +00:00
sfraser%netscape.com 0e9610e03d Changed so that the editor app core can host either a plain text or HTML editor. 1999-04-02 00:06:07 +00:00
sfraser%netscape.com 972f97d84f Added SetEditorType to control whether a plain text or HTML editor is instantiated. 1999-04-02 00:03:45 +00:00
sfraser%netscape.com 4c685a9a47 Change to use the new box layout, so that we get a toolbar that sticks to the bottom of the window. 1999-04-02 00:03:04 +00:00
sfraser%netscape.com 9a4dadd58f Change to use kipp's new PRE cols attribute for wrapping. 1999-04-02 00:02:30 +00:00
mscott%netscape.com f2f7c20cad Remove cruft for registering the app core with the app cores manager. This now happens in nsBaseAppCore::Init.
a=sfraser
1999-04-01 22:43:19 +00:00
mscott%netscape.com 3a730e49cd Remove cruft with regards to adding the app core to the app cores manager. This now happens in nsBaseAppCore::Init()
a=rjc
1999-04-01 22:39:58 +00:00
rods%netscape.com f6ba275fd5 Fixed "Print" so it works. 1999-04-01 20:57:38 +00:00
radha%netscape.com c399b8454b Removed that empty line in the OBJS list. Thanks to mcmullen 1999-04-01 20:47:50 +00:00
ramiro%netscape.com 1ac78d0e27 Patches from reg@shale.csir.co.za (Jeremy Lea) to fix run scripts when
building on separate objdirs.
1999-04-01 20:36:29 +00:00
radha%netscape.com 75ae945db3 Add the Global history service 1999-04-01 20:30:20 +00:00
radha%netscape.com f013e2ae96 Obtain Global History as a service 1999-04-01 20:29:49 +00:00
radha%netscape.com 971be73df0 added files: mozilla/xpfe/appshell/src/nsGlobalHistory.cpp 1999-04-01 20:23:00 +00:00
radha%netscape.com 423b7f5f42 Global history introduced as a service and appropriate changes to
Appshell service and Factory
1999-04-01 20:21:41 +00:00
radha%netscape.com c596217f71 Global history implemented as a service 1999-04-01 20:20:24 +00:00
mcmullen%netscape.com d9a3824592 Added preference ids to all the prefs widgets. 1999-04-01 20:05:17 +00:00
mcmullen%netscape.com 333aa653e9 Fixed backwards OK/Cancel onclicks. 1999-04-01 20:03:39 +00:00
mcmullen%netscape.com ae3a55d408 Fixed the resource: URLs to use //. 1999-04-01 20:02:30 +00:00
mcmullen%netscape.com bc607299a6 Changed the DoPreferences function. 1999-04-01 20:01:54 +00:00
mcmullen%netscape.com b08d0caf2a Added nsIFileLocator.h to the exports. 1999-04-01 19:59:40 +00:00
mcmullen%netscape.com ce76ce5350 First Checked In. 1999-04-01 19:48:59 +00:00
rods%netscape.com 5b6fd8c541 Fixed OPen to call the new open method on the BrowserAppShell 1999-04-01 19:23:39 +00:00
rods%netscape.com 6e23fea1c1 Added OpenWindow method and fixed Copy 1999-04-01 19:23:02 +00:00
rods%netscape.com 992c9afae0 Commented out clipboard copy 1999-04-01 15:38:31 +00:00
rods%netscape.com f1936fae69 added copy support 1999-04-01 14:51:09 +00:00
rods%netscape.com 482823ecb7 Added copy support 1999-04-01 14:50:54 +00:00
rods%netscape.com 2b5a73d84d Fixed up the registration to the manager 1999-04-01 14:50:29 +00:00
ramiro%netscape.com 29698c53b5 Add shell scripts to run mozilla viewer and apprunner. The scripts should
setup all the environment voodoo needed to run the programs.
1999-04-01 08:01:07 +00:00
evaughan%netscape.com 5c5248cd84 added some test xul files. 1999-03-31 22:00:15 +00:00
slamm%netscape.com 13aab024d9 Fixing 'Manage Bookmarks...' menu item. Victim of global search and replace. Hooking up 'Add Current Page' menu item. 1999-03-31 19:14:18 +00:00
evaughan%netscape.com ecff40b017 Added a test navigator.css that changes the look of the UI. 1999-03-31 08:30:54 +00:00
evaughan%netscape.com 05eb6158d0 Moved navigator specific style information like .gif from xul.css and navigator.xul to a new file
called navigator.css this should hold all the basic navigator styles.
1999-03-31 08:04:37 +00:00
evaughan%netscape.com 1d7e118574 Added a css for for navigator style to live in. 1999-03-31 07:53:28 +00:00
rjc%netscape.com 2641f2c462 Add failure detection when looking for "RDFCore" so that, if it can't be found or instantiated for some reason, normal URL loading via the location bar still functions. 1999-03-31 07:01:35 +00:00
rjc%netscape.com 325d8f48e0 Add support for "Shortcut URLs". Basically, anything entered into the location bar is first checked to see if it maps to a bookmarked URL and, if so, the real URL is put into the location bar and then loaded. 1999-03-31 06:57:06 +00:00
rjc%netscape.com c8e7fc3212 Add references to "Wallet" shared libraries (debug and optimized) into AppCore project. 1999-03-31 06:41:15 +00:00
danm%netscape.com 624bcf63eb simple ability to at least specify a size for the window in XUL 1999-03-31 04:21:05 +00:00
rjc%netscape.com b1ed1c81d8 Add check for NS_RDF_NO_VALUE (which required #including "rdf.h") 1999-03-30 11:42:28 +00:00
rjc%netscape.com 23276edcca Add FindBookmarkShortcut() method. 1999-03-30 10:42:55 +00:00
jfrancis%netscape.com 7eab75c41b make a plaintext editor instead fo an html editor if TEXT_EDITOR is defined. 1999-03-30 08:19:26 +00:00
evaughan%netscape.com 8213be3738 added a class of titled button called "push" that works like a regular push button. 1999-03-30 08:18:34 +00:00
nisheeth%netscape.com 10cc7c4e31 Adding expat and xmltok libraries to the link phase for apprunner. 1999-03-30 05:46:46 +00:00
ramiro%netscape.com de0f3f737c delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
evaughan%netscape.com 39fe1e8a11 Reimplemented navigator.xul on top of the new box layout system. 1999-03-30 04:05:49 +00:00
mscott%netscape.com 3367bf0671 Move the code to register the app core into the app cores manager from the constructor of the app core into the init function of the app core. Why? nsIAppCoresManager::Add requires that the app core have an id. The id doesn't get assigned until the app core gets initialized. a=mcmullen, rod spears 1999-03-30 00:34:12 +00:00
mcmullen%netscape.com b882293d94 Try that without the typo. 1999-03-30 00:08:40 +00:00
danm%netscape.com f0bd505196 added window title attribute 1999-03-30 00:00:56 +00:00
danm%netscape.com 515f8ba98c set window title from XUL 1999-03-29 23:57:18 +00:00
mcmullen%netscape.com 5db5131b38 Rearranged the prefs frames, fixed the window size, instantiated the prefs window from C++ (from new ShowWindow() call). 1999-03-29 23:39:38 +00:00
mcmullen%netscape.com 533fe77fe4 Added nsXULWindowCallbacks.h to the build. 1999-03-29 23:37:20 +00:00