sfraser%netscape.com
b67f60eec2
Workaround for bug 26265, to handle failure to load string bundle at startup. r=ben, a=leaf
2000-02-03 23:04:50 +00:00
brade%netscape.com
3159343508
alternative cut/copy/paste keybindings (bug #25779 ); r=kin
2000-02-03 14:58:40 +00:00
racham%netscape.com
6b01f7a730
Fixing bug 16791. Check if the current profile is available to return the profile directory value. r=gayatrib
2000-02-03 11:21:09 +00:00
morse%netscape.com
cce4fd2f93
implement disginguished-schema in wallet, r=waterson
2000-02-03 08:09:04 +00:00
sspitzer%netscape.com
96a0249281
change to allow someone to use the "no strip url" interface in wallet.
...
no one is using it yet, because it doesn't work.
r=mscott
2000-02-03 05:01:42 +00:00
valeski%netscape.com
41512e1d6a
URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
2000-02-03 03:44:22 +00:00
ben%netscape.com
0a67a598f2
fixing appearance of personal toolbar items per 15558, r=waterson
2000-02-03 03:23:04 +00:00
ben%netscape.com
114faa0ff9
changing appearance of personaltoolbar items per 15558, r=waterson
2000-02-03 03:22:37 +00:00
vidur%netscape.com
0f4ca0008c
Fix for bug 26115. Missing addref in nsXULWindow::GetDocShell. r=travis
2000-02-03 01:01:31 +00:00
jbetak%netscape.com
699f297668
r=rjc, ftang, fixed bug# 24933, made mUnicodeDecoder a static class member
2000-02-03 00:40:28 +00:00
ben%netscape.com
548f4bbdfa
fixing profile create js error, r=valeski
2000-02-02 20:37:35 +00:00
tbogard%aol.net
a4a1232ca0
Fixed titles of windows so they correctly show up when set from XUL files. r=hyatt
2000-02-02 04:58:18 +00:00
cata%netscape.com
60bddd1ce1
Change RDF datasource ProgID for the Charset Menu. r=ftang
2000-02-02 04:12:14 +00:00
tbogard%aol.net
bd784e422a
Added implementation for GetPrimaryContentShell now that it was added to nsIDocShellTreeOwner. r=hyatt
2000-02-02 02:28:32 +00:00
slamm%netscape.com
cd58e3cb00
Revert to old sidebar ui (bug 26075). Changes for remote folders in customize (bug 23357). More changes for 23357 are coming...
2000-02-02 00:28:00 +00:00
norris%netscape.com
c04c4d51f9
Fix bug #25864 watch() vulnerability
...
r=vidur,rogerl
2000-02-02 00:22:58 +00:00
alecf%netscape.com
d98a4d2ef9
add GetDataForTag() so that WSM consumers can pre-fill content area pages before they are displayed for the first time
...
r=ben
2000-02-02 00:08:37 +00:00
ben%netscape.com
56b9738994
fixing mousewheel pref panel causing the prefsdialog to not quit on OK, r=jst@citec.fi
2000-02-01 23:06:49 +00:00
law%netscape.com
03142628e0
Delay closing dialog slightly to avoid timing bug on Linux; b=?????, r=danm@netscape.com
2000-02-01 22:40:30 +00:00
pp%ludusdesign.com
0106d94d4c
Converting ::GetIID() to NS_GET_IID(). Bug #20232 . r=scc@netscape.com
2000-02-01 22:27:48 +00:00
pinkerton%netscape.com
ff5704575e
native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc.
2000-02-01 22:26:21 +00:00
pp%ludusdesign.com
48e640ed4f
Conversion to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-01 14:26:27 +00:00
sspitzer%netscape.com
b4f1c05ac0
make it so we can stuff a value given to us by the user from a Prompt()
...
can be stuffed into the single signon database, just like a password
can be. auth news needs this. r=dp,alecf
2000-02-01 08:43:48 +00:00
morse%netscape.com
f4077f3663
reverting back to version 1.11, new changes broke single signon
2000-02-01 08:08:06 +00:00
rjc%netscape.com
ef519570f0
More changes for bug # 24959: sidebar search panel changes.
2000-02-01 03:06:46 +00:00
mcafee%netscape.com
25e7eeb7f7
Fixing XUL typo, r=ben
2000-02-01 02:46:01 +00:00
rjc%netscape.com
3aace03128
Part of work for bug # 24959: the sidebar's search panel now has an input field for doing searches and "notices" / "remembers" when you search for something via a web page (if we have a matching search dataset.)
2000-02-01 02:44:25 +00:00
scc%netscape.com
6366d6d779
Fixed access paths for upcoming switch to Pro5, see bug #25949 . r=pinkerton
2000-02-01 00:49:16 +00:00
hyatt%netscape.com
e0003e62a8
Keeping space from scrolling. This is a total and complete hack that wants a better fix later.
2000-02-01 00:38:51 +00:00
akkana%netscape.com
65781a368d
18033: Emacs XBL key bindings for unix. r=hyatt
2000-01-31 23:47:40 +00:00
scc%netscape.com
8424ac3d64
removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton
2000-01-31 23:45:42 +00:00
hangas%netscape.com
eb85b2aac5
Partial Fix for 25139. r=scottip
2000-01-31 23:24:21 +00:00
ben%netscape.com
3e08a6366c
fix for checkbox in wallet dialogs having label "check", r=alecf
2000-01-31 21:49:31 +00:00
danm%netscape.com
94a219f706
changing name of opened window from 'null' to '_blank'. travis' idea. r:me
2000-01-31 21:33:50 +00:00
tbogard%aol.net
7c45f8716d
The default content tree owner now has a separation of primary versus normal content areas. Primary areas are the only content areas that actually react to and set the title.
2000-01-30 07:29:38 +00:00
tbogard%aol.net
a5383448c8
Need to specify the class to call because the nsWebShellWindow base ends up calling the content set title. This ensures that Chrome and content go different paths for Setting the title.
2000-01-30 07:18:01 +00:00
ben%netscape.com
3ed3c22fb7
common dialog (25104)/dialogOverlay appearance tweaks
2000-01-30 02:01:59 +00:00
ben%netscape.com
14c814dee6
25104 - common dialog appearance tweaks, skinnability.
2000-01-30 01:59:40 +00:00
ben%netscape.com
5acc7f1910
menu appearance tweaks, commondialog appearance work (25104)
2000-01-30 01:58:46 +00:00
sspitzer%netscape.com
ca164ddbb2
ignore generated makefile
2000-01-29 22:30:55 +00:00
tbogard%aol.net
b1f0a0aacb
Fixed bug where when the aRequestor was the tree owner of the docShell in a content shell list. It was not advancing checking to see if the list had more.
2000-01-29 11:15:15 +00:00
tbogard%aol.net
e88463bfe8
Fixed the order in which the main docShell is released against when the content shells are released. The content shells are held onto until after the main docShell is released so the content shells can still be grabbed.
2000-01-29 11:08:21 +00:00
mscott%netscape.com
5299c7f507
oops forgot a checkin!!!
...
include nsIDocumentLoaderFactory.h
r=travis
2000-01-29 06:48:38 +00:00
mscott%netscape.com
7478af3fd0
include nsIDocumentLoaderFactory
...
r=travis
2000-01-29 06:09:13 +00:00
mscott%netscape.com
ee72520994
Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
...
r=travis
2000-01-29 06:08:52 +00:00
michael.lowe%bigfoot.com
c76eb61269
Repositioning offline menu item in browser (bug 24044)
2000-01-29 02:52:36 +00:00
sfraser%netscape.com
cfef057383
Fix for 25366 -- check for color grafport before getting the GrafVars. r=pinkerton
2000-01-28 23:39:24 +00:00
mjudge%netscape.com
3524003c64
adding bindings to handle some specific windows cases. simple change
2000-01-28 23:24:29 +00:00
sspitzer%netscape.com
7a566e754c
add new line to the end of the file. that is a CID, not an IID, so use the right macro.
2000-01-28 23:12:24 +00:00
dp%netscape.com
5e21feaad4
- Converting to Generic Module
...
- Removing unneccessary IID and CID defines
r=waterson
2000-01-28 09:21:54 +00:00
dp%netscape.com
f5cb07fa25
- Converting to Generic Module
...
- Removing unneccessary defines of IID and CID
r=rjc
2000-01-28 09:14:44 +00:00
syd%netscape.com
5473932705
Added support for registering JS functions, by the preference panel, with
...
prefwindow. These will be called by prefwindow when the user hits OK or
Cancel button; the intent is that a panel can then determine if the user
made changes that were commited, and act upon them. I will post something
to prefs and general about how that can be done. r=ben
2000-01-28 05:35:32 +00:00
sdagley%netscape.com
bbe5a1d59d
Fix #25042 . Moving PR_Init_Log proto from prlog.h to pprio.h as it is an internal function that normally doesn't belong in the NSPR public interfaces but the Mac needs it. Changes actually from wtc, sdagley just reviewed them and is checking them in.
2000-01-28 04:00:28 +00:00
hyatt%netscape.com
98a3a526b1
Getting rid of createPopup
2000-01-28 03:04:40 +00:00
waterson%netscape.com
fa13303470
Make sure to install htmlBindings.xml on Mac and Unix.
2000-01-28 00:28:05 +00:00
law%netscape.com
c2e0d3f0e1
Tweaks to new shist per bug 18804; r=travis@netscape.com
2000-01-27 14:31:01 +00:00
hyatt%netscape.com
88f06ca41e
Adding files for Mac.
2000-01-27 09:55:01 +00:00
hyatt%netscape.com
952e178387
Adding files for UNIX.
2000-01-27 09:52:07 +00:00
hyatt%netscape.com
d186b2e002
Adding makefile stubs for UNIX.
2000-01-27 09:51:32 +00:00
hyatt%netscape.com
56a8de0b1c
*** empty log message ***
2000-01-27 09:39:48 +00:00
hyatt%netscape.com
6d238e1056
Working on input field conversion to XBL.
2000-01-27 08:23:04 +00:00
hyatt%netscape.com
ac565042b5
Making sure htmlBindings.xml gets installed.
2000-01-27 08:15:48 +00:00
hyatt%netscape.com
746d0b6f12
First draft of the new XBL key binding handlers for HTML input fields and
...
text areas.
2000-01-27 08:15:29 +00:00
pepper%netscape.com
37e80e1ac7
All source files must contain a newline at the end of some unix builds fail.
2000-01-27 06:13:00 +00:00
pepper%netscape.com
87cbe5c9a6
ALL files must have a newline at then end
2000-01-27 06:07:03 +00:00
pepper%netscape.com
be6c10cf51
ALL files MUST have a newline at the end of certain unix builds will fail
2000-01-27 06:05:39 +00:00
tbogard%aol.net
0fa1a19b4d
FindWebShellWithName now mainly relies on the implmenetation of nsContentTreeOwner::FindItemWithName for the implementation of finding named shells.
2000-01-27 06:01:02 +00:00
tbogard%aol.net
31982f8d7d
Fixed FindItemWithName not to search shells that initiated the search request. Moved the guts of nsIDocShellTreeOwner::ContentShellAdded to nsXULWindow.
2000-01-27 05:59:48 +00:00
tbogard%aol.net
37a85fa443
Implemented FindItemWithName(). Stubbed out many of the other functions that shouldn't be called with error conditions. Setup nsContentTreeOwner as the default treeowner when one is not already set.
2000-01-27 05:59:44 +00:00
tbogard%aol.net
7be33c9438
Made the destructor virtual. Added ContentShellAdded notification to nsXULWindow.
2000-01-27 05:59:42 +00:00
tbogard%aol.net
2c35e7b993
Made the destructor virtual.
2000-01-27 04:56:21 +00:00
pepper%netscape.com
39f2d48ffb
Yet another source file without an newline at the end. ALL file must have one.
2000-01-27 03:50:38 +00:00
alecf%netscape.com
640bb377d7
move global locale files into en-US
...
#20296
r=hangas
2000-01-27 03:19:24 +00:00
waterson%netscape.com
767cad41f2
Bug 24499, 15586. Hold strong ref to nsIRDFXMLSinkObservers; add onError() method to nsIRDFXMLSinkObserver API; be sure to notify observers in synchronous load case. r=shaver
2000-01-27 02:24:20 +00:00
saari%netscape.com
8e132ddbbe
part of previous checkin
2000-01-26 22:48:16 +00:00
ben%netscape.com
98f3f80ed9
fix pref dialog fail-on-ok bug
2000-01-26 21:56:50 +00:00
dcone%netscape.com
e31204f271
support for regression testing. r=rods
2000-01-26 15:14:41 +00:00
jband%netscape.com
eef6de8432
Lots of xpconnect bug fixes...
...
- fix bug 12954 "should throw when setting non-settable props".
- fix bug 13418 "xpconnect needs to be threadsafe".
I think I filled in the cracks. Tests would be nice :)
- fix bug 22802 "[MLK] XPConnect Leaks".
- fix bug 24119 "[MLK] Reminder about cleaning up maps".
- fix bug 24453 "xpconnect needs default security manager".
I also changed the code in DOM and caps to just install a default secman and
not install a secman for each JSContext.
- fix bug 24687 "xpconect should avoid resolve performance suckage".
Added (modified) patch from shaver to create my JSObjects with the
global object as the temporary proto to avoid losing lookup.
- hack for bug 24688 "runtime errors in wrapped JS are not made obvious"
Added a debug only printf. We still need a JSErrorConsole service for this.
- fix bug 16130 "createInstanace and getService can create wrappers around wrappers"
Fixing this one really entailed changing the semantics of nsIXPConnect::wrapNative
and nsIXPConnect::wrapJS to use common code in xpcconvert that deals with existing
wrappers and DOM objects (with their own schemes for wrapping and unwrapping).
So, I changed the callers because the params changed slightly and some callers
were doing more work than necessary given the new semantics.
- Continued in the crusade to replace manaual refcounting with nsCOMPtrs whenever
touching old code.
- Added myself as first contributor to xpconnect files (vanity prevails!)
- Added new copyright header on some files that were missing it.
- Added some API comments.
- Converted nsXPCWrappedJS to implement nsIXPConnectWrappedJS via MI rather than
the old loser scheme of the nsIXPConnectWrappedJSMethods tearoff object.
- added DumpJSStack as globals to xpconnect and DOM dlls to be callable from
debuggers. I have ideas on how to improve and expand this support soon.
r=mccabe
2000-01-26 08:38:10 +00:00
tbogard%aol.net
3f4b2bdf09
Fixed case of methods off the nsIWindowMediator interface as they have now changed to be JS compliant.
2000-01-26 05:17:52 +00:00
tbogard%aol.net
09ffeda71a
Fixed case to match the changes in case of nsIWindowMediator.
2000-01-26 03:14:50 +00:00
ben%netscape.com
cf97536675
making prefwindow modal again...
2000-01-26 03:05:57 +00:00
ben%netscape.com
614d54874f
some js dumps to display state of params passed into prefwindow...
2000-01-26 03:03:37 +00:00
tbogard%aol.net
68999d0a93
Fixed case of methods called on nsIWindowMediator interface to reflect case change in the interface.
2000-01-26 02:59:07 +00:00
ben%netscape.com
62514f26b8
removing themes panel access from preftree for beta (bug24755)
2000-01-26 02:40:58 +00:00
tbogard%aol.net
ffce833d24
Make nsWebShellWindow subclass from nsXULWindow. This paves the way for nsWebShellWindow to be replaced by nsXULWindow. Much of the work in nsWebShellWindow is put ontop of the nsXULWindow.
2000-01-26 02:21:42 +00:00
pinkerton%netscape.com
4ac33fc442
fix case mismatch with a couple of XPConnect interfaces. now we can quit. (r=bryner)
2000-01-26 02:20:16 +00:00
ben%netscape.com
dff11cdd46
fixing jumpy text in disabled titledbuttons.
2000-01-26 02:03:25 +00:00
ben%netscape.com
c96f0ef3f8
fixing bugs on color pref setting, and on multiple pref setting, r=alecf@netscape.com
2000-01-26 01:59:40 +00:00
tbogard%aol.net
6ebd149e8e
added files: mozilla/xpfe/appshell/src/nsChromeTreeOwner.cpp, mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp, mozilla/xpfe/appshell/src/nsXULWindow.cpp
2000-01-26 01:28:18 +00:00
alecf%netscape.com
9421f254d4
add support for page validation and initialization (for the mail wizard)
...
r=ben
2000-01-26 01:16:21 +00:00
matt%netscape.com
9dcd6aa589
spelling fix for bug 24917
2000-01-26 01:14:17 +00:00
matt%netscape.com
d5b4253a90
fix for bug 24581
2000-01-26 01:11:12 +00:00
mcafee%netscape.com
b1c7b6a26c
Fixing typo (24714), r=pavlov
2000-01-26 01:10:06 +00:00
tbogard%aol.net
458490db79
Changing casing to fall inline with idl rules.
2000-01-26 01:07:56 +00:00
tbogard%aol.net
6e74433d34
Adding nsXULWindow.cpp, nsChromeTreeOwner.cpp and nsContentTreeOwner.cpp to the build.
2000-01-26 01:07:12 +00:00
gayatrib%netscape.com
14a402cf93
A method added to open the profile registry
2000-01-26 01:06:56 +00:00
pinkerton%netscape.com
3fe95a6ba0
moving d&d into a separate file: bookmarksDD.js r=shaver.
2000-01-26 00:57:34 +00:00
pinkerton%netscape.com
7083d999f9
moving d&d into a separate file: navigatorDD.js r=shaver.
2000-01-26 00:57:26 +00:00
pinkerton%netscape.com
29cc091f5f
moving all d&d code into a separate file: navigatorDD.js (r=shaver).
2000-01-26 00:55:31 +00:00
pinkerton%netscape.com
d5de9cb849
moving all d&d code into separate file: bookmarksDD.js r=shaver.
2000-01-26 00:55:08 +00:00
pinkerton%netscape.com
423a189db3
adding navigatorDD.js and bookmarksDD.js to the builds.
2000-01-26 00:54:36 +00:00
tbogard%aol.net
2cec9a9f7b
Implmemented ContentShellAdded(), the parent widget/ window functions as well as some of the init functions. [Not part of the build].
2000-01-26 00:10:59 +00:00
valeski%netscape.com
ebef130835
a=leaf. 24996. We were not able to download files via save as because the destination file did not exist
2000-01-25 22:44:39 +00:00
tbogard%aol.net
24c747b937
Implemented FindItemWithName(). [Not Hooked to the build]
2000-01-25 22:00:59 +00:00
tbogard%aol.net
20e3a15454
nsXULWindow now maintains a list of content shells. Implemented GetPrimaryContentShell() and GetContentShellById(). [Not hooked to the build]
2000-01-25 21:59:31 +00:00
hyatt%netscape.com
175b25b936
Multiple selection can be disabled in trees now.
2000-01-25 10:30:34 +00:00
hyatt%netscape.com
0dfb94bf0a
Fixes for bugs: 18193, 13971, 23440, 18444, 21462, 21818, 22619, 23498, 24081, and 21972. r=just about everybody.
2000-01-25 06:35:27 +00:00
pinkerton%netscape.com
52d4de7655
First Checked In.
2000-01-25 04:14:02 +00:00
sspitzer%netscape.com
b4baf88489
do this, otherwise rv will be failure in all cases, even when Prompt
...
succeedes.
2000-01-25 03:21:00 +00:00
tbogard%aol.net
f67ee44f95
Added the ability to enumerate through the nsIWebShellWindow list instead of just the domWindow list.
2000-01-25 02:54:45 +00:00
leaf%mozilla.org
4bf780b84c
making help link go to generic release-notes page
2000-01-25 02:53:04 +00:00
tbogard%aol.net
e9a9b14772
Added the ability to get an enumerator that goes through "nsIWebShellWindow"s rather than DOM windows. These will soon become "nsIXULWindow"s thus the name.
2000-01-25 02:52:55 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
brade%netscape.com
8e5c5266b3
load help into a new browser window (rather than using the current front window which may not be a browser window) ( #20291 ; r=hangas)
2000-01-23 19:43:57 +00:00
michael.lowe%bigfoot.com
35543c7f18
Convert About Mozilla into a modal dialog (bug 5921)
2000-01-23 12:40:24 +00:00
michael.lowe%bigfoot.com
abd3e8f870
Redesigned open web location dialog (bug 23950) r=ben@netscape.com
2000-01-23 03:31:17 +00:00
michael.lowe%bigfoot.com
4f39a0f977
Minor changes to menu item capitalisation
2000-01-23 00:53:04 +00:00
dp%netscape.com
051a273750
Using progid instead of cid for creation of cookie service. r=morse
2000-01-22 22:53:21 +00:00
tbogard%aol.net
55e2d93c13
First check in for nsXULWindow, nsContentTreeOwner and nsChromeTreeOwner. These collectively serve as the eventual replacement for nsWebShellWindow. (This is not hooked to the build).
2000-01-22 03:15:41 +00:00
tbogard%aol.net
93a2638f9a
Started filling in methods needed on nsIXULWindow. (This is not hooked to the build).
2000-01-22 03:13:20 +00:00
michael.lowe%bigfoot.com
7c3842d550
Fix bustage
2000-01-21 22:47:22 +00:00
michael.lowe%bigfoot.com
6696fa133b
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
ducarroz%netscape.com
dfe5b1590a
Bug 24391. Replace OpenComposeWindowWithValues by OpenComposeWindow. R=mscott,bienvenu A=chofmann
2000-01-21 15:05:59 +00:00
warren%netscape.com
fe1bfd8593
Fixed assertion/malfunction when timers are set on bookmarks because the bookmark service's QI didn't return nsIStreamListener. r=rjc
2000-01-20 22:44:50 +00:00
matt%netscape.com
54fc7472cf
changing fonts to int to string.... r=eric brendan okayed
2000-01-20 03:09:45 +00:00
matt%netscape.com
6f2f545421
fixing for font pref emergency r=erik brendan okayed
2000-01-20 03:08:44 +00:00
mcafee%netscape.com
2621ddcf15
Fix for (24303), Top-level PToolbar items that are folders, that have contents, were appearing black. Reverting bmenu class rename back to bookmarkFolder. Added rules to match menu item color with toolbar. r=hyatt, a=brendan.
2000-01-20 02:58:30 +00:00
waterson%netscape.com
2f0cb5ac7a
Bug 24285. Disable FitToScreen(), which seems to be causing the problem.
2000-01-19 07:07:16 +00:00
matt%netscape.com
adc2629d90
adding id for commercial build help menu overlay
2000-01-19 05:20:37 +00:00
rjc%netscape.com
6765421a10
Add a secondary sort key (which is the name column).
2000-01-19 02:41:12 +00:00
tor%cs.brown.edu
22819c897a
build bustage fix for older C++ compilers; bool -> PRBool; r=bryner
2000-01-19 01:34:26 +00:00
akkana%netscape.com
7fe898ca24
temp workaround for 23669: don't go to url on middle mouse clicks
...
if we're over a text field or area, because the event was probably
already handled by the editor and we shouldn't have gotten it at all.
Code from joki, r=me.
2000-01-19 00:18:02 +00:00
matt%netscape.com
62b825b1f2
adding for fonts r=erik
2000-01-19 00:16:09 +00:00
matt%netscape.com
a724e1818f
adding prefs font code r=erik
2000-01-19 00:14:41 +00:00
matt%netscape.com
15a86dbe18
commiting pref-fonts.js for prefs
2000-01-19 00:13:37 +00:00
law%netscape.com
e2ba0605e9
Fixes for bugs 22296, 19019, et al; r=matt@netscape.com
2000-01-19 00:12:15 +00:00
law%netscape.com
0de13c907b
Fix for #5708 (I forgot this piece last week); r=danm@netscape.com
2000-01-19 00:06:57 +00:00
pinkerton%netscape.com
5c0ed294f2
hiding d&d behind a pref (xpfe.dragdrop.enabled) for nscp beta. r=sdagley. bug #22083 .
2000-01-18 23:59:26 +00:00
cata%netscape.com
27c4d8e7ba
Checkmark API in Charset Menu. bug #11774 r=erik
2000-01-18 23:44:18 +00:00
evaughan%netscape.com
55307e21ce
Made splitters get their cursors from CSS. Bug #23916 -r Hyatt
2000-01-18 23:14:25 +00:00
davidm%netscape.com
4ea8e69e8f
3976 Apprunner not resizing according to screensize too big for <
r =don
2000-01-18 20:39:40 +00:00
slamm%netscape.com
98802b23b9
Fix separators in toolbar folders (previously only fixed bookmarks menu). Bug #23639 .
2000-01-18 20:16:21 +00:00
davidm%netscape.com
4b9e25212e
21901 [UI] dialogs don't have a title
22464 uninitialized variable in nsNetSupportDialog.cpp
r = sspitzer
2000-01-18 05:50:56 +00:00
rginda%netscape.com
bdc6da4391
Open chatzilla from it's new chrome:// url.
2000-01-18 03:37:14 +00:00
alecf%netscape.com
a6256f4bc3
oops, missed one file from jlnance's patches
...
r=alecf
2000-01-18 03:05:10 +00:00
alecf%netscape.com
538dcaef63
Check in jlnance's jprof patches. r=alecf. Thanks!
2000-01-18 02:45:07 +00:00
tonyr%fbdesigns.com
26244caa1b
Added toImport() function to access the new (and of course not yet finished) import dialog
2000-01-17 23:52:23 +00:00
cmanske%netscape.com
5654adb57c
Fixed Composer bug 22348, which fixes content area resizing and scrollbar positioning for all module windows. Minor fix to make viewSource window use overlay for View menu. r=hyatt
2000-01-17 20:06:40 +00:00
sfraser%netscape.com
8ba9a0e991
Minor project tweaks; removing invalid access paths. r=mozbot
2000-01-17 19:56:27 +00:00
hyatt%netscape.com
a912332fc8
Skin improvements.
2000-01-17 11:40:39 +00:00
hyatt%netscape.com
29629dd32f
Skin improvements. r=german
2000-01-17 11:40:22 +00:00
rjc%netscape.com
2d4e1721dc
Second part of fix for bug # 21175: force a bookmark URL to have a scheme (default: "http://")
2000-01-16 11:52:18 +00:00
hyatt%netscape.com
72508df7a9
Checking in XBL scrollbars.
2000-01-15 05:32:01 +00:00
hyatt%netscape.com
797cd22ff4
Landing XBL scrollbars.
2000-01-15 05:31:45 +00:00
slamm%netscape.com
0312d53f90
Take out debug='true'.
2000-01-15 03:25:25 +00:00
slamm%netscape.com
33e0863c64
Simple fix to avoid adding folders to the sidebar. Needed to use 'container' instead 'folder'.
2000-01-15 03:23:46 +00:00
slamm%netscape.com
96021e6a90
Workarounds for box/splitter bugs 20546, 22214, 19488 16516. r=law.
2000-01-15 03:22:22 +00:00
rginda%netscape.com
263b0d0a58
tasks|irc launches chatzilla, not html page, r=mccafe
2000-01-15 03:18:42 +00:00
alecf%netscape.com
e6a3b4b84f
remove prefwindow from windows build r=sspitzer
2000-01-15 02:49:52 +00:00
alecf%netscape.com
5bcc04a514
remove prefwindow from build r=sspitzer
2000-01-15 02:48:45 +00:00
alecf%netscape.com
e72bf663ee
remove prefwindow from the build! Hurrah it is gone! r=sspitzer
2000-01-15 02:42:40 +00:00
danm%netscape.com
cc3b8e6c5b
kill persistence of browser window size for popups. bug 15555. r:hyatt
2000-01-15 02:33:14 +00:00
law%netscape.com
16b3755809
Fix Save File... button so it works again; r=rgoodyer/akkana
2000-01-15 01:48:22 +00:00
rgoodger%ihug.co.nz
498ad145a0
fixing 22997, ugly unknown content dialog. partial r=akkana@netscape.com.
2000-01-14 08:03:06 +00:00
tbogard%aol.net
16c206f9f4
added files: mozilla/xpfe/appshell/public/nsIXULWindow.idl
2000-01-14 04:41:38 +00:00
tbogard%aol.net
3191ddb194
Added nsIXULWindow.idl and put the list in alpha order.
2000-01-14 04:33:54 +00:00
tbogard%aol.net
d3dd8a79de
Added nsIXULWindow.idl to the build.
2000-01-14 04:24:16 +00:00
tbogard%aol.net
5913a2f65d
First check-in. Empty right now, but it will grow into a big boy real soon now.
2000-01-14 04:23:38 +00:00
slamm%netscape.com
547afde1b3
Fix separators in toolbar's bookmark menu. Bug #23639 .
2000-01-14 01:52:23 +00:00
rgoodger%ihug.co.nz
a7c8a3fda9
[prefwindow] fixing 23909 - cookies radiobutton group has no default (typo)
2000-01-14 00:57:48 +00:00
danm%netscape.com
219f3348ce
scoping local variables cleans up warnings and probably stops someone's compiler from hurting itself
2000-01-14 00:38:12 +00:00
danm%netscape.com
689f8aa0a3
removing (temporary) JS code to persist navigator window position and size (now handled in C code). r:hyatt
2000-01-13 23:54:01 +00:00
danm%netscape.com
4e8af4b4e8
changing name of position persistence attribute from [x|y] to screen[x|y]. r:hyatt
2000-01-13 23:53:19 +00:00
danm%netscape.com
334e9cd1b3
save/restore size & position as XUL tags. bug 15775. r:hyatt
2000-01-13 23:51:01 +00:00
slamm%netscape.com
4bb5f6be0e
Fix search panel popping open. r=rjc.
2000-01-13 23:46:13 +00:00
slamm%netscape.com
fcb6b2bea2
Style tweak. Reduce the line under the panel headers. r=german.
2000-01-13 23:44:17 +00:00
bienvenu%netscape.com
631db5d616
fix mork cell leaks in history, r=waterson
2000-01-13 23:35:00 +00:00
waterson%netscape.com
b9b0df347d
Bug 23799. Add a brief comment to clarify wtf is going on here. r=valeski
2000-01-13 23:25:25 +00:00
waterson%netscape.com
c208e50cf6
Bug 23799. Remove <html:div> surrounding the <tree> tag and update the 'style' attributes to accomodate recent hyattfunkage. r=valeski
2000-01-13 23:24:50 +00:00
slamm%netscape.com
44ed5e23f6
Second part of fix for bug #21862 , unable to resize preview dialog. Previously checked in changes to preview.xul
2000-01-13 23:11:43 +00:00
slamm%netscape.com
3681663eed
Fix for 'View / Sidebar' not showing sidebar (bug #14685 ). Fix for javascript error (bug #23829 ).
2000-01-13 23:09:44 +00:00
akkana%netscape.com
d13bd70ac4
Add control bindings for cut/copy/paste/undo/redo, as per posting on mozilla-unix and mozilla-ui. r=pavlov
2000-01-13 23:03:16 +00:00
rgoodger%ihug.co.nz
6835844d3c
profile manager II, text correction.
2000-01-13 09:43:38 +00:00
sspitzer%netscape.com
6c2be4b95c
remove more dead weight
2000-01-13 06:28:57 +00:00
putterman%netscape.com
eeefbc770a
styles for menuitem/menu/menuseparator when they are hidden. r=hyatt.
2000-01-13 06:03:28 +00:00
syd%netscape.com
bc209b8ee8
restore id to first treechildren tag to fix broken overlay in commercial tree.
...
r=ben goodger
2000-01-13 04:56:59 +00:00
rgoodger%ihug.co.nz
064abf35b7
ProfileManager II, r=gayatrib@netscape.com, sspitzer@netscape.com
2000-01-13 04:19:46 +00:00
alecf%netscape.com
284bc34f4d
use the new "controls" attribute of the document to speed up the prefs and profile wizard
...
r=ben_goodger
2000-01-13 03:44:01 +00:00
slamm%netscape.com
176f2d9179
Fix for bug #21862 , unable to resize preview dialog.
2000-01-13 02:26:02 +00:00
slamm%netscape.com
56280431b3
Add minimum widths to fix bug #18428 (iframe would overlap when sidebar made narrow).
2000-01-13 02:18:23 +00:00
slamm%netscape.com
8af180d2b0
Indent xul properly.
2000-01-13 02:17:19 +00:00
law%netscape.com
74c3c08fc8
Fix for Mac build bustage; comment out some debugging code
2000-01-13 01:09:41 +00:00
slamm%netscape.com
56ce3a4d58
Adjust min child count. It is different with the new tab layout.
2000-01-13 00:08:52 +00:00
slamm%netscape.com
741329d94f
Make selected panel more visible. Have selected panel header slide out to the left. Add a border under the panel headers to visually group them.
2000-01-12 23:36:07 +00:00
jj%netscape.com
568ddd211c
#23776 : bumped up version number to M13 (Finder's Get Info strings)
2000-01-12 22:51:02 +00:00
sspitzer%netscape.com
841ec989a9
fix the slashdot panel (the old ones were either delete or not updating.)
...
r=waterson
2000-01-12 22:21:21 +00:00
law%netscape.com
2c1b6b44ee
Stuff for bug #18804 ; tweaks for new web shell; r=radha@netscape.com
2000-01-12 21:59:02 +00:00
morse%netscape.com
61a9624d09
fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp
2000-01-12 21:53:32 +00:00
hyatt%netscape.com
491426eeca
Never mind.
2000-01-12 08:32:23 +00:00
hyatt%netscape.com
3c744cb721
Reverting treecells back to boxes.
2000-01-12 08:29:39 +00:00