Commit Graph

761 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
84183489d0 Bug 383183: include an identity indicator in primary chrome (Larry), patch by Johnathan Nightingale <johnath@mozilla.com>, r=mconnor, r=me 2007-11-06 21:09:01 -08:00
mozilla.mano@sent.com
1db5e5366b Bug 385266 - New starring, bookmarking and tagging UI, changes noted in comment 333. r=dietrich. 2007-11-06 21:09:00 -08:00
philringnalda@gmail.com
41ba9d779f Backing out bug 391385 for Ts/Txul regression 2007-11-06 21:08:59 -08:00
philringnalda@gmail.com
f93b0dc935 Bug 391385 - Split PopupAutoComplete in three: UrlbarAutoComplete, SearchAutoComplete and ContentAutoComplete, patch by Simon Bünzli <zeniko@gmail.com>, r=gavin 2007-11-06 21:08:58 -08:00
dtownsend@oxymoronical.com
894a03fdc5 Bug 380381: Winstripe background tabs polish. p=Dao Gottwald <dao@design-noir.de>, r=enndeakin, ui-r=beltzner 2007-11-06 21:08:57 -08:00
dtownsend@oxymoronical.com
918c6cfe6b Bug 372773: Tab favicon should have the grab cursor on hover (right files this time). p=Dao Gottwald <dao@design-noir.de> r=enndeakin, ui-r=beltzner 2007-11-06 21:08:56 -08:00
dtownsend@oxymoronical.com
2739766cff Bug 349196: All Tabs menu doesn't use right edge image with browser.tabs.closeButtons = 3. p=Dao Gottwald <dao@design-noir.de> r=robstrong 2007-11-06 21:08:55 -08:00
rflint@ryanflint.com
7fdd1effe9 Bug 339964 - move tabbrowser.xml out of mozilla/toolkit and into mozilla/browser. Patch by Stefan <stefanh@bluebottle.com> and myself, r=mconnor 2007-11-06 21:08:54 -08:00
sspitzer@mozilla.org
869a2ef18a fix for bug #389491: have url bar autocomplete do a case insensitive search against both url and title with results orderded by a combination of last visited and visit count also includes fixes for bugs: #383672: after visiting http://cheese.livejournal.com/, typing livejournal in the urlbar should suggest http://cheese.livejournal.com/ #392141: strip trailing / leading whitespace before doing url bar autocomplete #391887: typing "https://" no longer drops down a list of https sites #390404: javascript: urls (and other urls) that I didn't type or click on are in url bar when I autocomplete #385033: URLBar dropdown hangs and eats keystrokes when typing #373256: URL/location bar autocomplete slowness (sqlite database doesn't seem to be cached) r=dietrich 2007-11-06 21:08:53 -08:00
mozilla.mano@sent.com
e86916ea5b Bug 385266 - New starring, bookmarking and tagging UI, further work. Make Bookmark This Page/Frame/Link use the new panel. r=dietirch. 2007-11-06 21:08:52 -08:00
mozilla.mano@sent.com
82c147e5bf Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich. 2007-11-06 21:08:51 -08:00
gavin@gavinsharp.com
0d68bb3520 Bug 363130: make menuitem icons 16x16px consistently on Windows/Linux, to match Mac (avoid large icons from appearing in the search bar menu), r=mano 2007-11-06 21:08:50 -08:00
flamingice@sourmilk.net
fd6a6a7d56 Bug 383577, wrongly encoded umlaut in license block, Patch by Simon Bunzli 2007-11-06 21:09:46 -08:00
mozilla.mano@sent.com
a31463d675 Bug 375665 - Expander button has no styling in winstripe. patch from Hideo Oshima <hidenosuke@hidenosuke.org>, r=me. 2007-11-06 21:09:45 -08:00
mozilla.mano@sent.com
e4566e1424 Bug 357316 - More add/edit UI work, see comment 18 for the change log. r=sspitzer. 2007-11-06 21:09:44 -08:00
mozilla.mano@sent.com
403eb37a4f Bug 373502 - Implement Fx2 style microsummary picker in the properties dialog. r=dietrich. 2007-11-06 21:09:43 -08:00
myk@mozilla.org
612145e95e bug 330899: add id attributes to bookmark properties dialog elements (and canonicalize the names of existing ones) to make it easier to overlay that dialog; r=jhughes, sr=beng 2007-11-06 21:09:42 -08:00
joe@retrovirus.com
e12df78b44 This submission is a roll-up of three patches developed & approved during the branch freeze: 330052 add bookmark dialog should have a default folder selected 329792 remove dead code for old tag-style folder selector in bookmark properties 330023 allow for editing of folder names r=annie.sullivan@gmail.com sr=ben@mozilla.org 2007-11-06 21:09:41 -08:00
joe@retrovirus.com
aace737798 Changes to bookmark properties dialog: * Customized bookmark properties dialog for add vs. edit cases * Added support for changing URI of bookmark (annotations not carried over yet) * Add support for viewing properties of history entries * Changed from tag-style control to folder tree for folder selection, yielding layout and accessibility improvements * Switched to using standard dialog buttons bug=329272 r=annie.sullivan@gmail.com sr=bugs@bengoodger.com 2007-11-06 21:09:40 -08:00
joe@retrovirus.com
973806b97d * Allows the user to access Bookmark Properties dialog from context menus. * Adds support for editing the bookmark shortcut (formerly keyword) in the Bookmark Properties dialog. * Improves the appearance of the Bookmark Properties dialog. * Removes dead code from PlacesBrowserShim in browser.js NOTE: This doesn't reflect the final UI for this functionality; rather, this change is intended to add functionality for users of the nightlies. bug=322988 r=annie.sullivan@gmail.com sr=bugs@bengoodger.com 2007-11-06 21:09:39 -08:00
sdwilsh@shawnwilsher.com
0503b5ce70 Bug 355789 - Use vista native uxtheme for menu rendering. Patch by Rob Arnold <robarnold@mozilla.com>. r=vladimir, a=[wanted-1.9] 2007-11-06 21:08:49 -08:00
mconnor@steelgryphon.com
7b43bc9b07 bug 388135 - hide certain protocols, don't de-emphasize the path, landing the de-emphasize the path bits only for now, patch by dao@design-noir.de, r=me 2007-11-06 21:08:48 -08:00
gavin@gavinsharp.com
bc8c613eb1 Bug 338302: tab and bookmark drag and drop indicators only appear on the second drag, use visibility:hidden/visible to eagerly load images and avoid collapsing the elements (which can cause flickering when redisplaying the images), r=mconnor 2007-11-06 21:08:47 -08:00
sspitzer@mozilla.org
38cecb8509 fix for bug #389003: sometimes favicons in url results are blank, need to use the favicon service. r=mano 2007-11-06 21:08:46 -08:00
sspitzer@mozilla.org
e03f89de23 fix for bug #373353: add favicons to the results in the location bar r=mano 2007-11-06 21:08:45 -08:00
mozilla.mano@sent.com
1c7506424f Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-11-06 21:08:44 -08:00
kherron@fmailbox.com
4671c5724b Bug 387077 - Rename some class names of the new Location bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp. 2007-11-06 21:08:43 -08:00
gavin@gavinsharp.com
40e7c03c00 Bug 387685: clean up Firefox tooltip code now that bug 279703 has landed (back out most of the patch for bug 218223), r=Enn (original SeaMonkey patch by Neil Rashbrook in bug 386390) 2007-11-06 21:08:42 -08:00
gavin@gavinsharp.com
12d89c267d Bug 366797: revise the location bar (highlight effective domain, decode URLs, add overflow ellipsis and tooltip), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-11-06 21:08:41 -08:00
sdwilsh@shawnwilsher.com
2be0a1f6c2 Backout of Bug 366797 due to leaks 2007-11-06 21:08:40 -08:00
sdwilsh@shawnwilsher.com
d2127f0799 Bug 366797 - Revise the Location Bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp, ui-r=beltzner 2007-11-06 21:08:39 -08:00
rflint@ryanflint.com
d37efaf225 Remove duplicate comment. 2007-11-06 21:08:38 -08:00
rflint@ryanflint.com
8e978caa49 Bug 384730 - Remove unnecessary RTL images from winstripe. r=mano 2007-11-06 21:08:37 -08:00
mozilla.mano@sent.com
5580044e6d Bug 382813 - nsFaviconService shouldn't rely on icons in chrome://browser. r=sspitzer. 2007-11-06 21:09:24 -08:00
mozilla.mano@sent.com
23471c4f71 Bug 339102 - New Page Info dialog. work done by Florian Queze <f.qu@queze.net>, ui-r=beltzner, r=me. 2007-11-06 21:09:23 -08:00
gavin@gavinsharp.com
386790f153 Bug 218223: Long tooltips should wrap instead of cropping text, based on original SeaMonkey patch by Chris Thomas <cst@yecc.com>, Firefox patch by shaver, r=me 2007-11-06 21:08:36 -08:00
pkasting@google.com
63b70a8f17 Bug 348779: Searchbar demands too much space. Non-functional cleanup commit that never made it to the trunk when the rest of the Fx2 theme landed. r=gavin 2007-11-06 21:08:35 -08:00
mozilla.mano@sent.com
b1da8e703d Bug 370026 - Remove current Starring UI. r=sspitzer. 2007-11-06 21:08:34 -08:00
tony@ponderer.org
0cb13f4c9d Bug 368761 - "Report Web Forgery..." in the Help menu should be smarter patch: show/hide menus in JS and revert css theme changes r=bryner 2007-11-06 21:08:33 -08:00
sspitzer@mozilla.org
f8e2f1591a fix for bug #360029: remove places icon from personal toolbar. patch=dmills thanks to jminta and philringnalda for the help. r=sspitzer 2007-11-06 21:08:32 -08:00
mozilla.mano@sent.com
3cee9bbcf0 Bug 365528 - Places Organizer Toolbar. r=sspitzer. 2007-11-06 21:09:21 -08:00
sspitzer@mozilla.org
fd8c993ac3 fix for bug #364316 [places] some favicons in the historu sidebar and the bookmarks dialog are bigger than 16px by 16px. r=mano 2007-11-06 21:09:38 -08:00
beng@bengoodger.com
75aa9a7a73 329367 -cannot return to bookmarks after a search r=annie.sullivan@gmail.com and 334401 - assorted places organizer fixes including new debug panel r=brettw@gmail.com 2007-11-06 21:09:37 -08:00
beng@bengoodger.com
d5df6ab8af 332495 - grouping by site is not preserved when searching + various other search/sort fixes. r=annie.sullivan@gmail.com, brettw@gmail.com (history pieces) 2007-11-06 21:09:36 -08:00
beng@bengoodger.com
991ed39ccc 333374 - first steps to making advanced query builder match UE spec... make +/- buttons work better and improve visual appearance also some general places organizer cleanup r=annie.sullivan@gmail.com 2007-11-06 21:09:35 -08:00
beng@bengoodger.com
d8c800917c 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com 2007-11-06 21:09:34 -08:00
beng@bengoodger.com
d54e5983ac 329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com 2007-11-06 21:09:33 -08:00
beng@bengoodger.com
a7aeb15c4b 329586 - browser shim cleanup, tidies up some UI update notification in the browser, fixes a few menu items here and there, removes unnecessary initialization, moves places to its own window, removes all code to do with maintaining places as a tab, renames osme objects and member variables, formatting issues, creates a browser controller for updating commands. r=annie.sullivan@gmail.com 2007-11-06 21:09:32 -08:00
philringnalda@gmail.com
9b0f65be1a Bug 365437: browser/ dependency in help.css, r=mano 2007-11-06 21:09:20 -08:00
mozilla.mano@sent.com
2478679462 Bug 296583 - Make 'Set Desktop Background' dialog skinable. r=gavin. 2007-11-06 21:09:19 -08:00
mozilla.mano@sent.com
80cdd2148f Bug 349380 - better UI for registerContentHandler. r=gavin. 2007-11-06 21:09:18 -08:00
tony@ponderer.org
d5d7388bb4 bug 368761: "Report Web Forgery..." in the Help menu should be smarter patch: swap help menu item based on context r=bryner 2007-11-06 21:08:31 -08:00
mozilla.mano@sent.com
f2b2b40b85 Bug 353438 - Preview of Location Bar in 'Customize' dialog flawed. r=gavin. 2007-11-06 21:08:30 -08:00
mozilla.mano@sent.com
944328eef3 Bug 288254 - Findbar XBL widget. r=gavin,masayuki,bienvenu. 2007-11-06 21:08:29 -08:00
gavin@gavinsharp.com
85f663907f Bug 361769: the V before Show Suggestions is too big (make min-width/height rules apply only to the engine dropdown), patch by Dave Townsend (Mossop) <mossop.bugzilla@blueprintit.co.uk>, r=me 2007-11-06 21:08:28 -08:00
gavin@gavinsharp.com
54cc7ac006 Bug 306330: search engines without an icon have less margin than the others, r=mano 2007-11-06 21:08:27 -08:00
sspitzer@mozilla.org
9de63afb7f fix for bug #356487 make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI. also addresses bugs: bug #330923: "View -> Sidebar menu" is empty if you build with places bug #355738: implement history sidebar on top of places backend bug #356175: hook up the history menu to the places backend bug #356453: add back "Clear Private Data" menu item bug #356630: add back "History | Show in Sidebar" menu item bug #356631: remove "search in history" and "view all history" menu items bug #357301: add back history and bookmark sidebar toolbar button items, remove places toolbar button bug #358831: history sidebar, right mouse button click should not expand / collapse item r=dietrich, r=gavin 2007-11-06 21:08:26 -08:00
mozilla.mano@sent.com
ab6224b709 Bug 355112 - Get rid of feeds-disabled code in browser. r=gavin. 2007-11-06 21:09:16 -08:00
gavin@gavinsharp.com
4c5590a066 Bug 248330: toolbar buttons aren't flush with the top of the screen in full screen mode, r=mano, ui-r=beltzner 2007-11-06 21:08:25 -08:00
gavin@gavinsharp.com
1204bbbea6 Bug 353757: minor theme optimizations, patch by mano, r=me 2007-11-06 21:08:24 -08:00
mozilla.mano@sent.com
00201cfaf4 Land the new theme on trunk (bug 353673). 2007-11-06 21:08:23 -08:00
tony@ponderer.org
cdb321a104 bug 345893: Text in Safe Browsing overlay not visible with large font / high contrast theme patch: add scrollbars if text overflows r=pilgrim,sr=bryner 2007-11-06 21:09:47 -08:00
gavin@gavinsharp.com
b7dc166921 Bug 323686: remove the mail icon from Toolbar.png and Toolbar-small.png (winstripe/pinstripe), new images by Philip Puryear <philippuryear@gmail.com>, r=me/kmgerich 2007-11-06 21:09:46 -08:00
tony@ponderer.org
8cf40756ef bug 338863: Previously hidden navigation toolbar appears when safebrowing warning displayed patch: if no urlbar, position in top center of browser r=ben 2007-11-06 21:09:46 -08:00
tony@ponderer.org
983fdcf7eb bug 329711: sidebar breaks phishing alert r=mmchew 2007-11-06 21:09:45 -08:00
webmail@kmgerich.com
d845fece3d Second pass at Winstripe Tabs pref icon: now with more Hoo Hah 2007-11-06 21:09:45 -08:00
steffen.wilberg@web.de
4ca385059f address review comment (bug 263750) 2007-11-06 21:09:45 -08:00
tony@ponderer.org
82dc068202 bug 339635: Safebrowsing urlbar warning icon not themable r=bryner 2007-11-06 21:09:44 -08:00
mozilla.mano@sent.com
c90d10569a Bug 351133 - Options>Feeds 'Choose Application...' button is cut off and scroll-bar appears. r=mconnor. 2007-11-06 21:09:43 -08:00
darin@meer.net
3d82e0a4d6 landing performance improvements for safe browsing (bugs: 338189, 338191, 338327, 338369, 338366, 338193, 338371, 338562) patches by tony+brettw, r=bryner+darin 2007-11-06 21:09:43 -08:00
sayrer@gmail.com
3ee1fa1de7 Bug 352600. Need a max-width/height on the feed icon. ui-r=beltzner, r=mconnor 2007-11-06 21:09:42 -08:00
jwalden@mit.edu
23789c370c Comment-only change ("General pane"->"Main pane"), no bug, r=me as trivial 2007-11-06 21:09:42 -08:00
gavin@gavinsharp.com
0b43d89ecb Bug 348544: Clean up console-logged errors and warnings in feed subscription, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mano 2007-11-06 21:09:41 -08:00
myk@mozilla.org
86883824cb add UI for the browser.startup.page preference, so there's a simple way to tell Firefox to start with a blank page (or, for that matter, with your windows and tabs from last time, i.e. session restore) bug=346044 r=mconnor r=jwalden 2007-11-06 21:09:41 -08:00
mozilla.mano@sent.com
01b5108e19 Bug 346009 - better subscription UI for feed preview. r=mconnor. See comment 31 on the bug. 2007-11-06 21:09:40 -08:00
myk@mozilla.org
87df870412 backing out fix for bug 346044, which turns out to have been premature (beltzner wants some changes to the UI for it) 2007-11-06 21:09:40 -08:00
pamg.bugs@gmail.com
886036db37 Bug 345407, step 1: Move search-engine selection drop-down back to the engine icon. r=mconnor 2007-11-06 21:09:39 -08:00
myk@mozilla.org
827af3fd59 enable a simple way to set a blank page as your home page in preferences bug=346044 r=mconnor 2007-11-06 21:09:39 -08:00
gavin@gavinsharp.com
d5611a990d Bug 342774: hardcode the engine image size so that it doesn't do something weird when it's src is set, r=mconnor 2007-11-06 21:09:38 -08:00
jwalden@mit.edu
56a63ba162 Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). We're slowly spiralling in on a final design... r=mconnor 2007-11-06 21:09:38 -08:00
pamg.bugs@gmail.com
852250fec0 Bug 340868: Offer to re-add an autodiscovered search engine if user removes it. r=beng 2007-11-06 21:09:37 -08:00
jwalden@mit.edu
6e3644f144 Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). r=mconnor 2007-11-06 21:09:37 -08:00
gavin@gavinsharp.com
0a94cfec7a Bug 328480: can't select/copy cookies in the View Cookies dialog, r=mconnor 2007-11-06 21:09:36 -08:00
mconnor@steelgryphon.com
1db2c64ed0 bug 309140 - fix help button placement under UNIX (GNOME), also fix a border issue on the home page field in the prefwindow, r=mano 2007-11-06 21:09:35 -08:00
gavin@gavinsharp.com
ceb6715387 Bug 335820: icons in engine manager need padding, r=mconnor 2007-11-06 21:09:14 -08:00
myk@mozilla.org
3eb26e686e Merge the microsummary picker with the Name field in the add bookmark and bookmark properties dialog, hiding the picker if no microsummaries are available. bug=337825 r=mconnor a=mconnor for checkin to 1.8 branch 2007-11-06 21:09:13 -08:00
beng@bengoodger.com
c888b8576c 340897 - lots of rss bug fixes r=sspitzer 2007-11-06 21:09:12 -08:00
mozilla.mano@sent.com
6763d282ad Bug 337998 - don't force the chrome direction on the whole feed preview (but do set it on the UI parts of it), also includes some RTL-compat fixes on the themes side of things. r=mconnor. 2007-11-06 21:09:38 -08:00
beng@bengoodger.com
5d417d4587 336852 - show some basic content in the feed handling page, also fix some bustage due to identicaly named libraries with toolkit/components/feeds. 2007-11-06 21:09:37 -08:00
beng@bengoodger.com
78aa67c344 336824 - numerous small issues with feed handling/options r=brettw for browser bits r=sayrer for processor exception handling 2007-11-06 21:09:36 -08:00
gavin@gavinsharp.com
666a659ab1 Bug 338378: When customizing toolbars, search box has grey text and I-beam cursor and is hard to drag, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r=me 2007-11-06 21:08:22 -08:00
joe@retrovirus.com
b65f8a0c89 Small CSS patch to take fix urlbar height expansion introduced in 337427. bug=347085 r=ispiked sr+branch=mconnor 2007-11-06 21:08:21 -08:00
joe@retrovirus.com
4747efcbb5 Hack to keep horizontal space from shifting between the urlbar and searchbar when changing between a site that has RSS and/or SSL icons and one that doesn't. It's not pretty, but it's the best solution we have now. bug: 337427 r=gavin sr+branch=mconnor 2007-11-06 21:08:20 -08:00
gavin@gavinsharp.com
1a281796c3 Bug 341902: Bookmarks-> "Subscribe to this page..." is not aligned properly with "Bookmark This Page..." and "Bookmark All Tabs...", patch by Mark Pilgrim <pilgrim@gmail.com>, r=mano 2007-11-06 21:08:19 -08:00
martijn.martijn@gmail.com
da2024b221 Bug 338340 - 2007-11-06 21:08:18 -08:00
pamg.bugs@gmail.com
14dc7fa4e8 Bug 337137: Use better default icon for search engines. r=beng 2007-11-06 21:09:35 -08:00
bryner@brianryner.com
f625d17a10 Fix opening the search dropdown with F4 or alt+up/down (bug 337720) Patch by pamg, r=gavin, sr/b181=me 2007-11-06 21:09:11 -08:00
beng@bengoodger.com
5c4349d2ec followon to 335433 - some tweaks to the visual appearance of the search box to fix regressions on windows and gnome 2007-11-06 21:09:33 -08:00
beng@bengoodger.com
f6c8312e2d 335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org 2007-11-06 21:09:10 -08:00
beng@bengoodger.com
4f52abeca5 336457 - mark selected engine in the dropdown list patch by Pam Greene <pamg.bugs@gmail.com> r=joe@retrovirus.com sr+a=ben@mozilla.org 2007-11-06 21:09:31 -08:00
beng@bengoodger.com
0676632867 335441 - add search dropdown menu and button patch by Pam Greene <pamg.bugs@gmail.com> r=joe@retrovirus.com sr+a=ben@mozilla.org + some tweaks by me to make it look better on windows 2007-11-06 21:09:09 -08:00
beng@bengoodger.com
3c6f674916 336786 - use new feed icons from stephen horlander. 2007-11-06 21:09:08 -08:00
beng@bengoodger.com
69dfc4df1b 333751 - fix small typo in subscribe.css to ensure image shows correctly. not part of build 2007-11-06 21:09:34 -08:00
beng@bengoodger.com
1ab9d9da50 333751 - more integration with browser - co-opt the subscribe item in the location bar, add a link to this functionality from preferences (preliminary), and seed the web handler list with some default values. r=brettw@gmail.com 2007-11-06 21:09:33 -08:00
brettw@gmail.com
30982130d6 Bug 336288 (for tony@ponderer.org) r=ben integrate UI portion of safebrowsing into /browser/components/safebrowsing 2007-11-06 21:09:07 -08:00
beng@bengoodger.com
eda919eff0 333751 - more feed handling changes... NOT PART OF BUILD!! 2007-11-06 21:09:06 -08:00
beng@bengoodger.com
606124b669 333751 - land initial content converter patch for feed parsing, turned off. r=bsmedberg for configure bits, r=brettw for everything else... use --enable-feeds in .mozconfig to turn this on. 2007-11-06 21:09:05 -08:00
beng@bengoodger.com
93595d8afe 329077 - options icons gone... move an incorrectly placed #endif patch by phil ringnalda, r=me 2007-11-06 21:09:04 -08:00
beng@bengoodger.com
ab2e2c293e bug 328243 - disband the browser shim, move locale to locales dir, move theme to themes dir. r=annie.sullivan@gmail.com 2007-11-06 21:09:03 -08:00
silver@warwickcompsoc.co.uk
5de255fe9d Bug 338000 - Hide bottom border partially only on Windows Classic theme. r=mconnor 2007-11-06 21:08:17 -08:00
jminta@gmail.com
9099a67757 Bug 336176 Builds with places disabled still have places-specific style rules, r+a=mconnor 2007-11-06 21:08:16 -08:00
joe@retrovirus.com
0d7fa3028d Integrated local form history results into searchbox suggest results. bug=338061 r=gavin sr=mconnor 2007-11-06 21:08:15 -08:00
gavin@gavinsharp.com
01a50b19eb Bug 337174: "Manage Search Engines" misaligned in menu, patch by Pam Greene <pamg.bugs@gmail.com>, r=bryner 2007-11-06 21:08:14 -08:00
gavin@gavinsharp.com
11a49540b4 Bug 336887: search bar Go button is way too wide, when toolbar icons are set to Icons & Text or Text, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+a181=mconnor 2007-11-06 21:08:13 -08:00
silver@warwickcompsoc.co.uk
0439e507f3 Bug 336847 - Remove half the groove below final toolbar. r=ben 2007-11-06 21:08:12 -08:00
myk@mozilla.org
770b932bb7 Initial support for microsummaries via a service and integration into the bookmarks UI. bug=334471 r=brettw a=ben for the branch 2007-11-06 21:08:11 -08:00
silver@warwickcompsoc.co.uk
2cd61b9465 Bug 313388 - Match winstripe CSS to XP Classic appearance, and remove native theming of menus on Windows pending re-working of code. r=kevin 2007-11-06 21:08:10 -08:00
joe@retrovirus.com
68198bb86d Backing out a CSS change (url background color set to blue) that I accidentally introduced in work on bug 248672. bug=336416 2007-11-06 21:08:09 -08:00
joe@retrovirus.com
b92936cac4 Add grey text to search box (when not focused) that identifies the current search engine. bug=2358968 r=gavin.sharp@gmail.com sr=ben@mozilla.org 2007-11-06 21:08:08 -08:00
gavin@gavinsharp.com
b805be553f Bug 323972: the home button does not have a disabled style rule, even though the image exists, r=mconnor 2007-11-06 21:08:07 -08:00
annie.sullivan@gmail.com
0b354f2252 Makes items on places toolbar show up as a button during customize so that they can easily be moved. r=ben@mozilla.org bug=327364 2007-11-06 21:08:06 -08:00
annie.sullivan@gmail.com
3c7906133c Fixed icon uris broken in browser shim removal. bug=328543 r=ben@mozilla.org 2007-11-06 21:08:05 -08:00
annie.sullivan@gmail.com
7482c1d454 Checking in files that got checked in on the branch but not the trunk from the patch for bug 328243 2007-11-06 21:08:04 -08:00
gavin@gavinsharp.com
d3a392ba23 Bug 235277: make the go button look like other toolbar buttons, patch by miahz <miahzmiahz+bmo@gmail.com>, r=mconnor 2007-11-06 21:08:03 -08:00
gavin@gavinsharp.com
f7a9c73cc9 Bug 306453: Remove "Read Mail" and "New Message..." from Tools menu, r=mconnor+beltzner 2007-11-06 21:08:02 -08:00
gavin@gavinsharp.com
dd3f7d9a32 Bug 314663: #urlbar style rules don't belong in toolkit's autocomplete.css, r=mconnor 2007-11-06 21:08:01 -08:00
ben@bengoodger.com
15efed7d67 305134 - remove feedview from firefox 1.5 and 1.6x pending architecture redesign. r=mconnor 2007-11-06 21:09:01 -08:00
mozilla.mano@sent.com
735faf8a86 Bug 250867 - icons only and other toolbar modes are not created in a global place. patch from Simon 'sipaq' Paquet <bugzilla@babylonsounds.com>, r=me, moa=mscott on the Thunderbird portions. 2007-11-06 21:08:00 -08:00
gavin@gavinsharp.com
3940dabd5a Back out bug 312527, it wasn't meant for the trunk 2007-11-06 21:07:59 -08:00
gavin@gavinsharp.com
f97acc1928 Bug 312527: reduce margins for the bookmarks menus, make them consistent with other menus, r=mconnor 2007-11-06 21:07:58 -08:00
timeless@mozdev.org
c3f7df5d23 Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars patch by silver@warwickcompsoc.co.uk r=dougt sr=neil 2007-11-06 21:07:57 -08:00
webmail@kmgerich.com
3af88f1c6a Bug 271051 - Address bar should use another color when lock icon is broken r=mconnor, a=asa 2007-11-06 21:07:56 -08:00
ben@bengoodger.com
836c0073ae 303848 - integrate feedview better with firefox browser code/live bookmarking system. this is an initial stab at implementing a design I'm working on with Mike Beltzner here: http://wiki.mozilla.org/Firefox:1.1_RSS_Pretty_Print 2007-11-06 21:07:55 -08:00
myk@mozilla.org
1f5a05521b Fix for bug 302121: Implements feedview feature for better display of RSS and Atom feed files. r=mconnor, approval1.8b4+=mconnor 2007-11-06 21:08:59 -08:00
timeless@mozdev.org
2203d1fae6 Bug 297433 On Mac OS X preview.png and icon.png in Firefox's classic.jar are not available when using the jar protocol patch by rob_strong@exchangecode.com r=shaver a=shaver 2007-11-06 21:08:58 -08:00
timeless@mozdev.org
a4e0e13bb6 Bug 253661 nine steps to better menus in Firefox patch by BoxerBoi76@hotmail.com r=kevin@kmgerich.com a=asa 2007-11-06 21:07:54 -08:00
ben@bengoodger.com
e3d6b8bfce Make the update menu item change depending on update state 2007-11-06 21:07:53 -08:00
steffen.wilberg@web.de
afc04114b1 Bug 184350: About Popup Blocking dialog has a _working_ resizer in the status bar example. r=mconnor, a=asa 2007-11-06 21:07:52 -08:00
mvl@exedo.nl
e8e2412a2b Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird. p=sipaq <bugzilla@babylonsounds.com>, r=mconnor, a=asa 2007-11-06 21:07:51 -08:00
bsmedberg@covad.net
9d5c5068aa Bug 295235 - remove remaining contents.rdf chrome registration from Firefox and Thunderbird, r=mconnor a=asa 2007-11-06 21:08:56 -08:00
mozilla.mano@sent.com
c7abd2b2bf Bug 287512 - Remove obsolete version of aboutDialog.css from Firefox. patch from Jeff Walden <jwalden+bmo@mit.edu>, r=mconnor 2007-11-06 21:08:55 -08:00
steffen.wilberg@web.de
cb1a0ff6ce Bug 263750: -moz-appearance: none gives the urlbar a 2px inset border regardless of gtk theme. p=webmail@kmgerich.com, r=mconnor 2007-11-06 21:07:50 -08:00
bzbarsky@mit.edu
98d3915c93 Replace more -moz-opacity with opacity. Bug 281907, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky 2007-11-06 21:07:49 -08:00
mozilla.mano@sent.com
72256d2c90 Bug 221824 - Winstripe should be RTL compatible. patch by kmgerich and me r=kmgerich/mconnor 2007-11-06 21:07:48 -08:00
mozilla.mano@sent.com
b8942bfcc2 Bug 221824 - Winstripe should be RTL compatible. patch by kmgerich and me r=kmgerich/mconnor 2007-11-06 21:07:48 -08:00
gerv@gerv.net
987fb37e04 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-11-06 21:07:47 -08:00
webmail@kmgerich.com
464387e22f bug #283603, Tabs pref icon for Winstripe 2007-11-06 21:09:33 -08:00
ben@bengoodger.com
316a44045e fix build bustage by adding file for 274712 (forgot to add) 2007-11-06 21:09:43 -08:00
mozilla.mano@sent.com
0832530ba6 Typo in my fix to bug 221824 (themes should be RTL compatible) - missing ; 2007-11-06 21:09:32 -08:00
mozilla.mano@sent.com
c03008691b Bug 221824 - themes should be RTL compatible. regressions fix. r=steffen/kmgerich 2007-11-06 21:09:31 -08:00
mozilla.mano@sent.com
907cfb19bd Bug 221824 - Winstripe should be rtl compatible... new preferences window fixes. r=kmgerich 2007-11-06 21:09:30 -08:00
ben@bengoodger.com
a897cc0ac4 274712 - new options dialog 2007-11-06 21:08:54 -08:00
timeless@mozdev.org
4f30213b9f Bug 247147 Perl errors when building in browser/themes/pinstripe/browser patch by sdwalker@myrealbox.com r=bryner 2007-11-06 21:08:53 -08:00
mozilla.mano@sent.com
44203f9783 Bug 221824 - Winstripe should be RTL compatible. patch by kmgerich and me r=kmgerich/mconnor 2007-11-06 21:07:48 -08:00
bzbarsky@mit.edu
bad7c842d1 Fix CSS error. Bug 281652, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky 2007-11-06 21:09:41 -08:00
db48x@yahoo.com
af31fd8b02 bug 195492: lots of page info stuff r=neil, sr=rbs 2007-11-06 21:09:40 -08:00
ben@bengoodger.com
89209ca31f Landing the Aviary Branch (browser section only). 2007-11-06 21:07:46 -08:00
ben@bengoodger.com
64f47316a2 winstripe update from stephen horlander... 2007-11-06 21:09:44 -08:00
bryner@brianryner.com
b771dfb04d fix perl warnings (bug 247147) patch by swalker, r=bryner 2007-11-06 21:08:51 -08:00
steffen.wilberg@web.de
07e1c57b00 Bug 248419: [Linux] Yellow background in location bar for secure site indication does not show. suggested by mconnor, r=ben 2007-11-06 21:07:45 -08:00
p_ch@verizon.net
c77000392c Bug 235243: Need drag and drop feedback for toolbar bookmarks (and menuitem bookmarks for gtk2). In addition to the DND feedback, this patch: - introduces a new var 'BookmarksInsertion' that 'encapsulates' DND feedback display. - rewrite the rtl handling related to DND. BookmarksInsertion deals with this subtleties and the "public" feedback orientation ("before"|"on"|"after") returned by BookmarksInsertion.getOrientation refers now to the DOM. - paste and copy commands on the menus now insert after the rclicked element. The hack that appended everything at the end of the container has been removed or more accurately replaced by another one that is at least invisible to the user and we already used for DND. The problem is due a problem with the content building of containers with siblings (open in tabs stuff) not generated by the bookmarks template. - usual small glitch fixing. 2007-11-06 21:07:44 -08:00
jruderman@hmc.edu
2311eabeec Bug 249680 - Location bar text not visible with yellow bacakground for secure sites. Patch by quark, r=mconnor, a=ben 2007-11-06 21:07:43 -08:00
vladimir@pobox.com
55cf7e4543 b=244078, live bookmarks merge from aviary branch. 2007-11-06 21:07:42 -08:00
mconnor@myrealbox.com
8213444258 fix checkin of new gnomestripe files and missed browser file 2007-11-06 21:07:41 -08:00
ben@bengoodger.com
c90cba7476 land winstripe on trunk 2007-11-06 21:07:40 -08:00
sspitzer@mozilla.org
b549e4d71f backing out my fix for bug #399664, due to 2% Ts regression (see bug #402668 for details) 2007-11-06 00:43:53 -08:00
sspitzer@mozilla.org
a2314bff24 fix for bug #399664: In location bar autocomplete, indicate which part of the result matches the query (and make sure it is visible) r=gavin, parts r=neil deakin a=m9 blocker 2007-11-05 21:31:22 -08:00
rflint@ryanflint.com
a0c7d6a3b0 Bug 401949 2007-11-04 00:06:27 -07:00
rflint@ryanflint.com
acbcdb0e37 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 23:18:58 -07:00
rflint@ryanflint.com
4652c78251 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 22:37:42 -07:00
rflint@ryanflint.com
f5251ae384 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 21:39:08 -07:00
rflint@ryanflint.com
c6d3420c36 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 20:55:19 -07:00
rflint@ryanflint.com
1c8b05fec0 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 20:18:03 -07:00
rflint@ryanflint.com
c248b7edd8 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 19:34:57 -07:00
rflint@ryanflint.com
1d2305f8b9 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 18:52:43 -07:00
rflint@ryanflint.com
3e1a507a28 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 18:36:04 -07:00
rflint@ryanflint.com
ffcf3d6731 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 18:06:52 -07:00
rflint@ryanflint.com
5da2357a3d Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 17:55:13 -07:00
rflint@ryanflint.com
5c4dc74e08 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 17:52:57 -07:00
rflint@ryanflint.com
4d8583fd29 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 17:39:54 -07:00
rflint@ryanflint.com
b449b363b9 Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 16:59:25 -07:00
rflint@ryanflint.com
45f8b1afdc Figure out where the Txul regression is on linux (bug 401949). a=mconnor 2007-11-03 16:24:39 -07:00
reed@reedloden.com
1cff372384 Bug 401893 - "make sure that the Larry button is as high as the location bar" [p=dao r=Mano aM9=beltzner] 2007-10-31 11:54:11 -07:00
reed@reedloden.com
3c997c19c3 Bug 395248 - "Larry UI looks like two textboxes: needs to be a button, differentiable from URL in location bar" [p=dao r=Mano a=blocking-firefox3+ for M9] 2007-10-30 19:03:06 -07:00
reed@reedloden.com
eb3a474991 Bug 400809 - "remove unneeded/unused parts from the urlbar binding" [p=dao r=gavin aM9=mconnor] 2007-10-25 19:53:01 -07:00
reed@reedloden.com
7d1afa2a57 Bug 251910 - "No hover highlighting (i.e. mouse-tracking) in Bookmarks/History sidebar" (follow-up patch) [p=dao r=sspitzer aM9=mconnor] 2007-10-24 02:35:18 -07:00
mconnor@steelgryphon.com
9b05eb630f bug 383183 - relanding Larry, round 324 2007-10-21 20:30:23 -07:00
reed@reedloden.com
3e66c8a6b6 Bug 251910 - "No hover highlighting (i.e. mouse-tracking) in Bookmarks/History sidebar" (underline & cursor:pointer for winstripe) [p=dao r=sspitzer a1.9=mconnor] 2007-10-11 14:38:16 -07:00
sspitzer@mozilla.org
20767c9104 fix for bug #387996: add a "Places" folder to the bookmarks menu, populated with smart folders fix for bug #387734: add a "Places" folder to the bookmarks toolbar, populated with smart folders fix for bug #385826: pre-populated places queries fix for bug #396807: have "top 10 most visited sites" as a pre-populated smart folder fix for bug #385831: Investigate dependencies for Most Used Tags query fix for bug #378799: GROUP_BY_FOLDER only works in simple bookmark-folder queries thanks to dietrich for the initial GROUP_BY_FOLDER patch. r=dietrich,mano a=blocking-firefox-3+ 2007-10-10 23:42:38 -07:00
myk@mozilla.org
c114aa7a7d bug 395141: use a generic icon for types and apps that don't have one in the Applications prefpane; r=gavin 2007-10-03 13:38:26 -07:00
reed@reedloden.com
98bed5535e Backout Dão's patch from bug 388030 due to Mac-only perf regression. 2007-10-02 20:21:09 -07:00
sspitzer@mozilla.org
ebb040acda new icons from faaborg for bug #387996: add a "Places" folder to the bookmarks menu, populated with smart folders. rs=dietrich 2007-10-02 14:45:53 -07:00
reed@reedloden.com
03fb1f9ff6 Bug 388030 - "Clicking RSS causes the location bar to lose Domain Highlight on use of 'Back'" [p=dao@design-noir.de (Dão Gottwald) r=gavin a=blocking-firefox3+] 2007-10-02 00:36:41 -07:00
dietrich@mozilla.com
3471c94efa Bug 387744 show the search builder and search results in the organizer center pane when the user starts typing (r=mano) 2007-10-01 22:26:47 -07:00
rflint@ryanflint.com
98460592b4 Back out 398020 due to test failures. 2007-09-29 22:29:08 -07:00
rflint@ryanflint.com
55c3b477a2 Bug 398020 - more endcap cleanup. Patch by D&#227;o Gottwald <dao@design-noir.de>, r/a=mconnor 2007-09-29 19:39:22 -07:00
reed@reedloden.com
ed74f81223 Bug 394085 - "The star button is touching the right border of the location bar drop down button" [p=dao@design-noir.de (Dão Gottwald) r=Mano a1.9=mconnor] 2007-09-27 09:47:34 -07:00
mconnor@steelgryphon.com
ebf40bff3b backing out larry again, just for now, since we should have enough data by now 2007-09-26 23:55:04 -07:00
mconnor@steelgryphon.com
b727446dbb landing larry on closed tree attempting to add an http fastpath, a=roc 2007-09-26 20:54:55 -07:00
dtownsend@oxymoronical.com
bd4408fb30 Backing out bugs 383183 and 395694 (Larry) due to potential Tp regression 2007-09-25 15:05:53 -07:00
gavin@gavinsharp.com
c704cfc764 Bug 395694: fix style rule that made the URL bar 1px larger on SSL sites, on Mac, patch by Johnathan Nightingale <johnath@mozilla.com>, r=me 2007-09-25 13:22:40 -07:00
gavin@gavinsharp.com
5299a4935a Bug 383183: re-landing Larry, the identity indicator, patch by Johnathan Nightingale <johnath@mozilla.com>, r=me 2007-09-25 07:42:33 -07:00
rob_strong@exchangecode.com
1762824878 Bug 396121 - make Applications prefpane the right height on all primary platforms. r=mconnor, a1.9=mconnor 2007-09-21 16:12:21 -07:00
mozilla.mano@sent.com
cad73793e2 Bug 387749 - add an item detail pane to the organizer. r=dietrich (r=gavin for editable-menulist changes). a=mconnor. 2007-09-21 15:57:18 -07:00
dietrich@mozilla.com
bcd455df72 Bug 387740 move the toolbar items in the organizer to an "Organize" menu in the search bar (r=mano, a=beltzner) 2007-09-18 14:26:46 -07:00
reed@reedloden.com
828b8c745e Bug 390979 - "tabbrowser drag&drop code cleanup" [p=w.woods@optusnet.com.au (Wayne Woods) r=gavin a1.9=mconnor] 2007-09-17 17:59:41 -07:00
reed@reedloden.com
9c3be4297e Bug 369882 - "vertically centered elements sit 1px too low (Firefox tabs, urlbar favicon)" (issue with tabstrip close button (browser.tabs.closeButtons = 3)) [p=dao@design-noir.de (Dão Gottwald) r=gavin a1.9=mconnor] 2007-09-17 15:36:41 -07:00
reed@reedloden.com
4c425313f2 Bug 352678 - "Ugly shade of blue as location bar and search bar border instead of native colors" [p=dao@design-noir.de (Dão Gottwald) r=Mano a1.9=mconnor] 2007-09-17 14:09:12 -07:00
rflint@ryanflint.com
9f78894b42 Check these in with the right tags this time... 2007-09-15 01:29:04 -07:00
rflint@ryanflint.com
3b9e77a439 Check these in with the right tags this time... 2007-09-15 01:27:58 -07:00
rflint@ryanflint.com
225faf60d8 Bug 387646 - Endcap cleanup. r+a=mconnor 2007-09-15 01:21:20 -07:00
rflint@ryanflint.com
9b26b83dcd Bug 395402 - Remove theme-specific bindings. r+a=mconnor 2007-09-15 00:45:39 -07:00
pavlov@pavlov.net
4939e74784 backing out 383183 due to Tp regressions (396064). 2007-09-13 17:11:46 -07:00
sspitzer@mozilla.org
bdf737a608 fix for bug #395267: show tag results (first) in the url bar autocomplete results. r=dietrich, a=mconnor for m8 2007-09-06 22:35:10 -07:00
gavin@gavinsharp.com
1d77fa89e0 Fix broken style rule from patch for bug 387718 2007-09-05 22:14:17 -07:00
myk@mozilla.org
ec3ff32ae8 bug 377784: new Applications prefpane, which replaces the Download Actions dialog and the Feeds prefpane and provides a better UI for configuring handlers for MIME types and protocol schemes; r=gavin, ui-r=mconnor 2007-09-05 21:55:45 -07:00
gavin@gavinsharp.com
9f124b4780 Relanding bug 383183 with some additional perf fixes: include an identity indicator in primary chrome, patch by Johnathan Nightingale <johnath@mozilla.com>, r=me 2007-09-05 13:24:44 -07:00
sspitzer@mozilla.org
a5924b0372 fix for bug #393569: don't show inactive stars in the location bar autocomplete results for non-bookmarked results, as the star is not interactive r=dietrich, ui-r=faaborg 2007-09-05 08:24:43 -07:00
gavin@gavinsharp.com
62369c830a Back out Larry (perf regressions) 2007-09-03 20:35:20 -07:00
gavin@gavinsharp.com
da3a974852 Relanding bug 383183: include an identity indicator in primary chrome, patch by Johnathan Nightingale <johnath@mozilla.com>, r=mconnor, r=me 2007-09-03 17:42:41 -07:00
asqueella@gmail.com
26a00c3cf8 switch the monitor images for bug 386163; I mixed them in the previous check-in 2007-09-03 01:24:53 -07:00
asqueella@gmail.com
81567308b2 Bug 386163 - 'Set Desktop Background' refactoring: use canvas in all cases, support widescreen previews p=Dao Gottwald <dao@design-noir.de> r=mano, ui-r=mconnor 2007-09-02 15:33:21 -07:00
rob_strong@exchangecode.com
6a56b868a9 Bug 283697 - Firefox Options (Preferences) panels are cropped (cut off). r=mconnor 2007-09-02 15:05:53 -07:00
sspitzer@mozilla.org
8e9c527c5a fix for bug #387718: the location bar dropdown should show a star next to bookmarked results r=gavin 2007-08-31 13:19:19 -07:00
rob_strong@exchangecode.com
6d6430590d Bug 394299 - UI to provide access to extension options from app options cut off (also fixes bug 393945). r=mano 2007-08-31 03:39:06 -07:00
gavin@gavinsharp.com
05fe14cbcc Back out bug 383183 due to unit test failures and perf regression 2007-08-30 15:48:29 -07:00
gavin@gavinsharp.com
25a31f34f3 Bug 383183: include an identity indicator in primary chrome (Larry), patch by Johnathan Nightingale <johnath@mozilla.com>, r=mconnor, r=me 2007-08-30 14:17:35 -07:00
mozilla.mano@sent.com
bb205dfebc Bug 385266 - New starring, bookmarking and tagging UI, changes noted in comment 333. r=dietrich. 2007-08-28 14:47:43 -07:00
philringnalda@gmail.com
e2cb5b4478 Backing out bug 391385 for Ts/Txul regression 2007-08-27 11:05:40 -07:00
philringnalda@gmail.com
419662cd56 Bug 391385 - Split PopupAutoComplete in three: UrlbarAutoComplete, SearchAutoComplete and ContentAutoComplete, patch by Simon Bünzli <zeniko@gmail.com>, r=gavin 2007-08-26 14:27:26 -07:00
dtownsend@oxymoronical.com
51ab948fde Bug 380381: Winstripe background tabs polish. p=Dao Gottwald <dao@design-noir.de>, r=enndeakin, ui-r=beltzner 2007-08-26 08:20:18 -07:00
dtownsend@oxymoronical.com
8099f15cc5 Bug 372773: Tab favicon should have the grab cursor on hover (right files this time). p=Dao Gottwald <dao@design-noir.de> r=enndeakin, ui-r=beltzner 2007-08-26 02:06:45 -07:00
dtownsend@oxymoronical.com
ddeb952e90 Additional files missed for checkin for bug 349196 2007-08-25 18:15:34 -07:00
dtownsend@oxymoronical.com
9030ed54a2 Bug 349196: All Tabs menu doesn't use right edge image with browser.tabs.closeButtons = 3. p=Dao Gottwald <dao@design-noir.de> r=robstrong 2007-08-25 17:54:54 -07:00
rflint@ryanflint.com
a8d0fa5f4e Bug 339964 - move tabbrowser.xml out of mozilla/toolkit and into mozilla/browser. Patch by Stefan <stefanh@bluebottle.com> and myself, r=mconnor 2007-08-22 14:02:02 -07:00
mozilla.mano@sent.com
cae57479c2 Bug 392427 - Better, still temporary, unstarred icon. Image from Alex Faaborg. 2007-08-22 07:55:09 -07:00
rflint@ryanflint.com
8990a2146d Copy missed file for bug 339964. r=mconnor 2007-08-22 00:35:26 -07:00
kherron@fmailbox.com
f61d174707 Bug 346931 - code cleanup: remove <xul:hbox style="position: relative;">. Patch by Dão Gottwald <dao@design-noir.de>. r=mano. 2007-08-21 22:02:38 -07:00
stefanh@inbox.com
fc8803d29a Bug 378295: Remove obsolete tabs binding in *stripe/global/globalBindings.xml. r=Mano. 2007-08-21 22:02:44 -07:00
neil@parkwaycc.co.uk
62211f80eb Fix regression from winstripe landing b=370109 r=gavin 2007-08-21 22:02:43 -07:00
mozilla.mano@sent.com
4b8f60b7f8 Bug 363125 - location bar is stretched vertically in Pinstripe. r=gavin. 2007-08-21 22:02:42 -07:00
mozilla.mano@sent.com
192871f49f Backing out the fix for 353757 since it didn't help Ts. a=mconnor. 2007-08-21 22:02:41 -07:00
mozilla.mano@sent.com
3ef23616eb Attempt to fix Ts regression from the new theme landing. r=gavin. 2007-08-21 22:02:39 -07:00
mozilla.mano@sent.com
359f0ba607 Land the new theme on trunk (bug 353673). 2007-08-21 22:02:12 -07:00
bryner@brianryner.com
1b7191f3fc Lots of fixes for native themed checkbox and radio buttons on gtk2. Bug 247631, r=caillon, sr=blizzard. 2007-08-21 22:02:37 -07:00
ben@bengoodger.com
e44fda295d land winstripe on trunk 2007-08-21 22:02:36 -07:00
gavin@gavinsharp.com
9e10bb4363 Bug 351965: Disable background close looks evil in the new themes, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mano 2007-08-21 22:02:08 -07:00
mozilla.mano@sent.com
bc356f69e9 Bug 348362 - Don't focus a tab when mousing-down on its close-button. r=mconnor. 2007-08-21 22:01:59 -07:00
mozilla.mano@sent.com
bc69307c07 Bug 345257 - add tooltip to 'all tabs' menu button. patch from Michael Ventnor <ventnors_dogs234@yahoo.com.au>, r=me. 2007-08-21 22:01:58 -07:00
sspitzer@mozilla.org
2d95b44434 fix for bug #342845 when dragging a tab over the "all tabs" button, act as if we are dragging over the "scroll down" button r=mconnor 2007-08-21 22:01:55 -07:00
sspitzer@mozilla.org
f28199c431 fix for bug #342900 improve indication that open tab in background opened tab in overflow area. instead of flashing the "all tabs" button, provide a smoother animation. note, this will not work on mac trunk (but it will work on the mac branch) due to bug #346738 (aka #325296), so for now, there is no animation on the mac. r=mconnor 2007-08-21 22:01:52 -07:00
mozilla.mano@sent.com
62f6fe8576 Backing out bug 345257 due to the crash reported in 345659. 2007-08-21 22:01:47 -07:00
mozilla.mano@sent.com
eb3f6131d7 Bug 345257 - add tooltip to 'all tabs' menu button. patch from Michael Ventnor <ventnors_dogs234@yahoo.com.au>, r=me. 2007-08-21 22:01:40 -07:00
sspitzer@mozilla.org
17faf7472d fix for bug #343251 add "all tabs" menu to tabstrip to address usability problems with tab overflow / scrolling r=mano 2007-08-21 22:01:34 -07:00
mozilla.mano@sent.com
03323ed07b Bug 343628 - Double-clicking a close button of a tab shouldn't open a new tab. r=robert. 2007-08-21 22:01:33 -07:00
sspitzer@mozilla.org
3bc75e8ef5 fix for bug #343054, js errors when changing certain browser.tabs.* prefs 2007-08-21 22:01:26 -07:00
sspitzer@mozilla.org
a460d37c1b fix for bug #342364 oops, set the clicktoscroll attribute on the pinstripe specific binding for tabbrowser. Otherwise, the tabs will scroll on mouseover. r=ben 2007-08-21 22:02:32 -07:00
sspitzer@mozilla.org
b9b6389312 fix for bug #318168, tab browsing improvements such as: 1) when we have "too many" tabs in a window, allow the user to scroll through the tabs. 2) add events for when adding and removing tabs initial patch by mconnor. final patch r=mconnor 2007-08-21 22:01:25 -07:00
gavin@gavinsharp.com
0a13acf605 Bug 324237: Close button on tabs show empty tooltip (Mac), patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor 2007-08-21 22:02:30 -07:00
beng@bengoodger.com
daab310ba9 308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor. 2007-08-21 22:00:54 -07:00
neil@parkwaycc.co.uk
f9a7ed8dfb Fixing line endings, rs=mconnor, no bug 2007-08-21 22:02:28 -07:00
ben@bengoodger.com
fd34e851ed More Winstripe/Pinstripe Restructuring 2007-08-21 22:02:27 -07:00
mconnor@steelgryphon.com
f574e90bd2 bug 179656 - allow drag and drop reordering of tabs, patch originally based on miniT by dorando, r=vlad, a=shaver 2007-08-21 22:00:10 -07:00
sspitzer@mozilla.org
1d9f6107cf fix for bug #389491: have url bar autocomplete do a case insensitive search against both url and title with results orderded by a combination of last visited and visit count also includes fixes for bugs: #383672: after visiting http://cheese.livejournal.com/, typing livejournal in the urlbar should suggest http://cheese.livejournal.com/ #392141: strip trailing / leading whitespace before doing url bar autocomplete #391887: typing "https://" no longer drops down a list of https sites #390404: javascript: urls (and other urls) that I didn't type or click on are in url bar when I autocomplete #385033: URLBar dropdown hangs and eats keystrokes when typing #373256: URL/location bar autocomplete slowness (sqlite database doesn't seem to be cached) r=dietrich 2007-08-21 17:05:03 -07:00
mozilla.mano@sent.com
acea337976 Bug 385266 - New starring, bookmarking and tagging UI, further work. Make Bookmark This Page/Frame/Link use the new panel. r=dietirch. 2007-08-17 00:22:12 -07:00
mozilla.mano@sent.com
1bfb840f8e Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich. 2007-08-15 18:15:50 -07:00
rflint@ryanflint.com
366a9c84c7 Bug 391226 - Remove go-container. r=gavin 2007-08-07 10:00:04 -07:00
gavin@gavinsharp.com
b25d93947d Bug 363130: make menuitem icons 16x16px consistently on Windows/Linux, to match Mac (avoid large icons from appearing in the search bar menu), r=mano 2007-08-07 06:14:51 -07:00
sdwilsh@shawnwilsher.com
f9a22dd005 Bug 355789 - Use vista native uxtheme for menu rendering. Patch by Rob Arnold <robarnold@mozilla.com>. r=vladimir, a=[wanted-1.9] 2007-08-06 10:45:57 -07:00
mconnor@steelgryphon.com
c1053a45d7 bug 388135 - hide certain protocols, don't de-emphasize the path, landing the de-emphasize the path bits only for now, patch by dao@design-noir.de, r=me 2007-07-25 21:11:54 -07:00
gavin@gavinsharp.com
a755841133 Bug 338302: tab and bookmark drag and drop indicators only appear on the second drag, use visibility:hidden/visible to eagerly load images and avoid collapsing the elements (which can cause flickering when redisplaying the images), r=mconnor 2007-07-25 11:27:34 -07:00
sspitzer@mozilla.org
daca981d3e fix for bug #389003: sometimes favicons in url results are blank, need to use
the favicon service.

r=mano
2007-07-21 13:05:27 -07:00
sspitzer@mozilla.org
7e03c6fe2c fix for bug #373353: add favicons to the results in the location bar
r=mano
2007-07-20 14:55:18 -07:00
mozilla.mano@sent.com
8854db12e8 Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 14:08:24 -07:00
db48x@yahoo.com
4d7cea8def Bug 388334 - Page Info theme should be more reusable by extensions.
patch by Florian Quèze <f.qu@queze.net>, r=mano
2007-07-16 22:45:42 -07:00
philringnalda@gmail.com
6fd207189e Bug 350741 - Pinstripe prefwindow padding puts passwords placed prettier, r=mano 2007-07-15 15:01:27 -07:00
philringnalda@gmail.com
4f5cca035b Bug 388207 - Remove the bogus and never-(properly-)shown 'it's our fault :-(' feed preview error, r=mano 2007-07-15 14:28:39 -07:00
kherron@fmailbox.com
c62bb23cdd Bug 387077 - Rename some class names of the new Location bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp. 2007-07-14 07:57:59 -07:00
gavin@gavinsharp.com
4a251f7a3a Bug 387685: clean up Firefox tooltip code now that bug 279703 has landed (back out most of the patch for bug 218223), r=Enn (original SeaMonkey patch by Neil Rashbrook in bug 386390) 2007-07-12 08:04:00 -07:00
rflint@ryanflint.com
d9a71807ae Bug 387633 - Remove old and unused images from winstripe. r=gavin 2007-07-10 20:33:53 -07:00
dolske@mozilla.com
dd6a9f754d Bug 385503: 'Set Desktop Background' on an image large than screen and position=center preview is too large, patch by Dao Gottwald <dao@design-noir.de>, r=mano 2007-07-02 23:11:19 -07:00
dolske@mozilla.com
cd6538c8bc Bug 382813: nsFaviconService shouldn't rely on icons in chrome://browser, post-landing cleanup, r=mano 2007-07-02 19:46:52 -07:00
gavin@gavinsharp.com
e42b3ec095 Bug 366797: revise the location bar (highlight effective domain, decode URLs, add overflow ellipsis and tooltip), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-06-27 15:31:06 -07:00
sdwilsh@shawnwilsher.com
49e767d479 Backout of Bug 366797 due to leaks 2007-06-26 20:21:18 -07:00
sdwilsh@shawnwilsher.com
c4915bdc61 Bug 366797 - Revise the Location Bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp, ui-r=beltzner 2007-06-26 17:25:25 -07:00
mozilla.mano@sent.com
c5c5550f0d Bug 384813 - [mac] xul menubar is invisible when inspecting browser.xul in DOMi. r=gavin. 2007-06-17 15:06:47 -07:00
kherron@fmailbox.com
732dc883fd Backing out patch for bug 376991. 2007-06-17 08:09:44 -07:00
kherron@fmailbox.com
607719f1bc Bug 367991 - Remove the places-specific calendar widget. Patch by Asaf Romano <mano@mozilla.com>, r=sspitzer. 2007-06-17 05:52:56 -07:00
rflint@ryanflint.com
2f4cc2a5fc Remove duplicate comment. 2007-06-16 18:59:57 -07:00
rflint@ryanflint.com
e31ba170ed Bug 384730 - Remove unnecessary RTL images from winstripe. r=mano 2007-06-16 18:41:59 -07:00
kherron@fmailbox.com
cc379bbeff Bug 362239 - Replace 'desktop background' monitor image on Windows with something nicer. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp, uireview=beltzner. 2007-06-16 14:25:25 -07:00
kherron@fmailbox.com
f932fa378f Bug 362239 - Replace 'desktop background' monitor image on Windows with something nicer. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp. 2007-06-16 14:10:36 -07:00
flamingice@sourmilk.net
c256007423 Bug 383577, wrongly encoded umlaut in license block, Patch by Simon Bunzli 2007-06-15 13:41:05 -07:00
sspitzer@mozilla.org
e849282ca5 fix for bug #380703 separators in bookmark manager dialog and bookmark sidebar have a (16px x 16px) blank spacepatch=Christine Yen <cyen@mozilla.com>r=sspitzer 2007-06-12 17:24:09 -07:00
sspitzer@mozilla.org
f04033361f fix for bug #382534: horizontal spacing of favicons in the bookmarks sidebar on Mac OS X.patch=cyenr=sspitzer 2007-06-06 08:45:27 -07:00
mozilla.mano@sent.com
2753366f51 Bug 382813 - nsFaviconService shouldn't rely on icons in chrome://browser. r=sspitzer. 2007-06-05 16:22:44 -07:00
mozilla.mano@sent.com
d8cd15eae3 Bug 382813 - nsFaviconService shouldn't rely on icons in chrome://browser. r=sspitzer. 2007-06-05 16:18:47 -07:00
asqueella@gmail.com
7026ec9154 Bug 378770 - Clean up Security Page Info visualsp=Johnathan Nightingale <johnath@mozilla.com>r=mano, ui-r=beltzner 2007-05-13 05:34:09 -07:00
sspitzer@mozilla.org
c039a18e12 supplimental patch for bug #334669: "bookmark separators have an icon overlaid over it". the supplimental patch keeps favicons at 16 px x 16 px (see bug #364316).r=manothanks to onemen.one@gmail for the patch 2007-05-10 23:17:18 -07:00
mozilla.mano@sent.com
24e23fd894 Bug 334669 - bookmark separators have an icon overlaid over it. patch from onemen.one@gmail.com, r=me. 2007-05-08 03:50:33 -07:00