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

436 Коммитов

Автор SHA1 Сообщение Дата
shliang%netscape.com c88fe5fc78 bugs 195213, 202174. no content in sidebar on uncollapsing when collapsed on startup, make sidebar deal with missing panels. r=sgehani, sr=jag 2003-04-16 02:40:04 +00:00
shliang%netscape.com 5b26d3e38a 195213 - sidebar does not load when opened if collapsed on startup - r=sspitzer, sr=jag 2003-04-11 00:03:04 +00:00
sspitzer%netscape.com 668729c96d supplimental fix for #198522
r/sr=jag
2003-03-21 09:26:35 +00:00
shliang%netscape.com 210db5ec17 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 4766e7a451 73962 - sidebar overlaps icons in statusbar. r=varga, sr=jag. 2003-02-28 00:37:35 +00:00
varga%netscape.com 165a71d7b3 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 73636ad632 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 e51053493b 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 89269950d5 bug 134345 - sidebar button. r=sgehani, sr=jag 2003-01-21 08:49:35 +00:00
cbiesinger%web.de 98aa85fbb2 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 d47b2f5e65 fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
timeless%mac.com 07671c37b5 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 626d1cfe63 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 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
kyle.yuan%sun.com 40ac5fa588 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 cee72fd6de bug 57652 r=timeless sr=tor
strict warning
2002-07-03 19:30:41 +00:00
caillon%returnzero.com 6c72020b35 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 ebfc9aa0cc 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 58ad7ad612 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 2ad6a92bbe bug 57652 r=caillon sr=alecf
js strict warning in customize.js
2002-04-29 19:52:08 +00:00
sgehani%netscape.com 39c2f63613 Backing out sidebar personal toolbar button.
b=134345
2002-04-26 14:59:15 +00:00
seawood%netscape.com c0ec608df6 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 7a9129cf4b Improve sidebar discoverability.
b=134345; r=morse; sr=jag
2002-04-24 02:20:40 +00:00
suresh%netscape.com 62691b659d 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 f8c2ea5afa 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 5e34851046 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 d38a0937d9 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 9d7d8fbaac 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 d1386d4c28 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 8b15ad4c8b 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 523eb4e6a8 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 08d2d444a3 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 3a922fa41b 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 75e83bb6e4 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 92609f6b75 Land tab overflow implementation.
b=126095; r=morse; sr=dveditz
2002-02-20 07:17:45 +00:00
timeless%mac.com defd3d57d1 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 969972b04a Backing out fix which caused sidebar problem. r=sgehani sr=hewitt 2002-02-15 12:33:30 +00:00
blakeross%telocity.com 3b51580793 60245 - no tooltips for "title" attribute in sidebar. r=sgehani sr=hewitt 2002-02-08 22:30:17 +00:00
sgehani%netscape.com ca6acc2523 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 4fc883e76e Resurrect stop button in tabs.
b=77738; r=morse; sr=alecf
2002-02-07 00:29:46 +00:00
dougt%netscape.com c50ca402ad 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 4db969122d 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 3a7d390ded 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 7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
timeless%mac.com c57eeff4ff 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 5ac5a63a0e 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 ebb1c359f5 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 7b10439c40 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 849d297364 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 dd33572988 Sidebar keyboard accessibility - Alt+PgUp/Alt+PgDn to switch sidebar tabs. r=sgehani, sr=jag 2001-12-15 00:36:51 +00:00