Commit Graph

290 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Dão Gottwald
02693135f6 Bug 1173747 - Make autocomplete autocomplete popups' border lighter. r=gijs,jaws 2015-06-24 22:58:48 +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
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
Richard Marti
85353bd196 Bug 1169981 - Add win10 media query to listitem and treechildren. r=dao 2015-05-31 11:52:48 +02: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
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
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
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
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
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