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

434 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 395c19ce8c supplimental fix for #198522
r/sr=jag
2003-03-21 09:26:35 +00:00
shliang%netscape.com 75e17d195e 198522 - sidebarOverlay.js changes used for changing sidebar default to closed in ns. r=sgehani, sr=jag 2003-03-21 02:57:22 +00:00
shliang%netscape.com e5bb3e68d2 73962 - sidebar overlaps icons in statusbar. r=varga, sr=jag. 2003-02-28 00:37:35 +00:00
varga%netscape.com 0d0ab083d9 Fix for bug 192365. Remove extraneous seltype="multiple" attributes of <tree>s in xul.
r=varga, sr=jag, patch by Daniel Crisman <bugzilla@w.d6.org>
2003-02-22 11:48:19 +00:00
kyle.yuan%sun.com 468e5709ce Bug 186515 no content in sidebar
r=shliang, sr=jaggernaut, a=asa
delayed call to sidebarObj.panels.refresh()
2003-02-13 00:54:04 +00:00
neil%parkwaycc.co.uk 453bf95d67 Bug 190939 JS error and strict warning in sidebarOverlay.js r=shliang sr=alecf a=asa 2003-01-30 10:17:41 +00:00
shliang%netscape.com 0d802035c1 bug 134345 - sidebar button. r=sgehani, sr=jag 2003-01-21 08:49:35 +00:00
cbiesinger%web.de 8bde8f2387 160927 patch by james ross twpol@aol.com r=varga sr=jag
"Customize Tab" breaks with JavaScript error
2002-12-02 13:57:35 +00:00
darin%netscape.com c8bc7f6793 fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
timeless%mac.com b64a745845 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless rs=jag 2002-09-02 03:36:38 +00:00
sgehani%netscape.com 27208e4a87 Fix ``Sidebar fails to select a panel when told to do so''.
b=158736; r=bryner; sr=blake
2002-08-12 21:20:02 +00:00
seawood%netscape.com 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
kyle.yuan%sun.com 109eaaa69c Bug 154089 "My Sidebar" in Address Book can't show at the first time
r=morse, sr=alecf, a=asa
Thanks for Robin Lu (robin.lu@sun.com)'s fix
2002-07-17 01:36:37 +00:00
cbiesinger%web.de 6b16463592 bug 57652 r=timeless sr=tor
strict warning
2002-07-03 19:30:41 +00:00
caillon%returnzero.com 126e9fb1c9 Bug 154535. Don't depend on the sidebar overlay for context menu code.
r=sgehani
sr=jag
2002-06-28 01:55:48 +00:00
bryner%netscape.com 857f82ec28 Don't let sidebar panels take focus unless the user just selected the panel (i.e. don't focus them when a new window is opened). Bug 76621. r=blake, sr=jag. 2002-05-29 05:06:42 +00:00
alecf%netscape.com e4d4ba3ccb Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
cbiesinger%web.de 8c4bceedfc bug 57652 r=caillon sr=alecf
js strict warning in customize.js
2002-04-29 19:52:08 +00:00
sgehani%netscape.com 4cbfd09b88 Backing out sidebar personal toolbar button.
b=134345
2002-04-26 14:59:15 +00:00
seawood%netscape.com ce9e9903a5 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
sgehani%netscape.com c9188fe39b Improve sidebar discoverability.
b=134345; r=morse; sr=jag
2002-04-24 02:20:40 +00:00
suresh%netscape.com d1d3068283 fix for 138231. Select a tab if the last selected one is not ``in view''. r=suresh, sr=alecf 2002-04-23 01:06:34 +00:00
sicking%bigfoot.com 63491b7c1b Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
r=hixie sr=hyatt
2002-04-13 14:25:38 +00:00
blakeross%telocity.com dc94a58288 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 04:16:28 +00:00
hewitt%netscape.com 07d96867f1 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
caillon%returnzero.com fa22bd6a78 Bug 126810, JavaScript strict warnings in sidebarOverlay.js, Patch by Stephen Walker <walk84@yahoo.com>. r=gemal,bzbarsky sr=jag, a=scc 2002-03-24 20:43:45 +00:00
sgehani%netscape.com ad74c0dacf Removing a sidebar should select the next one.
b=125982; r=gemal; sr=blake; a=asa
2002-03-21 23:45:34 +00:00
sgehani%netscape.com 4e88486cfc Make sidebar show up in MailNews.
b=121215; r=morse; sr=alecf; a=asa

Make sidebar show up after we retrun from print preview (if it was already
displayed), when the windows integration dialog pops up, and when you add
or remove tabs via the customize dialog.
b=127113; r=morse; sr=hewitt; a=asa
2002-03-21 23:41:58 +00:00
blakeross%telocity.com 58a43e4b0d 128669 - sidebar panels should use <browser> not <iframe> r=sgehani sr=ben a=brendan 2002-03-16 05:23:26 +00:00
blakeross%telocity.com 06d0f7ee05 128669 - sidebar panels should use <browser> not <iframe> r=sgehnani sr=hewitt a=asa 2002-03-05 22:28:24 +00:00
sgehani%netscape.com 813ddebd99 Excluded panels should be removed from view; select the newly included panel.
b=126703; a=loan
2002-02-21 22:15:40 +00:00
sgehani%netscape.com e9fc6e36e4 Actually making included tabs display when toggled on.
b=126703; r=dougt,morse; a=thesteve
2002-02-20 21:31:00 +00:00
sgehani%netscape.com aa85aebd5f Land tab overflow implementation.
b=126095; r=morse; sr=dveditz
2002-02-20 07:17:45 +00:00
timeless%mac.com 591abdc4ca Bug 125735 Sidebar.getInterfaces should return the list of interfaces it supports
r=sgehani sr=jag
2002-02-18 22:47:25 +00:00
blakeross%telocity.com bde40d75cc Backing out fix which caused sidebar problem. r=sgehani sr=hewitt 2002-02-15 12:33:30 +00:00
blakeross%telocity.com 2fa25bdbf4 60245 - no tooltips for "title" attribute in sidebar. r=sgehani sr=hewitt 2002-02-08 22:30:17 +00:00
sgehani%netscape.com aa6b02b8b6 Add reload and stop sidebar tab header context menu items.
b=41445; r=morse; sr=alecf
2002-02-07 22:42:57 +00:00
sgehani%netscape.com f2fd4f37b9 Resurrect stop button in tabs.
b=77738; r=morse; sr=alecf
2002-02-07 00:29:46 +00:00
dougt%netscape.com 894fdcfaaf 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
sgehani%netscape.com 4330586a8f Fix sidebar contents disappearing on show and hide.
b = 116094; r = morse; sr = alecf
2002-01-26 20:07:54 +00:00
sgehani%netscape.com 74387008f3 Make sidebar display in the event that the windows integration dialog appeared.
b = 119975; r = law; sr = dveditz
2002-01-26 19:59:42 +00:00
hewitt%netscape.com 55a509e710 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
timeless%mac.com 3fdb23d7cf Bug 99808 javascript errors in nsSidebar.js
patch by jband r=sgehani sr=jst
2002-01-10 01:58:31 +00:00
alecf%netscape.com 3d9e878c34 Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin 2002-01-09 02:08:01 +00:00
sgehani%netscape.com e8d5bbc8bc Focus main content area if all panels are hidden.
b=89207; r=morse; sr=alecf
2001-12-21 00:08:35 +00:00
hewitt%netscape.com 1dc8b67ef1 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
dougt%netscape.com 9a75bc4b8e nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
aaronl%netscape.com 427b96a1d6 Sidebar keyboard accessibility - Alt+PgUp/Alt+PgDn to switch sidebar tabs. r=sgehani, sr=jag 2001-12-15 00:36:51 +00:00
sgehani%netscape.com 7dddb3490e Make tabs menu rebuild after sidebar has been closed and then opened.
b=114908; r=morse; sr=dveditz; a=asa
2001-12-14 01:08:25 +00:00
suresh%netscape.com b86f9eeb4b fixing the blocker bug 114861. r=sspitzer, sr=mscott. a=leaf. 2001-12-12 19:49:45 +00:00