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

968 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com f66be6c30c fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
shaver%netscape.com 89607b7de2 Repair missing newlines at end of files, and remove lines of the form
#endif foo
both of which upset HPUX's compiler quite a bit.
Patch from Andrew Taylor <Andrew.Taylor@cal.montage.ca>.
1999-11-26 05:33:35 +00:00
rjc%netscape.com be4a476563 Part of fix for bug # 19564: open search dialog via a chrome: URL. 1999-11-24 05:00:46 +00:00
warren%netscape.com 3120586293 Fix for loading resource: urls with -f option. Bug#18423. Now passing original url (rather than redirect) to Observe callback. 1999-11-24 04:34:26 +00:00
shaver%netscape.com f9858d1ee6 Move View->Sidebar toggle into sidebarOverlay.xul. Fixes 16618. r=ben_goodger. 1999-11-24 04:10:18 +00:00
pinkerton%netscape.com 713448c361 temp workaround for bug 19588, don't allow dragging of containers on personal toolbar. r=hyatt. 1999-11-24 00:17:34 +00:00
akkana%netscape.com 3d03085c9e 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
dougt%netscape.com 1834e49467 removing protocol icon stuff. 1999-11-23 01:55:59 +00:00
dougt%netscape.com 8d10314f6e Removing protocol icon. 1999-11-23 01:52:36 +00:00
law%netscape.com d30947f33e Fix for 18763; submitted by Steve Morrison (smorrison@gte.com); r=law@netscape.com 1999-11-22 23:04:34 +00:00
matt%netscape.com 906ae86a8c Fix for save as bug 15805 1999-11-22 19:55:47 +00:00
buster%netscape.com 93551f1751 moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
mscott%netscape.com f249767486 Bug #14928 --> inital uri dispatching landing. the app instance is a uri content listener. implement
that interface. Register the content listener with the uri loader when we are created and again when
we go away. Forward doContent calls on nsIURIContentListener to the webshell where we want content displayed.
r=travis
1999-11-18 07:19:39 +00:00
mscott%netscape.com 1809e0d6ea Add a debug menu item for turning on / turning off url dispatching
r=travis
1999-11-18 06:58:22 +00:00
mscott%netscape.com 6d1bce96d4 add labels for uri dispatching menu item which is in the debug window
r=travis
1999-11-18 06:57:36 +00:00
hangas%netscape.com b38fe7b788 New Skin work. New images for twisties. Added white border around navigator window. r=german 1999-11-16 22:54:38 +00:00
tbogard%aol.net 3caae87616 Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow(). 1999-11-16 20:05:21 +00:00
sspitzer%netscape.com 841772b155 go back to using window.content.home()
no need to duplicating code.
1999-11-16 19:29:29 +00:00
sspitzer%netscape.com e6da063538 fix for #18940. don't define the default home page in the dtd. this is already
set in all.js.

the bug was caused by code in navigator.js that got this attribute from the
home button, and tried to set the pref!

r=mozilla@bucksch.org (benb)
1999-11-16 04:50:32 +00:00
hangas%netscape.com 344df71cb3 Added some user-focus styles following saari's focus checkins, r=saari. Fixed 17947, 17780, 16483, 16601 which were related to focus issues. Some New Skin adjustments (menu color and 15219), r=german 1999-11-16 01:21:22 +00:00
tbogard%aol.net c1c0a44226 Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov 1999-11-15 07:29:23 +00:00
pinkerton%netscape.com fa50df615e add ability to drag the urlbar proxy icon as a demo of d&d. r=scc. 1999-11-13 23:28:51 +00:00
saari%netscape.com 1cfbe7d9a6 Landing focus changes. R: joki 1999-11-13 05:16:33 +00:00
warren%netscape.com 7f04320416 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
pinkerton%netscape.com 416e0713a3 added JS and handlers to enable dropping URLs onto the content area and having them load (r=sdagley). 1999-11-12 03:41:27 +00:00
rchen%netscape.com 5b96bace17 modify Localization notes 1999-11-12 01:00:30 +00:00
pinkerton%netscape.com 247cfa3b19 toolbar/tree d&d code reworking (r=hyatt). 1999-11-11 05:11:10 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
waterson%netscape.com 0392a71779 Bug 17953, 17959. Fix nsXULElement leaks by using nsCOMPtrs. r=warren, a=chofmann 1999-11-04 19:44:38 +00:00
radha%netscape.com a0e755871b Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
1999-11-03 22:30:44 +00:00
cls%seawood.org bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
pinkerton%netscape.com dab0e1f45e add text/plain flavor acceptance to dragOver on personal toolbar and set canDrop on drag session so win32 uses the correct cursor feedback. (r=saari). 1999-11-02 21:28:14 +00:00
cata%netscape.com d51644d159 Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018. 1999-11-02 21:27:02 +00:00
pinkerton%netscape.com e646c25b6d turn d&d on personal toolbar back on and clean it up after new xul file rewrite. 1999-11-02 03:53:30 +00:00
pinkerton%netscape.com bbbb68cbe0 add rule for drop feedback on personal toolbar (r=hyatt). 1999-11-02 01:35:42 +00:00
alecf%netscape.com 649ac66265 cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
brendan%mozilla.org f81d5969c6 (13163, r=alecf, scc, waterson, others; names available on request)
- Fix most of bug 13163 (see TODO for rest).  This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks. 

- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp.  These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that. 

- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString.  Also changed various nsresult vars to be named rv.  Also restored brace/style conformity to nsJSProtocolHandler.cpp. 

- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject. 

- Lots of nsCOMPtr uses added.  I'm using one for mNameSpaceManager.  Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak).  These two managers should be moved to the window object -- TODO item below. 

- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver. 

- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated.  This meant factoring nsJSUtils.cpp code. 

- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace. 

- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
alecf%netscape.com 4c8b395c8c update debug menu to reflect new DOMViewer location
(debug only not part of product)
1999-10-30 07:38:12 +00:00
evaughan%netscape.com 039be939e6 Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
rchen%netscape.com 222c39059f Add localization notes 1999-10-29 20:58:42 +00:00
cata%netscape.com bed851411e Fix for bug #17018, r=cata, checkin for momoi. 1999-10-29 20:41:21 +00:00
morse%netscape.com fe0e75c07d fix bug 14932, mozilla asserts if client-wallet is disabled, r=neeti 1999-10-29 19:31:30 +00:00
danm%netscape.com ed42ece260 dialog now uses okCancelButtons overlay. partial fix for bug 17529 r:hangas@netscape.com 1999-10-29 06:12:26 +00:00
hangas%netscape.com 4a72e1465c Fixed throbber id, bug 17271. r=german 1999-10-28 01:44:29 +00:00
cata%netscape.com 4b2093536d I'm checking in for momoi, r=cata, bug #17018, Charset Menu usability workaround. 1999-10-27 23:10:51 +00:00
hangas%netscape.com 84df0919cf Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt 1999-10-27 23:01:09 +00:00
hangas%netscape.com e60a23b7ac Fixed the order of the stop and reload buttons on the browser. r=german 1999-10-27 00:17:16 +00:00
slamm%netscape.com 612b1f6f25 Add entity for bookmarks menu on personal toolbar 1999-10-26 22:10:15 +00:00
slamm%netscape.com f7d9d255a6 Use real separator on personal toolbar menus. r=hyatt 1999-10-26 19:44:22 +00:00
slamm%netscape.com 844e9db727 Add bookmarks button (bug #14502) to personal toolbar. Fix spacing of buttons on personal toolbar. r=hyatt 1999-10-26 19:43:32 +00:00
hangas%netscape.com e6c96e93d4 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
ducarroz%netscape.com 61963bad56 Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
radha%netscape.com 9cf9ffe640 Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #. 1999-10-22 20:48:07 +00:00
dp%netscape.com 37e611148b Fixed crash on -f file on quit by using async proxy post event as
opposed to calling quit directly. r=dougt
1999-10-21 00:15:30 +00:00
law%netscape.com 755977ac26 Fix for bug #?????; Avoid false positive on check for -f cmd line option; r=warren@netscape.com 1999-10-20 14:40:25 +00:00
cmanske%netscape.com 9e5949f923 Changed a comment. This and last checkin were reviewed by mjudge 1999-10-20 01:06:05 +00:00
cmanske%netscape.com d63ebdf00e Adding menu item to start Composer from Browser debug menu as workaround for bug 16789 (can't start editor on command line). Also removed editor init page from code that's not even run? 1999-10-20 01:03:39 +00:00
alecf%netscape.com 3bfd243bc9 remove old gifs 1999-10-20 00:19:23 +00:00
warren%netscape.com 371d859b18 Added 'PageCycler' code so that we can iterate through URL loads (by calling mozilla.exe -f <file-of-urls>). We need this for adding bloat/leaks info to tinderbox. r=law 1999-10-19 22:01:28 +00:00
waterson%netscape.com 49f6bf693e Bug 15558. Fix personal toolbar style rules (patch courtesy dbaron@fas.harvard.edu). r=matt 1999-10-18 21:35:28 +00:00
shaver%netscape.com b6b3762c6f make View->Use Stylesheet use type=radio. (r=hyatt) 1999-10-17 21:38:21 +00:00
morse%netscape.com 0ccf1220b4 fix bug 15137, open->openDialog, r=jar 1999-10-16 23:36:22 +00:00
shaver%netscape.com c09d70aace Make View->Sidebar a type=checkbox menuitem (r=slamm) 1999-10-15 21:37:53 +00:00
beard%netscape.com 71bd7215e6 using dumpMemoryLeaks() instead of about:bloat?leaks. bug=15906, r=hyatt 1999-10-15 21:35:18 +00:00
beard%netscape.com be948fd2a4 added dumpMemoryLeaks(). bug=15906, r=hyatt 1999-10-15 21:35:11 +00:00
law%netscape.com 3701af60c8 Fix for bugs #16525 and #16527, Remove menu separator when not link or frame, add back in missing items; r=matt@netscape.com 1999-10-15 21:13:31 +00:00
law%netscape.com 6147b50106 Fix for bug #16269, add resizable feature to view-source window, r=danm@netscape.com 1999-10-15 21:11:22 +00:00
alecf%netscape.com 8b167a1893 fix back/forward buttons, #16415
a=leaf
1999-10-14 18:26:13 +00:00
tbogard%aol.net 6f592148b8 Changed the content area of navigator to use the new browser tag rather than html:iframe. r=hyatt. 1999-10-14 11:00:21 +00:00
beard%netscape.com 67ade3a167 added support for "about:bloat?leaks". bug=15906,r=warren 1999-10-14 01:56:49 +00:00
alecf%netscape.com f92243c775 convert to nsIModule
r=sspitzer
no bug
1999-10-14 01:40:27 +00:00
cmanske%netscape.com 074c63daae Fixed bug 16118, part of fix for 14342. Reduced size of ender input widget. r=hyatt,hangas 1999-10-14 00:13:21 +00:00
alecf%netscape.com 0fa5cd6df4 update new image names in all XUL, JS, and CSS 1999-10-13 04:26:01 +00:00
alecf%netscape.com 12a5dc2f40 oops, missed this mac file 1999-10-13 04:17:04 +00:00
alecf%netscape.com dddb1a32a5 export new images on windows
r=mscott
no bug
1999-10-13 04:09:25 +00:00
alecf%netscape.com 0084bc2df1 export new gifs on unix
r=sspitzer
1999-10-13 04:08:15 +00:00
alecf%netscape.com 172de2dfa6 checkin new image file names
not part of build
no reviewer 'cause you can't review images :)
no bug #, just maintenance for skins a la German
all files added with -kb
1999-10-13 03:57:13 +00:00
warren%netscape.com 0e00f0a570 Added Bloat statistics under QA menu. 1999-10-12 09:37:37 +00:00
radha%netscape.com c1ee066eb7 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
law%netscape.com 0e4600ac24 Bug #15916; cleaned up context menu generation to make it faster; rev=hyatt@netscape.com 1999-10-09 07:58:24 +00:00
dp%netscape.com 13cdc26847 adding precheckin tests. r=matt 1999-10-08 23:50:49 +00:00
dp%netscape.com fecc0faf3e Adding precheckin tests 1999-10-08 23:48:20 +00:00
kipp%netscape.com 65f6ba5343 Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
tao%netscape.com dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
tao%netscape.com 452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
dp%netscape.com 48397acd29 Instrumentation to detect leaks of BrowserInstance. r=don 1999-10-07 21:01:16 +00:00
mcafee%netscape.com 73d733e8c2 Cleaning up whitespace so I can edit this file with a clue. 1999-10-07 01:07:41 +00:00
slamm%netscape.com 7faffbd33c Remove call to sidebarOverlayInit(). This is already called in sidebarOverlay.js when sidebarOverlay.xul loads. Fixes bug #15719, 'Sidebar panels get added twice'. r=waterson. 1999-10-07 01:03:19 +00:00
waterson%netscape.com c9fb61d225 Comment out '_dead' renaming to get context menus working again. r=law 1999-10-06 18:53:32 +00:00
radha%netscape.com 98ab0bb7c2 Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
beard%netscape.com 9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com 0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
sdagley%netscape.com 169a932af5 First Checked In. 1999-10-01 05:20:25 +00:00
law%netscape.com b6d2de1cb0 Context menu updates 1999-10-01 04:43:45 +00:00
davidm%netscape.com 115319f3ac 4912 an't open bookmarks when no other window open 1999-10-01 03:28:43 +00:00
pavlov%netscape.com 5e06bffcf8 make buttons on the toolbar/personal toolbar crop when you resize the window small r=evaughan 1999-09-30 06:02:12 +00:00
slamm%netscape.com 86d180a7e2 Move sidebar styles to overlay. Related to changes for #14838. 1999-09-29 20:19:59 +00:00
slamm%netscape.com 1019e77c40 Move sidebar attributes into overlay (hide implementaton details). Put sidebar to left of sidebar again. Related to bugs #14838, #13878. 1999-09-29 20:19:53 +00:00
hangas%netscape.com 940bc92a57 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
mcafee%netscape.com 4e5b11f129 Adding brower buster to debug menu. a=chofmann,leaf r=radha 1999-09-29 00:23:12 +00:00
pinkerton%netscape.com 8d05127672 remove a spring to avoid excess reflows (bug 14782), rev hyatt/evaughan, appr leaf. 1999-09-28 21:24:16 +00:00
hangas%netscape.com 14554c992d Cleaned up usage of globalOverlay.xul, moved menu overlays into navigatorOveraly.xul which was the only place it was needed. a=chofmann 1999-09-28 04:40:15 +00:00
hangas%netscape.com 9f3eef8646 New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann 1999-09-27 20:56:35 +00:00
pavlov%netscape.com 0e1d8c6019 move the toolbars above the sidebar r=hyatt a=brendan 1999-09-25 02:53:55 +00:00
hangas%netscape.com 20d1e45d46 a=chofmann r=hyatt,jefft Cleaned up File and Edit menus for navigator and mail, fixed 14837, fixed 14255. Moved menu from navagator.xul and hiddenwindow.xul into navigatorOverlay.xul. Created global 'New" menu. 1999-09-24 23:03:40 +00:00
waterson%netscape.com f36c2ce6d4 Bug 11661. Fix <menu> templates to include <menupopup> children. 1999-09-24 05:44:04 +00:00
radha%netscape.com 0d0ae31dfd Don't call UpdateGoMenu twice. 1999-09-23 17:46:03 +00:00
ftang%netscape.com 1e1104f9df add charset detectors menu 1999-09-22 08:24:57 +00:00
law%netscape.com 5cdaefc592 Better context menus (but still a ways to go) 1999-09-22 07:30:44 +00:00
law%netscape.com 9f9f72b6e1 Minor context menu tweaking 1999-09-22 07:20:06 +00:00
cata%netscape.com 966c3f77c1 Activation of the new charset menu. 1999-09-22 06:01:49 +00:00
matt%netscape.com fe1cee9965 Moving the chrome out 1999-09-22 02:59:56 +00:00
saari%netscape.com cb935f51c7 Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange. 1999-09-21 23:02:35 +00:00
evaughan%netscape.com feb38492b6 Fixed bug that made the toolbar not shrink 1999-09-21 22:59:24 +00:00
pinkerton%netscape.com 1b2bfe6f81 disabling d&d for alpha-thang. 1999-09-21 22:54:05 +00:00
law%netscape.com 7e4762c9e9 Get context menu attached to content area 1999-09-21 22:03:56 +00:00
hangas%netscape.com 669e7fa437 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
radha%netscape.com 97efb55ea4 Add an id to the menubar 1999-09-20 21:05:55 +00:00
radha%netscape.com 8f8db1c5c6 Re-enable 'Go' menu 1999-09-20 21:04:38 +00:00
davidm%netscape.com ab55f42520 Add check marks to view menu. Make collapse state persistent. Add slider to the list of chrome that should be hidden when the side bar is hidden 1999-09-20 01:55:16 +00:00
davidm%netscape.com 9e11c59200 Disable some debugging code 1999-09-19 07:21:20 +00:00
davidm%netscape.com 52a1b98a6b 14180 when no windows open, non-applicable menu items still active 1999-09-19 07:11:34 +00:00
davidm%netscape.com 485534ab8a 14186 "Open Web Location" dialog appears at 0,0 1999-09-19 06:34:30 +00:00
davidm%netscape.com 168bf1fca4 14179 opening a new browser window when none open doesn't go to ho 14182 chosing "View:Reload" from menu disables Reload menu item 1999-09-19 06:28:04 +00:00
morse%netscape.com d0b8d165c6 fix linkage error if CleintWallet is excluded from build 1999-09-18 20:21:44 +00:00
sspitzer%netscape.com b820ce8dff move alecf's almighty dom viewer to the top of the debug menu.
why hide such a kick-ass app?
note, this kick-ass only works on windows and unix.
we need help with the mac project files.
1999-09-18 17:01:12 +00:00
briano%netscape.com cd3098a8ae General cleanup. 1999-09-18 03:45:06 +00:00
davidm%netscape.com 5953816a92 Use browser window for view source add extrachrome class to sidebar and task bar 1999-09-18 03:32:53 +00:00
law%netscape.com 1928c06bc6 Make Open Web Location dialog modal 1999-09-18 01:27:36 +00:00
tao%netscape.com 20d7ae6eb9 Hook up da-DK 1999-09-18 01:15:01 +00:00
davidm%netscape.com 3e09ede30f update open location to work when no browser app core is provided. Will always open in a new window 1999-09-18 00:31:15 +00:00
alecf%netscape.com cd466c2457 add DOM viewer to the debug menu 1999-09-18 00:20:15 +00:00
law%netscape.com f9212a3d0a More context menu stuff 1999-09-17 23:53:20 +00:00
law%netscape.com f9bd9a15a4 Adding context menu stuff 1999-09-17 23:41:56 +00:00
slamm%netscape.com f7912edc3f Remove extra box. Tweak some formatting. First pass at personal toolbar popups. 1999-09-17 23:37:41 +00:00
tao%netscape.com ddde4bd24f First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 21:09:52 +00:00
waterson%netscape.com 34f7163631 Bug 12649. Add walk-down on personal toolbar folders pulled in from bookmarks datasource. 1999-09-17 20:16:36 +00:00
rpotts%netscape.com 1c06b05946 Fixed the throbber to work with framesets... 1999-09-17 08:08:30 +00:00
tbogard%aol.net 7fa1736cfd Adding sample to show how tool icons don't properly update when told to via css. 1999-09-17 07:43:36 +00:00
mcafee%netscape.com 7cc1b02b8b License, plus dropdown examples. 1999-09-17 05:23:48 +00:00
syd%netscape.com f07cb272bf Looks like the cvs update/merge needed some manual intervention. Took our offending cruft. Preserved
usage of _blank which according to cvs log is what law intended.
1999-09-17 02:02:18 +00:00
davidm%netscape.com 51bcd48d67 Remove obsolete code. Move some wallet code off to js 1999-09-16 23:46:55 +00:00
davidm%netscape.com e91630628d Change quit code. Change wallet code to load URL's directly rather than call appcore 1999-09-16 23:44:07 +00:00
law%netscape.com 612cd3ec05 _new -> _blank 1999-09-16 19:20:56 +00:00
sspitzer%netscape.com 4b5eef34a2 wrap more in the try / catch block to prevent exceptions making
there way to the console.
1999-09-16 11:00:20 +00:00
hangas%netscape.com 701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
davidm%netscape.com c078d5b1b0 13907 cmd-key for bookmarks is cmd-m 1999-09-16 04:34:47 +00:00
law%netscape.com 264c585f12 Initial context menu support 1999-09-16 04:15:40 +00:00
radha%netscape.com d9f4a9bab5 No need to update the urlbar in OnEndDocumentLoad() 1999-09-15 19:32:17 +00:00
rjc%netscape.com ff0ca2d33a Make sure that window.content.location.href is defined and not an empty string. 1999-09-15 11:36:34 +00:00
rjc%netscape.com e477157a1b "rdf:find" is now called "rdf:localsearch" 1999-09-15 10:21:47 +00:00
davidm%netscape.com 2642a98f2e 12078 [RFE] Should be able to control which toolbars are displayed 10978 [FEATURE] Collapsible toolbars 1999-09-15 04:42:07 +00:00
law%netscape.com 138a265ae5 Remove wallet stuff that's not used here 1999-09-14 23:50:40 +00:00
law%netscape.com 41ca89ff79 Merge kipp's string cleanup from browser app core 1999-09-14 23:19:53 +00:00
slamm%netscape.com b2ece5661f First pass at new sidebar layout using xul overlay, boxes, and splitters. . Call sidebar's init function 1999-09-14 23:09:19 +00:00
slamm%netscape.com 493a176d50 First pass at new sidebar layout using xul overlay, boxes, and splitters. Some reformating too. 1999-09-14 23:09:15 +00:00
hangas%netscape.com 45585a0cab Fix to run-time bustage. 1999-09-14 22:57:21 +00:00
hangas%netscape.com 7506119db8 Partial Fix to run-time bustage. 1999-09-14 22:51:24 +00:00
hangas%netscape.com 172013dbd6 Modified Navigator to use globalOverlay for File and Edit menu. 1999-09-14 22:07:43 +00:00
hangas%netscape.com 134339044d Modified Navigator to use globalOverlay for File and Edit menus. 1999-09-14 22:05:11 +00:00
radha%netscape.com 056b843078 Update the url bar as soon as a successful connection is made to the
server. Make sure this is done only for top level documents, not when
sub-frames are loaded
1999-09-14 21:50:41 +00:00
law%netscape.com d06ed909ad Remove uses of toolkitCore 1999-09-14 21:30:57 +00:00
law%netscape.com eebe4b7c0b Clean up 1999-09-14 21:28:34 +00:00
law%netscape.com 0de1fb4362 Fix title 1999-09-14 21:26:58 +00:00
law%netscape.com ed17fe955a Minor tweak to view source title 1999-09-14 21:25:03 +00:00
rchen%netscape.com 284e0279db Add localization notes 1999-09-14 21:21:51 +00:00
rchen%netscape.com 93d135430a Add localization notes 1999-09-14 20:24:29 +00:00
matt%netscape.com 26f85ee39d fixing bug 12525 1999-09-14 19:35:15 +00:00
law%netscape.com 62311a91e1 Remove test <keyset> 1999-09-14 19:23:04 +00:00
tbogard%aol.net 98b0737282 Added the global css files to the list of css includes. 1999-09-14 00:16:17 +00:00
tbogard%aol.net 1a450eae12 Changed sites to be something smaller without pop-ups for testing. 1999-09-13 23:34:00 +00:00
rpotts%netscape.com 164cdbe1d5 Fixed OnEndDocumentLoad so it does not leak webshells or memory.. 1999-09-13 21:46:49 +00:00
dougt%netscape.com 53c258fc71 adding default to the nsFileSpec chrome path. There should be a better
way to do this.
1999-09-13 19:58:53 +00:00
davidm%netscape.com dfd7942c3a fix some wrong labels. 1999-09-12 23:49:13 +00:00
hangas%netscape.com b476cf0018 Added Preferences to globalOverlay.xul and converted the windows over to use it. 1999-09-12 08:27:01 +00:00
hangas%netscape.com ec7d0eb62b Added many menu items to globalOverlay.xul and modified messenger 3pane, compose window, and address book to use them. 1999-09-12 02:22:11 +00:00
matt%netscape.com 610e07e279 fixing bug 12032 by adding blank window 1999-09-10 19:20:57 +00:00
matt%netscape.com a2bdcc6e53 fixing bug 13281 1999-09-10 18:42:20 +00:00
hyatt%netscape.com cd3a84b435 Popup work. 1999-09-10 08:56:26 +00:00
alecf%netscape.com 002d1eb503 stop using NS_ICOMMANDLINE_CID 1999-09-10 05:34:15 +00:00
davidm%netscape.com e08dce722a remove some duplicate broadcasters 1999-09-10 05:27:21 +00:00
davidm%netscape.com 478af404e1 Add code to get default URL out of dtd. Also have code to tile and resize window but that can't be turned on until windows returns the right value for screen.avail* 1999-09-10 01:03:06 +00:00
davidm%netscape.com b3a1244f03 move command keys to dtd file 1999-09-10 01:01:51 +00:00
davidm%netscape.com f68efcb49d Move command keys to dtd. Add code to get default homepage url from dtd 1999-09-10 01:00:37 +00:00
law%netscape.com 3101e8fff3 Fix File->Quit 1999-09-10 00:55:25 +00:00
radha%netscape.com f881f962e9 Fix for 5624. Location bar is updated as soon as a successful
connection is made to the server.
1999-09-09 19:41:09 +00:00
rjc%netscape.com b08327d237 Prepare Drag&Drop code for actually manipulating data via RDF for the personal toolbar. 1999-09-09 11:33:38 +00:00
morse%netscape.com 6bbfbd49ca localize wallet xul files 1999-09-09 06:43:15 +00:00
pinkerton%netscape.com 37806a44b8 dragover on personal toolbar. 1999-09-09 06:27:43 +00:00
davidm%netscape.com ee91e3f48d Add in all the accesskey entities 1999-09-09 05:00:20 +00:00
davidm%netscape.com 12457c7682 Move menus over into navigatorOverlay.xul. Hook up some of the keybindings 1999-09-09 04:47:21 +00:00
davidm%netscape.com d1c0a824bb add navigatorOverlay.xul 1999-09-09 04:46:54 +00:00
davidm%netscape.com 5f3e0442bf First Checked In. 1999-09-09 04:45:44 +00:00
matt%netscape.com 7eda39d911 Adding wallet ... files 1999-09-09 00:14:24 +00:00
norris%netscape.com eb23e76298 Fix bug 13253.
Enable restrictions on use of Components array from web JavaScript.
1999-09-07 20:40:20 +00:00
rjc%netscape.com bcfcb2ea8f Tweak UpdateBookmarkLastVisitedDate() and Translate() functions. 1999-09-07 08:52:22 +00:00
rjc%netscape.com f1f4356faa Move string declaration to DTD. 1999-09-07 07:31:51 +00:00
morse%netscape.com 55cd2133a6 wallet code now uses xul files instead of html files 1999-09-06 14:07:27 +00:00
mcafee%netscape.com 24a3925c09 Adding small default offset of 10,10 so that X window managers don't place the window exactly at 0,0, pushing the window manager chrome off-screen. This is a temporary workaround, we should do a better job of telling the WM what to do. 1999-09-05 21:22:43 +00:00
dougt%netscape.com c437641dc6 removing redundant default/ in chrome uri string 1999-09-03 23:59:05 +00:00
law%netscape.com 230818972e Make size/pos persist 1999-09-03 22:56:23 +00:00
law%netscape.com 26d0132c84 Switch to browser app core replacement and try to save window size/pos 1999-09-03 22:55:25 +00:00
danm%netscape.com e68f60f671 implemented intrinsic sizing method on DOM Window 1999-09-03 22:41:56 +00:00
sfraser%netscape.com e7f5024bb1 Fix the fragment name to fix Mac quit on startup. r bill law, a leaf. 1999-09-03 20:38:31 +00:00
tbogard%aol.net d562341d39 Tests for collapsing of boxes. 1999-09-03 09:29:56 +00:00
briano%netscape.com 747d21d900 Fixed the objdir-specific breakage. _Never_ include generated files from topsrcdir. 1999-09-03 01:14:07 +00:00
pinkerton%netscape.com c302e0ade3 personal toolbar d&d now in JavaScript. 1999-09-02 23:16:37 +00:00
law%netscape.com 51a04b9eac Adding to unix builds 1999-09-02 21:53:57 +00:00
radha%netscape.com 82f78cfc28 New session history methods Set/GetHistoryObjectForUrl() 1999-09-02 21:53:28 +00:00
law%netscape.com 2bbb929ed4 Adding to windows build 1999-09-02 21:49:07 +00:00
law%netscape.com ec68b3bd86 do nsIBrowserInstance.idl on windows 1999-09-02 04:52:23 +00:00
law%netscape.com 874159d0c6 Prepare for app core replacement and some general cleanup 1999-09-02 04:46:30 +00:00
law%netscape.com 5b4c007785 some cleanup 1999-09-02 04:10:22 +00:00
law%netscape.com 2338164ba2 Cleanup so it can be used with window.openDialog 1999-09-02 04:08:22 +00:00
law%netscape.com 2940277b52 Fix so it builds the proper .xpt 1999-09-02 04:06:39 +00:00
law%netscape.com 2235f54405 Add selectAll 1999-09-02 01:22:14 +00:00
law%netscape.com 9177dfea0f Add SelectAll 1999-09-02 01:21:48 +00:00
law%netscape.com 0fc32243ad Update (not activated yet) 1999-09-02 00:55:08 +00:00
law%netscape.com e7ae86cd67 First Checked In. 1999-09-02 00:49:53 +00:00
law%netscape.com a21fe53a43 First Checked In. 1999-09-01 23:36:26 +00:00
law%netscape.com e0c6a2f9dd New for mac build (but not activated yet) 1999-09-01 22:38:37 +00:00
matt%netscape.com d6111050f3 taking out tree since it is old. bug 10275 1999-09-01 21:35:58 +00:00
matt%netscape.com 842a9f1be1 Adding help menu with xul overlay 1999-09-01 20:55:12 +00:00
law%netscape.com 0aa6205858 Update to modified nsBrowserAppCore 1999-09-01 20:41:30 +00:00
slamm%netscape.com dfbe041913 Add 'select all'. Move 'close' in popup to center. 1999-09-01 20:14:07 +00:00
slamm%netscape.com 09d51b6c8b Add 'select all' 1999-09-01 20:14:02 +00:00
davidm%netscape.com 18c70ace34 Move my Netscape url over to the dtd file 1999-09-01 04:34:09 +00:00
cyeh%netscape.com 34cd2ddae1 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:13:14 +00:00
law%netscape.com dd33f93f11 xpidl app core 1999-08-31 14:05:08 +00:00
dougt%netscape.com 3f154a0c36 Cleaning up css and dtd to remove "security" stuff.
making protocol-icon borderless.
1999-08-31 01:57:18 +00:00
radha%netscape.com 3908cb6dfc Add function gotoHistoryIndex() for session history in go menu 1999-08-30 22:08:38 +00:00
radha%netscape.com 06532a571e Remove old Session history menu items from 'Go' menu 1999-08-28 23:59:17 +00:00
pavlov%netscape.com d7e1f9421c add color picker test menu item 1999-08-28 08:40:14 +00:00
pavlov%netscape.com e677f696dd label for color picker menu item 1999-08-28 08:39:31 +00:00
pavlov%netscape.com e71d966ebb sample colorpicker 1999-08-28 08:36:42 +00:00
evaughan%netscape.com f781250e40 Fixed to gfx scrollbar.
Fixed some blockers.
1999-08-27 06:06:39 +00:00
rjc%netscape.com b8c237ee7f Try resolving URL property before opening a bookmark, in case its a IE favorite (under Windows, or BeOS) or a internet search result. 1999-08-25 01:30:17 +00:00
rjc%netscape.com a4ddd3578c Add internetsearch datasource in for bookmarks menu, and fix separator generation. 1999-08-25 01:14:49 +00:00
radha%netscape.com 9b98311b1a Really put in that id for the go menu 1999-08-24 23:27:27 +00:00
radha%netscape.com acc1e7d82a Add a id to 'Go' menu 1999-08-24 23:01:30 +00:00
radha%netscape.com 34fac3502b Add an id to the Go menu for adding session history 1999-08-24 20:06:36 +00:00
cyeh%netscape.com 89c81abe39 removing bogus build number, setting 0000000000 to remove ambiguity 1999-08-24 00:59:22 +00:00
morse%netscape.com cd4f389b7c remove wallet's auto-capturing 1999-08-24 00:48:16 +00:00
danm%netscape.com ed5b9e5448 restoring chromeclass to urlbar removed in rev 1.28 1999-08-21 01:04:05 +00:00
german%netscape.com 4f8c1c0245 updating this windows caption, since it's now just opening web location. also moving window title to dtd for localization 1999-08-21 00:19:18 +00:00
german%netscape.com d56538941d seperating out open file, which is now a separetae menu cmd 1999-08-20 23:21:30 +00:00
german%netscape.com b7195da656 splitting open file and open web page menus 1999-08-20 23:20:18 +00:00
german%netscape.com 46d6cb89ae preparing for split of open menu into open file and open web page 1999-08-20 23:17:12 +00:00
danm%netscape.com f59dad7a0f adding 'status' chromeclass to the other half of the status bar 1999-08-20 23:00:43 +00:00
hyatt%netscape.com d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00