Граф коммитов

196 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald 757b8de221 Bug 1295929 - Don't use --panel-separator-color for .panel-subviews' border. r=jaws 2016-08-18 11:37:05 +02:00
Dão Gottwald 7708926ca5 Bug 1294136 - Don't use !important for -moz-appearance on toolbarseparator and menuseparator. r=paolo 2016-08-11 17:53:33 +02:00
Kris Maglione d63b08badc Bug 1293099: Fill panel arrow and arrow content with browser body's background color. r=bwinton ui-r=maritz
MozReview-Commit-ID: 3xf31UgUy2A

--HG--
extra : rebase_source : 4f1e4149587da7a2c0aefdde7c8880ea21330393
2016-08-08 14:06:19 -07:00
Dão Gottwald 0bf69f6cf1 Bug 1293018 - Make arrow panels white (using -moz-field) on Linux. r=paolo
--HG--
extra : rebase_source : cc514804b8ccbc73c99f894993ff041c00b568f1
2016-08-08 14:37:27 +02:00
Dão Gottwald 652b46c3fe Bug 334598 - Use Unicode symbols in print preview page navigation buttons. r=felipe 2016-08-06 16:23:26 +02:00
Frank-Rainer Grahl 511f09f505 Bug 1290756 - Remove Help Viewer from Toolkit. r=gps 2016-07-31 14:08:00 +02:00
Tom Tromey 5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Dão Gottwald cb9d4582fa Bug 334578 - Make the gradient in the background of the prev/next buttons less strong to better integrate with dark themes. r=jaws
--HG--
extra : rebase_source : 5c8aa6b46c4b12884dbeaf2a4ec29df990bb58f5
2016-07-15 12:20:55 +02:00
Gregory Szorc 021d3fdfc7 Merge mozilla-central to mozilla-inbound 2016-07-06 18:26:17 -07:00
Gijs Kruitbosch efe8df2600 Bug 1280472 - fix focusing of text links in about:preferences, r=dao
MozReview-Commit-ID: 2lPFDTYVY99

--HG--
extra : rebase_source : b1b76a1aadf80cbe9a6d4f427a709046bf8eeffd
extra : source : d724f337b4f05a56fe90f05ccff06d09a3631eee
2016-06-22 18:57:28 +01:00
Eitan Isaacson 7afaf8c45c Bug 1280510 - Copy hi/lo dpi loading icon from windows to Linux. r=dao
MozReview-Commit-ID: FraPEDKnQAQ


--HG--
rename : toolkit/themes/windows/global/icons/loading.png => toolkit/themes/shared/icons/loading.png
rename : toolkit/themes/windows/global/icons/loading@2x.png => toolkit/themes/shared/icons/loading@2x.png
2016-07-05 13:32:10 -07:00
Mike de Boer fe68c53f4b Bug 269442 - whole word matching support for nsFind. r=ehsan,dao. ui-r=shorlander
MozReview-Commit-ID: KIDWHyjOSYL
2016-06-28 15:13:53 +02:00
Brian Grinstead 1adf4b4140 Bug 1278368 - Remove the error console. r=dolske
MozReview-Commit-ID: AIw6zqVjJFx

--HG--
extra : transplant_source : V%9C%F2%B6L%1D%22%D8%85%9Ep%AA%2B%CD%19%23%D2c%96%EE
2016-06-23 17:46:58 -07:00
past@mozilla.com c603cb558d Bug 1275700 - Fix the color of the AwesomeBar and Search Results popup on Linux. r=dao
MozReview-Commit-ID: HF2qk05sGK7
2016-06-24 11:09:12 +03:00
Paolo Amadini 5797203ab2 Bug 1274480 - Part 1 - Use SVG for permission icons and notifications. r=Gijs
MozReview-Commit-ID: Dk0PajOppVL

--HG--
extra : rebase_source : eed692400919f5c126debb14b3ae2c2d17c7cb7d
2016-06-08 16:34:10 +01:00
Mike de Boer 360dec1b8b Bug 1271680 - use scalable SVG icons for the findbar navigation arrows on Windows and Linux too. r=dao
--HG--
rename : toolkit/themes/osx/global/icons/find-arrows.svg => toolkit/themes/shared/icons/find-arrows.svg
2016-05-17 23:27:35 +02:00
L. David Baron d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Carsten "Tomcat" Book 9b6572bf54 merge mozilla-inbound to mozilla-central a=merge 2016-05-06 14:18:17 +02:00
Drew Willcoxon 5850210e29 Bug 1270670 - Fix spacing around em dash separator in awesomebar popup on Windows, Linux in RTL. r=mak
MozReview-Commit-ID: GiNvS7uacnd
2016-05-05 16:54:47 -07:00
Astley Chen d626fe0c49 bug 859301 : Part 2 - unprefix internal css files. r=dbaron
MozReview-Commit-ID: CRyp3zQxayh

--HG--
extra : rebase_source : 6b4a5d3e5292a1bdeceab37c5067c78fac69834a
2016-05-04 13:31:24 +08:00
Drew Willcoxon 6622dc6117 Bug 1259573 - Invert the default favicon for selected awesomebar popup entries. r=mak
MozReview-Commit-ID: 1UQPVyYueD0
2016-04-19 09:31:35 -07:00
Drew Willcoxon a12225ccf4 Bug 1263698 - Correctly place the em dash separator between title and URL in awesomebar popup in RTL. r=mak
MozReview-Commit-ID: JiD70fqK9EU
2016-04-12 09:58:14 -07:00
Drew Willcoxon ee27759c39 Bug 1181078 - Implement new awesomebar popup design. r=mak
Based on an earlier patch by Marco Bonardo <mbonardo@mozilla.com>.

MozReview-Commit-ID: 7S0OoTGivbC
2016-04-05 18:56:54 -07:00
Blair McBride 3a42cce9c7 Bug 750054 - Update loading throbbers in secondary UI. r=mikedeboer,dolske
--HG--
rename : toolkit/themes/linux/global/icons/loading_16.png => toolkit/themes/linux/global/icons/loading.png
rename : toolkit/themes/osx/global/icons/loading_16.png => toolkit/themes/osx/global/icons/loading.png
rename : browser/themes/osx/tabbrowser/loading@2x.png => toolkit/themes/osx/global/icons/loading@2x.png
rename : toolkit/themes/windows/global/icons/loading_16.png => toolkit/themes/windows/global/icons/loading.png
rename : browser/themes/windows/tabbrowser/loading@2x.png => toolkit/themes/windows/global/icons/loading@2x.png
extra : rebase_source : 0dee8b2270eb2ef74cc2224270712bedb5fe8e6a
2016-03-15 23:04:22 +13:00
Myk Melez b87f6c47ff Bug 1250349 - remove app icons from Toolkit; r=mossop 2016-03-09 14:47:15 -08:00
Dave Townsend 4c3d60d100 Bug 1244302: Remove the add-ons selection UI.
--HG--
extra : commitid : 1lei0PwZgNi
extra : rebase_source : 380537fc9550e9e89e8fd3baee2bfe4db9f925fd
2016-02-02 09:15:59 -08:00
Gijs Kruitbosch d61d7036f6 Bug 1243353 - allow HTML in-content checkboxes to have focus and style them appropriately, r=jaws
--HG--
extra : commitid : 4YfNCbhtKqv
extra : rebase_source : 214419b31ea72668f553a2efc8ef7c5c559451d9
2016-02-01 21:45:22 +00:00
Gijs Kruitbosch 380acaf2e0 Bug 1241621 - fix notification styling for gtk2 on later branches, r=dao
--HG--
extra : commitid : 2rU7lrQUYwO
extra : rebase_source : 02688835fc704421b3a87c1d5fc6aba72adc847c
2016-01-22 09:54:18 +00:00
Mark Hammond a0cfa06a42 Bug 1224653 - Replace existing globe icons for site missing a favicon with an new darker version. r=dolske 2016-01-07 12:12:15 +11:00
Richard Marti 0c6226c0e1 Bug 1191230 - Add Windows 10 twisties. r=Gijs
--HG--
rename : toolkit/themes/windows/global/tree/twisty-clsd.png => toolkit/themes/linux/global/tree/twisty-clsd.png
rename : toolkit/themes/windows/global/tree/twisty-open.png => toolkit/themes/linux/global/tree/twisty-open.png
extra : commitid : 6QWQg6DhS7m
2015-12-09 18:20:25 +01:00
Wes Kocher 0e56f62c04 Backed out changeset 3fc5a790f110 (bug 1191230) for Windows and b2g emulator build bustage CLOSED TREE
--HG--
rename : toolkit/themes/linux/global/tree/twisty-clsd.png => toolkit/themes/windows/global/tree/twisty-clsd.png
rename : toolkit/themes/linux/global/tree/twisty-open.png => toolkit/themes/windows/global/tree/twisty-open.png
2015-12-14 10:19:11 -08:00
Richard Marti ea754e027f Bug 1191230 - Add Windows 10 twisties. r=Gijs
--HG--
rename : toolkit/themes/windows/global/tree/twisty-clsd.png => toolkit/themes/linux/global/tree/twisty-clsd.png
rename : toolkit/themes/windows/global/tree/twisty-open.png => toolkit/themes/linux/global/tree/twisty-open.png
2015-12-09 18:20:25 +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
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
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
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
Richard Marti f9f65796f8 Bug 1209343 - Make the background of notification[type="critical"] red again. r=adw 2015-09-29 22:06:21 +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
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
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
Andrew Comminos 3d140d526a Bug 1187203 - Use -moz-gtk-info-bar for notifications on Linux. r=karlt 2015-08-21 16:38:16 -04:00