Commit Graph

693 Commits

Author SHA1 Message Date
sfraser%netscape.com
3e259e5887 Make it a text editor that gets instantiated. Remove obsolete line. 1999-04-02 00:09:36 +00:00
sfraser%netscape.com
d892b0c4c1 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
ae6d208e80 Added SetEditorType to control whether a plain text or HTML editor is instantiated. 1999-04-02 00:03:45 +00:00
sfraser%netscape.com
e4039d57d4 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
95d8d44c11 Change to use kipp's new PRE cols attribute for wrapping. 1999-04-02 00:02:30 +00:00
mscott%netscape.com
37ad656127 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
cce23ffc1f 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
6ed80d150c Fixed "Print" so it works. 1999-04-01 20:57:38 +00:00
radha%netscape.com
a7750b142c Removed that empty line in the OBJS list. Thanks to mcmullen 1999-04-01 20:47:50 +00:00
ramiro%netscape.com
6f36be6af3 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
db04cca101 Add the Global history service 1999-04-01 20:30:20 +00:00
radha%netscape.com
57263c2553 Obtain Global History as a service 1999-04-01 20:29:49 +00:00
radha%netscape.com
da948f1dea added files: mozilla/xpfe/appshell/src/nsGlobalHistory.cpp 1999-04-01 20:23:00 +00:00
radha%netscape.com
d399658918 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
6b99d39f50 Global history implemented as a service 1999-04-01 20:20:24 +00:00
mcmullen%netscape.com
7c0d23f78c Added preference ids to all the prefs widgets. 1999-04-01 20:05:17 +00:00
mcmullen%netscape.com
3dab96e1be Fixed backwards OK/Cancel onclicks. 1999-04-01 20:03:39 +00:00
mcmullen%netscape.com
b7d8dffe53 Fixed the resource: URLs to use //. 1999-04-01 20:02:30 +00:00
mcmullen%netscape.com
5ab57c47d6 Changed the DoPreferences function. 1999-04-01 20:01:54 +00:00
mcmullen%netscape.com
3a370ba4d6 Added nsIFileLocator.h to the exports. 1999-04-01 19:59:40 +00:00
mcmullen%netscape.com
6165fff1fd First Checked In. 1999-04-01 19:48:59 +00:00
rods%netscape.com
120af831fa Fixed OPen to call the new open method on the BrowserAppShell 1999-04-01 19:23:39 +00:00
rods%netscape.com
e80d7ef683 Added OpenWindow method and fixed Copy 1999-04-01 19:23:02 +00:00
rods%netscape.com
7e11ab8df9 Commented out clipboard copy 1999-04-01 15:38:31 +00:00
rods%netscape.com
f7ae7bdb8a added copy support 1999-04-01 14:51:09 +00:00
rods%netscape.com
49e9961ab9 Added copy support 1999-04-01 14:50:54 +00:00
rods%netscape.com
0d85b6aa08 Fixed up the registration to the manager 1999-04-01 14:50:29 +00:00
ramiro%netscape.com
58ad0d68df 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
1941318858 added some test xul files. 1999-03-31 22:00:15 +00:00
slamm%netscape.com
17133e3861 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
cde596ea03 Added a test navigator.css that changes the look of the UI. 1999-03-31 08:30:54 +00:00
evaughan%netscape.com
b5be496993 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
52e15cc5d3 Added a css for for navigator style to live in. 1999-03-31 07:53:28 +00:00
rjc%netscape.com
24259a3c42 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
a6d92d5ffc 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
1b87a1a771 Add references to "Wallet" shared libraries (debug and optimized) into AppCore project. 1999-03-31 06:41:15 +00:00
danm%netscape.com
4f3260d4a9 simple ability to at least specify a size for the window in XUL 1999-03-31 04:21:05 +00:00
rjc%netscape.com
a73d0b2e04 Add check for NS_RDF_NO_VALUE (which required #including "rdf.h") 1999-03-30 11:42:28 +00:00
rjc%netscape.com
08d0b05e70 Add FindBookmarkShortcut() method. 1999-03-30 10:42:55 +00:00
jfrancis%netscape.com
b79a08d2b3 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
e74189c52f 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
49b8727a3a Adding expat and xmltok libraries to the link phase for apprunner. 1999-03-30 05:46:46 +00:00
ramiro%netscape.com
532f507e84 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
aa73de09b7 Reimplemented navigator.xul on top of the new box layout system. 1999-03-30 04:05:49 +00:00
mscott%netscape.com
1ab8289421 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
a563079fa6 Try that without the typo. 1999-03-30 00:08:40 +00:00
danm%netscape.com
75ca60329a added window title attribute 1999-03-30 00:00:56 +00:00
danm%netscape.com
df30b4bffc set window title from XUL 1999-03-29 23:57:18 +00:00
mcmullen%netscape.com
b664c10973 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
66f1506625 Added nsXULWindowCallbacks.h to the build. 1999-03-29 23:37:20 +00:00