Commit Graph

214 Commits

Author SHA1 Message Date
Gijs Kruitbosch
fa0974c68e Bug 1210703 - fix toolkit theme overlap, r=dao
--HG--
extra : commitid : 5R9wy1enkoL
extra : rebase_source : 1feee16e611c1ce68f86e7806c5dc21cf89dbecd
2015-11-09 15:22:24 +00:00
Jared Wein
73aa35e82b Bug 1216161 - XUL notifications on Linux can't be closed. r=MattN 2015-10-22 15:50:47 -04:00
Philip Chee
97a0467027 Bug 1190465 - Move default theme overrides into separate chrome.manifest for non-firefox toolkit consumers too r=Gijs.
--HG--
extra : transplant_source : %13%E6%D8A%DC%0AR%0D%26V%F4%B1%81%FE%99%29%D1-7%DC
2015-10-25 00:57:57 +08:00
Gijs Kruitbosch
453e979146 Bug 1215333 - fix notification borders on OSX, use linear gradient instead of PNGs, r=dao
--HG--
extra : commitid : u68iNIgPUL
extra : rebase_source : d640e88a0a939786adbc91b70465aaa21be3841a
2015-10-19 13:30:10 +01:00
Mike Hommey
223417d648 Bug 1212773 - Extend jar maker syntax for jar file location. r=gps
Indicating a jar currently looks like the following in a jar manifest:
  path/to/name.jar:

The `path/to` doesn't contain the implicit "chrome/" directory. This, in
turn, doesn't allow much flexibility to use the jar maker for what is not
necessarily under chrome/.

To use the jar maker to fill some chrome manifest for the default theme
extension, we currently use a hackish path to get to the right location,
and rely on the chrome.manifest file in the parent directory never to be
picked by the package manifest, which is a quite horrible way to do this,
but worked well enough for that specific use case.

With the need to handle system addons at the build system level, it
becomes necessary to come up with something less hackish.

What this change introduces is an additional syntax for the jar manifest,
in the following form:
  [base/path] sub/path/to/name.jar:

Using this syntax, there is no implicit 'chrome' path. The `base/path` is
relative to the current DIST_SUBDIR, and the `sub/path` is relative to that
`base/path`. The distinction can be useful for build system backends.

The assumption that the "root" chrome.manifest is in the parent directory
of the implicit "chrome" directory dies, and the `base/path` is where the
root chrome.manifest is placed.
2015-10-20 07:36:51 +09:00
Jared Wein
0124735fc7 Bug 1201397 - New layout of XUL Notifications. r=MattN 2015-10-15 22:58:56 -04:00
Gijs Kruitbosch
9453c32647 Bug 1162635 - flatten notification styles on Windows and Linux, r=dao
--HG--
extra : commitid : 8dPIxhXV8wl
extra : rebase_source : 53203f85e91fc99f9716f054bb4410803e59f33b
extra : histedit_source : f037b5dbb6cb94bf9ca8e2aa3a9177aa15463f97
2015-10-14 16:52:46 +01:00
Blake Winton
208c875629 Bug 1207225 - Set the maximum width of a toolbarbutton-badge. ui-r=maritz r=gijs f=zer0
--HG--
extra : rebase_source : f0ceb3f78688302a51ac33d934e61f0194bf904f
2015-09-28 10:59:44 -04:00
Xidorn Quan
965a30f6ea Bug 1196247 - Hide findbar without animation when entering DOM fullscreen. r=mikedeboer
--HG--
extra : source : 9dc1d62b85172813dc0ef9d055cdcc487dc84329
2015-10-07 16:53:43 +11:00
Manav Batra
e7c8da2599 Bug 1202618 - Remove legacy transparent borders from toolbarbuttons on OS X. r=dao
--HG--
extra : rebase_source : eca3c7389d38d57e1d7386702c6780ad40c060a6
2015-10-02 18:38:22 +02:00
Matthew Noorenberghe
13a4f5584f Bug 1208685 - Dedupe alert.css and cleanup alert.js heading. r=bgrins
--HG--
rename : toolkit/themes/linux/global/alerts/alert.css => toolkit/themes/shared/alert-common.css
extra : commitid : BFCPtEgeF91
extra : rebase_source : f49e1a8db0c8d67a75ed8e808fd27f46fe5f2778
2015-09-25 17:36:08 -07:00
Drew Willcoxon
4ef14ed559 Bug 1198415 - Specify a foreground color for toolkit autocomplete panels. r=dao 2015-09-22 09:55:22 -07:00
Gijs Kruitbosch
4bcd5088b0 Bug 1205100 - fix button height hardcoding in cases of multiple lines of text, r=dao
--HG--
extra : commitid : 8eyG7pELn0w
extra : rebase_source : 73306328af5b3f8d242b838d502d7d34babd2d19
2015-09-16 12:59:20 +01:00
Dão Gottwald
f03145a313 Bug 1204845 - Remove the menuitem-iconic-both binding. r=enndeakin 2015-09-17 10:13:27 +02:00
Justin Dolske
4cbe7f3464 Bug 1204182 - Use a single jar manifest for shared theme resources. r=dao 2015-09-16 09:33:47 +02:00
Matteo Ferretti
0363f8a7c0 Bug 1188001 - Badges on toolbar seems misplaced depends by the OS. r=gijs 2015-08-21 08:48:00 +02:00
Dave Townsend
abf37d8511 Backing out bug 1188001 due to unintentional regressions (bug 1198424).
--HG--
extra : commitid : J3A2SxJ8tPW
extra : rebase_source : d419dfd204b29d2e1d13f2b72b2111e8688a2505
2015-08-28 14:13:41 -07:00
stefanh@inbox.com
71d2395f86 Bug 1198520 - Remove unused images in toolkit/themes/osx/global/toolbar/. r=Dao. 2015-08-26 14:45:41 +02:00
Matteo Ferretti
c50ada0c6c Bug 1188001 - Badges on toolbar seems misplaced depends by the OS. r=gijs, ui-r=shorlander
--HG--
extra : rebase_source : 53fabc5b98bc2b42d2b6b8f404db21566258336d
2015-08-21 08:48:00 -04:00
Dão Gottwald
0855eaa435 Bug 1192598 - Cut back on .menu-iconic-right / [endimage] selectors. r=enn 2015-08-10 17:41:17 +02:00
Ehsan Akhgari
9c982244a4 Bug 1189759 - Part 1: Implement <xul:menuitem endimage> as a way to display an image at the end of a menu item; r=jaws 2015-08-06 13:38:04 -04:00
Neil Rashbrook
b8b129d285 Bug 1029937 Use superior XUL implementation for badged buttons to avoid reflows r=Gijs 2015-07-15 21:13:24 +01:00
Bernardo P. Rittmeyer
d85ad75b3a Bug 1153217 - Allow editing the password in the capture doorhanger. r=MattN
The main action button is disabled if the password is empty since empty passwords aren't allowed.

--HG--
extra : commitid : LjKNIhKqPAC
extra : rebase_source : cba0d856a95b94ceafb349bd03df2714e4e421a1
2015-06-13 12:35:05 -07:00
Neil Deakin
2b1b66e0ce Bug 1172282, fix bad css syntax, r=gijs 2015-06-12 12:39:17 -04:00
Paolo Amadini
7799bd600f Bug 1164028 - Show login details and allow manual fill from a sliding subview in the login fill doorhanger. r=Gijs
--HG--
extra : rebase_source : a3d5245067823ada32d20583ac55e32a60eb87fe
2015-06-08 16:37:25 +02:00
Wes Kocher
079a117eae Merge m-c to fx-team, a=merge 2015-06-05 16:05:33 -07:00
Gijs Kruitbosch
015c8609b5 Bug 1150417 - use theme manifest for overrides, r=glandium,dao
--HG--
extra : commitid : 7Ip6kOB2BdY
extra : histedit_source : ada1cc46a63d0b7b2b26cd55f6085bd65be5d70d
2015-06-05 12:48:34 +01:00
Neil Deakin
5672f0a821 Bug 1047713, e10s optgroup support, r=neil,felipe 2015-06-05 08:33:28 -04:00
Gijs Kruitbosch
b706b3cd3f Bug 1169606 - fix OSX margin for label/description and fix test rounding so it doesn't go orange, r=dao
--HG--
extra : rebase_source : ee46d27fce8791f203f9fadcc8024c44a7285727
extra : amend_source : e3207dddd28abf6147e43f0d899371ea0c10060b
2015-05-29 18:27:57 +01:00
Gijs Kruitbosch
e0202b57b0 Backed out changeset 9d52a8b0e028, f7b3b8f0283b (bug 1150417)
--HG--
extra : histedit_source : 5a896b1eeb0adfbdba286ab46a9b115e6f83d9e2%2C6b37366780d5bde1623f544f0b322a3d11c78ad1
2015-05-29 17:11:26 +01:00
Dão Gottwald
a2c9afafe1 Bug 459563 - Let <description> and <label> on OS X have the same margin as on Windows and Linux. r=gijs 2015-05-29 15:05:46 +02:00
Gijs Kruitbosch
e6a62825ae Bug 1150417 - part 2: add toolkit support, r=glandium,dao
--HG--
extra : rebase_source : 8d04892ed7cc273c70fff4b87a622521fe9d0db7
2015-05-28 17:24:44 +01:00
Dão Gottwald
3eba0c63b9 Backed out changeset cab24498e095 (bug 459563) 2015-05-28 11:09:04 +02:00
Dão Gottwald
5afca21dd1 Bug 459563 - Let <description> and <label> on OS X have the same margin as on Windows and Linux. r=gijs 2015-05-27 14:25:03 +02:00
Phil Ringnalda
b59a63361a Back out 1662253c88f7 (bug 459563) for 10.6 m-oth bustage
CLOSED TREE
2015-05-27 20:17:40 -07:00
Wes Kocher
bcbd0bc001 Merge m-c to fx-team, a=merge CLOSED TREE 2015-05-27 17:23:58 -07:00
Dão Gottwald
b79c1be301 Bug 459563 - Let <description> and <label> on OS X have the same margin as on Windows and Linux. r=gijs
--HG--
extra : rebase_source : 99f55ca9bdeacff0bffbbff1ba74d59c5828bbc6
2015-05-27 14:25:03 +02:00
Daniel Holbert
8e35b7d40e Bug 1167999: Give video documents a dark background color, the average color of the darknoise background image. r=seth 2015-05-26 14:23:37 -07:00
Dão Gottwald
ccc59e7dc4 Bug 1167716 - Make max-width for popup notifications work again. r=dtownsend
--HG--
extra : rebase_source : 4e2d9bc0a0604a6038ed23c1b46c93be692e5a1f
2015-05-24 00:12:49 +02:00
Phil Ringnalda
2ca9eb743c Back out f77ab8c321a2 (bug 1167716) for making a11y/accessible/tests/mochitest/states/test_link.html time out on 10.6 2015-05-22 21:27:58 -07:00
Dão Gottwald
9a8254a2d0 Bug 1167716 - Make max-width for popup notifications work again. r=dtownsend 2015-05-23 00:51:41 +02:00
Miles Richardson
1121d1ada8 Bug 1160771 - Clean unnecessary tags and properties from SVG files in browser/ and toolkit/. r=dao
--HG--
extra : rebase_source : 6a6f6cd771ba019665c00b394bd7d1d5b3b1f29e
2015-05-21 12:33:00 -04:00
Richard Marti
770ede6c55 Bug 1160731 - Remove inContentUI.css. r=jaws 2015-05-18 18:17:17 +02:00
Richard Marti
84dd5b643a Bug 1161156 - about:support: Use the new in-content styling. r=MattN 2015-05-09 13:24:05 +02:00
Dão Gottwald
1cb38fa1db Bug 1162863 - part 1: rename originHost to displayOrigin. r=paolo sr=gavin
--HG--
extra : rebase_source : 84cf1800d79b1d108b14e80ad8375f959215ad35
2015-05-15 14:34:50 +02:00
Jared Wein
baaa8e30bf Bug 1155517 - Change Reader View to have a "Save Page to Pocket" button instead of "Add To Reader List". r=dolske
--HG--
extra : rebase_source : 2faad20529714bf807f8d180e8101866bea8a46d
2015-05-12 17:07:47 -04:00
Richard Marti
cc28383ca2 Bug 1162896 - in-content pages: remove the :-moz-focusring selector for html|a in common.css. r=dao 2015-05-09 09:59:36 +02:00
Marina Samuel
f8957ee331 Bug 1158859 - Update newtab cog menu styling. r=adw 2015-05-08 11:54:23 -07:00
Richard Marti
32292d7d6c Bug 1157389 - In-content pages: Move the spinbutton rules from preferences.css to common.css r=mossop 2015-04-22 20:17:21 +02:00
James Lai
fc67da657d Bug 1150800 - Remove unused images in /toolkit/themes/*/global/icons/. r=dao 2015-04-26 20:01:10 +02:00