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

463 Коммитов

Автор SHA1 Сообщение Дата
matt%netscape.com 006e6c5aa0 Adding 1.1 code to navigator.xul 1999-07-02 00:39:43 +00:00
matt%netscape.com 18318b89df Adding fix for bug 8987 1999-07-01 23:46:38 +00:00
matt%netscape.com e2f48d46b5 Taking navigator.gif out 1999-07-01 23:42:46 +00:00
matt%netscape.com a3825da6dd Adding file for chrome 1999-07-01 23:06:57 +00:00
matt%netscape.com 9e04e9e781 Adding errorl.gif 1999-07-01 22:59:17 +00:00
matt%netscape.com 012add256d Add skins for chrome in naviagator 1999-07-01 22:58:32 +00:00
matt%netscape.com 500b4911cc Adding content for chrome directory 1999-07-01 22:56:04 +00:00
matt%netscape.com e5712b685c Adding makefiles for content and skin for navigator 1999-07-01 22:52:05 +00:00
matt%netscape.com c0ea3b2fa4 Adding resources directory 1999-07-01 22:47:35 +00:00
slamm%netscape.com ff4b73549a Parameterize sidebar. 1999-07-01 19:51:13 +00:00
slamm%netscape.com 821c94acaf Use new grippy images added by evaughan. 1999-07-01 19:50:34 +00:00
hyatt%netscape.com 6cfe1e3dea Giving the tooltip a border. 1999-07-01 07:05:16 +00:00
pinkerton%netscape.com eae9553338 add some preliminary tooltip stuff for testing. 1999-07-01 06:39:17 +00:00
law%netscape.com 3453f967e0 Fix for loading window with explicit url (in certain timing scenarios) 1999-07-01 01:03:08 +00:00
slamm%netscape.com c5ab25b620 Have sidebar start closed by default. Do not remove the sidebar iframe from the tree. That caused problems (bug 8964, 8634). 1999-06-30 23:12:00 +00:00
evaughan%netscape.com 54afa7f4f6 Added anonymous node support.
Added splitters
Added Grippies.
1999-06-30 22:17:43 +00:00
davidm%netscape.com ba02b75a97 removed chat items and did some taskbar cleanup 1999-06-30 21:33:16 +00:00
slamm%netscape.com 7c8e906d02 No longer need to save prefs everytime. 1999-06-29 22:00:48 +00:00
hyatt%netscape.com e2a12234d6 Adding the images for the gfx scrollbar and for the tree column pushers.
(And I'm bad because this really shouldn't go here.  We need to reorganize
the xpfe directory.)
1999-06-29 20:26:51 +00:00
warren%netscape.com 3b18edbd41 Fixed necko linkage. 1999-06-28 20:12:23 +00:00
valeski%netscape.com 5508dd4367 added appropriate necko lib to link 1999-06-28 14:19:21 +00:00
danm%netscape.com b4fcbcd0b1 added 'content' property to JS window 1999-06-26 21:48:29 +00:00
ducarroz%netscape.com d5d0f7d880 need to use ShowWindowWithArgs to open message composition else it won't get the needed callback. 1999-06-25 21:41:23 +00:00
radha%netscape.com ba5a2e55bc Hookup reload button & menu to browser appcore. Fix weirdness with stop menu-item 1999-06-24 20:19:17 +00:00
waterson%netscape.com 820a647acb Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage. 1999-06-24 00:23:52 +00:00
hyatt%netscape.com b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
hangas%netscape.com 46c5a761fe Code optomization suggested by Brendan Eich. 1999-06-22 21:31:58 +00:00
ftang%netscape.com 83ddcdcef5 add ISO-8859-13 1999-06-22 04:34:11 +00:00
davidm%netscape.com 87304766c6 XUL & JS changes for the window mediator 1999-06-22 03:10:19 +00:00
hangas%netscape.com 6d8ebbfbcd Added "class" to DumpDOM 1999-06-21 23:43:21 +00:00
hangas%netscape.com 448d250679 Added DumpDOM.js to build 1999-06-21 22:33:56 +00:00
hangas%netscape.com 6864952c47 First Checked In. 1999-06-21 22:26:51 +00:00
radha%netscape.com a98f590b7f Fix the stop button behavior. Remove few debugging statements 1999-06-21 22:04:30 +00:00
ducarroz%netscape.com ff1945c5c5 Use toolkitCore to launch message compose instance of nsMsgComposeService. 1999-06-21 20:28:07 +00:00
sspitzer%netscape.com c74ec49b05 rewrite to use a switch statement. 1999-06-20 21:29:59 +00:00
sspitzer%netscape.com 01d717adbd make it work when "browser.startup.homepage" is 2, for last page visited.
I needed to get the service before I QueryInterfaced.
1999-06-20 21:09:50 +00:00
sspitzer%netscape.com 31f35cad41 fix case sensitivity problem 1999-06-20 20:03:21 +00:00
sfraser%netscape.com df5d4e548a Add onunload to call the appcore's cleanup routine. 1999-06-19 22:52:49 +00:00
sspitzer%netscape.com 471d67d625 fix my stupidity. 1999-06-19 22:29:03 +00:00
sspitzer%netscape.com 4d5f8a6002 changes to add support for the "browser.startup.page" pref and the new
"browser.startup.splash" page pref.

all that's left is to get radha to add the code to get the last page visted.
1999-06-19 21:06:59 +00:00
morse%netscape.com 18503d57ea fix bug 9494 1999-06-19 20:59:22 +00:00
danm%netscape.com f64260946c enable show toolbar menu command. workaround for bug 8318. also on M7 branch. a: chofmann. 1999-06-18 18:41:20 +00:00
pinkerton%netscape.com bed7562488 fix for #5732, give grippies a bg color so they look correct when collapsed. rev german, appr chofmann. 1999-06-18 15:52:19 +00:00
rjc%netscape.com d85cbb4d13 Change port to use for translation server. Approval: choffman. Review: God. 1999-06-18 02:05:57 +00:00
sspitzer%netscape.com fbc12c63ed change start page to www.mozillazine.org. a=leaf
work around for bug #7417
1999-06-18 01:17:51 +00:00
law%netscape.com dbcd4010aa Fix for bug #8357; approved by chofmann@netscape.com; reviewed by don@netscape.com 1999-06-18 00:39:43 +00:00
sspitzer%netscape.com ae5b8f32a7 change the start page until #7417 gets fixed. a=hofmann 1999-06-17 15:16:47 +00:00
mcafee%netscape.com 96a3f9fe33 Adding beeptest to XPToolkit test menu, a=leaf. 1999-06-17 01:21:08 +00:00
slamm%netscape.com a4f089b4e7 Prefs have some problems with our windows builds. Bug #8265. Make so the sidebar can be opened even when prefs cannot save the open/close state. 1999-06-17 01:18:53 +00:00
evaughan%netscape.com e2255c4a64 Integrated a new XP scrollbar
Added tri state behavior to titled buttons.
1999-06-15 04:02:43 +00:00
davidm%netscape.com b0dc8faca2 8008 Task Menu | Services A-D do not work 1999-06-15 00:55:31 +00:00
radha%netscape.com cd90ffe1f2 Increase the height of the location bar as per request from QA. BUG # 3805 1999-06-14 22:32:22 +00:00
matt%netscape.com 14adea95c5 Updated css files from german. Addes fixes for titledbuttons 1999-06-14 19:14:37 +00:00
morse%netscape.com 419e333283 add dialogs needed by wallet 1999-06-13 17:23:12 +00:00
morse%netscape.com f270a0605f remove wallet-related stuff from appcores 1999-06-13 15:01:07 +00:00
morse%netscape.com b6d17a54d5 fix regression -- bug 8052 1999-06-12 17:43:42 +00:00
davidm%netscape.com 75225e8813 5487 window title is blank for pages with no title tags ... 1999-06-12 00:18:07 +00:00
slamm%netscape.com dc2dad2c04 Clear out the borders for the grippy. Requested by german@netscape.com. 1999-06-11 23:49:39 +00:00
matt%netscape.com 95b6a07c10 Adding the navigator.css and xul.css files for xul changes 1999-06-11 23:23:22 +00:00
ftang%netscape.com cf7beaa0a6 fix Batlic , add ) for 1254, add several charset 1999-06-11 22:10:06 +00:00
waterson%netscape.com 5e61067b24 Whoops. Forgot to update URL shortcuts to use the XPIDL-ized bookmarks service. Fixed now. 1999-06-11 07:32:29 +00:00
waterson%netscape.com 35980ed2fa Move history resources to xpfe/components. 1999-06-11 07:25:10 +00:00
waterson%netscape.com 1bcc889790 Bookmarks now XPConnected and living in xpfe/components. 1999-06-11 06:18:11 +00:00
ducarroz%netscape.com 3579d0b3bc Replace MsgComposeAppCore by a XPConnect object 1999-06-11 00:34:32 +00:00
mcmullen%netscape.com b1b51a930d Converted method names to lowerStartInterCaps, following the JS convention. Combined init() and showWindow to reduce pointless verbosity in javascript usage (since they are always called together). Added a third parameter, an initial panel url, though this is as yet unsupported. 1999-06-10 19:55:08 +00:00
mcmullen%netscape.com 9bfcb25b59 Use the xulified, idlized prefwindow object instead of PrefsCore 1999-06-09 20:43:29 +00:00
slamm%netscape.com 39851b709d Start with Sidebar closed by default. Bug #7851. 1999-06-09 20:06:09 +00:00
law%netscape.com 90840b6f9d Fix openLocation dialog 1999-06-09 19:27:18 +00:00
hyatt%netscape.com ad64c03b5a Enabling some sample popup menus. 1999-06-09 10:14:30 +00:00
hyatt%netscape.com 7060de515d The translate menu is the master of evil. 1999-06-09 09:06:33 +00:00
cmanske%netscape.com b288502fe3 Changed back to '.' selector for titledbutton class. Simplified borderless titlebutton CSS 1999-06-09 01:26:00 +00:00
hyatt%netscape.com 30cc0a5962 Fix for bug #7786. 1999-06-08 21:48:41 +00:00
matt%netscape.com 9448dd6cf8 Fixeing bug 4795 1999-06-08 21:27:57 +00:00
matt%netscape.com d7d9f98872 fixing bug 7155 1999-06-08 21:21:15 +00:00
law%netscape.com 00e1d8fd66 Display links in status bar when moused over 1999-06-08 20:59:41 +00:00
morse%netscape.com 3c51cf13ac fix wallet editor 1999-06-08 20:27:58 +00:00
matt%netscape.com 13ba6240a5 Adding navigator.xul fix for bug 7035 1999-06-08 19:53:48 +00:00
slamm%netscape.com 4002a461df Use a pref to remember open close state between sessions. 1999-06-08 00:56:06 +00:00
law%netscape.com 475e0fa63c "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
rjc%netscape.com 4604cacd4e Get true separators back in the bookmarks menu by adding a XUL template rule to check for them. 1999-06-05 03:01:54 +00:00
davidm%netscape.com c267203866 Add dialog resource files and icons 1999-06-05 01:20:16 +00:00
davidm%netscape.com fea85ddd4a Added icons and xul files for dialogs 1999-06-05 01:10:45 +00:00
davidm%netscape.com 20ccc6ea14 First Checked In. 1999-06-05 01:09:24 +00:00
hyatt%netscape.com efa11e7f11 Making the RDF menus closed by default. 1999-06-04 22:48:01 +00:00
hyatt%netscape.com 8aefa98f70 Removing the "open='true'" rule from the template for the bookmarks menu. 1999-06-04 22:24:37 +00:00
cmanske%netscape.com c738bc7e94 Changed dot selector to class~= syntax (XML selector style). Moved titled button image entry from navigator.css to xul.css so it works in dialogs 1999-06-04 22:03:09 +00:00
morse%netscape.com 9b4f8a23d0 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
ducarroz%netscape.com 226ca5d35a composeAppCore.NewMessage know takes only 5 parameters. 1999-06-04 05:47:05 +00:00
cmanske%netscape.com fe9c7dcc24 Changed [class=push] to .push (correct class selector syntax for CSS) 1999-06-04 00:33:38 +00:00
ducarroz%netscape.com 7dd5e454bd implemented MsgNewMessage and added code to open the addressbook when click on the AB button in the status bar. 1999-06-03 23:59:58 +00:00
rjc%netscape.com 0bac745e4d Remove some of the hard-coded URLs from the personal toolbar as they are duplicates of the URLs stored in the "Personal Toolbar" bookmarks folder. Also, give containers on the personal toolbar a distinct folder icon. 1999-06-03 07:41:05 +00:00
rjc%netscape.com f4b94052e3 Added XUL templates for main menubar and toolbar (which means that the personal toolbar now actually shows the URLs placed in the "Personal Toolbar" folder in bookmarks). 1999-06-03 07:33:38 +00:00
mcafee%netscape.com ebe2da1e06 Adding test#16, gfx widgets, to match viewer tests. 1999-05-29 06:22:00 +00:00
rjc%netscape.com c1b79058b4 Use entities instead of hard-coded text in translation menus. 1999-05-28 22:50:45 +00:00
akkana%netscape.com c30adc3405 Add plaintext editor as an option in browser and editor menus 1999-05-27 22:21:48 +00:00
rjc%netscape.com 0cd7ad6eb1 Add translation button option to browser toolbar. 1999-05-27 01:27:48 +00:00
rjc%netscape.com b3e2aaaa7d Enabled language translation menu items. 1999-05-27 00:47:58 +00:00
morse%netscape.com 24135d3563 added modal dialogs for wallet 1999-05-26 22:42:49 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
slamm%netscape.com 025e8356ec Add type='content' to content iframe. Important for selection. Fix for 7033. 1999-05-25 19:50:58 +00:00
slamm%netscape.com d42ca1d416 Add contentframe.(xul|js|css) for Sidebar and Content frames. 1999-05-25 00:07:50 +00:00
slamm%netscape.com 8470fda589 Finish last checkin. Put sidebar grippy.gif in res/toolbar for now. 1999-05-24 23:35:06 +00:00
slamm%netscape.com 53e1873b34 Use grippy/boxes/iframes for sidebar instead of frameset. Use 790x580 as default size to make room for sidebar. 1999-05-24 23:26:23 +00:00
slamm%netscape.com 52e2a9f738 Last part of fix for 6776. Check for containers properly when openening bookmarks. Previously approved by chofmann. Fix by rjc. 1999-05-24 23:25:52 +00:00
mcafee%netscape.com 4e37fe6838 Adding Tab test to Debug | XPToolkit. a=chofmann 1999-05-20 17:45:15 +00:00
mcafee%netscape.com fe18d004be Exporting tab.xul. a=chofmann 1999-05-20 17:44:05 +00:00
mcafee%netscape.com 5a45d8095d Test for tab widget. a=chofmann 1999-05-20 17:43:00 +00:00
danm%netscape.com 8f33434d3e more error checking, a missing GetIID method and another test button should fix bug 6751. a:chofmann 1999-05-20 02:24:31 +00:00
sfraser%netscape.com 11c68f561c Fix for bugs 4907, 5317; New blank editor window, and Edit Page. r akkana, kin. a chofmann. 1999-05-19 23:27:34 +00:00
danm%netscape.com fbda7ea0d9 adding partial (for DOM elements) chromemask support to apprunner 1999-05-19 04:11:54 +00:00
joki%netscape.com 71e96012a3 Breaking nsIDOMEvent out into nsIDOMEvent and nsIDOMUIEvent. 1999-05-18 23:51:04 +00:00
law%netscape.com b7b30bb136 Minor improvements 1999-05-18 22:18:16 +00:00
radha%netscape.com 9323d44f3e Hook up print button to BrowserPrint()
Give  a id to the "Stop" menuitem.
1999-05-18 22:11:20 +00:00
danm%netscape.com 0baf560391 adding 'do not localize' comments 1999-05-18 21:39:23 +00:00
law%netscape.com 5c61e67457 New File->Open dialog 1999-05-18 07:23:24 +00:00
law%netscape.com 766962d434 New File->Open dialog 1999-05-18 07:13:15 +00:00
slamm%netscape.com 46c776e561 Use sidebar generated from rdf. 1999-05-17 21:53:46 +00:00
sfraser%netscape.com 61a7ee752b Turn on selection in view source window. 1999-05-17 20:56:40 +00:00
danm%netscape.com 12a6b27bef adding parameter passing examples 1999-05-17 19:21:35 +00:00
matt%netscape.com d17db1898f placing all stings into dtd entities 1999-05-17 18:50:57 +00:00
law%netscape.com b0f74226e5 added load time to 'Document: Done' msg 1999-05-15 00:53:52 +00:00
law%netscape.com 652bc1a876 Fix 'Document: Done' and clean up some obsolete stuff 1999-05-14 22:57:07 +00:00
mcafee%netscape.com ab92332df1 Ah, we need & for & in XUL URL's. Fixing up the tinderbox URL. 1999-05-13 04:31:07 +00:00
evaughan%netscape.com bf31c42dde Fixed pseudoclass hack to actually use active, hover, focus pseudoclasses. 1999-05-13 01:35:16 +00:00
matt%netscape.com 0b171b7055 Changing the makefiles to viewsource.js and
adding viewsource.js function to start viewsource app
1999-05-13 00:21:55 +00:00
matt%netscape.com c18dbb8bc4 Added viewsource.js and needed to change the name to viewSource.js 1999-05-12 00:17:22 +00:00
matt%netscape.com aabef15808 Adding viewSource.xul and adding the viewsource.js makefiles 1999-05-12 00:07:23 +00:00
matt%netscape.com 5ade4c093a Ripping out javascript from viewsource.js 1999-05-12 00:06:17 +00:00
mcafee%netscape.com d045c31941 Borrowing the . prefix menu name convention fromthe ender team denoting that this menu item doesn't work yet. 1999-05-11 21:02:49 +00:00
mcafee%netscape.com 96fa1dbfdf Adding tinderbox to personal toolbar. 1999-05-11 08:16:02 +00:00
mcafee%netscape.com 7e96ed27ad Adding bugzilla personal toolbar entry. 1999-05-11 06:33:55 +00:00
evaughan%netscape.com 42f102682e Added tab visibility pseudo-element 1999-05-11 00:14:08 +00:00
davidm%netscape.com 681e01ed05 Fix JS for setting the message text 1999-05-10 22:15:17 +00:00
slamm%netscape.com 528253bab8 QA wants the smoke tests to be the first thing you see (bug #6038). 1999-05-07 19:25:13 +00:00
danm%netscape.com 4767b672e3 remove button image bug workaround, add xul namespace workaround 1999-05-07 00:12:18 +00:00
mcafee%netscape.com 5b37a05c2b Adding two dialog tests, courtesy danm@netscape.com. 1999-05-07 00:11:30 +00:00
pinkerton%netscape.com 08300976e4 renamed <tristatecheckbox> to <checkbox> 1999-05-06 00:55:32 +00:00
mcmullen%netscape.com ca6302432a Typo 1999-05-05 00:59:05 +00:00
hangas%netscape.com 764af91ef2 Export navigator.js for mac. 1999-05-05 00:48:04 +00:00
hyatt%netscape.com 8368c2943e Tweaks to get rid of controller stuff. 1999-05-04 23:38:03 +00:00
matt%netscape.com 18fefba49b Adding navigator.js file to makefiles 1999-05-04 22:42:51 +00:00
matt%netscape.com 9c945e58ef Adding navigator.js file to clean navigator.xul up 1999-05-04 22:42:06 +00:00
matt%netscape.com 488555ebc0 Adding navigator.js file to have js put into 1999-05-04 22:40:48 +00:00
morse%netscape.com 2adeae9b30 add ability to change wallet password 1999-05-04 18:07:32 +00:00
mcafee%netscape.com 1732f8d9e4 Adding verification URLs to Debug menu. 1999-05-04 02:58:15 +00:00
law%netscape.com 99c6085b1b Stop button; r=slamm, a=chofmann 1999-04-30 23:55:22 +00:00
ftang%netscape.com 5a7c5a3007 fix bug 5751. approved by cyeh. use right name for x-euc-tw 1999-04-30 19:21:10 +00:00
law%netscape.com 029d152e48 Fix for bug #5690; reviewed=hyatt; approved=chofmann 1999-04-30 01:26:00 +00:00
sspitzer%netscape.com 0d28a8d58d fix for bug #3812
throbber is not hard wired to go home.
start some of the i18N work for this xul file
1999-04-28 20:35:03 +00:00
law%netscape.com f6d126b1ea Drop saveToDisk and add unknownContent dialogs 1999-04-28 01:57:10 +00:00