Commit Graph

1441 Commits

Author SHA1 Message Date
Aza Raskin
68f47fda0b Performance tweaks:
+ We pause tab mirroring/painting on zooms.
+ We remove box shadows and rounded corners on zooms. (Which, according to Shark, was costing around 10% time)
2010-04-20 16:05:07 -04:00
Ian Gilman
56db6cd241 + The tab bar toggle now has a down arrow when clicking on it will pull the tab bar down and an up arrow when it will push the tab bar up (was reversed)
+ The tab bar toggle and decorative strip now reside above the tab candy content in Z
+ Group titles now have prompt text/icon
+ Additional documentation (especially Mirror)
+ Fixed the dev mode features (were broken by the tab bar toggle changes)
+ The Firefox nav bar now correctly shows again when you create and go to a new tab
2010-04-16 15:09:23 -07:00
Aza Raskin
d6137a02d5 Added a beautiful tabbar toggle. Woot! 2010-04-14 19:06:17 -07:00
Aza Raskin
dfca37f2d3 Updated the specification to include the stacks metaphore. 2010-04-14 17:15:38 -07:00
Ian Gilman
d54682ea3a + added the title and close box back to groups, with some basic styling
+ the "new tab" group now always lives at the bottom of the page
+ the candy switcher and the "grid" and "sites" features are now hidden by default. add ?dev=1 to the url to show them
+ the Firefox nav bar is now hidden when you're in the tab candy page
+ the starting grid now scales depending on how many tabs you have. (it is in fact sharing the arrange code that groups use for their children)
2010-04-14 17:12:06 -07:00
Aza Raskin
81220cecdf Aza sings the Merge song:
They were plentiful when from the darkness it emerged
The dark mercurial spirits singing SVN a dirge
A beast with many heads
No arms but branches in its stead
As you push into unknowns your final utterance will be "merge"

-- The only surving translation of the last song of the commited.
2010-04-12 23:16:28 -07:00
Aza Raskin
4a8cec5b6f Added a TabCandy button to the navigation toolbar on startup.
+ Clicking on it opens a tab to Revision-A
  - The tab is moved to being the first tab
  - The tab is visually hidden
  - Clicking on it again re-uses the opened tab

Some notes:
* Only styled for OSX
* We should think about loading the page in the background on startup
  so that there is no time delay when clicking on it the first time
2010-04-12 23:04:25 -07:00
Ian Gilman
67e62540bf + Removed unnecessary margin and padding from tabs and groups (was messing up layout)
+ Now compensating for padding in tabs when laying them out
+ Tab titles are now a single line, cut at the width of the tab (but no ellipsis yet)
+ Groups now have the move cursor
+ Tab resizing now works, and is disabled when a tab is in a group
+ We now have a "new tabs" group that new tabs go into (created as needed)
+ New layout algorithm for tabs inside a group. It's not as space efficient as the last one, but the unused space is at the bottom rather than the right side, and in general I think it behaves more like people expect.
+ Groups now have a minimum width when resizing
+ If you drag the second to last tab out of a group and don't return it to that group, the group now dissolves.
+ When a tab gets below a certain size, its thumbnail and close box are hidden
+ When a tab's title gets below a certain size, it is hidden.
2010-04-12 17:20:35 -07:00
Aza Raskin
9af26a4f2f + Fixed the implementation of closing
+ Cleaned up the CSS styles by using background images
2010-04-10 02:16:02 -07:00
Aza Raskin
d27c70768f + Fixex a bug whereby the titles of pages would be hidden inside of groups. 2010-04-09 15:48:29 -07:00
aza@More-Better-Internet.local
a36b60726f + Continued cleanup of zoom code.
+ Tabs now have the correct style inside of groups.
2010-04-09 15:17:08 -07:00
aza@More-Better-Internet.local
2e81996a61 Fixed sizing issues in the new style, as well as cleaned up the zoom code. 2010-04-09 12:49:54 -07:00
aza@More-Better-Internet.local
fa48f64a49 Fixed the height of the pages. 2010-04-09 12:21:31 -07:00
Ian Gilman
0c125207f4 + Merging; looks like we had a little collision in the group DOM area 2010-04-09 10:21:12 -07:00
Ian Gilman
300cdc43a7 + The container for a Group now encompasses its whole bounds; the titlebar is within it rather than outside of it. This is a cleaner structure, and fixes some issues with the titlebar, as well as allowing us to see the red glow for when a group will be dropped into another group. There are still some issues, but I think we'll leave them until we have a visual design. 2010-04-09 10:03:51 -07:00
aza@host-3-23.mv.mozilla.com
562d1e7d86 Begun adding a new theme, by Sean Martell. 2010-04-08 17:38:06 -07:00
Ian Gilman
033ae50793 + font size for tab names now scales properly
+ tabs now return to their proper size when you pull them out of a group
+ you can now nest groups inside of other groups (though all of the funky repercussions haven't been sorted out yet)
2010-03-31 17:24:16 -07:00
Ian Gilman
f56556d9ec + Branched the shared groups stuff into copies just for revision-a; we've got a bunch of work to do, and it's not worth trying to keep all of the other candies compatible at the moment.
+ Added jquery.lint to revision-a. Haven't caught anything yet, but seems like it could be helpful.
+ More fiddling with the resizer css

--HG--
rename : browser/themes/pinstripe/browser/tabcandy/shared/resizer.png => browser/themes/pinstripe/browser/tabcandy/resizer.png
2010-03-29 11:16:18 -07:00
Aza Raskin
43e771a74a + Made the resizer graphic URL absolute instead of relative so that it works in any candy.
+ Removed some vestigial code.
2010-03-26 14:43:58 -07:00
Ian Gilman
a78be22cf5 + moved groups.js and resizer.png to shared locations
+ more work on groups pushing things out of the way
+ some steps toward having groups and tabs share an interface
+ more geometry: we now have a point class, and the rect class now has center and intersect routines

--HG--
rename : content/candies/zoomgroups/gfx/resizer.png => browser/themes/pinstripe/browser/tabcandy/shared/resizer.png
2010-03-25 17:22:45 -07:00
Ian Gilman
59fede1f1f + Removed the margin from the tabs; we need to handle buffers more explicitly
+ You can no longer launch into a tab by right clicking it
+ A group's close box now works
+ A group's title bar now works again (silly css misunderstanding)
+ Added a basic Rect object to utils.js, and a getBounds routine for retrieving the bounds of a DOM element
+ The Utils logging routines no longer expand functions (instead just saying that it's a function)
2010-03-24 16:54:48 -07:00
Ian Gilman
75b7f02e20 + moved a number of the group-related styles into css/shared/groups.css. Unfortunately, I wasn't able to move everything I wanted to; Firefox 3.7 screwed up the relative URL in the resizer style, and somehow killed the position:absolute in close style (neither of those problems showed up in Firefox 3.6). At any rate, it's a step in the right direction.
+ Moved the pretty new group title bar into the original and ian1 candies, updating the close style so it works in both the tab and group contexts
+ Added forceCanvasSize and unforceCanvasSize functions to tab mirrors
+ Used the new canvas size forcing functions to make the zoom in and out happen in high resolution. Not convinced it's an improvement, especially in the reverse zoom.
+ Brought additional changes from the original candy to the ian1 candy
2010-03-22 17:12:32 -07:00
aza@70-7-150-98.pools.spcsdns.net
f90716db0f First commit. 2010-02-24 01:47:55 -08:00
Felipe Gomes
d1f3583d33 Bug 555081 - Can't move the window when using custom titlebar drawing
r=dao
2010-06-24 10:13:59 -07:00
Marco Bonardo
66f564f6e6 Bug 544817 - Create Bookmarks Widget with placement dependent on Bookmarks Bar status. r=dao 2010-06-24 10:08:43 -07:00
Dão Gottwald
046e631f4a Bug 563730 - Implement pinTab, unpinTab. r=gavin 2010-06-24 16:29:02 +02:00
Stephen Horlander
2c1fbff96f Bug 574090 - Refine OS X Toolbar Icons. r=dao 2010-06-23 23:01:51 +02:00
Markus Stange
e291692e04 Bug 573926 - Increase the main toolbar's padding-top so that less of the locationbar's focus ring is cut off in small-icons mode. r=dao 2010-06-23 22:59:04 +02:00
Markus Stange
f099a26551 Bug 559034 - New Mac location bar and search bar style. r=dao 2010-06-22 22:29:22 +02:00
Markus Stange
84a0dfc24c Bug 559033 - New Mac toolbar button style. r=dao 2010-06-22 22:28:34 +02:00
Dão Gottwald
c5280851db Bug 567742 - Disable glass in fullscreen mode. r=gavin 2010-06-22 22:20:52 +02:00
Gavin Sharp
667010d2ba Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao 2010-04-09 13:45:25 -04:00
Felipe Gomes
5c145b0f5b Bug 572472 - Adjust theme styles for touch-enabled css rules. r=dao 2010-06-17 21:46:26 +02:00
Dão Gottwald
a8a12a8bb0 Bug 571944 - Remove bogus min-width that overrides tabbrowser.xml's min-width. r=gavin 2010-06-14 21:53:45 +02:00
Stephen Horlander
6c7aa34741 Bug 570277 - Tab corner tweaks. r=dao
--HG--
extra : rebase_source : 40861b653b2ddcdccd54f7a4b5d26efff626caa8
2010-06-14 21:42:42 +02:00
Dão Gottwald
f4af71b168 Bug 570278 followup, fixing tabs-on-top radial gradient position 2010-06-13 11:35:56 +02:00
Dão Gottwald
ce02e2c4e5 Bug 570795 - Create basic "Firefox button" widget. r=gavin 2010-06-13 10:20:58 +02:00
Dão Gottwald
cc154c4499 Bug 570278 - Tab shadow tweaks. r=gavin 2010-06-13 10:19:52 +02:00
Dão Gottwald
d345320de9 Bug 560755 - Textbox border of Location bar and search box is invisible with "High Contrast - Windows Classic". r=gavin 2010-06-12 09:00:09 +02:00
Dão Gottwald
525360c40e Bug 464205 followup, making favicons stand out more again in the all-tabs panel 2010-06-11 14:17:12 +02:00
Dão Gottwald
af60686fd4 Bug 568037 - Adjust toolbar backgrounds and gradients for the new theme. rs=gavin 2010-06-11 14:15:37 +02:00
L. David Baron
9a129faa59 Rename -moz-background-size to background-size. (Bug 549809) r=roc 2010-06-08 18:44:33 -07:00
L. David Baron
934c377eda Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc 2010-06-08 18:44:33 -07:00
Dão Gottwald
3aacbfb1c6 Bug 569935 - remove leftover from the curved identity button. r=gavin 2010-06-06 19:44:45 +02:00
Dão Gottwald
9c3133efe2 Bug 571813 - Hide the Firefox button in full screen mode. r=gavin 2010-07-06 06:17:21 +02:00
Tanner M. Young
9fe091a99a Bug 574676 - Fix Page Info tab highlighting. r=db48x 2010-07-04 21:35:40 +02:00
Dave Townsend
4d698c0a58 Bug 552965 and bug 553455: Display notifications for add-on download failures and prompt the user to restart after installation. r=gavin 2010-07-01 09:23:11 -07:00
Markus Stange
2566afb6ea Bug 575408 - Give #personal-bookmarks a proper min-height so that you can drop bookmarks on an empty bookmarks toolbar. r=dao
--HG--
extra : rebase_source : a7d86d73ac46774c3255a6bd7f436875c9222083
2010-07-01 18:42:17 +02:00
Markus Stange
1b009a33d0 Bug 575105 - Don't let the appearance of the "Switch to tab:" label shift down the whole toolbar. r=dao
--HG--
extra : rebase_source : ca02edbc71b7adef013b6a50797fc57f0e12bc22
2010-07-01 18:41:17 +02:00
Stephen Horlander
22929637bb Bug 565187 - Icons for new geolocation notification. r=dao 2010-07-01 11:03:56 +02:00
Dão Gottwald
18b9647728 Bug 575726 - app button sits two pixels too high on the window frame. r=gavin
--HG--
extra : rebase_source : e002f507b0f6174465d9f4d75a9e8704d913c1a2
2010-07-01 08:30:42 +02:00
Dave Townsend
67aadd8d55 Backing out patches for bug 552965 and bug 553455 due to test failures. 2010-06-30 16:51:05 -07:00
Dave Townsend
3b8d5060e2 Bug 552965 and bug 553455: Display notifications for add-on download failures and prompt the user to restart after installation. r=gavin 2010-06-30 14:13:17 -07:00
Dão Gottwald
b61870e374 Bug 575994 - "fullscr-toggler" shouldn't be a toolbar. r=mano
--HG--
extra : rebase_source : 27f2c9b410c87fcc3650a62c6c4e6d5492526715
2010-06-30 19:57:14 +02:00
Jim Mathies
2fd01dcdd6 Bug 575228 - When maximizing a window, the menu bar gets pushed down. r=dao. 2010-06-29 22:20:02 -05:00
Marco Bonardo
56b793f198 Bug 575162 - Bookmarks menu button doesn't retain depressed appearance when hovered. r=dao 2010-06-29 00:03:52 +02:00
Dão Gottwald
27e8c6679b remove bogus comment again 2010-05-24 09:34:46 +02:00
Rob Arnold
3899a2be6b Bug 556967 - Re-enable aero glass once bug 555182 is fixed r=gavin 2010-05-23 23:29:09 -04:00
Rob Campbell
541a1320f8 Bug 547453: create a web page inspector for Firefox, r=gavin 2010-05-13 16:38:21 -04:00
Gavin Sharp
eb6853093f Backed out changeset f551d1be254e (inspector-0.1, fixing commit message)
--HG--
extra : rebase_source : b7a94409c817d49822920a8d38aadfc8dae1a0db
2010-05-13 16:36:43 -04:00
Rob Campbell
57f96d9b56 inspector-0.1 2010-05-13 17:08:34 -03:00
Steffen Wilberg
1920b72b59 Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin 2010-05-12 20:25:48 +02:00
Asaf Romano
8a11227280 Bug 528884 - Remove places' menu and toolbar bindings. r=mak 2010-05-05 15:28:04 +02:00
Dão Gottwald
f8c89acfe0 Bug 563671 - anonymous new-tab button makes the tab bar 1px taller. r=gavin 2010-05-05 08:36:57 +02:00
Dão Gottwald
be2a50705f Bug 562723 - pressing the new-tab button doesn't change the icon. r=gavin
--HG--
extra : rebase_source : c7aef7f8bc075cef8a13908160ee6cb8abd8ecb9
2010-04-29 21:28:32 +02:00
Dão Gottwald
eda4e91ca9 Bug 562718 - new-tab button makes the tab bar 1px taller. r=gavin
--HG--
extra : rebase_source : 33f3f1c3763afaf30f1a1c57ba44f38093821c4c
2010-04-29 20:59:34 +02:00
Gavin Sharp
d1ae9e0fee Bug 560288 - consolidate hud-button style rules. r=dao 2010-04-20 12:12:10 -04:00
Dão Gottwald
d41127c3fc Bug 541864 - tab bar is 1px larger when non-focused tabs have close buttons. r=ventnor 2010-04-29 08:43:40 +02:00
Dão Gottwald
8aa735c7b9 Bug 560562 - Increase contrast between active and background tabs. r=gavin 2010-04-28 07:54:51 +02:00
Dão Gottwald
9b7208c709 Bug 457187 - Make the tabs toolbar customizable. r=gavin 2010-04-27 18:57:19 +02:00
Dão Gottwald
8b48c3cb0b Bug 549061 - new tab bar style. r=gavin 2010-04-20 09:33:08 +02:00
Dão Gottwald
fb2d2658af Bug 544815 - implement tabs on top option. r=gavin 2010-04-06 08:34:27 +02:00
Dão Gottwald
aba7ca3033 tweak toolbarbutton disabled state (no bug)
--HG--
extra : rebase_source : 5b339c26c28f5c75c3c189952574d48f97f79454
2010-03-31 13:05:50 +02:00
Dão Gottwald
37ca9a8a6c Disable aero glass until bug 555182 is fixed (CLOSED TREE) 2010-03-30 01:27:44 +02:00
Dão Gottwald
88350e63d0 Bug 554975 - Fix autocomplete url color on Win7/Vista. r=rflint 2010-03-29 12:04:05 +02:00
Dão Gottwald
78ce0cae9f Bug 555477 - #browser and #browser-bottombox shouldn't use Glass. r=rflint 2010-03-28 10:47:51 +02:00
Dão Gottwald
a667e971d5 Tweak text legibility on glass (no bug) 2010-03-27 17:05:45 +01:00
Stephen Horlander
29c7ab9d7f Bug 554662 - Further tweaks to toolbar buttons. r=dao 2010-03-27 08:14:58 +01:00
Blair McBride
9c5de4629e Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2010-03-26 22:59:02 +01:00
Dão Gottwald
8fb4f26719 Bug 428299 - Location bar and search bar should be transparent when using Glass. r=rflint 2010-03-26 13:14:03 +01:00
Dão Gottwald
02be9777a4 Bug 554809 - Tab drop indicator is misaligned if the tab bar doesn't overflow. r=gavin
--HG--
extra : rebase_source : 20c07e21a0d0ea82b62f43b84ae72d94953ce0cd
2010-03-26 09:30:52 +01:00
Dão Gottwald
ff84a6c391 Bug 546259 - enable aero glass for the main window. r=rflint 2010-03-25 08:13:33 +01:00
Dão Gottwald
9cb701c058 Bug 553673 - Border and glow doesn't fade to hovered state on toolbar button hover, only background. r=rflint 2010-03-25 07:44:29 +01:00
Dão Gottwald
f476898304 Bug 549898 - Location bar increases in height at secure sites (https) with higher dpi. r=rflint 2010-03-25 07:43:34 +01:00
Dão Gottwald
af9b944c90 Bug 554001 - Remove superfluous -moz-border-colors usage. r=rflint 2010-03-24 10:15:36 +01:00
Dão Gottwald
06ca33fe48 Bug 464205 - Attach the panel to the content area and style it accordingly. r=mstange 2010-03-22 15:11:42 +01:00
Markus Stange
14d6397c6a Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao 2010-03-17 18:12:03 +01:00
Dão Gottwald
d5e3be651a Bug 419712 - Improve horizontal spacing in tabbrowser tabs. r=ventnor 2010-03-18 08:02:21 +01:00
Markus Stange
e8fdcce9ea Backed out changeset d906e4dd1e49, bug 538187 - CSS changes for :-moz-window-inactive pseudoclass because of test_righttoleft.xul test failures.
--HG--
extra : rebase_source : 48dbae1048eaf589013725fad8f6134fcf49c139
2010-03-17 19:58:46 +01:00
Markus Stange
8a06df10bb Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao 2010-03-17 18:12:03 +01:00
Markus Stange
7ed5032213 Bug 551582 - Add some margin to the bookmarks toolbar buttons so that the scrollbox doesn't clip their shadow. r=dao 2010-03-17 18:08:59 +01:00
Dão Gottwald
e8a68bbf63 Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
--HG--
extra : rebase_source : e1662b549464d68417cf3b0f07d9624fe1a670ef
2010-03-17 07:36:13 +01:00
Dão Gottwald
ae2081f113 Bug 477113 - RTL text-align changes throughout the theme because of bug 299837. r=ehsan
--HG--
extra : rebase_source : 4bc0a54962f3987db6db08b7dd90a82d80f1831d
2010-03-15 19:45:10 +01:00
Dão Gottwald
44ec1bd48f Bug 551916 - give the identity box and the search engine button a three-dimensional appearance. r=ventnor 2010-03-12 12:43:13 +01:00
Blair McBride
bd0b32abc1 Backout patch for c7562242f88e due to bustage 2010-03-11 16:35:37 +13:00
Blair McBride
8274492c49 Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2009-11-23 15:37:39 +13:00
Dão Gottwald
01a46c21b0 Bug 508499 - simplify tab drop indicator code and styling. r=gavin 2010-03-10 09:07:45 +01:00
Dão Gottwald
b35756447b Bug 550825 - remove redundant .tab-close-button selectors. r=mstange 2010-03-08 14:33:15 +01:00
Dão Gottwald
6788c0a2c8 Bug 547224 follow-up: Comment out -moz-placeholder use until it's actually implemented (bug 457801) 2010-03-07 22:05:01 +01:00
Dão Gottwald
16730171a2 Bug 549988 - Better align menupopups with bookmark toolbar buttons. r=mstange 2010-03-05 13:00:59 +01:00
Dão Gottwald
9ef961451e make selectors more specific to circumvent bug 547128 2010-03-05 12:59:45 +01:00
Dão Gottwald
997f6edf7a Follow-up to bug 548027: remove spurious duplicate ids on <circle> elements 2010-03-05 01:30:49 +01:00
Dão Gottwald
caf1dccaa5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Dão Gottwald
b296cdc48d Bug 549589 - Implement new location bar and search bar style. r=rflint 2010-03-03 00:22:25 +01:00
Dão Gottwald
c4202a14cd consolidate urlbar styling (no bug) 2010-03-02 12:43:23 +01:00
Dão Gottwald
729667bc43 Bug 548027 - Tweak toolbarbutton style. r=rflint 2010-03-01 22:30:08 +01:00
Markus Stange
76341885c7 Bug 548017 - Move bookmark toolbaritems' max-width from theme CSS to content CSS and remove superfluous min-width. r=dao 2010-02-26 12:26:43 +01:00
Dão Gottwald
f1d07c15bf Bug 547752 - Adjust toolbarbutton paddings and margins for small and big icon modes. r=rflint 2010-02-23 08:10:45 +01:00
Dão Gottwald
c1f92bf7f8 Bug 547678 - Remove non-native focus ring from tabbrowser tabs. r=ventnor 2010-02-22 15:50:40 +01:00
Dão Gottwald
d3efe3337f Bug 547676 - Remove item-grayscale.png. r=mstange 2010-02-22 12:28:56 +01:00
Kaspar Brand
89228cf47f Bug 455334 - Improve truncation and RTL display of EV cert owner strings in location bar. r=dao
--HG--
extra : rebase_source : ea62e191112ab31a79ec845e1e382de5eb9e4e62
2010-02-21 23:05:05 +01:00
Markus Stange
2fda0d8bbc Bug 547538 - Fix performance regression of bug 482086 and bug 482105 by using layered backgrounds instead of borders and less box shadows. r=dao 2010-02-21 16:03:55 +01:00
Dão Gottwald
b11329ecc2 Bug 482105 - Replace searchbar design images with CSS borders, backgrounds and box shadows. r=mstange, r=rflint 2010-02-21 16:03:52 +01:00
Dão Gottwald
96de13d1eb Bug 482086 - Replace locationbar design images with CSS borders, backgrounds and box shadows. r=mstange 2010-02-21 16:03:48 +01:00
Markus Stange
2515d1e302 Bug 546874 - New style for the bookmarks bar. r=dao 2010-02-21 15:50:10 +01:00
Dão Gottwald
aaa49c1adb Bug 546261 - Full-screen window controls shouldn't pick up custom toolbarbutton styling. r=gavin 2010-02-20 19:11:09 +01:00
Dão Gottwald
efbf0782c0 Bug 546098 - Integrate new toolbarbutton icons. r=rflint
--HG--
extra : rebase_source : 7e77f36d91011438bc288ebb51793c02f3456690
2010-02-16 21:42:21 +01:00
Dão Gottwald
e65738f823 Bug 545842 - Style menu buttons and impose a standard size on third-party toolbarbutton icons. r=rflint
--HG--
extra : rebase_source : 6b41539ef72ba285b7bfdc6e67b44a46d7237395
2010-02-16 21:41:58 +01:00
Dão Gottwald
1e1815dfeb Bug 544999 - New toolbarbutton style for the main window. r=rflint 2010-02-12 10:09:56 +01:00
Markus Stange
949ca473e2 Bug 542192 - Restyle Mac menus. r=dao 2010-02-04 20:30:18 +01:00
Dão Gottwald
9e53368a44 Bug 543315 - Remove obsolete use of buttonover and buttondown attributes. r=rflint 2010-02-02 08:48:16 +01:00
Dão Gottwald
73dec0571c Bug 543306 - tabpanels background briefly visible when opening a new tab. r=gavin 2010-02-02 08:47:11 +01:00
Dão Gottwald
1644b161c4 Bug 539365 - Lightweight themes text-shadow exists on print-preview screen. r=gavin 2010-01-15 09:20:08 +01:00
Markus Stange
2c7673f6f8 Backed out changeset 28e8bdda3413, bug 534152, because of SunSpider and DHTML performance regression. 2010-01-14 16:41:58 +01:00
Markus Stange
974011017f Bug 534152 - When the toolbars in the main browser window are hidden using the toolbar toggle pill, add a dummy 2px-high toolbar so that the titlebar separator isn't shown and the tabs can visually merge with the titlebar. r=dao 2010-01-13 17:19:49 +01:00
Markus Stange
7d68e3b7c5 Bug 527682 - Implement -moz-window-shadow values menu, tooltip and sheet. r=dbaron, r=dao, r=josh 2009-12-30 16:24:08 +01:00
Metal Sonic
4c1b34d634 Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
Dão Gottwald
5c52c730e5 Bug 528834 - Home button lacks styling for the disabled state, breaking compatibility with the UsableHomeButton extension. r=rflint 2009-12-16 11:16:09 +01:00
Markus Stange
6843996934 Bug 533913 - Invalid selectors in pinstripe places.css. r=dao
--HG--
extra : rebase_source : 9def3eccc8f0d8d5ef1f8c97eb6d9bb0edfb0e18
2009-12-11 23:05:56 +01:00
Markus Stange
102a7084f6 Bug 529542 - Fix a line that I missed in bug 508739 to give the view button in the history sidebar back its gradient. r=dao
--HG--
extra : rebase_source : 5cfdaa9942e33a030cfd81e916be6aa461deae92
2009-12-11 20:27:45 +01:00
Stephen Horlander
e3acaa677d Bug 431627 - Toolbar icons should have consistent photoshop blending settings. r=dao, ui-r=faaborg 2009-11-23 19:51:38 +01:00
Dão Gottwald
056a128f5c Bug 528750 - Sidebar close button is squeezed, tabstrip closebutton makes the tabstrip higher (browser.tabs.closeButtons=3). r=ventnor 2009-11-15 10:28:39 +01:00
Dão Gottwald
0a1ca2e26c Bug 525651 - On Windows, tabbrowser tabs often lack legibility when a lightweight theme is selecte. r=rflint 2009-11-11 19:49:56 +01:00
Dão Gottwald
3fdb3a1117 Bug 521659 - Main menu doesn't have hover/pressed state when using lightweight theme. r=rflint
--HG--
extra : rebase_source : 977345fdc59197573586aa197ead87c3ff0d2171
2009-11-06 22:57:12 +01:00
Dão Gottwald
c076f94025 Bug 525724 - Use CSS transitions for the tab bar overflow animation. r=vlad 2009-11-05 09:02:12 +01:00
Dão Gottwald
63b775fcca Bug 525834 - Replace Search-glass.png with gtk-find stock icon. r=ventnor 2009-11-03 09:32:00 +01:00
Dão Gottwald
e65243afff Bug 525836 - Remove workaround for bug 426930 as the stock icon has been fixed. r=ventnor 2009-11-03 09:31:30 +01:00
Dão Gottwald
e28663977b Bug 525712 - Remove dead throbber-specific code from customizeToolbar.js, handle it in themes. r=gavin 2009-11-02 00:24:12 +01:00
Dão Gottwald
d2c20e7beb Bug 523047 - Slow selectors in browser css. r=rflint 2009-10-23 17:28:14 +02:00
Marco Bonardo
bcafe07799 Bug 367991 - Remove unused Places code. r=dietrich, r=dao 2009-10-14 13:56:59 +02:00
Dão Gottwald
61132f443c Bug 497973 - tab bar overflow animation should use the scroll arrow instead of the all tabs button. ui-r=faaborg, r=vlad 2009-10-13 21:57:48 +02:00
Dão Gottwald
0c15f2722f Bug 521548 - Remove unused command-button and filter-button bindings. r=mak 2009-10-10 12:14:59 +02:00
Markus Stange
5110b3a364 Bug 520644 - Switching to a lightweight theme pushes down the content area. r=dao 2009-10-10 09:24:00 +02:00
Dão Gottwald
179c8bd321 Bug 520372 - re-enable aero glass for the all tabs panel. r=rflint 2009-10-03 18:36:15 -04:00
Dão Gottwald
958f9c18a0 backout change from Ts Shutdown investigation 2009-10-02 10:52:10 +02:00
Nochum Sossonko
33de430128 Bug 513461 - Implement pseudo classes for lightweight theme handling. r=dao,dbaron 2009-10-02 08:22:18 +02:00
Dão Gottwald
4be503d54d Testing impact on Ts Shutdown 2009-10-02 07:57:54 +02:00
Dão Gottwald
69f90982c1 Bug 334697 - Implement pie-chart throbber. r=vlad, ui-r=beltzner 2009-10-01 14:31:24 +02:00
Dão Gottwald
73990be06c merge 2009-10-01 12:12:55 +02:00
Dão Gottwald
a1a3afbb88 Backed out bug 334697 to see if it caused a Ts Shutdown regression 2009-10-01 12:11:50 +02:00
Dão Gottwald
d001b590f3 Bug 453063 - Support for fullscreen video playback. r=dolske, ui-r=boriss 2009-10-01 10:49:00 +02:00
Dão Gottwald
391e0ea92f Bug 334697 - Implement pie-chart throbber. r=vlad, ui-r=beltzner 2009-09-30 10:40:50 +02:00
Dão Gottwald
71b2f73aad Bug 519586 - anomaly on the back button texture when clicking the forward button 2009-09-30 09:57:52 +02:00
Dão Gottwald
b14da9eae5 Bug 518533 - back and forward buttons have the wrong orientation in RTL mode on OS X. r=vlad 2009-09-29 21:19:21 +02:00
Markus Stange
ae8787f414 Bug 511785 - Replace toolbarbutton background images in the Places window with some CSS magic (borders, gradient backgrounds, box shadows). r=dao
--HG--
extra : rebase_source : 6e2a128c69aea89302243f60ad889c5e3f6380d3
2009-09-28 10:01:22 +13:00
Phil Ringnalda
e62c83fdc6 Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Marco Bonardo
d8b7d6c1b6 Bug 512353 - Unnecessary chevron in bookmarks toolbar, r=dao 2009-09-11 15:25:18 +02:00
Markus Stange
9076f1973e Bug 514833 - Enforce icon-only fullscreen controls even in text-only mode. r=dao
--HG--
extra : rebase_source : 0b8ee14caf05284986e4e9d95e24cd2a49891f52
2009-09-08 09:55:01 +12:00
Dão Gottwald
6e963b2cec Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint 2009-09-04 12:58:18 +02:00
Markus Stange
0aeb055536 Bug 505699 - Add UI for full screen mode on the Mac. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : b4819e769990532fcb913df8185b6d3911e7efe2
2009-09-04 09:36:32 +12:00
Ryan Flint
3b2c860721 Back out bug 511107 (e75c771c6ab8) due to browser-chrome test failures.
--HG--
extra : rebase_source : 1a85c6929ee9d57873c6866297431022fe8a86c8
2009-09-03 22:12:28 -04:00
Dão Gottwald
d645ae10a6 Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint 2009-09-03 22:19:50 +02:00
Johnathan Nightingale
3d60b7255e Bug 513147 - Remove the "properties" dialog (and associated "metaData" hooks) from web elements. r=vlad sr=jonas 2009-09-01 09:21:35 -04:00
Ehsan Akhgari
9c6f30a65c Bug 509232 - Down arrow button in Clear Recent History dialog has hidden left border in XP Classic theme; r=dao 2009-09-01 13:18:55 +04:30
Markus Stange
51b7aa2149 Bug 508940 - Use child selectors when addressing treechildren. r=dao 2009-08-31 12:27:56 +12:00
Markus Stange
401ca9822f Bug 508940 - Use build time preprocessing in order to share colors and other common CSS declarations in the theme. r=dao 2009-08-31 12:26:43 +12:00
Markus Stange
a2030dada0 Bug 508728 - Restyle the Places window scope bar. r=dao 2009-08-31 12:25:08 +12:00
Dão Gottwald
73850ea3b4 Bug 510442 - remove unneeded CSS and image data for toolbar buttons that are always enabled. r=rflint 2009-08-29 03:26:51 +02:00
Marco Bonardo
36177d6624 Bug 510916 - Cannot see folder names when modifying a bookmark from the star icon, r=dao 2009-08-19 20:51:50 +02:00
Taras Glek
17420ddd67 Bug 468011 - Combine all chrome into browser+toolkit jars. r=bsmedberg 2009-08-14 09:32:40 -07:00
Marco Bonardo
cbbe8c14a9 Bug 382466 - in toolbar.xml, prevent lots of repeated work in updateChevron() by using a timer, r=dao 2009-08-14 10:03:34 +02:00
Stephen Horlander
f18581cf61 Bug 494927 - toolbarbutton image transparency/anti-aliasing should accommodate different background colors. r=dao 2009-08-14 09:42:32 +02:00
Markus Stange
eddcea05b8 Backed out changeset 43fdf17e10a3, bug 494927, because of a 2.5% Mac Txul regression 2009-08-14 16:52:02 +12:00
Stephen Horlander
cbef7929fd Bug 494927 - toolbarbutton image transparency/anti-aliasing should accommodate different background colors. r=dao 2009-08-14 01:12:07 +02:00
Dão Gottwald
f565aca8d2 Bug 509187 - Use mirror transformations for rtl toolbarbutton icons. r=rflint 2009-08-11 10:27:20 +02:00
Felipe Gomes
16b2db3c13 Bug 503889 - Investigate usable sizes and target areas for touch interactions. r=dao 2009-08-10 19:59:10 -07:00
Markus Stange
20fc2cc39e Bug 508739 - Replace many gradient images with CSS gradients. r=dao
--HG--
extra : rebase_source : ceca5dc9c2191901bf7c0fdaa4cbb5d28e7bd96b
2009-08-11 09:25:56 +12:00
Markus Stange
09e2599221 Bug 508724 - Native theming for button[type=menu], CSS part. r=dao
--HG--
extra : rebase_source : 07706d26b90faec7697dd80daaae5abcd8a447e6
2009-08-11 09:24:57 +12:00
Dave Townsend
c858c26c77 Bug 509194: Remove extension manager dependency on classic.jar (build changes). r=dao 2009-08-10 09:51:28 +01:00
Dão Gottwald
e83d976f70 Bug 507369 - optimize some rtl style rules. r=rflint 2009-08-07 10:42:16 +02:00
Dão Gottwald
c0a3613e30 Bug 507983 - Some toolbarbutton icons are misaligned. r=rflint 2009-08-07 10:40:01 +02:00
Taras Glek
e593954d50 Backed out changeset e6d6596ef49a 2009-08-06 17:20:44 -07:00
Taras Glek
fb539a5d1e Bug 468011: Combine all chrome into a single jar file r=bsmedberg 2009-08-06 11:47:58 -07:00
Dão Gottwald
e4649092fe Bug 507974 - Identity popup has poor rtl styling. r=ehsan 2009-08-03 11:31:13 +02:00
Dão Gottwald
a68ab04cb3 Fix typo from bug 478416 2009-08-03 11:30:37 +02:00
Steffen Wilberg
0ff9b98534 Bug 206544: Add 'Full Screen' toolbar button. Based on a patch by Georges-Etienne Legendre. r=dao, ui-r=boriss 2009-07-31 19:58:17 +02:00
Neil Deakin
5303f25260 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Paul O'Shannessy
da374ee3ec Bug 504493 - Toolbar buttons in Places Library look ugly in mouseover on Windows CE, r=vlad 2009-07-27 15:33:00 -07:00
Dão Gottwald
9ebd174022 Bug 506512 - Ctrl+Tab / All Tabs styling update 2009-07-26 09:53:04 +02:00
Markus Stange
c7e7e78bca Bug 488687 - Make the tabbrowser CSS tab text selector a little stricter so that it doesn't apply to normal tabbox tabs. r=dao 2009-07-21 14:37:13 +02:00
Markus Stange
f2547b0821 Bug 486476 - Some findbar polish. ui-r=faaborg, r=dao 2009-07-21 14:36:48 +02:00
Dão Gottwald
a2dd011f85 Bug 303491 - Groupbox caption styling cleanup. r=mstange, ui-r=faaborg 2009-07-21 12:12:01 +02:00
Dão Gottwald
928cf217ee Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn 2009-07-21 06:25:59 +02:00
Dão Gottwald
bb5b147847 whitespace cleanup 2009-07-19 09:39:42 +02:00
Markus Stange
ba0dac95da Bug 504300 - Preferences window styles should live in toolkit, not browser. r=dao
--HG--
rename : browser/themes/pinstripe/browser/preferences/panebutton-active.png => toolkit/themes/pinstripe/global/icons/panebutton-active.png
rename : browser/themes/pinstripe/browser/preferences/panebutton-inactive.png => toolkit/themes/pinstripe/global/icons/panebutton-inactive.png
2009-07-18 15:52:14 +02:00
Dão Gottwald
467d223d97 restore classic all-tabs menupopup code 2009-07-10 20:34:46 +02:00
Dão Gottwald
ca76bb625b port code from 3.5 for the all-tabs button's icon 2009-07-10 13:20:03 +02:00
Dão Gottwald
ac2e8e28a5 Bug 503029 - remove effectively-dead code that sets the host in the status bar's security button. r=gavin 2009-07-10 08:57:50 +02:00
Dão Gottwald
32f67f387a replace obsolete alltabs.png 2009-07-10 08:57:08 +02:00
Dão Gottwald
cefd1ceb7b Bug 500019 - remove workaround for bug 303428. r=gavin 2009-06-25 21:45:29 +02:00
Markus Stange
dcd3a72b43 Bug 498375 - "Load images automatically" is misaligned in the preferences content pane, r=dao 2009-06-15 21:53:49 +02:00
Gavin Sharp
7ccc2d9d90 Bug 491636 - -moz-user-focus:normal for selected tabs should be set consistently and in the content stylesheet. r=enn 2009-06-15 15:43:34 +02:00
Dão Gottwald
e667d8a072 Backed out changeset 7015295489b0 2009-06-11 09:07:48 +02:00
Dão Gottwald
0cf57f997d Bug 482086 - Restyle the location bar on OS X. r=mstange 2009-06-11 02:36:54 +02:00
Dão Gottwald
aac465e011 Bug 488543 - remove Mac-specific tabs-closebutton-box. r=rflint 2009-06-11 01:10:42 +02:00
Dão Gottwald
9d8fa4032b Bug 496711 - Update geolocation icon on OS X 2009-06-11 00:56:43 +02:00
Dão Gottwald
6d27e574a2 Bug 497114 - New '+' icon image of new tab button has lower legibility. ui-r=faaborg 2009-06-11 00:54:14 +02:00
Dão Gottwald
b00a8085f5 Bug 495606 - Update search engine button and location bar drop down glyph on Windows. r=rflint 2009-06-03 18:03:18 +02:00
Dão Gottwald
abcf4cb98d Bug 495181 - OS X: Remove resize mark between location bar and search bar. r=mstange 2009-06-03 18:02:32 +02:00
Dão Gottwald
8cd0dce2ef Bug 462967 - Update full screen window controls on windows theme. r=rflint 2009-06-03 18:01:26 +02:00
Justin Dolske
af0af0a107 Bug 494832 - also update folderDropArrow.png to match back/forward dropdown arrow. ui-r=beltzner, a191=beltzner 2009-06-02 23:15:59 -07:00
Alex Faaborg
5e6ee64e65 Bug 495664 - Update theme preview image for Firelight 2009-05-31 09:53:27 +04:30
Alex Faaborg
517ea61a0a Bug 494832 - Back/forward dropdown needs to look darker when it's enabled and lighter when it's disabled 2009-05-31 00:34:42 +02:00
Dão Gottwald
efe1251628 Bug 494659 / bug 494833 - Refresh new tab and all tabs icons on OS X. r=mstange 2009-05-31 00:28:19 +02:00
Ehsan Akhgari
a42923bc00 Bug 495214 - Refresh tab strip arrows on Windows (followup fix); r=dao 2009-05-30 19:56:41 +04:30
Ehsan Akhgari
843d179d6e Bug 495214 - Refresh tab strip arrows on Windows (icons) 2009-05-30 17:26:46 +04:30
Ehsan Akhgari
23d294ff5a Bug 495214 - Refresh tab strip arrows on Windows; r=dao
--HG--
rename : browser/themes/winstripe/browser/tabbrowser/tab-arrow-start-aero.png => browser/themes/winstripe/browser/tabbrowser/tab-arrow-left-aero.png
rename : browser/themes/winstripe/browser/tabbrowser/tab-arrow-start.png => browser/themes/winstripe/browser/tabbrowser/tab-arrow-left.png
rename : browser/themes/winstripe/browser/tabbrowser/tab-arrow-end-aero.png => browser/themes/winstripe/browser/tabbrowser/tab-arrow-right-aero.png
rename : browser/themes/winstripe/browser/tabbrowser/tab-arrow-end.png => browser/themes/winstripe/browser/tabbrowser/tab-arrow-right.png
2009-05-30 17:21:55 +04:30
Dão Gottwald
fc10ca7573 Bug 494658 - Refresh new tab icon on Windows. r=rflint 2009-05-29 21:22:04 +02:00
Dão Gottwald
254331b604 Bug 495243 - Refresh secure icons on OS X 2009-05-29 01:19:52 +02:00
Dão Gottwald
22603abb75 Bug 495022 - Refresh tab strip arrows on OS X. r=mstange 2009-05-29 01:09:58 +02:00
Markus Stange
f04c9515c0 Bug 494725 - Live title selection doesn't work inside Library. r=dao 2009-05-27 07:41:40 +02:00
ehsan.akhgari@gmail.com
bfd1ca78f7 Bug 494887 - .inline-link cannot be selected with the keyboard (r=dao) 2009-05-26 17:00:14 -07:00
Alex Faaborg
403b2fa2f9 Bug 489574 - Refresh the preferences privacy icon on Mac 2009-05-26 08:57:51 +04:30
Dão Gottwald
856d62d775 Bug 462644 - Remove etch from the Keyhole on OS X. r=mstange 2009-05-25 17:16:37 +02:00
Ehsan Akhgari
9d56a4cf41 Reland bug 492896 to fix the corrupted icon 2009-05-25 00:37:13 +04:30
Alex Faaborg
0e1ffad887 Bug 489574 - Refresh the preferences privacy icon on Mac; r=dao (with some comments - see the bug) 2009-05-24 19:59:49 +04:30
Alex Faaborg
683cf73726 Bug 492896 - [Mac] Private Browsing favicon does not show on Mac; r=dao 2009-05-24 19:59:46 +04:30
Ehsan Akhgari
0afe02b63a Bug 462619 - Use a generic window icon to represent windows in about:sessionrestore; r=dao 2009-05-24 19:59:38 +04:30
Alex Faaborg
115d2bfca0 Bug 494656 - new popup-blocked icon for OS X 2009-05-24 14:43:05 +02:00
Alex Faaborg
b927a8b5e6 Bug 489252 - geolocation icon for OS X 2009-05-24 11:22:51 +02:00
Jakub Steiner
0a09c19a6b Bug 489253 - geolocation icon for Linux 2009-05-24 11:21:38 +02:00
Dão Gottwald
47667942d1 Bug 418003 - Remove obsolete and unused images (in preparation for new icon drop) 2009-05-24 10:44:19 +02:00
Dão Gottwald
71078a757e Follow-up fix for bug 489958, using the same hack for gnomestripe as was used for pinstripe 2009-05-22 10:58:32 +02:00
Drew Willcoxon
58d4e4e702 Bug 489958 - New Clear recent history dialog shows unnecessary scrollbars with details expanded, r=johnath 2009-05-20 10:06:08 -07:00
Dão Gottwald
d95335d8cf remove obsolete images 2009-05-18 13:04:58 +02:00
Dão Gottwald
d24ef01513 remove obsolete images 2009-05-18 12:43:31 +02:00
Ehsan Akhgari
579efe720f Bug 480898 - Both sanitize.xul use pseudo columns in em which mess with bounding elements; r=johnath,adw 2009-05-16 09:18:44 +04:30
Drew Willcoxon
346051162d Bug 489700 - Focus ring is cut off for XUL dropdown in Clear Recent History dialog. r=johnath 2009-05-15 09:24:33 +02:00
Dão Gottwald
19942b5c22 Bug 426930 - "Close" icon in the File and tab context menus looks pixellated on Linux. r=ventnor 2009-05-05 16:58:09 +02:00
Dão Gottwald
e6e6cd8a19 Bug 491249 - browser-aero.css sets padding for #identity-popup-container redundantly. r=ehsan 2009-05-05 10:15:14 +02:00
Dão Gottwald
72fd654ed7 Bug 491403 - duplicate icon for Bookmarks Toolbar Items while customizing. r=rflint 2009-05-05 10:14:37 +02:00
Dão Gottwald
b2399d1e27 Bug 462977 - Improve the site button and search button appearance on Windows. ui-r=faaborg, r=rflint 2009-05-04 10:03:03 +02:00
Ehsan Akhgari
0ef77668bd Bug 486844 - Left/Bottom padding of identity contextual dialog is a bit too wide; r=dao 2009-05-03 21:43:46 +04:30
Dão Gottwald
3a174512ac Bug 490401 - "Bookmarks Toolbar Items" actually displays bookmarks in customization palette. r=gavin 2009-04-30 18:42:42 +02:00
Dão Gottwald
30e97f47a1 Bug 486395 - Unable to copy url from location bar in popup. r=gavin 2009-04-25 10:09:08 +02:00
Dão Gottwald
d58008b5eb Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn 2009-04-24 13:20:03 +02:00
Markus Stange
234627d86b Bug 477827 - Use inset box shadows instead of border images for the toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console. r=dao, r=Enn, r=dtownsend 2009-04-24 12:01:21 +02:00
Dão Gottwald
448c7ca718 Backed out changeset 69f84bd26700 (bug 487250) to fix browser_privatebrowsing_searchbar.js failure 2009-04-23 11:47:12 +02:00
Dão Gottwald
1896e31769 Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn 2009-04-23 08:57:38 +02:00
Dão Gottwald
ac092e60d9 Bug 488255 - Bookmark name in editBookmarkPanel is invisible when name picker hasn't focus. r=mstange 2009-04-20 22:59:53 +02:00
Dão Gottwald
31faf88a30 sort themes' jar.mn alphabetically again 2009-04-19 12:26:19 +02:00
Mike Beltzner
a84d257a30 Bug 488435 - Land private browsing icons (version 2); r=dao a1.9.1=blocking-firefox3.5+ 2009-04-16 12:06:37 +03:30
Doug Turner
b604ce1603 Bug 488218 - Updating geolocation notification prompt. r=gavin, ui=beltzner 2009-04-15 14:49:11 -07:00
Drew Willcoxon
410dd5c0a6 Bug 480169 - Clear recent history refresh (sprint)
Item list hidden behind expander/progressive disclosure button, added a warning when clearing all history, added a tree view for selecting a fine-grained timespan.  We decided to remove the tree view at the last minute; code is still there but #ifdef'ed out.
r=mconnor
2009-04-15 10:59:07 -07:00
Ehsan Akhgari
28f1915c0a Bug 462041 - Refresh the Privacy preference pane; r=mconnor 2009-04-16 00:18:22 +03:30
Ehsan Akhgari
860d3a6880 Backout bug 462041 due to test failures on Mac 2009-04-14 16:16:42 +03:30
Ehsan Akhgari
4d72c92735 Bug 462041 - Refresh the Privacy preference pane; r=mconnor 2009-04-14 14:06:51 +03:30
Dão Gottwald
e6dcf3b22b Bug 485835 - tabs close button also needs a bottom margin (browser.tabs.closeButtons=3). r=ventnor 2009-04-08 15:41:21 +02:00
Markus Stange
d9827640b7 Bug 481382 - URL bar and searchbar don't honor graphite system appearance setting. r=gavin, ui-r=faaborg 2009-04-07 13:36:28 +02:00
Ehsan Akhgari
6029c54b90 Bug 481860 - Get rid of RTL search icons by using mirror transformations; r=mano 2009-04-03 14:00:02 +03:30
Ehsan Akhgari
13ac151334 Bug 485322 - Move the "Learn More" link in about:privatebrowsing to its own line; r=gavin ui-r=faaborg 2009-03-28 11:20:36 +03:30
Robert Strong
71992c7469 Bug 484374 - groupbox.collapsable needs the adjustment of margin/padding. r=dao 2009-03-26 16:08:00 -07:00
Dão Gottwald
cf89ed43cd Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77 2009-03-25 23:18:23 +01:00
Dão Gottwald
9c3d33a600 Bug 420576 - Invisible star while browsing a non-bookmarked non-encrypted page with High Contrast Inverse theme. ui-r=faaborg 2009-03-25 10:53:37 +01:00
Dão Gottwald
435d243c6c Bug 478624 - Save button used to save a search in Library should not be smaller than normal buttons. r=mak77 2009-03-23 12:06:31 +01:00
Dão Gottwald
5771ffc15e Bug 484532 - use id selector for menuitems in gnomestripe. r=ventnor 2009-03-22 09:50:51 +01:00
Ehsan Akhgari
0b219552bd Bug 471753 - Show a link to the private browsing help page on mozilla.com in about:privatebrowsing; r=mconnor ui-r=mconnor,faaborg 2009-03-21 12:08:06 +03:30
Mike Beltzner
4e667e2089 Bug 476477: improve wording of the about:sessionrestore page, r=gavin, ui-r=faaborg,madhava, a=mconnor 2009-03-20 00:33:49 -04:00
Robert Strong
52a0df4aa4 Bug 483327 - Options window is too tall after the landing of bug 390734. r=dao 2009-03-19 20:16:25 -07:00
Dão Gottwald
a4fbde811e Bug 483881 - application.png is distorted on Linux. r=gavin 2009-03-18 20:22:31 +01:00
Dão Gottwald
78474e8c48 Bug 483983 - all-tabs button also needs a bottom margin. r=gavin 2009-03-18 20:21:34 +01:00
Vlado Valastiak
07fb08ae31 Bug 415543 - use native application icon. r=gavin 2009-03-18 09:45:53 +01:00
Dão Gottwald
ff5f3abf74 Bug 482965 - tabbrowser-tabs shouldn't have horizontal margin. ui-r=faaborg, r=gavin 2009-03-15 20:24:04 +01:00
Vlado Valastiak
102f3f2d89 Bug 415543 - "Choose Application…" menu item should have an icon. r=gavin 2009-03-14 09:50:50 +01:00
Markus Stange
c10fc652b0 Bug 481864 - New tab button doesn't lighten when Firefox loses focus, r=dao 2009-03-10 21:57:39 +01:00
Dão Gottwald
b261fb034b linux bustage fix 2009-03-09 16:45:10 +01:00
Dão Gottwald
425d9d0011 Bug 455524 - location bar is higher than the search bar, star and rss icons aren't vertically centered. r=gavin 2009-03-09 16:10:29 +01:00
Dão Gottwald
f9d945c9ba Bug 481847 - tabbrowser-tab focus ring is ugly. r=mstange 2009-03-06 14:33:04 +01:00
Dão Gottwald
dd1fe82069 Bug 417079 - pressed state for location bar identity box and search bar engine button. r=ventnor 2009-03-06 12:14:45 +01:00
Markus Stange
b3d176aaa2 Bug 414732 - Minor visual issues with addressbar and site identity button and search button, ui-r=faaborg r=dao 2009-03-05 16:05:52 +01:00
Dão Gottwald
25ce157ffc Bug 480180 - Widen the new tab button on OS X. r=gavin 2009-03-05 13:40:08 +01:00
Dão Gottwald
e26456ba12 Bug 480953 - Identity button should appear pressed when opening the identity popup. r=gavin 2009-03-02 21:01:03 +01:00
Atsushi Sakai
94355380cf Bug 479904 - Restore transparency of the bookmarks panel, r=dao 2009-03-02 15:54:39 +01:00
Dão Gottwald
593a129679 Bug 480143 - New Tab button made the tab bar 2px higher. r=gavin 2009-02-25 19:55:48 +01:00
Dão Gottwald
5685aabe2c Bug 480039 - Drop down arrow on the search button is two pixels too high. r=gavin 2009-02-25 03:41:54 +01:00
Dão Gottwald
759614de52 Bug 479677 - use inset box-shadow for the search autodiscovery indicator. r=ventnor 2009-02-24 09:31:28 +01:00
Dão Gottwald
8dd5e97c37 Bug 479621 - chevron button in bookmarks toolbar is misaligned. r=gavin 2009-02-22 09:43:59 +01:00
Ehsan Akhgari
84db9ae292 Bug 432529 - Left/Bottom padding of identity contextual dialog is a bit too wide; r=gavin 2009-02-22 11:13:23 +03:30
Markus Stange
50115a956d Bug 477732 - Toolbar buttons (in Error Console, Add-ons Manager, Page Info Dialog) are not laying out correctly on Mac, border image endcaps are squashed; css fix. r=dao 2009-02-21 17:35:56 +01:00
Michael Ventnor
4d352f3f98 Bug 473882 - Fix pane selectors and page info to look good on dark themes. r=rflint 2009-02-18 20:05:02 +01:00
Michael Ventnor
56fca240bf Bug 478625 - Visual fixes for new-tab button on linux. r=dao 2009-02-18 20:04:31 +01:00
Dأ£o Gottwald
97984cd55a Bug 477693 - [RTL] Drop downs for folders on bookmarks toolbar are distorted for RTL locales (followup fix); r=mstange a1.9.1=blocking-firefox3.1+ 2009-02-16 10:54:18 +03:30
Ehsan Akhgari
e2df0cf442 Bug 477701 - [RTL] Save button of Library search is cut-off; r=dao 2009-02-15 10:51:28 +03:30
Dão Gottwald
e089befc64 Bug 475148 - remove superfluous styling from gnomestripe's browser.css. r=gavin 2009-01-30 11:25:17 +01:00
Dão Gottwald
28ddcef5de revert wrongly modified selector (New Tab button doesn't have a label, thus the text color is irrelevant) 2009-01-25 10:46:39 +01:00
Dão Gottwald
497955d0ea Bug 475082 - New Tab button should look like a background tab on OS X. r=gavin 2009-01-25 10:40:58 +01:00
David Dahl
42f8da9b49 Bug 403151 - In the bookmarks organizer preview pane change "more" from a button to a progressive disclosure control, r=mak77 ui-r=faaborg 2009-01-23 12:52:14 +01:00
Natch
4c92e0dea7 Bug 456984 - "New Tab" Customizable Button Needs to Be Added Back. r=dao, r=gavin 2009-01-23 02:13:13 -06:00
Natch
244b665faf Bug 457651 - New Tab button should be right of last tab. r=dao, r=gavin, ui=faaborg 2009-01-23 02:13:11 -06:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Marco Bonardo
59c2bd595c Bug 473536 - Tags textbox on editBookmarkPanel is too narrow for a large font, r=dao 2009-01-17 15:45:37 +01:00
Ehsan Akhgari
330cfddac1 Bug 436175 - chevron in bookmarks toolbar is reversed in RTL locales; r=dao 2009-01-15 11:24:16 +03:30
Marco Bonardo
7ac0dea59c Bug 425999 - Set background color of sidebars on Vista to match media collection apps, r=dao 2009-01-13 12:48:35 +01:00
Marco Bonardo
341c01d4dd Bug 413053 - Bookmark Dialogs: Align treeview and listview, r=dao r=dietrich ui-r=faaborg 2009-01-13 11:48:26 +01:00
Markus Stange
ecb82a7b46 Bug 471865 - Bookmark properties dialog is mispositioned, r=Enn 2009-01-07 22:20:09 +01:00
Markus Stange
79fb704974 Bug 449442 - Use -moz-appearance: statusbar in the Mac theme, r=dao 2009-01-06 16:47:14 +01:00
Ehsan Akhgari
c477a4b9ff Bug 463400 - Make about:privatebrowsing useful outside the private browsing mode; r=gavin ui-r=beltzner 2009-01-02 10:07:04 +03:30
Ehsan Akhgari
56697ffb92 Bug 471627 - Update text of about:private browsing before string freeze; r=gavin ui-r=beltzner 2009-01-02 03:29:48 +03:30
Dão Gottwald
a2d19b275b Bug 460228 - Remove unused tabbrowser images 2008-12-30 10:52:13 +01:00
Justin Dolske
42a5f0984b Bug 455057 - some chrome images have embedded profiles. uir=faaborg 2008-12-21 15:29:22 -08:00
Justin Dolske
5c689a4061 Bug 455057 - some chrome images have embedded profiles. r=dbaron, ui-r=faaborg 2008-12-20 21:46:38 -08:00
Dão Gottwald
983691ce30 Bug 470048 - feed and "popup blocked" button cleanup. r=gavin 2008-12-18 12:25:29 +01:00
Dão Gottwald
b2706afe05 Bug 468191 - Padding on the Web feed icon and Star icon in location bar. r=gavin 2008-12-17 08:30:37 +01:00
Shawn Wilsher
eccb2c5ce9 Bug 432938 - Use GTK stock icon for netError favicon instead of Windows icon
r=gavin
2008-12-11 14:46:55 -05:00
Markus Stange
0337d4b64b Bug 460899 - Use -moz-appearance: toolbar in the CSS for toolbars. r=dao 2008-12-11 15:48:23 +01:00
Shawn Wilsher
4bcf8fc781 Backed out changeset 3744204c1576 (bug 432938) due to orange 2008-12-08 18:52:47 -05:00
Shawn Wilsher
b8b3d6e66b Bug 432938 - Use GTK stock icon for netError favicon instead of Windows icon
r=gavin
2008-12-08 17:14:14 -05:00
Markus Stange
561bf9578d Bug 461366 - Don't use -moz-appearance for browser window background, it's not shown anyway, r=gavin 2008-12-08 15:59:41 +01:00
Markus Stange
6ba1cc8b6f Bug 450800 - Style new search widgets on Mac OS X, CSS changes. r=dao 2008-12-06 12:41:29 +01:00
stefanh@inbox.com
f71dc55462 Bug 467294 - Images in bottom tabs are stretched. r=dao. 2008-12-05 16:14:50 +01:00
Marco Bonardo
c4fc99d3f6 Bug 433179 - Tag container icon wrong when tag folder is empty, r=mano 2008-12-04 16:17:48 +01:00
Markus Stange
bdb76147ba Bug 456039 - Polish preferences toolbar on OS X, correcting patch
--HG--
rename : browser/themes/pinstripe/browser/preferences/prefbutton-active.png => browser/themes/pinstripe/browser/preferences/panebutton-active.png
rename : browser/themes/pinstripe/browser/preferences/prefbutton-inactive.png => browser/themes/pinstripe/browser/preferences/panebutton-inactive.png
2008-12-04 14:45:41 +01:00
Markus Stange
5a0af206f8 Bug 456214 - Polish toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console, r=dao 2008-12-04 14:36:24 +01:00
Markus Stange
546e3221d4 Bug 456039 - Polish preferences toolbar on OS X, r=dao 2008-12-04 14:34:47 +01:00
Neil Rashbrook
0fab8ae13d Bug 459372 Move filefield style rules to toolkit r=Mano
--HG--
rename : browser/themes/gnomestripe/browser/preferences/preferences.css => toolkit/themes/gnomestripe/global/filefield.css
rename : browser/themes/pinstripe/browser/preferences/preferences.css => toolkit/themes/pinstripe/global/filefield.css
rename : browser/themes/winstripe/browser/preferences/preferences.css => toolkit/themes/winstripe/global/filefield.css
2008-12-03 14:11:37 +00:00
Dão Gottwald
9d436310a3 merge 2008-12-02 10:21:53 +01:00
Dão Gottwald
00e2b4584c Re-enable ctrl-tab previews on trunk in preparation for bug 465076.
(Backed out changeset 028bbc611036)
2008-12-02 10:21:13 +01:00
Markus Stange
31de349b08 Bug 462650 - HUD panels: add half diamond arrow on the top of the panel. ui-r=faaborg, r+a191=beltzner 2008-11-27 23:31:08 +01:00
Markus Stange
724c0af15f Bug 231313 - CSS changes for new-style tabs. r=dao, a191=beltzner 2008-11-27 23:17:17 +01:00
Dão Gottwald
b68ea5d6b0 Bug 463261 - endcap of the buttons & shadows of buttons on the bookmark toolbar are not properly aligned. r=gavin 2008-11-26 22:01:50 +01:00
Mike Connor
9479de0872 Bug 465843. Remove ctrl-tab preview switching and revert all tabs button to menu, for now. r=dao, a=beltzner 2008-11-20 11:53:01 -05:00
Dão Gottwald
efaf83eddd Bug 433055 - Text fields in bookmark properties should have the same height. r=dietrich, a=beltzner 2008-11-19 02:34:03 +01:00
Vlado Valastiak
da24fdb978 Bug 454979: Text in Library's Search box isn't vertically centered. r=dao, a1.9.1b2=beltzner 2008-11-13 15:37:36 +00:00
Ehsan Akhgari
cce84ce147 Bug 464329 - Land private browsing icons; r=beltzner a=blocking-firefox3.1+ 2008-11-12 23:42:40 +03:30
Marco Bonardo
e2bbb02ae5 Bug 462663 - Height of tags edit field shrunken since landing of tags autocomplete feature, r=dao,gavin a=beltzner 2008-11-12 15:03:36 +01:00
Johnathan Nightingale
ef7a8c28ed Styling fix for about:certerror twisties on windows. b=463793 r=gavin a=beltzner 2008-11-12 09:00:15 -05:00
Johnathan Nightingale
badaa55ba5 Add section expand/collapse icons to Vista jar. b=463793 r=gavin a=vlad 2008-11-09 21:12:49 -05:00
Dave Townsend
68663a73e2 Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the Vista Ts regression 2008-11-07 15:21:35 +00:00
Dave Townsend
2545ad97e1 Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the
Vista Ts regression
2008-11-07 15:21:23 +00:00
Justin Dolske
23299930f7 Bug 455057 - some chrome images have embedded profiles (sRGB chunk removal). ui-r=faaborg, r=dbaron 2008-11-05 19:19:44 -08:00
Johnathan Nightingale
25f0edcfdb Extend "Clear Private Data" with time period option. b=453440, r=mconnor ui-r=beltzner a=blocking-firefox3.1 2008-11-05 19:57:00 -08:00
Dão Gottwald
bdad1fbd0a Bug 436304 - Implement All Tabs panel with previews and search. r=connor 2008-11-05 08:38:13 +01:00
Dave Townsend
925c91721d Backed out changeset 9b96bcff860b from bug 436304 - Implement All Tabs panel
with previews and search.
2008-11-04 14:21:19 +00:00
Dão Gottwald
36c65d30d9 Bug 436304 - Implement All Tabs panel with previews and search. r=connor 2008-11-04 13:51:51 +01:00
Dão Gottwald
53052721df Bug 456088 - Ctrl+Tab revision. r=connor 2008-11-04 09:19:55 +01:00
Ehsan Akhgari
1bd7a4be4f Bug 411929 - Private Browsing UI; r=mconnor,bzbarsky sr=bzbarsky 2008-11-04 02:52:23 +03:30
Dietrich Ayala
15440bfcb0 Bug 415960 - bookmark tags edit control should provide autocomplete (r=mano, core by asouzis@users.sf.net) 2008-10-31 09:16:22 -07:00
Marco Bonardo
32ef41c82a Bug 411261 - Bookmark properties dialog needs tagging UI, r=dietrich, ui-r:changes required by Faaborg in bug 459958 2008-10-30 18:21:47 +01:00
Johnathan Nightingale
d010d61ed4 Redesign certificate error page for Firefox as about:certerror. b=431826, r=gavin, ui-r=beltzner 2008-10-29 11:54:51 -04:00
Markus Stange
055f5b9bfb Bug 459751 - about:sessionrestore switches button placement, r=zeniko 2008-10-29 15:22:10 +01:00
Markus Stange
5ca77b0379 Bug 459546 - Make about:sessionrestore look good on all platforms, Mac part. Also fixes bug 459740. r=zeniko 2008-10-29 15:20:18 +01:00
Dão Gottwald
ff6e132823 Bug 400398 - Remove the throbber from the menu bar / nav toolbar default set. ui-r=faaborg, r=mano 2008-10-25 15:15:53 +02:00
Justin Dolske
0b0b563969 Bug 449522 - Context menu for HTML5 <video> elements. r=gavin, ui-r=boriss 2008-10-22 23:36:52 -07:00
Dão Gottwald
3e33cd72e9 Bug 396816 - Location bar should be self-describing: "Search Bookmarks and History". ui-r=beltzner, r=dietrich 2008-10-22 21:25:24 +02:00
Justin Dolske
f797fdd19e Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor. 2008-10-16 15:20:21 -07:00
Myk Melez
51ae5b5137 Bug 420209 - Mac theme includes images no longer in use; r=mconnor 2008-10-15 22:58:30 -07:00
Stephen Horlander
dba3fcdd8c Bug 432436 - Selected browser sidebar items have padding, r+ui-r=mconnor 2008-10-15 10:55:39 +02:00
Markus Stange
6c0e7425e5 Bug 450944 - Turn off shadow for the Ctrl+Tab panel, r=gavin 2008-10-14 21:26:00 +02:00
Dão Gottwald
927248631e Bug 459574 - Remove browser/themes/[pw]instripe/browser/browser.xml. r=rflint 2008-10-12 22:19:26 +02:00
Simon Bünzli
f071cf9acf Bug 459546 - Remove alternating row color from about:sessionrestore on Windows. r=dao 2008-10-12 17:43:56 +02:00
Michael Ventnor
9a1c4e04cb Bug 459546 - Fix about:sessionrestore gnomestripe issues. r=zeniko 2008-10-12 15:37:12 +02:00
Dão Gottwald
0f1ae10b49 Bug 459457 - global.css cleanup: kill formatting.css, remove obsolete stuff, rtl fixes and more. r=neil 2008-10-12 15:25:51 +02:00
Simon Bünzli
2243cc4a79 Bug 448976 - turn the Session Restore prompt into an error page, r=dietrich 2008-10-11 22:17:31 +03:30
Dão Gottwald
82fdd3d60c Bug 458111 - Remove Mac-specific tabbrowser-tab binding. r=rflint 2008-10-11 15:55:39 +02:00
Dão Gottwald
895147201d Bug 457773 - Re-size control between location bar and search bar is misaligned on OS X. r=gavin 2008-10-08 16:41:42 +02:00
Dão Gottwald
386ee8df12 Bug 438302 - Remove Pinstripe text-shadow hacks. r=rflint 2008-10-08 16:40:36 +02:00
Rob Arnold
829992d5da Add Aero Glass to Ctrl-Tab - Bug 451300 r=mconnor 2008-10-01 02:05:44 -04:00
Dietrich Ayala
69493474ca Bug 457491 - Bookmarks toolbar: left side of buttons' rounded edge is offset by 1 pixel with search box present (for parasytic@gmail.com, r=gavin) 2008-09-29 23:36:09 -07:00
Dão Gottwald
913d13301b Bug 457028 - new tab button and tabstrip close button are squeezed on Linux. r=gavin 2008-09-25 19:52:05 +02:00
Dão Gottwald
ff1a7fa298 Bug 455756 - Add a "new tab" button to the tab bar. r=gavin 2008-09-25 09:39:41 +02:00
Gavin Sharp
97caa62981 Merge backout with previous tip 2008-09-23 11:47:43 -04:00
Dão Gottwald
23380c0d15 Bug 448939 - XULBrowserWindow cleanup. r=mano 2008-09-07 21:18:57 +02:00
Markus Stange
e60ac4ece4 Bug 441827 - "tabstrip background too dark when window in background" [r+ui-r=mconnor] 2008-09-22 11:03:23 +02:00
Florian Queze
7f017a60ab Bug 436681 - CSS rule not usable by extensions in General tab of Page Info (gnomestripe only). r=mano 2008-09-21 19:52:12 +02:00
Marco Bonardo
5edd5fff2c Bug 418671 - Clean up places views drag and drop code, r=mano 2008-09-19 17:47:45 +02:00
Markus Stange
b1553e0a7b Bug 449832 - Color mismatch between unified toolbar and selected tab after bug 439354, r=mconnor 2008-09-17 13:50:35 +02:00
Markus Stange
dd4591256c Partial backout of changeset 1a50eaa93b36 in an attempt to fix the Mac twinopen perf regression, b=439354 2008-09-16 15:01:40 +02:00
Markus Stange
f300402b06 Bug 439354 - OS X toolbar background doesn't have a good gradient, part 3 / 3, r=mconnor 2008-09-16 13:13:55 +02:00
Johnathan Nightingale
cb4adc0396 Update bookmark star icon states on mac. b=431444 p=stephen@noved.org ui-r=beltzner 2008-09-15 09:53:52 -04:00
Alex Faaborg
23f37ef4bc Bug 434241 - Tabstrip left scrolling arrow icon is missing the hover state 2008-09-02 08:42:04 +02:00
Klaas Heidstra
4be6cb573a Bug 263942 - Reload button should have middle click support. r=gavin, ui-r=beltzner 2008-08-31 23:00:59 +02:00
Dão Gottwald
dd20e30794 Backed out changeset 7f3879f42151 2008-08-20 10:18:18 +02:00
Rob Arnold
97e522e2b7 Bug 451300 - "Add Aero Glass to Ctrl-Tab" [r+ui-r=mconnor r=vlad] 2008-08-20 00:41:37 -05:00
Dão Gottwald
b57001511e Bug 445473 – Ctrl+Tab panel layout update. ui-r=beltzner, r=gavin 2008-08-19 09:24:28 +02:00
Stuart Parmenter
c126af8547 bug 448989. Merging the mozilla-qt repository. r=me,vlad 2008-08-16 23:18:27 -07:00
Dão Gottwald
ff192b9048 Bug 449375 – Use the new search textbox binding in the Places organizer. r=dietrich 2008-08-16 10:45:12 +02:00
Oleg Romashin
bc6cd35488 Merging mozilla-central to mozilla-qt. 2008-08-03 20:30:10 +03:00
Dão Gottwald
7c0867e39b Bug 437358 – Use native platform colors for URLs in the location bar autocomplete. r=gavin 2008-08-02 21:37:17 +02:00
Dão Gottwald
8e11ba903f Bug 445759 – Add a texture to the background of the Ctrl+Tab panel. r=gavin 2008-07-20 18:11:11 +02:00
Edward Lee
2fb181ae19 Bug 392143 - show keywords as url bar autocomplete choices. r=dietrich, r=gavin 2008-07-17 04:48:40 -07:00
Dão Gottwald
ca21eada31 Bug 395980 - Implement MRU order Ctrl+Tab panel with previews. r=mconnor 2008-07-15 18:11:00 +02:00
neil@parkwaycc.co.uk
43f5144869 Bug 443410 – filefield author doesn't know how to write efficient CSS. r=gavin 2008-07-12 11:21:50 +02:00
Klaas Heidstra
74c7d8393b Bug 403154 – Search field in the bookmarks organizer should have a search button inside the field. r=dao, ui-r=faaborg 2008-07-12 10:51:47 +02:00
Ehsan Akhgari
f0f6546ae1 Bug 431002 – Search fields should use search-close instead of the close button for tabs. r=dao 2008-07-12 00:54:52 +02:00
Ehsan Akhgari
84ec0288fd Bug 430902 – Use new expand and collapse progressive disclosure controls. r=dao, ui-r=faaborg 2008-07-11 23:42:39 +02:00
Ehsan Akhgari
04bfc480d6 Bug 432529 – Left/Bottom padding of identity contextual dialog is a bit too wide, r=dao 2008-07-11 22:40:35 +02:00
Kai Liu
215ca784c5 Bug 439232: Search engine manager does not handle large icons correctly, r=gavin 2008-06-15 21:31:12 -04:00
Kai Liu
7954b49485 Bug 433114: Polish/Fix up the appearance of the library toolbar for Windows, r=dao, ui-r=faaborg 2008-06-15 21:29:25 -04:00
Jesse Ruderman
80e40796af Use consistent CSS for tab label text and its shadow, so userChrome.css modifications are less likely to cause mismatched fonts or font sizes (bug 434348). r=kmgerich, sr=mconnor 2008-06-10 17:25:12 -07:00
axel@pike.org
1de9e1d699 bug 427729, we should not mirror the location bar GO button for RTL, r=gavin, a=beltzner 2008-05-28 12:47:10 -07:00