Commit Graph

206 Commits

Author SHA1 Message Date
blakeross%telocity.com
9534128f77 more dump() removal (65127) 2006-07-27 14:53:02 +00:00
blakeross%telocity.com
35e7ef854b Fix 63789: "Tabs in My Sidebar" list items disappear and OK button is unresponsive. just a reversion of a previous strict warning fix. sr=alecf 2006-07-27 14:52:59 +00:00
blakeross%telocity.com
0cf91591ee Fix 57652: JS strict warnings in customize.js. patch by gemal@gemal.dk (Henrik Gemal). r=blake sr=alecf 2006-07-27 14:52:58 +00:00
blakeross%telocity.com
88b714dfa8 Fix 57652: some strict warnings in customize.js. r=matt sr=alecf 2006-07-27 14:52:57 +00:00
pchen%netscape.com
a570179f6c bugzilla 52291, r=jag, sr=alecf, call sizeToContent() to make dialog layout nice and purty 2006-07-27 14:52:56 +00:00
blakeross%telocity.com
e4476a0a20 Fix 22184: F9 should toggle sidebar visibility. r=jag a=ben 2006-07-27 14:52:54 +00:00
blakeross%telocity.com
911785c5bf Fix 57651, some strict warnings in sidebarOverlay.js r=timeless sr=alecf 2006-07-27 14:52:53 +00:00
rayw%netscape.com
96cde4474f Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2006-07-27 14:52:52 +00:00
blakeross%telocity.com
aa5e3f4f84 Implement an addressbook sidebar panel (30454). r=ben sr=sspitzer 2006-07-27 14:52:44 +00:00
timeless%mac.com
743c28f4ec Bugzilla Bug 87002 Cannot add bookmarks/history/search panel to My Sidebar
patch by walk84@yahoo.com r=doron sr=blake
2006-07-27 14:52:42 +00:00
dbaron%fas.harvard.edu
09e4a2dcb4 Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2006-07-27 14:52:41 +00:00
ben%netscape.com
089e3fce46 71685 - rename bookmarksPanel.xul to bm-panel.xul. r=pchen, sr=sfraser 2006-07-27 14:52:40 +00:00
ben%netscape.com
480ec966ac I have only one thing to say:
"@#!$@%!!@@!!!#@#&*!!%!" (fix build bustage)
2006-07-27 14:52:39 +00:00
ben%netscape.com
91e7a56449 71685, bookmarks in sidebar don't load. rename file back to bm-panel.xul
r=pchen, sr=sfraser
2006-07-27 14:52:38 +00:00
ben%netscape.com
01675b194e cvs sux rox 2006-07-27 14:52:35 +00:00
ben%netscape.com
c584477541 Fix for 71685, Bookmarks in sidebar don't load. r=pchen, sr=sfraser 2006-07-27 14:52:34 +00:00
ben%netscape.com
a071bee1e4 fix mac bustage by backing out change. 2006-07-27 14:52:32 +00:00
ben%netscape.com
33d935b3ac 71685 - bookmarks sidebar panel doesn't load. Rename file back to the original name.
r=pchen, sr=sfraser
2006-07-27 14:52:28 +00:00
ben%netscape.com
b7ca98a39e Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt
2006-07-27 14:52:27 +00:00
alecf%netscape.com
84607b87af oops, forgot this in a checkin from yesterday 2006-07-27 14:52:26 +00:00
alecf%netscape.com
36dcc1b88f fix for 64218 - implement history sidebar panel
a=ben@netscape.com
2006-07-27 14:52:24 +00:00
ben%netscape.com
32c2e8b766 tidy up UI 2006-07-27 14:52:23 +00:00
slamm%netscape.com
1ec1a6333c Add close box to Customize Tab dialog (48228). r=don 2006-07-27 14:52:22 +00:00
hyatt%netscape.com
2dd48d1465 XUL fixes for 51263. r=ben 2006-07-27 14:52:21 +00:00
slamm%netscape.com
0b0646f8dc Handle remote folders better. Force them to have a twisty by setting container='true'. Fix Save(), so that it does not write over pre-existing values (46666). Fix loading of remove folders (48093). Make customize tab dialog have a close box (48228). r=mcafee 2006-07-27 14:52:20 +00:00
blakeross%telocity.com
1020dcd0ce Fix 59613: can't switch sidebar tabs in modern-based themes. r=jag sr=alecf 2006-07-27 14:52:19 +00:00
blakeross%telocity.com
582b37f134 Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2006-07-27 14:52:18 +00:00
slamm%netscape.com
875245e17c Handle case of no sidebar-splitter (blocker 2298). r=andreww a=leaf 2006-07-27 14:52:17 +00:00
slamm%netscape.com
ab5591b07e 'sidebar-panels' should not have 'hidden' persisted anymore. Some old profiles may have it, so set/clear it in js code for now. (bug 50973). r-mcafee 2006-07-27 14:52:16 +00:00
slamm%netscape.com
f110b574b3 Fix sidebar popopen on search (51694). Move all the logic into sidebarOverlay.js. r=pavlov 2006-07-27 14:52:15 +00:00
ben%netscape.com
1a1451c3fb change deprecated 'align' attribute to 'orient' so that sidebar in mailnews with classic skin has a horizontal grippy on the top, rather than a vertical one 2006-07-27 14:52:14 +00:00
slamm%netscape.com
eab25d182b Add grippy for mailnews splitter. Not sure why it disappeared in the first place. Adding one explicitly is easier than finding out why is disappeared. (follow up to 47585) r=mcafee 2006-07-27 14:52:13 +00:00
slamm%netscape.com
b2a34e316d Separate the grippy from the sidebar header for mailnews (47585). r=mcafee 2006-07-27 14:52:12 +00:00
ben%netscape.com
51c729509f sidebar tweaks for classic skin, 46613 2006-07-27 14:52:11 +00:00
ben%netscape.com
f500b051f5 46613, classic skin polish 2006-07-27 14:52:10 +00:00
BlakeR1234%aol.com
1f0465e3af Fix for bug 35057, patch by timeless@bemail.org r=me a=brendan 2006-07-27 14:52:06 +00:00
nbhatla%netscape.com
3361bcda81 Bug #46519: Mac Classic Skin Fixes. This fixes spacing issues in certain pref panels, by moving out style settings in the XUL. Bug #46178: Adds nudge button icons 2006-07-27 14:52:05 +00:00
ben%netscape.com
82d6c73b69 didn't mean to check in changes to these files just yet... 2006-07-27 14:52:04 +00:00
ben%netscape.com
26947d4708 more classic skin work 2006-07-27 14:52:03 +00:00
slamm%netscape.com
7873cdfbd8 Update a panel on close (47585). r=mcafee 2006-07-27 14:51:54 +00:00
ben%netscape.com
8ead400ccc fix assert on startup 2006-07-27 14:51:53 +00:00
ben%netscape.com
b58ba2092b fix for 51360, cleanup for sidebar panel preview. r=matt, a=hyatt 2006-07-27 14:51:52 +00:00
slamm%netscape.com
7a804d3e78 Separate the splitter from the sidebar header (47585) r=mcafee 2006-07-27 14:51:47 +00:00
slamm%netscape.com
bfdcc3acdb Add grippy to sidebarheader. bug 26259. r=mcafee 2006-07-27 14:51:44 +00:00
slamm%netscape.com
6253b50008 Fix empty sidebar (50973) r=mcafee 2006-07-27 14:51:34 +00:00
sfraser%netscape.com
0ccdfc6b08 Fix JavaScript warnings in strict mode. r=pchen 2006-07-27 14:51:33 +00:00
slamm%netscape.com
85fc19315e Avoid panels loading in the background (46736). General rewrite (i.e. standardize the arguments passed by wrapping the panels and panel lists in objects). r=mcafee 2006-07-27 14:51:32 +00:00
ccarlen%netscape.com
1d54a8299d Converted use of nsIFileLocator to nsIDirectoryService. r=slamm 2006-07-27 14:51:31 +00:00
waterson%netscape.com
7df7d3cb71 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2006-07-27 14:51:30 +00:00
bryner%uiuc.edu
24937aeb45 Updating trees for new tree widget. bug 30511. r=hyatt. 2006-07-27 14:51:09 +00:00