Mike Hommey
92d73a4116
Bug 1223412 - Fix the last bits of file duplication in themes. r=Gijs
2015-11-14 08:40:54 +09:00
Boris Kudryavtsev
5dd5ea66ce
Bug 1219861 - Remove not-allowed cursor on disabled buttons on in-content pages. r=dao
2015-11-08 00:30:00 +01:00
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
Eduard Hanu
8863e4ca89
Bug 1210879 - remove unused searchengine files, r=gijs
...
--HG--
extra : commitid : LoEIqgMYNwX
extra : amend_source : 17ba5698facfe0b4fe4b04368dbf8a8b1f8dabc7
2015-11-05 16:36:54 +00:00
Eduard Hanu
943e387f55
Bug 1220193 - Use 2 space indentation. r=dao
2015-11-03 09:09:34 +01:00
Honza Bambas
1e445509dc
Bug 1206060 - Show pinning status at about:cache. r=michal
2015-10-30 08:12:00 +01:00
Tim Nguyen
03bb08ee32
Bug 1169679 - Create a shared manifest for the mozapps/ directory. r=dao
2015-10-29 12:00:56 +01:00
Tim Nguyen
106e9c6be5
Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao
2015-10-29 12:00:49 +01:00
Jared Wein
8ca07522b9
Bug 1218780 - Notifications shouldn't use a hand cursor. r=MattN
...
--HG--
extra : commitid : 3BVBIi81P55
2015-10-29 00:43:16 -07:00
Jared Wein
c6667024a8
Bug 1218785 - Remove top and bottom margins on images in notifications. r=MattN
...
--HG--
extra : rebase_source : e8557e0ce14eb7d2dc1c53635e98ccf3089c663f
2015-10-29 01:00:50 -04:00
Jared Wein
6109ba9813
Bug 1218781 - Padding on the right side of notifications is missing when an icon is supplied. r=MattN
...
--HG--
extra : rebase_source : 557fc1ebdba2b71516774808b65d329508c4b37c
2015-10-29 01:00:04 -04:00
Jared Wein
4858f6c224
Bug 1219458 - Remove the notification animation until we have better transparency support. r=MattN
2015-10-28 18:59:00 -04:00
Jared Wein
73aa35e82b
Bug 1216161 - XUL notifications on Linux can't be closed. r=MattN
2015-10-22 15:50:47 -04:00
Tim Nguyen
e37c4d6dbc
Bug 1215656 - Make sure the root font-size is set properly for HTML pages using common.css. r=jaws
2015-10-19 02:45:00 +02: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
Brian Grinstead
bd786882a8
Bug 1173612 - Use inverted loading icon for aboutDialog in Nightly/DevEdition builds;r=Gijs
...
--HG--
extra : commitid : EmGnO8YKi8m
2015-10-21 12:49:36 -07: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
Jared Wein
42419dbc74
Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
...
--HG--
extra : rebase_source : 43ef8eaa19e6de5bce20a391dc248b1271a3e8d4
2015-10-15 22:58:56 -04: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
Phil Ringnalda
ddeeb376bd
Back out changeset bb7e9c6a66c6 (bug 1209602) for crashing
2015-10-15 22:31:42 -07:00
Jared Wein
74567c8e04
Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
2015-10-15 22:58:56 -04:00
Jared Wein
9f2bd66799
Backout bug 1209602 for busting OSX on a CLOSED TREE. r=me
2015-10-15 23:19:10 -04:00
Jared Wein
49b796aa96
Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
2015-10-15 22:58:56 -04:00
Jared Wein
0124735fc7
Bug 1201397 - New layout of XUL Notifications. r=MattN
2015-10-15 22:58:56 -04:00
Mark Hammond
376ea85d2e
Bug 1074937 - replace defaultFavicon.png and defaultFavicon@2x.png with versions depicting a globe. r=dolske
2015-10-16 12:23:29 +11: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
Kit Cambridge
529b10c68f
Bug 1202933, Part 1 - Show the origin for XUL notifications. r=MattN,wchen
...
--HG--
extra : commitid : KWwQzH1zUEU
extra : rebase_source : 499d130bfc4c7a5f576beffaf38bf95fa0c047fe
2015-10-05 19:45:04 -07:00
Mike Conley
dc52923a83
Bug 1110511 - Add comment and email input to about:tabcrashed. r=felipe,ntim
...
Original patch by Ursula Sarracini
--HG--
extra : commitid : 1lruBAoE7jC
extra : source : 8e20cd68ca78366976495c9a7f003f0f120c1166
2015-09-30 17:50:48 -04:00
Mike Conley
010f344a61
Bug 1110511 - Fix erroneous references to html|textbox in in-content's common.css. r=ntim
...
--HG--
extra : commitid : AzEj426e4WA
extra : source : c7b983f655685051c0ed691ca1dfbdd47a3e964a
2015-10-01 14:53:09 -04:00
Wes Kocher
c1121ee892
Backed out 6 changesets (bug 1110511) for automation timeouts in mochitest-bc suites
...
Backed out changeset eddfd7f32a1c (bug 1110511)
Backed out changeset 0eb0dda094b3 (bug 1110511)
Backed out changeset 8e20cd68ca78 (bug 1110511)
Backed out changeset c7b983f65568 (bug 1110511)
Backed out changeset 219d86f78b6b (bug 1110511)
Backed out changeset 0e055b648e10 (bug 1110511)
2015-10-05 16:38:03 -07:00
Mike Conley
ed57b12c2f
Bug 1110511 - Add comment and email input to about:tabcrashed. r=felipe,ntim
...
Original patch by Ursula Sarracini
--HG--
extra : commitid : 5oDPYygydFO
extra : rebase_source : 4e1fe56d12bfc019f079ba297f52070ed1b13d5b
2015-09-30 17:50:48 -04:00
Mike Conley
49478ee235
Bug 1110511 - Fix erroneous references to html|textbox in in-content's common.css. r=ntim
...
--HG--
extra : commitid : JYp3ddoGbjN
extra : rebase_source : e1314f147019c41aa5270deeb6f9144da9abb074
2015-10-01 14:53:09 -04: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
Richard Marti
f9f65796f8
Bug 1209343 - Make the background of notification[type="critical"] red again. r=adw
2015-09-29 22:06:21 +02:00
Carsten "Tomcat" Book
363e40e298
merge mozilla-inbound to mozilla-central a=merge
2015-09-28 14:13:24 +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
Dão Gottwald
d10504d99e
Bug 1206419 - remove min-height from number textbox spin buttons. r=gijs
2015-09-24 16:40:41 +02:00
Drew Willcoxon
4ef14ed559
Bug 1198415
- Specify a foreground color for toolkit autocomplete panels. r=dao
2015-09-22 09:55:22 -07:00
Tim Nguyen
9eb41d9151
Bug 1206876 - Use 2 space indentation on Windows browser and toolkit jar.mn files. r=dao
2015-09-22 08:37:31 +02:00
Tooru Fujisawa
8a0aa17cb2
Bug 1207497 - Part 2: Remove use of expression closure from tests in toolkit/. r=Gijs
...
--HG--
extra : commitid : F0AJXZT2xzk
extra : rebase_source : 4b076123afebebf10abfe62872d98f0a21e91ac8
2015-09-24 21:25:24 +09: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
Wes Kocher
19c165bb04
Backed out changeset dfcb7c8ab0d6 (bug 1205100) for OS X crashes
2015-09-16 16:15:44 -07:00
Gijs Kruitbosch
62bdce4c80
Bug 1205100 - fix button height hardcoding in cases of multiple lines of text, r=dao
...
--HG--
extra : commitid : GYsqeJNrRB4
extra : rebase_source : 6be447395f4473958e9878032c67dfa120c0c3ff
2015-09-16 12:59:20 +01: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
Jan Keromnes
628f7745b8
Bug 1196785 - Make the common category style work in HTML. r=jaws
2015-09-01 01:17:00 +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
Jared Wein
9080fc7574
Bug 1192465 - Remove border-radius from tabs on about:preferences#advanced. r=ntim
2015-08-24 13:06:00 -04:00
Ryan VanderMeulen
5b75ad5195
Merge inbound to m-c. a=merge
2015-08-23 17:18:36 -04: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
Shivang Nagaria
359c5be3bf
Bug 591753: Category buttons should highlight on hover even when selected. r=dtownsend
...
--HG--
extra : commitid : KKdcqvrSA39
extra : rebase_source : d79b33aa032abdf804bdf7bc0a21cc720431446c
2015-08-17 10:48:52 -07:00
Andrew Comminos
3d140d526a
Bug 1187203 - Use -moz-gtk-info-bar for notifications on Linux. r=karlt
2015-08-21 16:38:16 -04:00
Tim Nguyen
9a4d018e07
Bug 1178548 - Clean up more SVGs. r=Gijs,MattN
...
--HG--
extra : commitid : 7QwJRxmVcF7
extra : rebase_source : 2db338398502031fbd6159bb7950e06c45a6f0d7
2015-08-11 23:09:10 +02: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
Dão Gottwald
f5053fd4b5
Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
...
--HG--
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => browser/themes/shared/newtab/close.png
2015-07-31 08:45:48 +02:00
Dão Gottwald
22c73f6529
Backed out changeset caa59fe73a47
2015-07-30 10:53:06 +02:00
Dão Gottwald
44b00bdd32
Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
...
--HG--
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => browser/themes/shared/newtab/close.png
2015-07-29 17:34:45 +02:00
Ryan VanderMeulen
d85edb8a96
Backed out changeset 2cd865efd0b0 (bug 1188291) because something in the push was causing browser_dragdrop.js to try to connect to support.mozilla.org.
...
--HG--
extra : rebase_source : dc1e8b19fede22a03127f0aa170a0f9d817122e7
2015-07-29 13:53:37 -04:00
Dão Gottwald
13fae7ec2b
Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
...
--HG--
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => browser/themes/shared/newtab/close.png
2015-07-29 17:34:45 +02:00
Richard Marti
89b37101a8
Bug 1140133 - Fix the treecol padding on :hover:active. r=dao
2015-03-07 11:20:53 +01:00
Richard Marti
1ca5359602
Bug 1176565
- Update tree and list box styling for Windows 10. r=dao
2015-07-09 21:24:29 +02:00
Richard Marti
d0f61e5d7b
Bug 1177961 - Only hide the 'Check for Updates' link instead of using display: none. r=dao
...
--HG--
extra : commitid : C8tYzY5uWqv
2015-07-19 18:21:42 +02:00
Tim Nguyen
ab0f949f17
Bug 1172357
- Use new tree-container class for about:welcomeback tree. r=jaws
...
--HG--
extra : commitid : 1hojpt41k2e
extra : rebase_source : 6ddfe723a1d259a2ce820d6c057a416578eafd59
2015-07-17 14:35:51 -07:00
Dão Gottwald
074c1a558b
Bug 1173729 - Update generic close icon and new tab button icon on Windows 10. r=jaws
2015-07-17 17:29:17 +02: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
Richard Marti
1360012b1e
Bug 1175902 - Move the shadow to #detail-screenshot. r=mossop
2015-06-27 22:05:17 +02:00
Dão Gottwald
02693135f6
Bug 1173747 - Make autocomplete autocomplete popups' border lighter. r=gijs,jaws
2015-06-24 22:58:48 +02:00
Richard Marti
58dbaede47
Bug 1174551 - Fix the variable name for table borders. r=dao
2015-06-14 22:41:05 +02: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
Ryan VanderMeulen
92f0e478fa
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-06-12 14:58:41 -04:00
Dão Gottwald
9357540cc3
Bug 1173746 - Remove Windows Vista / 7 style hover effect from autocomplete items on Windows 8 and 10. r=gijs
2015-06-12 12:42:17 +02:00
Martin Stransky
688784a9e5
Bug 1163974 - Make radio/checkbox label visible on dark color themes. r=gijskruitbosch
...
--HG--
extra : rebase_source : 6e319017cc0756785d0d3b0588a3f05dd9169919
2015-06-10 04:29:00 +02:00
Martin Stransky
89deaf2667
Bug 1163954 - Set text and background color for listboxes and tree. r=gijskruitbosch
...
--HG--
extra : rebase_source : c4ffb0ccaaffe688c5996bdaa1d0743b70d01aea
2015-06-10 05:35:00 +02: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
Dão Gottwald
09f3896f6d
Bug 1169954 - Position the popup notification close button closer to the popup's border. r=gijs
2015-06-03 14:22:43 +02:00
Richard Marti
85353bd196
Bug 1169981 - Add win10 media query to listitem and treechildren. r=dao
2015-05-31 11:52:48 +02:00
Kyle Zentner
3b4c44713c
Bug 1169837
- Remove box-sizing: padding-box in FF UI & Gecko Tests. r=dholbert
2015-06-02 08:46:00 -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
Richard Marti
f125a588bb
Bug 1165973 - use outline instead of border for focus ring. r=dao
2015-05-28 19:33:30 +02: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
Aaron Raimist
838643b92a
Bug 1168986 - Part 2 - Adds software license to info-pages.inc.css, r=gijs
...
--HG--
extra : rebase_source : 0a26e5a999dda9cdcd026e2059f7b0861ffbfd54
2015-05-27 14:50:00 +01:00
Aaron Raimist
bdf39e7b8e
Bug 1168986 - Part 1 - Fix line endings in info-pages.inc.css, r=gijs
...
--HG--
extra : rebase_source : 5ce4f8270e7299d4a3d32b9d16f1440051c42f0d
2015-05-27 14:49:00 +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
Jared Wein
d5d9640f10
Bug 1168528 - follow up, remove the ifdefs that weren't necessary. r=Gijs
...
--HG--
extra : rebase_source : 512aee16bc035dbb732e781e5283cec9b645212e
2015-05-27 17:35:35 -04:00
Wes Kocher
bcbd0bc001
Merge m-c to fx-team, a=merge CLOSED TREE
2015-05-27 17:23:58 -07:00
Wes Kocher
9659326427
Merge fx-team to central, a=merge
2015-05-27 17:18:48 -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
Jared Wein
753fc29e29
Bug 1168585 - The buttons within the search box and within the search panel are blurry/pixelated on Windows HiDPI. r=Gijs
2015-05-27 17:31:55 -04:00
Jared Wein
4f28f80194
Bug 1168528 - Tab close icons on Windows HiDPI are blurry. r=Gijs
2015-05-27 17:31:54 -04: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
Richard Marti
5edc8a900d
Bug 1166855 - Use a color instead of a variable in linear-gradient. r=dao
2015-05-23 22:07:52 +02:00
Tim Nguyen
d11b1283f6
Bug 1125952 - Make about:sessionrestore use more available height. r=jaws
2015-05-22 09:58:00 -04: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
Dão Gottwald
89f4e5fa00
Bug 1163081 - Bluish background color behind "Check to see if your plugins are up to date" link looks weird. r=mossop
2015-05-08 11:24:00 -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
Richard Marti
3148d2bbac
Bug 1161307 - Add-on manager: move the focusring to the .scrollbox-innerbox. r=mossop
2015-05-05 18:22:48 +02:00
Marina Samuel
f8957ee331
Bug 1158859 - Update newtab cog menu styling. r=adw
2015-05-08 11:54:23 -07:00
Dão Gottwald
55b17ab83d
Bug 1151509 - Implement the front-end side of the warning about add-ons detected as no longer signed during the periodic check. r=dtownsend
2015-05-08 19:27:25 +02:00
Richard Marti
34fe8a06a8
Bug 1162620 - Show visited links in about:crashed. r=dao
...
--HG--
extra : rebase_source : de56fcf1d5e56c7fe1b27d0e48cd1082f202612e
2015-05-08 09:54:34 +02:00
Richard Marti
bb97bae3b3
Bug 1160758 - Add-on manager - use color instead of opacity for disabled extensions. r=mossop
2015-05-02 18:48:26 +02:00
Richard Marti
6258c61c89
Bug 1160735 - requestAutocomplete: use the new in-content style-sheet. r=MattN
2015-05-02 15:26:48 +02:00
Blake Winton
d40323c0c0
Bug 1158289
- Use ems to keep the Reader View's line length between 45 and 75 characters. ui-r=mmaslaney, r=margaret
2015-04-28 15:48:43 -04:00
Valentin Gosu
88e06512eb
Bug 802398 - Styling for about:networking. r=jaws
2014-03-26 23:35:04 +02:00
Carsten "Tomcat" Book
172de49cec
Merge mozilla-central to mozilla-inbound
2015-05-05 12:13:10 +02:00
Mark Goodwin
e7b58050fd
Bug 1159789: remove line-height from links and report messages (r=dao)
2015-05-05 09:22:27 +01:00
Dão Gottwald
87925afef1
Bug 1160832 - Clean up styling for links in the Add-ons Manager. r=dtownsend
2015-05-04 22:53:55 +02:00
Margaret Leibovic
e0eed9001e
Bug 1160577 - Set styles on #reader-message div instead of wrapper div. r=MattN
...
--HG--
extra : rebase_source : c7d75d9e4789c632e2b31b7d5f826d6e8cb8a162
2015-05-01 16:10:38 -07:00
Blake Winton
8f1a4b1a14
Bug 1158281 - Match Pocket's Reader View Sepia Theme. ui-r=mmaslaney, r=margaret
2015-04-24 14:25:54 -07:00
Richard Marti
bee499f64f
Bug 989469 - Use new style for add-on manager. ui-r=mmasalaney r=mossop CLOSED TREE
...
--HG--
rename : toolkit/themes/windows/mozapps/extensions/heart.png => toolkit/themes/linux/mozapps/extensions/heart.png
rename : toolkit/themes/windows/mozapps/extensions/extensions.css => toolkit/themes/shared/extensions/extensions.inc.css
rename : toolkit/themes/windows/mozapps/extensions/navigation.png => toolkit/themes/shared/extensions/navigation.png
extra : amend_source : e7ed1be23874b7986378393234bfdca3891a5f30
2015-04-03 17:00:56 +02:00
Richard Marti
bdccccf4e0
Bug 1157143 - In-content pages: Add a disabled state to the menu/menuitem rules. r=Dao
2015-04-30 21:51:43 +02: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
Blake Winton
71ceb69419
Bug 1158294 - Increase Reader Views Default Type Size. ui-r=mmaslaney, r=margaret
2015-04-24 14:33:38 -07:00
Gijs Kruitbosch
24d0d46dd2
Bug 1158322 - force-display-none the toolbar and footer when printing, r=margaret
...
--HG--
extra : rebase_source : ee04ec8b7d6d5059594484b3d9102ddb94b806c3
2015-04-24 23:58:46 +01:00
Blake Winton
2411ce480f
Bug 1158302 - Increase the Font Size of Reader's H1 and H2 Headers. ui-r=mmaslaney, r=Gijs
2015-04-24 16:45:10 -07:00
James Lai
fc67da657d
Bug 1150800 - Remove unused images in /toolkit/themes/*/global/icons/. r=dao
2015-04-26 20:01:10 +02:00
Margaret Leibovic
284cbc74c1
Bug 1154028 - Move reader controls styles to scoped style sheet. r=Gijs
...
--HG--
rename : toolkit/themes/shared/aboutReader.css => toolkit/themes/shared/aboutReaderControls.css
extra : rebase_source : ffe9bb98c33b2a508ce6112f2d73d353d112c6d7
2015-04-23 10:59:03 -07:00
Margaret Leibovic
0f3d32072f
Bug 1154028 - Move reader content styles to scoped style sheet. r=Gijs
...
--HG--
rename : toolkit/themes/shared/aboutReader.css => toolkit/themes/shared/aboutReaderContent.css
extra : rebase_source : f263543d158f4d958eac3a628cd26d73f75f547c
2015-04-23 10:42:31 -07:00
Blake Winton
5d4e692d69
Bug 1149068 - Use the correct font for the Sans Serif font button. ui-r=maritz, r=jaws, r=margaret
2015-04-01 18:51:53 -04:00
Ryan VanderMeulen
3ebfa611d7
Merge m-c to inbound. a=merge
...
IGNORE IDL
--HG--
extra : amend_source : 778e98f1365079cf61c444c6e9b3114e069c5b7b
2015-04-15 15:15:32 -04:00
Andrea Marchesini
3faaae83fb
Bug 1154721 - Add an "Unregister" button to about:serviceworkers, r=ehsan
2015-04-15 18:11:17 +01:00
Nazim Can Altinova
7338f5bbdf
Bug 1127234 - Stored shared toolkit theme files in /themes/shared instead of /themes/windows. r=jaws
...
--HG--
rename : toolkit/themes/windows/global/about.css => toolkit/themes/shared/about.css
rename : toolkit/themes/windows/global/aboutCache.css => toolkit/themes/shared/aboutCache.css
rename : toolkit/themes/windows/global/aboutCacheEntry.css => toolkit/themes/shared/aboutCacheEntry.css
rename : toolkit/themes/windows/global/aboutMemory.css => toolkit/themes/shared/aboutMemory.css
rename : toolkit/themes/windows/global/aboutReader.css => toolkit/themes/shared/aboutReader.css
rename : toolkit/themes/windows/global/aboutSupport.css => toolkit/themes/shared/aboutSupport.css
rename : toolkit/themes/windows/global/appPicker.css => toolkit/themes/shared/appPicker.css
2015-04-08 05:30:00 -04:00
Gijs Kruitbosch
2adfdbf559
Bug 1154063 - fix CSS issue in aboutReader.css, r=bwinton
...
--HG--
extra : rebase_source : df9656dbebab617593983ccf3456bda16ad17704
2015-04-14 20:55:59 +01:00
Tim Nguyen
6543b46332
Bug 1013714 - Remove old OSX focusring from links in in-content prefs. r=Gijs
...
--HG--
extra : rebase_source : 6d147015c645e113d46dc0ea8cb52620a8565c93
2015-04-11 12:51:00 +02:00
Ryan VanderMeulen
b7a8552eab
Merge m-c to fx-team. a=merge
2015-04-10 15:28:56 -04:00
Margaret Leibovic
e54286d07f
Bug 1144822 - Hide elements with common hidden class names in reader content. r=Gijs
...
--HG--
extra : rebase_source : 8b75990d736f5d58736ba0988bd3ad9c23d3b1ea
2015-04-09 16:17:22 -07:00
Andrea Marchesini
81daef00e3
Bug 1133601 - Implement about:serviceworkers, r=ehsan
2015-04-10 09:50:06 +01:00
Richard Marti
77fd068098
Bug 1100114
- Update about:newaddon to the new in-content style. r=Mossop
...
--HG--
rename : toolkit/themes/windows/mozapps/extensions/newaddon.css => toolkit/themes/shared/extensions/newaddon.inc.css
extra : rebase_source : a0cd6f8d35b218286d1cb33c01c5657750e705bb
2015-04-03 17:00:56 +02:00
Ryan VanderMeulen
e88000de0a
Backed out changeset 4c16c59c8158 (bug 989469) for browser_gmpProvider.js failures.
...
--HG--
rename : toolkit/themes/shared/extensions/navigation.png => toolkit/themes/windows/mozapps/extensions/navigation.png
2015-04-10 12:46:23 -04:00
Richard Marti
ecb3a165ec
Bug 989469 - Use new style for add-on manager. ui-r=mmasalaney r=mossop
...
--HG--
rename : toolkit/themes/windows/mozapps/extensions/heart.png => toolkit/themes/linux/mozapps/extensions/heart.png
rename : toolkit/themes/windows/mozapps/extensions/extensions.css => toolkit/themes/shared/extensions/extensions.inc.css
rename : toolkit/themes/windows/mozapps/extensions/navigation.png => toolkit/themes/shared/extensions/navigation.png
2015-04-03 17:00:56 +02:00
Blake Winton
06e5c3d6bc
Bug 1149520 - Move the font-size change to the container, so as not to repaint the toolbar. r=jaws, r=margaret
2015-04-07 13:43:57 -04:00