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

164316 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com c666ca79eb Sidebar style optimizations. 2006-07-27 14:50:55 +00:00
slamm%netscape.com 773b5b0fab Make preview look more like an actual tab. 2006-07-27 14:50:54 +00:00
rjc%netscape.com 834e04c437 Fix PDT bug # 40369 & 39029: search UI changes to enable mode switching, and proper alias resolution. r=pavlov, a=dveditz,don 2006-07-27 14:50:53 +00:00
rjc%netscape.com 50127715cc Small search fix: r=ben a=don (Past of last search checkin) 2006-07-27 14:50:52 +00:00
jbetak%netscape.com d0865700c2 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2006-07-27 14:50:51 +00:00
blizzard%redhat.com 5df1b71846 fix searching from the search sidebar. fix css for Customize dialog. r=rjc,waterson a=waterson,brendan 2006-07-27 14:50:50 +00:00
ben%netscape.com bbbed0355a foopy. 2006-07-27 14:50:49 +00:00
ben%netscape.com 6a273dec65 fix button arrow directions 2006-07-27 14:50:48 +00:00
ben%netscape.com 01079c7956 remove annoying alerts when adding/removing engines 2006-07-27 14:50:47 +00:00
ben%netscape.com 5244d58dcc search customize dialog tidy up 2006-07-27 14:50:46 +00:00
slamm%netscape.com 38b9cc0c57 Give available tabs more room. bug 38538. no review or even nsbeta2+. I am going on sabbatical and thought it would be nice to get this little cosmetic change in. 2006-07-27 14:50:45 +00:00
slamm%netscape.com 08ca8500d9 Use standards compliant RDF format. Bug 41225. r=pavlov 2006-07-27 14:50:44 +00:00
brendan%mozilla.org bd4e96bbae Enforce interCaps Mozilla XPIDL style (r=shaver). 2006-07-27 14:50:43 +00:00
slamm%netscape.com cdebc8a682 Only save customize panel field if it exists (bug 31829) 2006-07-27 14:50:42 +00:00
slamm%netscape.com 936b2409ec Persist dialog dimensions. Fix bug where icons do not show on added tab (bug 37300) 2006-07-27 14:50:41 +00:00
ben%netscape.com 7386df1299 sidebar panel preview skinnability 2006-07-27 14:50:40 +00:00
ben%netscape.com c53cdf88ba tweaks to sidebar customize XUL classes 2006-07-27 14:50:39 +00:00
slamm%netscape.com 5314012016 Change dialog buttons at bottom to match prefs dialog (bug 36589). 2006-07-27 14:50:38 +00:00
ben%netscape.com 02b90009d8 search sidebar skinnability 2006-07-27 14:50:37 +00:00
joki%netscape.com fa3292facf Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2006-07-27 14:50:36 +00:00
ben%netscape.com a74dade724 making related panel skinnable 2006-07-27 14:50:35 +00:00
slamm%netscape.com 17ae1b22e3 grippy list-style-image is broken, so use the background-image for now. Fixes 30595. 2006-07-27 14:50:34 +00:00
rjc%netscape.com 576c72b724 Get icons back in Related Links data. 2006-07-27 14:50:33 +00:00
alecf%netscape.com 655ddf56c8 fixes for:
#61140 - delete history.dat if it gets corrupted
 #56867 - implement "First Visited"
 #19370 - implement "Visit Count"
 #33697 - clean up nsGlobalHistory::OpenDB a bit more (doesn't fix the leak yet)
sr=waterson
2006-07-27 14:50:32 +00:00
BlakeR1234%aol.com b299f82b1e Clean up history window... 2006-07-27 14:50:31 +00:00
slamm%netscape.com 8df054e320 Eliminate the bottom border on the tab if it is the last panel. 2006-07-27 14:50:30 +00:00
rjc%netscape.com bcee1f8aee Clean up separators in Related Links data. 2006-07-27 14:50:29 +00:00
slamm%netscape.com 8c12c85c6e Trim some margins. Reformat file. Add grippy graphics. Add loading image/text for tabs. Fix border for .sidebar-main-header (had to add \!important to get it to work in mailnews and addressbook). Clean up styles for panel picker menu. 2006-07-27 14:50:28 +00:00
slamm%netscape.com 9388dd2b52 Add a Destruct() function to remove observers on onload. 2006-07-27 14:50:27 +00:00
blakeross%telocity.com 871e90e3eb Fix 58631: JS strict warnings in history.js, and more dump() removal (65127). r=jag sr=alecf 2006-07-27 14:50:26 +00:00
alecf%netscape.com ef3db6c0d6 fix for blocker #63603 - forgot to implement OpenURL r=timeless
a=blocker-baby
2006-07-27 14:50:25 +00:00
alecf%netscape.com 16c98a4271 - move bookmarks over to the generic nsTreeUtils.js for stuff like sorting/menus
- convert history to use the new nsTreeController
- update history to support removing of individual items (bug #11412)
a=ben
2006-07-27 14:50:24 +00:00
alecf%netscape.com aeb398db14 fix for strict warnings #58631
r=blake
sr=alecf
submitted by=jarrod.k.gray@rose-hulman.edu
2006-07-27 14:50:23 +00:00
alecf%netscape.com a4f6f354e4 big rewrite of drag & drop code to fix #52519
- fix warnings
- change title/url separator to "\n"
- clean up image dragging
- consolidate code
r=jag, a=ben
2006-07-27 14:50:22 +00:00
alecf%netscape.com 43655ed287 back out my dumb-ass fix for 52519 - it only worked for like a day, then died. 2006-07-27 14:50:21 +00:00
alecf%netscape.com 8cdfea1814 second part of fix for #52519 - unescape text/x-moz-url URLs when they are dropped into bookmarks and history
r=law@netscape.com
a=ben@netscape.com
2006-07-27 14:50:20 +00:00
pinkerton%netscape.com 439267d53b better fix for the "dragging scrollbars" bug 2006-07-27 14:50:19 +00:00
pinkerton%netscape.com 01e64a1003 make sure we have a tree item before we drag. prevents dragging of the scrollbar. r=ben, bug#49094 2006-07-27 14:50:18 +00:00
ben%netscape.com aa917bfd99 fix for nsbeta3+ bug 44229, can't drag urls out of history window 2006-07-27 14:50:17 +00:00
slamm%netscape.com 49bea961ff Fix bookmark and history menus. Bug 37078 r=pavlov 2006-07-27 14:50:16 +00:00
slamm%netscape.com 18d057d207 Change collapsed rule to set 'visibility:collapse' instead of 'visibility:collapsed' bug 37725 2006-07-27 14:50:15 +00:00
slamm%netscape.com 6991eb688a Add a popup menu to include/exclude sidebar panels (bug 24035). The sidebar header that includes the menu is now an XBL widget. Also, rely on the toolbar styles more. 2006-07-27 14:50:14 +00:00
hyatt%netscape.com 0fbc5f0b9e Beginning the process of massaging the CSS and XUL to conform to the new
directory org.
2006-07-27 14:50:13 +00:00
rjc%netscape.com 429b43be30 Fix bug # 38635: double-click bug fix. 2006-07-27 14:50:12 +00:00
ben%netscape.com 3d5c230d44 making directory viewer skinnable 2006-07-27 14:50:11 +00:00
rjc%netscape.com 05bee62223 Add support for search modes. 2006-07-27 14:50:10 +00:00
rjc%netscape.com 27a9c3230a Fix bug # 38545 and bug # 38570: use onkeypress instead of onkeyup for CR detection. 2006-07-27 14:50:09 +00:00
rjc%netscape.com 55949316e1 Use proper CSS to indicate when a sort is active. 2006-07-27 14:50:08 +00:00
rjc%netscape.com 0691f7c87b Use <button> instead of <titledbutton> in various spots. 2006-07-27 14:50:07 +00:00
rjc%netscape.com 9099899c0e Small XUL changes (flex on boxes) to get things visible again. 2006-07-27 14:50:06 +00:00