Andrea Marchesini
59907c214f
Bug 1232629 - Replace ProfileManager with about:profiles, r=ehsan
2015-12-15 14:12:59 +00:00
Mike Hommey
92d73a4116
Bug 1223412 - Fix the last bits of file duplication in themes. r=Gijs
2015-11-14 08:40:54 +09: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
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
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
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
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
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
Drew Willcoxon
4ef14ed559
Bug 1198415
- Specify a foreground color for toolkit autocomplete panels. r=dao
2015-09-22 09:55:22 -07: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
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
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
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
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
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
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
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
dc52af10c3
Bug 1149261 - Replace the close icon and adjust the borders. ui-r=mmaslaney, r=jaws
2015-04-06 13:27:27 -04:00
Dão Gottwald
3dd6e65e73
Bug 706103 - Replace chrome copy of files by overrides in toolkit/themes/. r=gijs
2015-03-31 14:18:22 +02:00
George Wright
72153ad282
Bug 1066531 - Delay tab switching until content is ready in e10s mode r=mconley,mstange
2015-03-16 14:30:41 -04:00
Dão Gottwald
067fb8ef2f
Bug 1139656 - Implement the first pieces of the all-doorhanger install flow for add-ons installed from websites. r=dtownsend
...
--HG--
extra : rebase_source : 5cb6a4265cbf5f9c10eec53336c2bab1d8ba44ae
2015-03-24 22:24:49 +01:00
Ryan VanderMeulen
5ca6ac7ada
Backed out changeset 37bd20ca096a (bug 1139656) for test_blocklistchange.js xpcshell failures.
...
CLOSED TREE
2015-03-24 15:36:48 -04:00
Dão Gottwald
dc5aac6e35
Bug 1139656 - Implement the first pieces of the all-doorhanger install flow for add-ons installed from websites. r=dtownsend
2015-03-24 18:54:59 +01:00
Jonathan Griffin
d1c61bc9b6
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Giovanny Andres Gongora
dd097c5fd2
Bug 1136671 - InContent prefs - Tree sort arrows should be darker. r=jaws
2015-03-08 21:09:00 +01:00
Markus Stange
dd1b23a2a3
Bug 976722 - Use -moz-appearance:toolbox on Mac so that sheets attach in the right place. r=dao
2015-03-06 14:44:38 -05:00
Drew Willcoxon
b471b4d718
Bug 1130850 - Fix outdated plugin notification bar text color. r=Unfocused
2015-03-04 14:38:41 -08:00
Tim Nguyen
e1691cb1e1
Bug 1008171 - Add focus indicator for elements inside the in-content prefs (on OSX). r=Gijs
2015-02-25 07:04:00 +01:00
Margaret Leibovic
b1c8846285
Bug 1134441 - Replace font size controls with +/- buttons. r=bnicholson
...
--HG--
extra : rebase_source : 0251d53ec2ecef1506ce985414f814f9f582c974
2015-02-24 17:15:03 -08:00
Margaret Leibovic
f63aff6e67
Bug 1120735 - Implement desktop reader mode controls. r=jaws,bnicholson
...
--HG--
extra : rebase_source : 931f6bd5497ca84fa54eb0f8365acf940a7cd86f
2015-01-21 17:21:11 -08:00
Richard Marti
4faed3498e
Bug 1125636 - Update about:config to use the new Project Chameleon style. r=Unfocused
...
--HG--
rename : toolkit/themes/windows/global/config.css => toolkit/themes/shared/config.css
2015-02-04 17:52:47 +01:00
Drew Willcoxon
38fdeebcee
Bug 1120716 - Offer "learn more" links in the legacy-Sync-to-FxA migration UI. r=markh,Unfocused
2015-02-04 13:59:47 -08:00
Avijit Gupta
d7026adeb3
Bug 1013714 - modified -moz-focusring css to remove wierd focusring on 'learn-more' link. r=jaws
2015-02-02 13:50:05 +05:30
Matthew Noorenberghe
7ed3f52f34
Bug 1047977 - Invert the notification bar close icon with @type=info on OS X to provide contrast. r=Gijs
...
--HG--
extra : rebase_source : d011aab37113d6e58c0df8e155d871600f54d514
2015-02-01 22:18:25 -08:00
Richard Marti
0c76cfe9ef
Bug 1022600 - Use a SVG icon for the utilities button in about:addons. r=MattN
2015-01-24 13:06:28 +01:00
Dave Townsend
2c9c86be97
Bug 1112304: Update about:tabcrashed to match the new UX spec. r=dao
...
Uses in-content styles for the tab crash page and adds an overlay to the favicon
for crashed tabs. Adds support for closing the crashed tab. The strings here
also refer to being able to restore all tabs, that will be implemented and
landed at the same time in bug 1109650 to avoid l10n churn.
--HG--
extra : rebase_source : 7afc65aff19c4da16959adb09f82006ec541fa31
extra : amend_source : 4a8323e5c1a66fb4e2fafa96e4e5c8cf9814acba
2015-01-13 12:33:26 -08:00
Mike Conley
398efaae27
Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
...
--HG--
extra : amend_source : afcdea3002355dbaa6772496bdc2be4105888396
2015-01-05 16:38:48 -05:00
Phil Ringnalda
341a098c37
Merge m-c to f-t
2015-01-24 09:10:16 -08:00
Tim Nguyen
dea5cd9502
Bug 1087618 - Part 5: Update about:welcomeback, sessionrestore, tabcrashed stylesheets. r=jaws
2015-01-18 10:24:00 -05:00
Tim Nguyen
3f8f79fb52
Bug 1087618 - Part 3: Create the in-content info pages stylesheet. r=jaws
2015-01-21 05:42:00 -05:00
Markus Stange
4cb9e027e6
Bug 1122942 - Move -moz-window-dragging rules to places that are theme-independent. r=dao
2015-01-23 13:07:54 -05:00
Richard Marti
60a23bb6f2
Bug 1121444 - In-content preferences: remove the caption's start padding. r=jaws
2015-01-20 16:15:12 -08:00
Robert Longson
a525ba8595
Bug 1120071 - Replace custom drop shadow with feDropShadow. r=jaws
2015-01-17 08:43:12 +00:00
Jared Wein
b5f521fe19
Bug 1074744 - Apply the margin-end to the volume controls when fullscreen is unavailable. r=gijs r=dolske
...
The adjusted margin-end needs to be applied to the volume controls when the fullscreen button is hidden due to fullscreen being unavailable, such as within an iframe that is lacking the allowfullscreen attribute. Previously the margin-end was only applied when the video was determined to be audio-only.
2015-01-09 14:29:36 -05:00
Richard Marti
95a8b158b5
Bug 1013689 - In-content pages - Alignment fixes. r=jaws
2015-01-08 09:05:39 +01:00
Ryan VanderMeulen
330513c9c5
Merge m-c to inbound. a=merge
2014-12-19 15:10:59 -05:00
Markus Stange
69591e6870
Bug 1108706 - Make update wizard window draggable in its bottom bar again. r=dao
2014-12-19 14:48:33 -05:00
Dão Gottwald
6a3af64ec2
Bug 647540 - Get rid of the toolbar-primary class. r=enn
...
--HG--
extra : rebase_source : 3b1bf2598d73f7242945e4296df947f66dbeaf0a
2014-12-18 23:31:39 +01:00
Ryan VanderMeulen
914582b88e
Backed out changeset 326f890f61a5 (bug 647540) for mass test bustage.
...
CLOSED TREE
2014-12-18 15:49:07 -05:00
Dão Gottwald
a734ce9a37
Bug 647540 - Get rid of the toolbar-primary class. r=enn
...
--HG--
extra : rebase_source : a42a4c583376dfa153bd4e7bae514646b35a6e22
2014-12-18 19:53:27 +01:00
Margaret Leibovic
de5e9c40f7
Bug 793920 - (Part 1) Move majority of Android reader mode code to a shared place in /toolkit. r=Mossop,bnicholson
...
--HG--
rename : mobile/android/chrome/content/JSDOMParser.js => toolkit/components/reader/content/JSDOMParser.js
rename : mobile/android/chrome/content/Readability.js => toolkit/components/reader/content/Readability.js
rename : mobile/android/chrome/content/aboutReader.html => toolkit/components/reader/content/aboutReader.html
rename : mobile/android/chrome/content/aboutReader.js => toolkit/components/reader/content/aboutReader.js
rename : mobile/android/chrome/content/readerWorker.js => toolkit/components/reader/content/readerWorker.js
rename : mobile/android/locales/en-US/chrome/aboutReader.properties => toolkit/locales/en-US/chrome/global/aboutReader.properties
extra : rebase_source : f0b900c46bb5dc894303ddf3701be7b019b61ae0
extra : histedit_source : 7417d0e4032ed3a3b1ab83af8f7e8a92951fdead
2014-12-10 16:44:53 -08:00
Richard Marti
1f16bc5c5e
Bug 1022582 - Make in-content checkboxes and radiobuttons visible on HC themes. r=jaws
2014-12-10 20:44:29 +01:00
Shubham Jindal
1e1fec944d
Bug 1018703 - In-content prefs : Remove spacing around menupopup separators. r=jaws
2014-12-09 11:53:00 +01:00
Ryan VanderMeulen
45dc96e55f
Merge m-c to inbound. a=merge
2014-11-17 16:28:46 -05:00
neil@parkwaycc.co.uk
7925fb0e28
Bug 579208 - Sizes of some XUL elements changes when lightweight themes are applied. r=dao
...
--HG--
extra : rebase_source : f2276fef3f0e0be1cc245a3d889ee396f3d45515
2014-11-17 14:27:23 +01:00
Richard Marti
1a62fe571b
Bug 1096010 - Use the new In-Content background color in contentAreaDownloadsView. r=jaws
2014-11-12 21:09:31 +01:00
Tim Nguyen
7d91d16347
Bug 1018796 - Update menulist arrow in inContent Prefs. r=jaws
2014-11-11 14:06:00 -05:00
Tim Nguyen
5db3b80c5b
Bug 1022579 - Preferences: Switch help and dropdown glyphs to SVG. r=jaws
2014-11-12 10:16:41 +01:00
Sparsh Paliwal
b58bf185e4
Bug 1088578 - Replace rgba(...,0) and hsla(...,0) with 'transparent' in CSS gradients. r=dao
2014-10-26 11:08:00 +01:00
Dão Gottwald
f977c02132
Backing out changeset 30b100f7edbe (bug 1049551)
2014-10-23 20:43:43 +02:00
Brian Grinstead
29ad75d2bc
Bug 1053434 - Switch some hardcoded OSX values to CSS variables for devedition;r=Gijs
2014-10-23 06:49:34 -07:00
Brian Grinstead
ff262ec63d
Bug 1075415 - Invert bookmarks chevron with dark lightweight themes;r=Gijs
2014-10-20 15:10:15 -07:00
Carsten "Tomcat" Book
d223fb495b
merge mozilla-inbound to mozilla-central a=merge
2014-10-17 16:25:34 +02:00
Kapil Singh
9f7ccb1ac9
Bug 1079719 - Replace "greyscale" SVG filter with filter: grayscale(1). r=dao
2014-10-16 15:43:39 +02:00
Alex Bardas
e95da48b1b
Bug 1068660 - Add confirmation dialog to unblock downloads. r=Paolo r=MattN
2014-10-14 11:19:00 +02:00
George Wright
2239ca4229
Bug 1049551 - Add a tab delay spinner that's visible if we switch tabs before the content has been drawn r=dao
2014-10-10 11:46:27 -04:00
Dão Gottwald
600cffa303
Bug 1073243 - Remove bogus margins from .ac-title-box that make keyword search richlistitems too tall. r=mak
2014-10-08 20:09:02 +02:00
Gijs Kruitbosch
e65901fa31
Bug 1076252 - [10.10] disabled default button shouldn't get white text on yosemite, r=jaws
2014-10-02 22:52:09 +01:00
mferretti@mozilla.com
851f19f43f
Bug 994280 - Improve badged button for Australis. r=enn
...
- moved badged button XBL from browser to toolkit
- made the XBL applied by CSS class instead of button's type
- added australis look & feel to badged button
- fixed OS X badge position
2014-10-02 11:52:50 +01:00
stefanh@inbox.com
daffe108da
Bug 333910 - nsITheme for menu/scrollbox arrows, r=mstange,gijs
...
--HG--
extra : rebase_source : 91519a5d22ab54b7b109b5db240ba7d696374270
2014-09-08 10:45:00 +01:00
Gijs Kruitbosch
b743549be7
Bug 1072992 - fix update button text color on OS X Yosemite to use ButtonText, r=dao
2014-09-30 16:46:04 +01:00
Blair McBride
48ae4b40a5
Bug 1067899 - Add autocomplete result type for arbitrary URLs. r=mak
...
--HG--
extra : transplant_source : %B4%5C%83%26%B0%3EL%F1%B0%0E%B4%822y%E5%8B%0B%A4%01%3D
2014-09-27 01:17:25 +12:00
Blair McBride
d240e00242
Bug 1067888
- Add autocomplete result type for searching via current search engine. r=mak
...
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : n%86%86%E2%23%85d%15%A8%0D%DD%F0%9A%A4%8B%E8y-%3DY
2014-09-25 17:04:06 +12:00
Blair McBride
91854111b0
Bug 1066358 - Improve how keyword autocomplete results are displayed. r=mak
...
--HG--
extra : transplant_source : %EC%9E%D7%F8%C7-%87%90%F67%8Ah8%1E%60%CCh%23%9F-
2014-09-20 15:44:36 +12:00
Ryan VanderMeulen
b41ea27ac0
Merge fx-team to m-c. a=merge
2014-09-19 14:10:43 -04:00
Blair McBride
9de8c71e4e
Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
...
--HG--
extra : transplant_source : %96%27%20FGCQ%D9%B5%FC%8E%CAV%F3%80%5DN%88%0F.
2014-09-19 23:58:46 +12:00
Blair McBride
869d88deb2
Backed out changeset 22c0fbb87b38 (bug 1065303) due to bc1 bustage
2014-09-19 19:16:53 +12:00
Blair McBride
c4c094c2df
Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
...
--HG--
extra : transplant_source : %147%8B%E3sN%BC%9B%25%8CR%C2%A5%D1i9%14%B9%7B%F5
2014-09-19 17:50:55 +12:00
Blair McBride
80c5c0d00a
Backed out changeset 10d66191e16a because commit message fail. r=we-need-hooks
2014-09-19 17:53:11 +12:00
Blair McBride
49e1a67e44
Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics.
...
--HG--
extra : transplant_source : 7%B63%B7%1DN%DBiU%86%82%FC%26H%EF9%B6%BF%BB%A0
2014-09-19 17:42:38 +12:00
Markus Stange
aaed175ca4
Bug 1068913 - Make sure that buttons in tab-modal prompts always have black button text. r=dao
2014-09-18 10:56:27 +02:00
Markus Stange
b84ffa056f
Bug 944836 - Add -moz-window-dragging CSS styles. r=dao
2014-09-18 10:52:33 +02:00
Alex Bardas
c28ed03a8a
Bug 1040725 - Enhance previous searches in awesomebar by replacing favicon with magnifying glass. r=Paolo r=dao
2014-09-17 15:10:00 +02:00
Gijs Kruitbosch
55e3cc3889
Bug 1044595 - fix default/active button text on OS X 10.10, r=mstange,jaws
...
--HG--
extra : rebase_source : c558491822fc158d44a127cfd5014bd5338d05f1
2014-09-12 00:31:15 +01:00
Seth Fowler
9dc24953b1
Bug 1089880 (Part 3) - Use HAS_TRANSPARENCY to handle transparent images nicely in ImageDocument. r=dolske
2014-11-17 11:16:45 -08:00
Rahul Jain
90be4d2608
Bug 1030644 - Remove styling for .menulist-menupopup and .menulist-compact in toolkit/themes. r=dao
2014-09-11 01:24:18 +05:30
Gijs Kruitbosch
1d1d9e0605
Bug 1062843 - include shared.inc to make @focusRingShadow@ be defined, r=dao
2014-09-05 13:43:12 +02:00
Alex Bardas
2fe6154d4c
Bug 1058039 - Make sure that .addon-control subitem elements from Plugin Add-on Manager are not hidden (otherwise the state menu selectbox will not inherit a good width). r=Unfocused
2014-08-27 19:04:00 +02:00
Birunthan Mohanathas
6737eb669c
Bug 1009370 - Part 1: Move .inline-link style from preferences.css to common.inc.css. r=Unfocused
2014-08-26 07:11:02 -07:00
Alex Bardas
c252b0f4eb
Bug 1034679 - Visually display that plug-in states are locked in Add-ons Manager. r=Unfocused
2014-08-11 16:20:00 -04:00
Richard Marti
2864da5d9e
Bug 989469 - Move the common files from browser to global. r=Unfocused
...
--HG--
rename : browser/themes/linux/in-content/common.css => toolkit/themes/linux/global/in-content/common.css
rename : browser/themes/osx/in-content/common.css => toolkit/themes/osx/global/in-content/common.css
rename : browser/themes/shared/in-content/check.png => toolkit/themes/shared/in-content/check.png
rename : browser/themes/shared/in-content/check@2x.png => toolkit/themes/shared/in-content/check@2x.png
rename : browser/themes/shared/in-content/common.inc.css => toolkit/themes/shared/in-content/common.inc.css
rename : browser/themes/shared/in-content/dropdown-disabled.png => toolkit/themes/shared/in-content/dropdown-disabled.png
rename : browser/themes/shared/in-content/dropdown-disabled@2x.png => toolkit/themes/shared/in-content/dropdown-disabled@2x.png
rename : browser/themes/shared/in-content/dropdown.png => toolkit/themes/shared/in-content/dropdown.png
rename : browser/themes/shared/in-content/dropdown@2x.png => toolkit/themes/shared/in-content/dropdown@2x.png
rename : browser/themes/shared/in-content/help-glyph.png => toolkit/themes/shared/in-content/help-glyph.png
rename : browser/themes/shared/in-content/help-glyph@2x.png => toolkit/themes/shared/in-content/help-glyph@2x.png
rename : browser/themes/shared/in-content/sorter.png => toolkit/themes/shared/in-content/sorter.png
rename : browser/themes/shared/in-content/sorter@2x.png => toolkit/themes/shared/in-content/sorter@2x.png
rename : browser/themes/windows/in-content/common.css => toolkit/themes/windows/global/in-content/common.css
2014-08-12 20:54:40 +02:00
Bernardo P. Rittmeyer
722a7edfc5
Bug 1050449 - Move autocomplete image-rendering css from OS X specific theme to content file. r=MattN
2014-08-11 14:35:00 -04:00
Mike de Boer
1444a90117
Bug 1008201: update Loop toolbar icon to a speech bubble. r=jaws
2014-07-31 17:38:11 +02:00
Paolo Amadini
801b375528
Bug 1020865 - Implement the dialog displayed upon form.requestAutocomplete(). r=MattN
...
--HG--
rename : toolkit/components/formautofill/test/chrome/test_requestAutocomplete_disabled.html => toolkit/components/formautofill/test/chrome/test_requestAutocomplete_cancel.html
2014-07-14 13:51:56 +01:00
Steven MacLeod
1838a9d566
Bug 1018720 - Switch the translation infobar select box icon and add a HiDPI variant. r=florian
...
--HG--
extra : rebase_source : ca98e16a58e5ea2d16b48fa5a678008f268202c0
extra : histedit_source : 141dc4c7baca51e1eec06838a42c88f9471b28e3
2014-07-03 17:03:59 -04:00
stefanh@inbox.com
36ae3456ba
Bug 1012445 - Implement NS_THEME_CHECKMENUITEM for Mac OS X, css part. r=dao.
2014-07-04 20:01:29 +02:00
Richard Marti
de20b65fbc
Bug 1033570 - Correct the close-icon size also on in-content dialogs. r=dolske
2014-07-02 21:08:28 +02:00
Vikneshwar
e04edf028e
Bug 1027622 - Removed obsolete .toolbar-holder CSS rule. r=dao
2014-06-20 14:50:20 +02:00
Dão Gottwald
e806be6d33
Bug 1001871 - Make toolbarbutton.css use !important when setting toolbarbutton-text's margin to 0 in order to properly override global.css. r=Gijs
2014-06-13 13:58:23 +02:00
Mark Banner
6a569f76d9
Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond
2014-05-29 21:13:46 +01:00
Alex Henrie
d02aeda7e5
Bug 997921 - Restore pre-FF29 XUL textbox padding. r=roc
2014-05-23 22:03:54 -06:00
Gijs Kruitbosch
62cdda84bb
Bug 894490 - remove close-sidebar icon, r=jaws
2014-05-12 17:01:27 +01:00
Gijs Kruitbosch
7f8949976d
Bug 1000051 - fix hidpi close icon size, r=dao
2014-05-12 16:57:43 +01:00
Timothy Nikkel
e16c3cf6fd
Bug 1008197. We need to always have the overlay styles on scrollbars on mac because whether we have overlay scrollbars changes dynamically. r=roc
...
This backs out the mac part of bug 994861. Windows doesn't change overlay scrollbars dynamically, so the Windows part of bug 994861 can stay.
2014-05-09 23:59:33 -05:00
Robert Utasi
0a610b2749
Bug 1001204 - Remove hyperlink appearance for nsIAlertsService alerts when clickable. r=MattN
2014-05-07 00:04:57 +02:00
Mike de Boer
6c4d29c0e6
Bug 257061: adding a counter of found matches to the find in page bar. r=Unfocused
2014-05-01 13:01:14 +02:00
Ed Morley
b17e01b56a
Backed out changeset 8d131b6770d7 (bug 257061) for exceptions in findbar.xml
2014-05-01 11:45:32 +01:00
Mike de Boer
3b54ae345d
Bug 257061: adding a counter of found matches to the find in page bar. r=Unfocused.
2014-05-01 11:30:26 +02:00
Georg Fritzsche
6f532852a9
Bug 986677 - Add time left and activity state to experiments in the Addon Manager UI. r=unfocused
2014-04-23 14:34:49 +02:00
Timothy Nikkel
857177da75
Bug 994861. Only overlay scrollbars should be positioned and have z-index. r=roc
...
Bug 896443 added these but didn't guard them on overlay scrollbars.
When drawing the scrollbars layout interprets a positioned scrollbar as an scrollbar that should be placed above the content (like overlay scrollbars). Classic scrollbars should be drawn in the background layer.
2014-04-14 13:16:30 -05:00
Neil Deakin
08f6342c17
Bug 610545, arrow panels should animate when opening and when cancelling, r=neil,dao
2014-04-08 08:45:52 -04:00
Wes Kocher
7846a4d1f4
Merge fx-team to m-c
2014-03-28 16:48:17 -07:00
Gregory Szorc
05f1066350
Bug 973992 - Support experiments add-ons; r=Unfocused
...
A new type of add-on is introduced: experiments.
Experiments are add-ons that conduct data experiments. They are deployed
to compatible clients and collect additional information about the
client.
--HG--
extra : rebase_source : 98a612933978b3e4bcfb83da9f6a9782c62dc0da
extra : amend_source : 9347a56bc3034c7ea1e50918278c6b9cc1270521
2014-03-19 15:02:58 -07:00
Neil Rashbrook
1f60c22cea
Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal
2014-03-28 08:32:56 +00:00
Wes Kocher
8177fdfb0a
Backed out changeset 18f95fb1d866 (bug 948901) for breaking OSX m-oth
2014-03-25 18:20:40 -07:00
Neil Rashbrook
3c51fc89e7
Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal
2014-03-25 23:56:40 +00:00
Gijs Kruitbosch
76237772db
Bug 879616 - adjust close icons for OS X to deal with bright lightweight themes, r=MattN
...
--HG--
extra : rebase_source : b51f2975a66704ab75f21582eee56fc797b32ba0
2014-03-18 22:51:24 +00:00
Blake Winton
a99cfcdc4e
Bug 981419 - Make the new checkmarks for the Australis bookmarks widget have their own images. ui-r=shorlander, r=Gijs.
2014-03-11 08:21:00 +00:00
Blake Winton
6010724fde
Bug 979378 - Update the menu panel checkmark to a consistent item that fits with the panel style. ui-r=shorlander, r=gijs
2014-03-07 06:52:00 -05:00
stefanh@inbox.com
51ccb33a0d
Bug 970079 - Native theming for MacOS X help buttons, css part. r=dao.
2014-02-27 18:12:20 +01:00
Justin Dolske
6279400910
Bug 967349 - PopupNotifications should support a "Learn More" link. r=mattn
2014-02-18 19:05:34 -08:00
Justin Dolske
23f80990ac
Bug 951499 - Horizontal audio control needs hidpi graphics. r=jaws
2014-02-18 19:05:33 -08:00
Stephen Horlander
2429f681bc
[Australis] Bug 968595 - Change arrow panel arrow size and arrow panel styling. r=dao
2014-02-14 14:16:25 +01:00
Gregory Szorc
afdb724edf
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
--HG--
extra : rebase_source : 0cfdf2697d10532e5b03cd27fbaadb41f42b837c
extra : amend_source : 0119d4e4881217f105e0e4ba1dfa9c8f7295f3e9
extra : histedit_source : eb49e62c67af2005fdc08d9c9a07f56bee98d558%2C50951e960e450f9b0e48fc7e8ec369d8666a63b0
2014-02-06 13:00:20 -08:00
Alex Henrie
8c3b36eccb
Bug 968029 - Use unprefixed box-sizing in browser/ and toolkit/. r=dao
2014-02-04 21:36:29 -07:00
Alex Henrie
b1b70981eb
Bug 157846 - Remove padding from textbox.plain. r=roc
2014-01-16 16:45:20 -07:00
Darrin Henein
53b5b0f75d
Bug 960528 - Removed dotted outline from richlistbox as used in the Places modal -> Downloads list. r=dao
2014-01-25 17:14:08 +01:00
Alex Henrie
9886906ee1
Bug 157846. Main patch: Propagate text <input> padding down to its scrolled child and add 1px left/right padding to stylesheets as needed. Fix tests. r=roc
...
Original patch by Charly Molter. Help from Robert O'Callahan and Jim Mathies.
--HG--
extra : rebase_source : eacfe5696e9831f149157bbd7fe697c0f8020604
2014-01-13 08:13:10 -05:00
Gregory Szorc
e396fc159d
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Jared Wein
3df6b33a81
Bug 649490 - Switch the volume slider on the media controls to be horizontal and always visible. r=Gijs
...
--HG--
extra : rebase_source : 90a0865e71b87dbaddf44c4805f78f709e5d80de
2013-11-27 10:31:39 -05:00
Mike de Boer
fd53403e3b
Bug 878065: [Australis] introduce the final, flat panel UI style. r=dao
2013-11-21 16:39:36 +01:00
Matthew Noorenberghe
aba2581f1a
Merge mozilla-central to UX
2013-11-09 17:46:29 -08:00
Kai Strecker
0d9249e536
Bug 911876 - Increase the find bar close button's clickable area. r=dao
2013-11-08 15:23:55 +01:00
Gijs Kruitbosch
4ef230e3b8
Merge m-c to ux
2013-10-03 17:20:04 +02:00
Ms2ger
1ee1f27aa3
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gijs Kruitbosch
e69a32b297
Merge m-c to UX
2013-10-01 00:36:26 +02:00
Gregory Szorc
e6acf6270f
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Gijs Kruitbosch
7ff3b4b7d0
Merge mozilla-central and ux
2013-09-27 10:35:54 +02:00
Ed Morley
53a451894a
Backed out changeset 68b6b152f51a (bug 920223)
2013-09-30 12:50:09 +01:00
Gregory Szorc
0b4364c6f3
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Sankha Narayan Guria
2fab52119c
Bug 920943 - Unprefix -moz-grab from browser chrome CSS. r=dao
2013-09-26 14:36:59 +05:30
Gijs Kruitbosch
bbf2cef672
Merge mozilla-central and ux
2013-09-21 13:14:05 +02:00
Mike de Boer
751a9d7924
Backed out 3 changesets (bug 893446, bug 893011, bug 869543)
...
Backed out changeset 452ca8b779f3 (bug 893446)
Backed out changeset e1bf70be67ec (bug 893011)
Backed out changeset 60865db5f5dc (bug 869543)
2013-09-13 11:01:40 +02:00
Mike Conley
a7dfe464f8
Automated merge with https://hg.mozilla.org/mozilla-central
2013-09-05 09:59:00 -04:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Matthew Noorenberghe
068eaa547b
Merge mozilla-central to UX
...
--HG--
rename : browser/base/content/test/browser_tabopen_reflows.js => browser/base/content/test/browser_windowopen_reflows.js
2013-08-19 01:00:34 -07:00
Mike Conley
083b775a4f
Automated merge with https://hg.mozilla.org/mozilla-central
2013-08-13 10:12:56 -04:00
Jared Wein
1585098246
Automated merge with https://hg.mozilla.org/mozilla-central
2013-08-10 18:18:29 -04:00