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

105 Коммитов

Автор SHA1 Сообщение Дата
beng%bengoodger.com c4b3729ef7 336808 - some more stylistic tweaks to the preview page for OS X only: make sure that the header area is yellow instead of white, and make sure that the post subheading text is readable (a darker color than ThreeDDarkShadow 2006-05-05 21:18:44 +00:00
beng%bengoodger.com 776101821b 336786 - use new feed icons from stephen horlander. 2006-05-05 18:51:39 +00:00
brettw%gmail.com c16bd281db Bug 336288 (for tony@ponderer.org) r=ben integrate UI portion of safebrowsing into /browser/components/safebrowsing 2006-05-04 20:36:16 +00:00
silver%warwickcompsoc.co.uk 52cb640e89 Bug 313388 - Match winstripe CSS to XP Classic appearance, and remove native theming of menus on Windows pending re-working of code. r=kevin 2006-05-04 16:02:06 +00:00
beng%bengoodger.com f66b4c4234 333751 - fix small typo in subscribe.css to ensure image shows correctly. not part of build 2006-05-03 18:26:29 +00:00
beng%bengoodger.com 9b84aebe2e 333751 - add skin files for feed preview page to mac pinstripe too... not part of build. 2006-05-03 17:55:24 +00:00
joe%retrovirus.com 25a2f52a14 Backing out a CSS change (url background color set to blue) that I accidentally
introduced in work on bug 248672.

bug=336416
2006-05-03 15:56:32 +00:00
beng%bengoodger.com 5a13686d84 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 2006-05-03 03:56:20 +00:00
joe%retrovirus.com e21634d12c 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
2006-05-03 01:22:58 +00:00
beng%bengoodger.com 23296068ad 333751 - more feed handling changes... NOT PART OF BUILD!! 2006-04-28 06:08:22 +00:00
beng%bengoodger.com 4c3bdeb751 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. 2006-04-27 00:24:12 +00:00
mozilla.mano%sent.com a46dd9fa5d Bug 333831 - Reimplement click-and-hold access to the back and forward session history menus. r=mconnor, uir=beltzner. 2006-04-20 22:35:06 +00:00
enndeakin%sympatico.ca 970fb9925e Bug 268590, add notification widget, r=mconnor 2006-04-19 20:50:25 +00:00
beng%bengoodger.com b7a7e18711 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 2006-04-19 03:34:26 +00:00
beng%bengoodger.com 5bb24dd711 332495 - grouping by site is not preserved when searching + various other search/sort fixes. r=annie.sullivan@gmail.com, brettw@gmail.com (history pieces) 2006-04-13 22:49:02 +00:00
beng%bengoodger.com 7f142fde61 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 2006-04-10 19:26:11 +00:00
myk%mozilla.org 190b89054f 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 2006-03-24 01:34:19 +00:00
annie.sullivan%gmail.com 9907284368 Bug 329743: fixes dropmarker icon not showing up on places toolbar folders on mac.
Patch by Pam Greene <pamg.bugs@gmail.com>
r=annie.sullivan@gmail.com sr=ben@mozilla.org
2006-03-23 16:30:27 +00:00
joe%retrovirus.com f2f9ff880f 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
2006-03-22 03:36:41 +00:00
beng%bengoodger.com 3618ce030e 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com 2006-03-17 02:01:06 +00:00
gavin%gavinsharp.com 7caf3a2f1a Bug 323972: the home button does not have a disabled style rule, even though the image exists, r=mconnor 2006-03-14 20:39:55 +00:00
gavin%gavinsharp.com f4e69ea5a2 Bug 325772: remove unused files, r=mconnor 2006-03-14 20:25:21 +00:00
beng%bengoodger.com 2a9e312db8 329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com 2006-03-10 23:48:40 +00:00
joe%retrovirus.com a1baed1ab6 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
2006-03-10 17:36:41 +00:00
beng%bengoodger.com 1968c27e50 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 2006-03-09 02:08:45 +00:00
joe%retrovirus.com 30d30c1b17 * 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
2006-03-07 00:52:35 +00:00
annie.sullivan%gmail.com 637efd057d Attempt to fix corrupt icon for livemarks
bug=327543
2006-03-06 19:23:09 +00:00
beng%bengoodger.com 4392404259 329077 - options icons gone... move an incorrectly placed #endif patch by phil ringnalda, r=me 2006-03-06 18:56:32 +00:00
gavin%gavinsharp.com 54071d2f39 Bug 328480: can't select/copy cookies in the View Cookies dialog, r=mconnor 2006-03-02 14:08:54 +00:00
annie.sullivan%gmail.com b362b8597a 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 2006-03-01 19:44:37 +00:00
annie.sullivan%gmail.com b277b94d8e Fixed icon uris broken in browser shim removal. bug=328543 r=ben@mozilla.org 2006-02-28 22:43:46 +00:00
annie.sullivan%gmail.com 5f2f140503 Checking in files that got checked in on the branch but not the trunk from the patch for bug 328243 2006-02-28 21:20:04 +00:00
beng%bengoodger.com a2e1f5c83a bug 328243 - disband the browser shim, move locale to locales dir, move theme to themes dir. r=annie.sullivan@gmail.com 2006-02-24 21:41:34 +00:00
gavin%gavinsharp.com f4f6924f72 Bug 235277: make the go button look like other toolbar buttons, patch by miahz <miahzmiahz+bmo@gmail.com>, r=mconnor 2006-02-20 18:59:06 +00:00
hwaara%gmail.com d98f1d4cac bug 322507, clicking toolbar button and dragging the mouse outside still shows the buttons as pushed.
r=kevin@kmgerich.com
2006-01-22 16:26:24 +00:00
gavin%gavinsharp.com 3015a7e43d 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 2006-01-20 03:44:27 +00:00
gavin%gavinsharp.com 2dcf4db62a Bug 306453: Remove "Read Mail" and "New Message..." from Tools menu, r=mconnor+beltzner 2006-01-16 22:52:03 +00:00
gerv%gerv.net eb50dd44e7 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 16:02:07 +00:00
gerv%gerv.net 1dca58927a Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 12:14:46 +00:00
gavin%gavinsharp.com 874f3917d3 Bug 314663: #urlbar style rules don't belong in toolkit's autocomplete.css, r=mconnor 2005-12-30 04:54:06 +00:00
mozilla.mano%sent.com 7101c99f7b 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. 2005-12-01 10:03:58 +00:00
gavin%gavinsharp.com 01b6bf283a Back out bug 312527, it wasn't meant for the trunk 2005-10-19 23:18:56 +00:00
gavin%gavinsharp.com 372c9c6fa6 Bug 312527: reduce margins for the bookmarks menus, make them consistent with other menus, r=mconnor 2005-10-19 11:37:52 +00:00
timeless%mozdev.org c644049326 Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars
patch by silver@warwickcompsoc.co.uk r=dougt sr=neil
2005-10-07 00:31:36 +00:00
mozilla.mano%sent.com c112919017 Bug 309223 - 'Download Actions' description is too small in Pinstripe. r=mconnor 2005-09-26 17:46:51 +00:00
mconnor%steelgryphon.com ac1fbf7024 bug 309140 - fix help button placement under UNIX (GNOME), also fix a border issue on the home page field in the prefwindow, r=mano 2005-09-26 03:27:51 +00:00
gerv%gerv.net 35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
webmail%kmgerich.com 91f390a900 Mac Pref window cleanup. [Bug 304643] Font used in Pref dialog is too small, also fixes bug 306166 2005-08-30 17:41:58 +00:00
ben%bengoodger.com 5a65ddda0a 305134 - remove feedview from firefox 1.5 and 1.6x pending architecture redesign. r=mconnor 2005-08-26 18:22:08 +00:00
webmail%kmgerich.com 96365d30b1 Bug 271051 - Address bar should use another color when lock icon is broken
r=mconnor, a=asa
2005-08-25 02:05:27 +00:00