Firefox nightly theme changes

Discuss application theming and theme development.
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

New changes in beta 5, a couple theme-impacting:

http://sylvestre.ledru.info/blog/2014/0 ... 4-to-beta5
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
akayser
Posts: 299
Joined: August 25th, 2010, 12:44 am

Re: Firefox nightly theme changes

Post by akayser »

Bug 974460 - Add translation icon to URL bar structure
Creator of the LittleFox, LittleBird, MicroFox, MicroBird, Nautipolis, Walnut, Walnut2, Bricks and Metal themes for Firefox and Thunderbird.
Visit https://addons.mozilla.org/en-US/firefox/addon/123/developers. Mozilla contributor since October 1999 (Mozilla M10).
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

New changes in beta 6, several theme-impacting:

http://sylvestre.ledru.info/blog/2014/0 ... 5-to-beta6
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

New changes in beta 7, several theme-impacting:

http://sylvestre.ledru.info/blog/2014/0 ... 6-to-beta7
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

New changes in beta 8, several theme-impacting:

http://sylvestre.ledru.info/blog/2014/0 ... 7-to-beta8
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

New changes in beta 9, a couple theme-impacting:

http://sylvestre.ledru.info/blog/2014/0 ... 8-to-beta9
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

New changes in beta RC1, one theme-impacting:

http://sylvestre.ledru.info/blog/2014/0 ... -to-build1
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
rctgamer3
Posts: 24
Joined: November 6th, 2011, 10:24 am
Location: The Netherlands

Re: Firefox nightly theme changes

Post by rctgamer3 »

Warning: bug 997131 removed the align="center" attribute on on the urlbar wrapper (#urlbar-wrapper) (it had been in there since Aug. 2002, that's 11 years, 9 months!)
All themes supporting Firefox 31 and up should use the following snippet to re-add the attribute via CSS to prevent the URL bar from growing vertically:

Code: Select all

#urlbar-wrapper {
  -moz-box-align: center
}


akayser: All of your themes are affected
Last edited by rctgamer3 on May 6th, 2014, 1:16 pm, edited 1 time in total.
User avatar
ShareBird
Posts: 2740
Joined: December 8th, 2004, 7:09 am
Location: Berlin | Made in Brasil
Contact:

Re: Firefox nightly theme changes

Post by ShareBird »

rctgamer3 wrote:Warning: bug 997131 removed the align="center" attribute on on the urlbar wrapper (#urlbar-wrapper) (it had been in there since Aug. 2002, that's 11 years, 9 months!)
All themes supporting Firefox 31 and up should use the following snippet to re-add the attribute via CSS to prefent the URL bar from growing vertically:

Code: Select all

#urlbar-wrapper {
  -moz-box-align: center
}


akayser: All of your themes are affected


Actually this is good. I hope someday Mozilla developers stop to use inline pack, align and flex and set just the css properties for most of elements.
Silvermel - A Theme for Firefox and Thunderbird
YATT - Yet Another Theme Tutorial
Don't give a man a fish. Teach him how to fish instead.
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

ShareBird wrote:Actually this is good. I hope someday Mozilla developers stop to use inline pack, align and flex and set just the css properties for most of elements.


Yes, yes, a million times, yes.
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
ehume
Posts: 6743
Joined: November 17th, 2002, 12:33 pm
Location: Princeton, NJ, USA

Re: Firefox nightly theme changes

Post by ehume »

rctgamer3 wrote:Warning: bug 997131 removed the align="center" attribute on on the urlbar wrapper (#urlbar-wrapper) (it had been in there since Aug. 2002, that's 11 years, 9 months!)
All themes supporting Firefox 31 and up should use the following snippet to re-add the attribute via CSS to prevent the URL bar from growing vertically:

Code: Select all

#urlbar-wrapper {
  -moz-box-align: center
}


akayser: All of your themes are affected


Which file do we put this in?
Firefox: Sic transit gloria mundi.
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

I want to update this list a little. I'm not sure where exactly we all left off, so I'll start with Firefox 29 and go forward from there. Alfred already posted most of the ones from Firefox 29 and some from Firefox 30, but I found a few others (and missed a few I'm sure). Here's my list.

This comes from having a local copy of mozilla-central and using hg (Mercurial command line interface) to query it for all changesets touching theme files in that repo, within a range of changesets that match a single Firefox version.

Caveats:

- Doesn't catch theme-impacting changes that didn't touch any theme files.
- (e.g., DOM-only changes, content CSS changes)
- Doesn't catch changes landing on repos other than mozilla-central (aurora, beta, release).
- (e.g., some patches landed on m-c for Firefox 30, but also landed on m-a for Firefox 29, but since we're not scanning m-a we wouldn't know about that and would list it as a change for Firefox 30 when actually it first appears in released Firefox earlier than that).
- This method doesn't know anything about backouts. Backed out patches are still detected as a landing on m-c, even when they were later backed out. This means some bugs will be reported as landing sooner than they actually did, possibly for multiple Firefox versions.
- E.g., a patch lands for Firefox 30 then is backed out, the version bump occurs, and then the actual patch for the bug then lands for Firefox 31. That bug would be reported for both Firefox 30 and for Firefox 31.
- For some reason unknown to me, although it's apparently considered a good thing, Mercurial allows you to "rewrite history", in the stepping off the path and killing a butterfly sense, as part of normal operations, meaning that what you see by looking at Mercurial today may not reflect all previous states, but I'm going to ignore that, which mostly works.
- Almost all (or possibly even all) the Australis-related bugs that first landed for Firefox 30 and 31 also landed for Firefox 29 and 30 on m-a, m-b and m-r.

So, this can be taken as a list of bugs to be aware of and consider. Hopefully, even with those gaps, this will be some help.

-----------------------------------

Firefox 29:

Bug 157846 - Incorrect implementation of padding on textarea elements (scrollbars/resizer wrongly positioned)
Bug 590931 - URL not greyed out in read-only location bar
Bug 700363 - Forward button bleeding through on hover of back button (Conditional forward button)
Bug 735607 - Add hover effect in URL and search bars when using personas
Bug 758157 - Clearly indicate overridden variables
Bug 774572 - JAR manifests should be defined in moz.build
Bug 815280 - Add a enable/disable all breakpoints button to the sources toolbar
Bug 830344 - Implement pagination when expanding objects with lots of properties
Bug 859751 - Theme adjustments for Windows 8
Bug 868045 - At some threshold, we should convert MS to Seconds in the Waterfall
Bug 869500 - Customization mode should have a favicon
Bug 875479 - Australis toolbar buttons for Linux
Bug 878546 - Menu-panel subviews styling
Bug 881436 - Add History Sidebar toggle item to History widget panel
Bug 888044 - When the menu bar is shown, the spacer below the caption buttons is unnecessary
Bug 888601 - Panorama (Tab Groups) icon needed in proper sizes
Bug 889057 - Make the Console log sources toolbar respond better to skinny horizontal tool widths
Bug 897268 - Need finalized artwork for Bookmarks Menu button
Bug 897496 - Fade out and cut off third-to-nth line of toolbarbutton labels in menupanel
Bug 900428 - Button labels in the panel menu are too small
Bug 915923 - Show default app icon when none found
Bug 916443 - Move the highlighter to the toolbox level and make it remote
Bug 916953 - Bookmarks button in overflow panel looks broken
Bug 922834 - Australis: Need a more high-res version of the bookmarks toolbar item placeholder icon for the palette/panel
Bug 923548 - Australis: Sizing issues with completed download icon on OSX and Linux
Bug 924050 - Australis: Downloads button post-indicator-load has small icon in menupanel
Bug 928843 - Polish the history view
Bug 929349 - Integrate a tracing debugger into our existing debugger
Bug 931343 - Australis - Implement bookmarking animation
Bug 932235 - new email link icon
Bug 932947 - [Australis] Mouse-down style for buttons in customization mode
Bug 933961 - Consider hiding the tab-view-deck background during customization transition
Bug 935640 - Fix UX for sidebar selection
Bug 935773 - Social Bookmark button icon doesn't show on Windows
Bug 935815 - UITour: Allow adding a button with an action to the info panel
Bug 936076 - Australis, Windows: horizontal scrollbar when window is resized to be very small, and toggling the autohidden menubar
Bug 936187 - UITour: Make highlight and info panel work for items in panel menu
Bug 936421 - Update the breadcrumbs as per Shorlander's new designs.
Bug 938941 - [UI][OS X] Make all sidebar entries in the library behave the same way on hover
Bug 939783 - console.trace() group traces even if part of trace is different
Bug 940093 - Offer UI pref to toggle titlebar back on
Bug 940286 - Australis bookmarks menu does not highlight on typing
Bug 940307 - Australis panel does not properly support type="menu-button" style buttons
Bug 940387 - Wide widgets wideness messes up DnD placeholders in the palette
Bug 941211 - Customize palette looks bad with bigger GTK font size: text under tools does not fit, bottom parts are hidden
Bug 941910 - Placeholders in the panel aren't aligned correctly wrt other buttons (so neither are animated icons when dragging)
Bug 942144 - Australis - Legacy button not positioned correctly in Australis panel
Bug 943883 - DevTools themes - theme sidemenuwidget
Bug 944138 - [Australis] Remove secondary hover state from combined panel buttons (e.g. cut/copy/paste)
Bug 944640 - Add a "Watch" button on the new inspect popup
Bug 944947 - Label truncation is not fully supported in Australis menu widgets
Bug 945547 - Selected tab has wrong text-shadow with lightweight themes applied
Bug 946601 - Add performance statistics/piecharts in the Network Monitor
Bug 947143 - The debugger resumption order panel looks really bad
Bug 947309 - DevTools themes - use new icons for toolbar
Bug 947346 - UI regression for toolbox toolbars and tabs on Windows since bug 941673
Bug 947836 - Non-toolbox devtools toolbars are grey
Bug 947839 - The top green border of a "highlighted" tab doesn't extend over the margins like "selected" tabs
Bug 947915 - [Australis] When placed on glass Sync button has wrong (dummy) icon while syncing
Bug 948324 - DevTools Themes: Remote connection screen does not have devtools text input styling
Bug 948807 - UITour: Fix highlight position and clipping when a dimension is smaller than the minimum
Bug 948872 - Safe getters shouldn't be colored differently in the variables view
Bug 948873 - Function closures and other psuedo variables shouldn't have a bottom border in the variables view
Bug 948946 - Themes should be consistent between different GTK platforms
Bug 949561 - The VariablesView and SideMenuWidget should use hardware acceleration when possible
Bug 950667 - DevTools CSS - Use an attribute instead of .highlighted class for styling tabs like the paused debugger
Bug 950915 - Watch for changes to CSS files on disk for source mapped files
Bug 951633 - Drop the <xul:menulist> support for WidgetMethods
Bug 951674 - Vertical splitter isn't shown for the Events tab
Bug 951694 - Sources pane can overlap content over the source editor
Bug 951726 - DevTools Themes: Make top tab bar thinner
Bug 951794 - Make the tracers colors easier to read
Bug 951795 - Use WidgetMethod's empty text attribute instead of a deck in the tracer
Bug 951857 - Bring back UI entry points and the setup dialog for old sync
Bug 952047 - The Tracer view should get its background color from the theme body
Bug 952055 - When the Tracer tab is selected, the black splitter between the container tabbox and the source editor is invisible
Bug 952064 - The tracer search box doesn't need a min-width, because it flexes
Bug 952165 - Tracer icon missing in Windows aero.
Bug 952194 - The #tracer-message doesn't need !important and the 22px min-width doesn't make sense
Bug 952277 - Highlight and jump to nodes from the Debugger
Bug 952565 - Minor style tweaks for the Toolbox tabbar
Bug 953153 - [Linux] Download button resizing itself horizontally when the overlay loads (clicking the button, downloading something, etc.)
Bug 956130 - The tab groups button has the wrong icon when it is shown in non-overflow mode on Windows
Bug 956160 - UITour: Highlight panel looks unsurprisingly ugly with a border
Bug 956488 - Add separators to menu panel footer
Bug 956870 - share button missing on linux/australis
Bug 956910 - gear icon for sidebar does not appear correctly for win/lin
Bug 957117 - DevTools Themes: Use light theme for top tabbar and toolbars
Bug 957160 - DevTools Themes: Use 2x icon for split console on tab bar
Bug 957187 - The variable inspection popup never appears in the right place on Linux and Windows
Bug 957291 - Tab bar icon issues - Docking icon brightness does not match command icon brightness, and certain icons appear blurry
Bug 957436 - Panel or notification for first fxa-based sync
Bug 957460 - Firefox Accounts widget for customization panel
Bug 957634 - Add a warning icon to the debugger resumption order panel
Bug 958089 - Linux still has top padding in customize mode
Bug 958413 - Bookmarks menu button dropdown icon has the wrong aspect ratio and is mis-sized when placed in the Bookmarks Toolbar
Bug 958645 - Scaling effect in customization view doesn't work on some icons.
Bug 958673 - UITour: Style doorhanger menu for Australis Update Tour
Bug 960043 - Update quit icon on the menu panel to make it more clear that it will quit the browser
Bug 960528 - Remove the dashed border around items in the downloads library
Bug 961481 - regression: panorama icon is not displayed on tabbar
Bug 961532 - Get rid of redundant Toolbar-inverted-aero.png
Bug 961848 - Disable pointer events when doing customize mode transition
Bug 962150 - Arrow panel box-shadow is cut off at the bottom and right side
Bug 962220 - Tabs briefly draw at top of window during customize mode transition
Bug 962620 - Don't set the font size for buttons in the menu panel to what it would be anyway with no font-size specified
Bug 962677 - Use content-deck and toolbar margins for the customize mode transition
Bug 962844 - [Australis] urlbar with EV SSL overlaps searchbar in narrow window
Bug 962855 - [Australis] Scroll bar shown in panelUI with default set on Windows, Linux, Mac
Bug 963008 - msgIdentity has no space between email address and account name
Bug 963095 - Widgets with a panel placed in a toolbar are styled incorrectly
Bug 963593 - Stop scaling cut/copy/paste and zoom control icons on Retina.
Bug 964204 - Customization Mode: Glitch when moving items in the toolbar or the panel
Bug 964217 - Search item is broken in customization mode
Bug 964322 - Hide grid texture behind panel container during customize mode transition
Bug 964887 - Bookmark submenu says "Bookmark this page" even for bookmarked pages
Bug 964929 - prompt user to sign-in again UI
Bug 965541 - Fix panel UI sync widget and panel UI separator styling
Bug 965772 - search text box changes size when opening a new tab
Bug 965814 - Make the shader editor look good on the light theme
Bug 965820 - margin issues on search field dragged into menu
Bug 965821 - Unfocused black-boxed sources have a transparent label
Bug 965985 - DevTools light theme button followup
Bug 966199 - There's a bit of redundancy and inconsistency in the breadcrumbs styles
Bug 966266 - Remove text shadow from DevTools sidebar tabs
Bug 966275 - DevTools Themes - Change color of main devtools splitter to better match both themes
Bug 966511 - Strings review changes and polish
Bug 966546 - Doorhanger should slide and have the right anchor position
Bug 966601 - Element classes in the breadcrumbs should be colored differently than tag names
Bug 966620 - Malformed json message looks bad
Bug 966639 - The search output panel should use theme colors
Bug 966640 - The right margin of the side menu widget should match the new splitter color on the dark theme
Bug 966799 - Bookmark bar text doesn't change color on hover
Bug 966913 - UITour: Hide the close button in the info panel until the extra behaviour is implemented


These bugs on Bugzilla, as a list: Bug List
Last edited by mcdavis on August 9th, 2014, 2:01 pm, edited 1 time in total.
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

Same as above, but for Firefox 30:

Bug 477948 - "Keyhole" back/forward present on every major platform except Linux
Bug 584733 - Code highlight all JS objects and functions in console output
Bug 663778 - Implement box model highlighter
Bug 702577 - Show font-family tooltip
Bug 757866 - Highlight and jump to nodes from the Console
Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently
Bug 859136 - Requests with an image response should display a thumbnail near the file name
Bug 859751 - Theme adjustments for Windows 8
Bug 870593 - Add a "tip section" in Australis Customization Mode
Bug 870605 - Add separator between menu button and the other widgets in toolbar
Bug 876041 - Granting access to microphone shows video icon next to address bar
Bug 878023 - [OS X] Seam of background-images sometimes visible on hovered background tabs
Bug 882807 - Invert the icons for the subview-originating button as well as add the arrow icon
Bug 883145 - Window gradient misalignment in customize mode
Bug 885139 - LWT header image applied to the selected tab isn't updated upon re-cropping
Bug 887397 - Window click and drag target is too small
Bug 897496 - Fade out and cut off third-to-nth line of toolbarbutton labels in menupanel
Bug 899727 - Increase maximum size of response panel in network panel
Bug 909251 - DevTools Themes - Improve UI for timeline in netmonitor
Bug 909349 - Australis, OS X: downloads and add-on buttons don't have a depressed state
Bug 912900 - Remote Fennec browser tabs in App Manager
Bug 930094 - Browser windows sometimes have the nav-bar drawn in the titlebar
Bug 931343 - Australis - Implement bookmarking animation
Bug 934075 - Add a background to empty menu panels.
Bug 934177 - [App manager] Some strings are missing
Bug 935823 - UITour: Add close button to info panel
Bug 938578 - Update separators style in the Developer and History subviews
Bug 940133 - Australis: Invert icons in the tabstrip and menubar on Windows Classic
Bug 940379 - Bookmarks panel isn't aligned with other panels (such as the downloads panel, the main menu panel, etc.)
Bug 940844 - Australis: sync busy icon (sync pending) in menu is low quality/missing
Bug 944079 - [Australis] Remove one of the two hover states of items in the bookmarks panel
Bug 951499 - Horizontal audio control needs hidpi graphics
Bug 953054 - Feed view has unreadable line if using dark theme
Bug 956357 - "Preview Response" tab for HTML in the Network Monitor
Bug 956491 - Don't use Toolbar-inverted.png for the tabbar on Win7 glass (without lwtheme)
Bug 957952 - Intermittent browser_net_timing-division.js | There should be at least one division on the seconds time scale.
Bug 959640 - Have a default icon for add-on SDK widgets in customization view
Bug 960198 - No obvious option to unhide SocialAPI sidebar
Bug 960517 - Adjust Australis's browser theme for Windows 8 and up
Bug 961727 - Adjust popup padding on Windows to 4px
Bug 963083 - Background tabs should inherit the text color
Bug 963365 - [Australis] Menu panel layout is broken
Bug 963512 - Tabstrip doesn't keep position when in private browsing window.
Bug 963576 - Dotted outline doesn't appear in customizable toolbars anymore
Bug 963999 - Difference between customize-entering and customize-entered states is too drastic
Bug 964104 - Icon moves when activating toolbar buttons that show panels
Bug 964251 - Better styling for »Exit Customize« button
Bug 964262 - Fade in icons in customization mode
Bug 964263 - Unused blankspace in css computed-view when resizing the sidebar
Bug 964267 - Pressing the bookmark menu button also depresses the bookmark star icon
Bug 964315 - The panel menu doesn't have a drop shadow on Windows
Bug 965032 - Layout for Sync preferences dialog in signed-out state is messed up
Bug 965209 - SDK add-ons placed in panel menu cause styling glitches in sub panels (History, Bookmarks...) on OS X
Bug 965819 - The selected item's background color in the variables view for the dark theme is incorrect
Bug 966124 - focusing the "Manage" link in Sync preferences produces a weird huge focus outline
Bug 966201 - There's a 1px top border between selected and non-selected items in the style editor stylesheets list
Bug 966660 - Remove inspect-button.png
Bug 966678 - Australis' customize mode's "Restore defaults" button disabled styling is broken
Bug 966698 - [Australis] If MenuBar displayed, Mouse pointer does not react at the top pixel In Fullscreen mode(F11)
Bug 966905 - Headers and footer of subviews should be outside scrollable bits of those subviews
Bug 966907 - Light icon for search box in light theme
Bug 967033 - DevTools Themes - Active arrow for side menus is missing on windows
Bug 967115 - Fix SDK toolbarbutton icon styling to not mess with the other buttons
Bug 967168 - DevTools Addon icons should not be inverted on light theme
Bug 967220 - If about:customizing is the first tab, the tabstrip looks detached from the nav-bar
Bug 967349 - PopupNotifications should support a "Learn More" link
Bug 967572 - DevTools Light theme text input border is a bit dark
Bug 967634 - DevTools Light theme tab bar bottom box shadow / border is a bit heavy
Bug 967836 - The titlebar is too short when using an lw-theme on OS X with tabs in titlebar disabled
Bug 968029 - Use unprefixed box-sizing internally
Bug 968221 - Stop setting a text-shadow for Aero Glass on the tabs toolbar only to remove it from individual tabs later on
Bug 968251 - Added arrow icon of the subview-originating button contains a gradient background
Bug 968315 - [markup view] Current / hovered node highlighting colors need to be higher contrast
Bug 968442 - Selected tab gets wrong text-shadow (from tabbox.css)
Bug 968595 - Update OS X Arrow Panel Styling
Bug 968756 - Light theme buttons don't have an "active" state
Bug 968828 - Sync Icon for the horizontal menu
Bug 968891 - Customization Animation Tests - WINNT 5.1 (ix) - 6.57% increase from bug 897496
Bug 968924 - Add shapes to network status bubbles
Bug 968972 - Firefox Accounts Button is Compressed in Customize with Overflow
Bug 969021 - Consolidate moz.build files containing just test manifests
Bug 969125 - [Linux] Sync toolbar button disappears during synchronization
Bug 969376 - [Australis] Make it easier to hit the menu button (apply Fitts' law)
Bug 969429 - DevTools Themes: in the light theme, the sidebar tab separators are too dark
Bug 969448 - Netmonitor selected filter reset to "All" upon every new page request.
Bug 969458 - Menu Panel Grid Items Have Disabled Subpixel Anti-aliasing
Bug 969584 - Consolidate typography and sizing of panel subview items
Bug 969592 - Consolidate style of bookmarks panel and its sub-panels
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2
Bug 969904 - Update Bookmarks Star Icons for Consistency
Bug 970013 - The bookmarks button moves to the overflow after some clicks
Bug 970020 - Australis: Layout glitch on LocationBar/SearchBar and no longer resize them by mouse dragging
Bug 970079 - Native theming for MacOS X help buttons
Bug 970380 - SDK buttons still look broken inside the menu
Bug 970511 - Allow users to undo the "restore default" action
Bug 970814 - The network monitor's footer buttons (for sorting, clear, etc.) should use theme colors
Bug 971108 - UI Tour: Update the doorhanger menu style
Bug 971186 - Hover state on tabs in .devtools-sidebar-tabs doesn't work properly
Bug 971246 - Fix styling of type="menu" buttons in the menu panel
Bug 971258 - Sync email should not be bold in the Australis menu
Bug 971283 - Preferences links to Terms of Service and Privacy Notice are too high and and too large
Bug 971418 - DevTools dark theme: use higher contrast text for main body content
Bug 971626 - Restore Defaults should collapse Title Bar
Bug 971680 - Top padding in customization mode is one pixel larger than in normal mode
Bug 971825 - "Undo" link after restoring defaults should be a button
Bug 971948 - Bookmark toolbar items icon is broken in the palette
Bug 971956 - Bookmark toolbar items uses the old hover styling in overflow panel
Bug 972054 - Numeric status codes in the network monitor
Bug 972140 - Australis pinned tabs break toolbar interface at small window sizes
Bug 972286 - Australis: "<" mark appears for StarUI in PanelUI without subview
Bug 972405 - Bookmarks panel items should be aligned on the left
Bug 972525 - Some arrow panels on Windows don't have enough padding
Bug 972550 - Sync promo footer in bookmarks panel overflows panel content
Bug 973191 - DevTools themes - In sidebar dock mode, some splitters are dark in light theme
Bug 973502 - Constrain width of the bookmarks panel similarly to the history panel
Bug 973704 - Australis: disabled="false" buttons don't get appropriate hover/active styles
Bug 975794 - Toolbarbuttons in the menu panel shouldn't get an inverted dropmarker when using a dark LWT
Bug 975807 - The separator between 'Bookmark this site' and 'Bookmark menu' should be placed at the same place as the right-side border of the hovered 'Bookmark this site' button
Bug 975808 - When hovering over disabled 'Bookmark this site' button the 'Bookmark menu' button gets hovering state set
Bug 976108 - The properties positions are moved to the left in the Manifest Editor
Bug 976489 - Move the customize mode transition to the #navigator-toolbox
Bug 977217 - Clicking API-widget borders in the menu panel does nothing
Bug 977516 - Fog behind tabs doesn't appear in customization mode anymore
Bug 977554 - Error in parsing value for 'animation-timing-function'. Declaration dropped. browser.css:345
Bug 977796 - Disable subpixel anti-aliasing during customize mode transition.
Bug 978003 - Update inContentUI.css for Windows 8 and up
Bug 978048 - Customization mode outlines don't appear when moving the mouse over an empty space
Bug 978050 - Use a bright color for the outline of the tab strip in customization mode with certain themes
Bug 978131 - [Australis] Legacy toolbar button labels misaligned in menu panel
Bug 978309 - Don't show white arrows on bookmarks panel folders when active on Linux & Windows
Bug 978447 - Australis - Bookmarks widget submenu menu item doesn't have an active state
Bug 978483 - Australis: "Sidebars" widget toolbarbutton has not image when it is placed on toolbar on WindowsXP Luna
Bug 978752 - Tab strip gradient is broken in customization mode on Windows XP in classic mode
Bug 978767 - Hovering over the zoom controls and cut/copy/paste in the menu on Linux makes the panel layout jump
Bug 979053 - Fade in the placeholder and customization target outlines after entering customize mode
Bug 979054 - Try adding toolbar edge padding before customization transition starts, not after.
Bug 979300 - Main menubutton separator is on the wrong side in rtl mode
Bug 979378 - [Australis] Update Panel Checkbox
Bug 979477 - Increased vertical spacing in australis menu makes it too tall
Bug 979499 - Panel Subview anchor arrow is invisible on RTL (and if we made it visible, it'd point the wrong way)
Bug 979501 - Australis' navbar overflow chevron points the wrong way in RTL mode
Bug 979864 - [markup view] After selecting a node using the picker button, the hover background is used until hovering the markup view
Bug 979871 - Bookmarks button in the menu panel need to be moved up a little
Bug 979953 - Tab titles shouldn't be bold on OS X
Bug 980115 - Social API status buttons make many other toolbar-buttons vertically squished
Bug 980248 - DevTools Themes: Extra top border showing up on responsive-container splitters when width > 700px
Bug 980369 - Update the illustration in the Customize Tip section
Bug 980370 - Downloads button changes size when clicking it in the nav-bar
Bug 980374 - Adjust height of buttons in the nav-bar to match the height of urlbar and search box
Bug 980383 - Add border-top and border-right values to the "Exit Customize Mode" button
Bug 980445 - Bookmarks menu button hover/pressed state issues
Bug 980534 - Australis: Bookmarks Widget panel is too narrow for contents (causing horizontal overflow), which shift to the left when mousing over it the first time
Bug 980569 - Bookmark star animation is misaligned after fixing bug 975807
Bug 980835 - Intermittent | browser_webconsole_output_dom_elements_02.js | The current inspector selection is correct - Got [object HTMLParagraphElement], expected [object HTMLBodyElement]
Bug 981419 - [OSX] Toolbar checkmarks in toolbar context menu are cut off and unrecognizable
Bug 981548 - Bookmark star animation disables click on bookmarks widget during transition
Bug 982835 - [OSX] Bookmark item hover background color is wrong when subview opened in Panel UI
Bug 982993 - Arrow panels don't have enough padding.
Bug 983414 - Sync success doorhanger copy should accurately reflect time delay in initial sync
Bug 983732 - Sync promo footer in bookmarks panel margins are too much
Bug 983761 - tab-active-middle@2x.png should be used with lightweight themes


These bugs on Bugzilla, as a list: Bug List
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

Same as above, but for Firefox 31:

Bug 477948 - "Keyhole" back/forward present on every major platform except Linux
Bug 610545 - Arrowpanel animation
Bug 738796 - Visual polish for in-content preferences
Bug 844637 - Wrong image in console.css
Bug 850336 - DevTools Inspector: Box Model should be editable
Bug 859126 - Mouse scrolling of long menus breaks if the last item is hidden via display:none
Bug 865826 - Remove the browser.tabs.closeButtons pref
Bug 878020 - Add inner shadows to the tab bar's scrollbox when overflowing
Bug 878436 - Update Lion Fullscreen window styling offsets for OS X tabs in the titlebar
Bug 879616 - LWT doesn't affect tab-close buttons, making them hard/impossible to see in some combinations
Bug 879921 - Use new close icons for Linux GTK theme
Bug 893661 - Back button and toolbar slightly smaller than design spec
Bug 917226 - Build a canvas inspection tool
Bug 920116 - Show full stack traces for console logged messages
Bug 939040 - Add eyedropper tool and include in the inspector colorpicker tooltip
Bug 940038 - Australis: Subviews don't show shortcuts (in the menu panel)
Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read
Bug 940509 - The private browsing indicator on Windows seems out of place
Bug 940844 - Australis: sync busy icon (sync pending) in menu is low quality/missing
Bug 941309 - [Australis] Switching tab groups will not update the tab overflow correctly, and leaving only pinned tabs can create weird overlap between tabs and the navbar
Bug 946987 - [Australis] curved tabs looks ugly when scaled up (hi-dpi)
Bug 948883 - Move inline scripts and styles into separate file for toolkit/content/aboutSupport.xhtml (URL=about:support)
Bug 948901 - Character encoding menu doesn't work correctly in the FTP directory view
Bug 951618 - Always show the close button on the last tab
Bug 957151 - Fix home button styling in bookmarks bar on Linux
Bug 962884 - Offer opt-out from auto-hyphenation for labels in the menu panel
Bug 963590 - [Mac] Toolbar is not being hidden fully in full screen mode more when light weight theme is applied
Bug 967110 - Add an inverted help icon and arrow to show on the menu panel anchor when the Help subview is open
Bug 968896 - Add tern support to source editor to provide autocompletion and type inference
Bug 969963 - Grey out PanelUI-popup items when a subview is opened
Bug 970167 - disable password sync when master password is enabled
Bug 971034 - Australis - [Windows] Zoom reset button isn't as tall as other zoom buttons in toolbar
Bug 973694 - [OSX] Private browsing windows without tabsintitlebar show the indicator in the wrong place and don't have the right theme
Bug 973855 - [Australis] Bottom border of content area in customization mode misplaced or missing
Bug 973992 - Telemetry experiments: addon manager UX
Bug 974460 - Add translation icon to URL bar structure
Bug 974736 - Add icon to title bar of Sponsored Tiles
Bug 974745 - Create click event on Sponsored Tiles to show explanation panel
Bug 975210 - Augment Site._render logic to allow for Sponsored Tiles images & text
Bug 978338 - Update new tab site rendering for fixed ratio tile images
Bug 978491 - "Sidebars" widget has no inverted icon in subview on Windows and Linux
Bug 979747 - Australis: should use inverted text for zoom widget and bookmark items in the tabstrip and menubar on Windows Classic
Bug 979987 - Subviews footers text isn't centered anymore
Bug 980220 - UITour: [Linux] highlighting panel with transparency renders badly with Awesome, fvwm, and other WMs without X compositors
Bug 980339 - about:addons squaring
Bug 980503 - Implement front end for web audio editor
Bug 982215 - Bookmarks toolbar shrinks in size when Bookmarks Toolbar Items is moved out of the Bookmarks toolbar in customization mode
Bug 982770 - Sidebar border and header styling are broken on Windows 8
Bug 982993 - Arrow panels don't have enough padding.
Bug 983655 - Star icon is not aligned in the overflowed panel
Bug 983681 - Show some content in the downloads panel when it is empty
Bug 983712 - GCLI shows scrollbars in menu when it shouldn't
Bug 983770 - Australis: Unexpected scroll bar appears when zoom widget is in overflowed panel
Bug 983801 - Australis - Remove border-radius on the bookmarks panel submenus on Windows 8
Bug 983933 - Get better colors for the Inspector's box model
Bug 983997 - Clicking StarUI does not pop up "Edit Bookmark Panel" when almost finishing of the animation "Bookmarking animation"
Bug 984156 - Australis: Mouse wheel scroll no longer works in bookmarks sub folder
Bug 984170 - Bookmarks have incorrect text colour on lightweight themes
Bug 984188 - Overflow panel icons are inverted with -moz-lwtheme-brighttext while text isn't
Bug 984535 - different padding on buttons when social buttons enabled
Bug 984630 - socialapi buttons have no hover state, incorrect padding, etc on linux
Bug 984804 - Open All in Tabs not highlighted on keyboard selection; weak change on mouse-over
Bug 984976 - Australis - toolbar button type="menu-button" border behaviour is weird on Windows 8
Bug 984979 - Australis - Back button's open state doesn't match :active state on Windows 8
Bug 985267 - Australis menu bar hard to read on Windows 7 dark third-party themes
Bug 985416 - Toolbar type="menu-button" Open State isn't correct
Bug 985509 - Edit Bookmark panel button doesn't have an open state
Bug 985786 - [10.6] The fullscreen button's icon is missing while in fullscreen
Bug 985958 - Bookmarks toolbar open bookmark folder background depends on hover state when it shouldn't
Bug 986153 - Consolidate browser fonts
Bug 986324 - Text inputs (URL and search bar) are unreadable in the nav-bar in High Contrast Mode
Bug 986515 - Classic menubar gradient shadow leaks over bookmarks toolbar
Bug 986529 - Invert Tab Close Icon for background tabs on Windows Classic Theme
Bug 986636 - question mark that appears when password sync is disabled due to master password should be an image
Bug 986677 - Include time left in experiment in addon-manager
Bug 986920 - [Windows Classic] New tab button stealing focus from unselected tabs
Bug 987067 - On XP, mousehover is not registered over the whole tab-area when using a new profile
Bug 987388 - Australis - Sidebar inverted icon in menu panel is missing for Linux
Bug 987461 - [Linux] Bookmarks menu button dropmarker looks terrible (stretched vertically) when on bookmarks toolbar
Bug 987615 - Australis menu is broken in customization mode with long strings and unsupported hyphenation
Bug 987792 - The bottom part of the letter 'g' is clipped on two-line buttons in the menu panel and one-line labels in the customization palette
Bug 988536 - InContent preferences needs icons for headers and arrows.
Bug 989058 - Some cumulative theme fixes
Bug 989449 - Dropmarker corners do not have border-radius on Windows 7, Vista and XP
Bug 989479 - InContent preferences treats [disabled=false] as disabled state
Bug 989626 - Prevent "Tell me when a website asks to store data for offline use" label from overflowing in Settings > Advanced > Network > Offline Web Content
Bug 989683 - Menubar text color no longer changes in inactive windows (without tabsintitlebar)
Bug 989701 - Location bar text sits one pixel too high unless the forward button is enabled
Bug 989761 - [Windows Classic] Pinned tab separator overlapping nav-bar when in overflow mode
Bug 989767 - When the tabbar is hidden (popup), the top border of the location bar is gone
Bug 990218 - Simplify OS X's titlebar handling
Bug 990384 - Define tabToolbarNavbarOverlap to reduce magic numbers
Bug 990387 - Toolbar buttons on the TabsToolbar appear below the nav-bar border with a theme
Bug 990533 - Home button icon looks stretched when placed in the Bookmarks toolbar
Bug 990973 - In-content prefs : scrollbars appear in a wrong position
Bug 990979 - about:welcomeback is missing a CSS file on aero variant of the Windows theme
Bug 991072 - Zoom percentage label not aligned properly when placed in a toolbar
Bug 991073 - New in-content preferences styling squishes certain buttons
Bug 991175 - Headers values in the netmonitor sidepane are very hard to read and copy after clicking on them
Bug 992373 - Items in panel jump up slightly when the customization transition finishes
Bug 993101 - Offer a way to open a toolbox for the main process/shell.html
Bug 993265 - Bug 990533 made livemarks and special folders show the placeholder favicon
Bug 993421 - 7.59% CART regression when bug 967110 landed
Bug 993932 - TART regression from bug 986324
Bug 994185 - When dragging tiles on a 3x2 view, a third row of tiles shows up inexplicably
Bug 994265 - In-content preferences : some buttons are bigger than others
Bug 994307 - Remove the linear-gradients -moz- prefixes in from findbar.css
Bug 994758 - Rename tabHeight define in browser.inc to tabMinHeight
Bug 994861 - 4.89% tscroll regression on win8 as a result of bug 987680
Bug 996121 - Bouncing unicorn easter egg (in hamburger menu) briefly triggers scrollbar each time it hits the bottom of its bounce area
Bug 996186 - Main window briefly shows flat background color during customize mode transition
Bug 996622 - [rule view] Use new theme colors for marking changed rules
Bug 997131 - Simplify conditional forward button CSS by making the forward button a direct sibling of the location bar
Bug 997163 - Add button for eyedropper in Developer Tools' Toolbox area.
Bug 997446 - [e10s] Add "Open e10s Window" icon to hamburger menu
Bug 997825 - [rtl] Unicorn doesn't bounce
Bug 998481 - Australis: checked icon for items in panel displayed on wrong side with RTL locales
Bug 999080 - Add-ons manager hidden tabs are always displayed
Bug 999978 - HTTP method and status code are smashed together
Bug 1000243 - Console error and stack trace UI follow up
Bug 1000744 - Fullscreen button no longer shows the depressed state in the menu panel when in fullscreen
Bug 1000928 - Dev Tools Themes: Debugger uses low-res gear image


These bugs on Bugzilla, as a list: Bug List
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
User avatar
mcdavis
Posts: 3195
Joined: December 9th, 2005, 5:51 am

Re: Firefox nightly theme changes

Post by mcdavis »

Same as above, but for Firefox 32:

Bug 257061 - count and display the number of found items in the FIND toolbar
Bug 662744 - itemEnabledFader.png no longer exists, but used in downloads.css
Bug 718250 - We should display the dimensions of the node in the NodeInfobar
Bug 759252 - Use CSS animations for the loading and connecting throbbers
Bug 894224 - Australis tabs separators are too faint
Bug 894490 - Remove close-sidebar.png
Bug 911209 - show differently nodes that are "display:none"
Bug 935803 - Display browser styles in the rule view (UA style sheet rules)
Bug 944731 - Add a border to color swatches
Bug 956044 - DevTools Color swatch should have a checkered background to see alpha transparency.
Bug 968896 - Add tern support to source editor to provide autocompletion and type inference
Bug 973691 - DevTools themes - Make the code mirror find/go to line match the devtools theme
Bug 974641 - Favicon for in-content preferences
Bug 975522 - Display CSS Coverage analysis information
Bug 979318 - Plugin overlays are still layered over other elements
Bug 982347 - Implement new visual style for network error pages
Bug 983814 - Australis - Windows 8 shouldn't use menuPanel-aero.png
Bug 983978 - The download button should glow blue on Windows/Linux, not green
Bug 987089 - Land ProjectEditor in browser/devtools
Bug 987797 - Font preview tooltip does not preview web fonts
Bug 987859 - Australis: Top of page invisible in DOM full screen when coming from restored window with the menu bar hidden
Bug 988480 - Implement Mac OSX styling of Translation Infobar
Bug 988481 - Implement Windows styling of Translation Infobar
Bug 989890 - Port the help button to in-content prefs
Bug 990713 - Update directoryLinks to have actual links and images
Bug 991045 - Screenshot button in the toolbar UI
Bug 991810 - Move the inspector button to the top left
Bug 993014 - Tree and table widgets for devtools
Bug 993369 - The button labels aren’t entirely visible on Privacy tab for in-content preferences
Bug 993373 - The shade of blue is the same when an item is hovered and when it is selected on dropdowns for in-content preferences
Bug 993402 - [Linux] Sorting the two columns under Applications tab is distinct than the one from Edit->Preferences for in-content preferences
Bug 993498 - Hide browser tabs if the target doesn't expose actors for them
Bug 993959 - Dotted square appears on popup notification anchor icons
Bug 994265 - In-content preferences : some buttons are bigger than others
Bug 994954 - [UX] Improve the design of loading throbbers
Bug 995300 - When the location bar grows vertically due to an increased font size, the forward button should grow as well to match the location bar
Bug 996036 - Confusing Focus Ring UI + Behavior in new in content prefs.
Bug 997921 - Regression - Cursor doesn't change to RTL shape
Bug 998157 - Forward button is offset by one pixel across Windows versions
Bug 998597 - DevTools - Icon for Web Audio Editor
Bug 998687 - Edit bookmark open state uses wrong styling on Win 7
Bug 1000051 - [OSX HiDPI] .close-icon width not set, making Add-on SDK toolbar close icons huge
Bug 1000513 - Combined navigation items in the context menu
Bug 1000704 - The border between the toolbox and customize palette has a border which leaks into the padding
Bug 1001204 - change default style for nsIAlertsService when clickable
Bug 1001471 - My back button is trying to eat the plugin notification icon
Bug 1001995 - Remove / fix remnants of the forwarddisabled attribute
Bug 1003542 - [Windows, Linux] Extra vertical space at the bottom of single-item bookmarks submenus in the main menubar's bookmark menu
Bug 1004025 - Move themes/*/devtools/font-inspector.css into themes/shared/devtools/font-inspector.css
Bug 1004111 - Move remaining themes/*/devtools images into themes/shared/devtools/images
Bug 1004255 - Drag and drop in scrolled menu panel in customize mode is broken towards the bottom
Bug 1004431 - Broken CSS in OS X's downloads.css
Bug 1005431 - Invalid Property Value image is not Retina friendly
Bug 1006825 - Variable values in the inspection popup look ugly when touching the popup's edge
Bug 1006875 - Styling graph for web audio editor
Bug 1006878 - The input box is slightly misplaced when editing properties with no value (getters/setters)
Bug 1006906 - Use hidpi icons for the variables view in widgets.inc.css
Bug 1006915 - The node inspect icon in the variables view should appear before the F/S/N/Lock icons
Bug 1007202 - Create a framerate widget
Bug 1007229 - [Australis] Background tabs are unreadable when using a dark Windows high contrast theme on Windows 8/8.1
Bug 1007345 - Redesign AudioNode view
Bug 1007465 - The .variables-view-edit class in widgets.inc.css has left padding
Bug 1007629 - don't use "embedded" fonts for in-content preferences page
Bug 1007804 - Improve in-content prefs help button styling (OS X)
Bug 1008183 - The private browsing indicator isn't displayed while on full screen
Bug 1008197 - Scrollbar switching on OSX is broken
Bug 1008355 - Easter egg whimsycorn should spin on mousedown
Bug 1008356 - The close button on watch expressions acts weirdly
Bug 1008402 - Downloads toolbar icon changes color on click (white > dark grey) when using a light-text (dark background) light-weight theme
Bug 1008424 - Remove unintended gradient from the tab toolbar's background
Bug 1009002 - HDPI web console image support
Bug 1009145 - HDPI support for Debugger icons
Bug 1010959 - Move themes/*/devtools/computedview.css into themes/shared/devtools/computedview.css
Bug 1011172 - Remove obsolete images from tabbrowser/
Bug 1011173 - Get rid of background-noise-toolbar.png and it's references (in the devtools/ directory only)
Bug 1011249 - DevTools Themes - HDPI support for stopwatch icons
Bug 1011624 - Move themes/*/devtools/inspector.css into themes/shared/devtools/inspector.css
Bug 1011727 - Extra useless rules in themes/windows/devtools/debugger.css causes toggle sidebar button to go blank when pressed
Bug 1011757 - Add aero styles for web audio editor
Bug 1012139 - Remaining DevTools HDPI work
Bug 1012166 - Use svg files for itemArrow-* in DevTools sidemenu widget
Bug 1012629 - Infer from each toolbar's text color whether we should use inverted icons
Bug 1012806 - Add @media rule shortcuts to sidebar of style editor
Bug 1012811 - Color swatch background doesn't stay in the right place while scrolling
Bug 1012829 - HDPI support for developer toolbar
Bug 1013537 - Implement animated translation icon for "Translation in Progress" infobar
Bug 1013551 - Command line icon is missing from variables view command line input
Bug 1013557 - Shader and Style Editor eye icons are wrongly inverted in light theme
Bug 1013708 - in-content preferences advanced pane: remove text shadow from sub categories
Bug 1013718 - in-content preferences: advanced pane: alignment issue 'cached web content'
Bug 1013724 - in-content preferences: style issue category sidebar
Bug 1013887 - CSS coverage should look nicer
Bug 1013904 - Text not selectable in in-content prefs
Bug 1013911 - Reduce the memory used by tab-selected-start.svg and tab-selected-end.svg
Bug 1013949 - Consider removing the dashed underline from variables and properties
Bug 1014523 - Missing bottom border on tabstrip on OS X
Bug 1014532 - Toolbar tabs on Linux have a border radius
Bug 1014587 - Simplify toolbar-menubar and TabsToolbar styling by never giving them a background color
Bug 1015627 - Inspector markup preview doesn't match devtools theme
Bug 1015709 - In-content prefs: Application pane not aligned
Bug 1016056 - Replace #TabsToolbar::after with a top border on #nav-bar (like on Windows)
Bug 1016367 - Package @2x translation icons on Windows and Linux
Bug 1016419 - Implement showing lightweight themes in customization mode
Bug 1016528 - UI for source map and @media sidebar settings
Bug 1016942 - Implement workaround for bug 962594 to prevent hidden (display:none) loading throbbers from causing permanent CPU usage
Bug 1017512 - Selected toolbox tab doesn't have a background on :active state
Bug 1017725 - In-content prefs. Restyle buttons and textfields after Chameleon
Bug 1017890 - HDPI support for responsive mode
Bug 1018020 - menulist-icon should be set in the subscription menulist
Bug 1018582 - Get rid of #navigator-toolbox::before and #TabsToolbar::after on OS X
Bug 1018809 - DevTools - Dropmarker icons are not hdpi friendly
Bug 1019124 - HDPI support for Canvas Debugger
Bug 1019217 - Make Web Audio editor sidebar's icon HDPI friendly
Bug 1019676 - Project editor: Allow app header to be updated and add gear icon / status indicator
Bug 1021770 - Browser Toolbox: extra separator next to options cog


These bugs on Bugzilla, as a list: Bug List
Theme Development is Radical Participation.
NNL Beta Builds for Current and Up-coming Firefox
Dear User: Your Help is Needed
Post Reply