Commit Graph

164142 Commits

Author SHA1 Message Date
rginda%netscape.com
aa603f0f52 First (sidebar) part of fix for 20721, r=slamm 2006-07-27 14:48:01 +00:00
ben%netscape.com
14dd13daec sidebar changes to accomodate search changes, r=slamm 2006-07-27 14:48:00 +00:00
slamm%netscape.com
d6ddfbe59f Fix links in sidebar (bug 25951). 2006-07-27 14:47:59 +00:00
slamm%netscape.com
7d88edd487 Create remote panel list url from prefs (bug 26073). Change interCaps to lowercase_underscore. 2006-07-27 14:47:58 +00:00
slamm%netscape.com
8b9ace12f7 Pick last panel as default instead of first (bug #25506).
Remember "My Panels" height for mailnews (bug 25121).
Lay ground work to exclude panels on a per component basis (bug 24602).
Improve initial sidebar draw by hidding everything by default
and then showing components as needed. It used to be the opposite.
2006-07-27 14:47:57 +00:00
slamm%netscape.com
df88d5ae5c Rest of fix for preview button enabling (bug 24149). 2006-07-27 14:47:56 +00:00
slamm%netscape.com
812c513ef9 Copy all panel attributes from remote datasource (bug 23357). Fix preview button enabling (bug 24149). Change interCaps to lowercase_underscore. 2006-07-27 14:47:55 +00:00
slamm%netscape.com
6f750ebc2b Pick a slightly taller default height. 2006-07-27 14:47:54 +00:00
slamm%netscape.com
43ff2dd1ab Revert to old sidebar ui (bug 26075). Changes for remote folders in customize (bug 23357). More changes for 23357 are coming... 2006-07-27 14:47:53 +00:00
slamm%netscape.com
6f82a7f1b7 Take out debug='true'. 2006-07-27 14:47:52 +00:00
tbogard%aol.net
a84bce5fd7 Fixed case of methods off the nsIWindowMediator interface as they have now changed to be JS compliant. 2006-07-27 14:47:51 +00:00
slamm%netscape.com
9b1dcdd6ed Workarounds for box/splitter bugs 20546, 22214, 19488 16516. r=law. 2006-07-27 14:47:50 +00:00
slamm%netscape.com
ae8df6f18e Style tweak. Reduce the line under the panel headers. r=german. 2006-07-27 14:47:49 +00:00
slamm%netscape.com
8545dab711 Add minimum widths to fix bug #18428 (iframe would overlap when sidebar made narrow). 2006-07-27 14:47:48 +00:00
rjc%netscape.com
a469110da3 Fix bug # 33703: persist the "open" attribute on file/ftp listings. 2006-07-27 14:47:47 +00:00
rjc%netscape.com
b059bab6c7 Now able to again click on a file link to load it in. 2006-07-27 14:47:46 +00:00
rjc%netscape.com
99507ee1bc Fix bug # 37102: if its a "ftp://" URL and its a HTTP-INDEX mimetype, it has to be a directory, so ensure that the URL ends with a slash. 2006-07-27 14:47:45 +00:00
rjc%netscape.com
ddc7752b66 "HTTP-Index" datasource now allows easy aggregation with out datasources. 2006-07-27 14:47:44 +00:00
slamm%netscape.com
e580dec93f Fix for 'View / Sidebar' not showing sidebar (bug #14685). Fix for javascript error (bug #23829). 2006-07-27 14:47:43 +00:00
slamm%netscape.com
a51cc73eb5 Adjust min child count. It is different with the new tab layout. 2006-07-27 14:47:42 +00:00
slamm%netscape.com
6d47ed9c34 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. 2006-07-27 14:47:41 +00:00
evaughan%netscape.com
5b34b5fbb1 fixed bug #18947
-r danm
2006-07-27 14:47:40 +00:00
slamm%netscape.com
6bc4d10b46 Indent xul properly. 2006-07-27 14:47:39 +00:00
slamm%netscape.com
81b86570d2 Fix layout problem with mailnews. The iframe in 'My Panels' would not strecth. Added an extra box layer to contain it. r=akkana 2006-07-27 14:47:38 +00:00
slamm%netscape.com
c68e1db8fa Update selected panel after update. Fix for #23616. Also, use uppercase names for function call. r=akkana 2006-07-27 14:47:37 +00:00
slamm%netscape.com
50e94d9b83 Have all sidebar titles at the top. Requested by jevering. 2006-07-27 14:47:36 +00:00
waterson%netscape.com
a3f349cf95 Bug 23799. Remove <html:div> surrounding the <tree> tag and update the 'style' attributes to accomodate recent hyattfunkage. r=valeski 2006-07-27 14:47:35 +00:00
warren%netscape.com
75f582688c Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2006-07-27 14:47:34 +00:00
slamm%netscape.com
4958436945 Simple fix to avoid adding folders to the sidebar. Needed to use 'container' instead 'folder'. 2006-07-27 14:47:33 +00:00
slamm%netscape.com
550050109c Second part of fix for bug #21862, unable to resize preview dialog. Previously checked in changes to preview.xul 2006-07-27 14:47:32 +00:00
waterson%netscape.com
9a558fa1d3 Bug 27846. Accomodate for XBL-ization of the tree code. r=hyatt 2006-07-27 14:47:31 +00:00
slamm%netscape.com
328a5d82c6 Make assertions in sidebar datasource to mark the batch update. The observer in sidebarOverlay.js uses it to update the panel selection properly. Fixes bug #23616. Capitalize all functions called from xul. Reorder functions. Pick some clearer names. Add comments. r=akkana 2006-07-27 14:47:30 +00:00
rjc%netscape.com
7cdc6fd2f3 Small XUL changes. 2006-07-27 14:47:29 +00:00
waterson%netscape.com
6fb843457f Bug 12587. Tweak CSS and JS to make directories into links. Fix symlink stuff to be conditions off of SYMBOLIC-LINK, per lou's spec. 2006-07-27 14:47:28 +00:00
slamm%netscape.com
67d09a76d5 Use uppercase names. r=akkana 2006-07-27 14:47:27 +00:00
slamm%netscape.com
a83ddfaa6c Clean-up and parameterize more. 2006-07-27 14:47:26 +00:00
slamm%netscape.com
e970210d5f Fix for CustomizePanel button. It now brings up a chromeless browser. Fix for 21061. 2006-07-27 14:47:25 +00:00
slamm%netscape.com
790d4deaab It's only a XUL checkin, don't panic. Fix for bugs 21061 and 21347. r=borto@pacbell.net. 2006-07-27 14:47:24 +00:00
joshmoz%gmail.com
5cd013946e fix missing return introduced by the patch for bug 332917. no bug. r=sparky 2006-07-27 14:42:28 +00:00
cbiesinger%web.de
04e627d5f3 (part of) bug 333640 link to all required libraries
r=bsmedberg
2006-07-27 14:42:27 +00:00
benjamin%smedbergs.us
411ccf69d1 Bug 332045 - toolkit/components/gnome should use the glue, r=darin 2006-07-27 14:42:26 +00:00
bsmedberg%covad.net
9eab6c6ae0 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2006-07-27 14:42:25 +00:00
bryner%brianryner.com
2984f958c3 Attempt to fix bustage when GConf/GnomeVFS libraries are not available (bug 251703). Always export the GNOME interfaces on gtk2 but only build the component when all of the prerequisites are installed. r+sr=darin. 2006-07-27 14:42:24 +00:00
bryner%brianryner.com
6921385067 Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2006-07-27 14:42:23 +00:00
bryner%brianryner.com
7b3ea38cdf file nsGnomeVFSService.h was initially added on branch AVIARY_1_0_20040515_BRANCH. 2006-07-27 14:42:22 +00:00
bryner%brianryner.com
bf45380d22 file nsGnomeModule.cpp was initially added on branch AVIARY_1_0_20040515_BRANCH. 2006-07-27 14:42:21 +00:00
bryner%brianryner.com
7be50526a8 file nsGConfService.h was initially added on branch AVIARY_1_0_20040515_BRANCH. 2006-07-27 14:42:20 +00:00
bryner%brianryner.com
0297affac8 file nsGnomeVFSService.cpp was initially added on branch AVIARY_1_0_20040515_BRANCH. 2006-07-27 14:42:19 +00:00
bryner%brianryner.com
8e88dcd845 file nsGConfService.cpp was initially added on branch AVIARY_1_0_20040515_BRANCH. 2006-07-27 14:42:18 +00:00
bryner%brianryner.com
3ea052dc2c file Makefile.in was initially added on branch AVIARY_1_0_20040515_BRANCH. 2006-07-27 14:42:15 +00:00