Garvan Keeley
0f6db56d44
Bug 1330731 - Insecure form warning popup min-width increased to 200px, old width has 4 lines of text wrap (ugly), this has 3 (less ugly). r=MattN
...
MozReview-Commit-ID: HSao2FEtx1S
2017-04-11 10:24:10 -04:00
Doug Thayer
a5b27a8e9b
Bug 893505 - Simplify the application update UI r=chmanchester,enndeakin+6102,Gijs,rstrong
...
There's quite a few changes in here. At a high level, all we're trying to do
is to replace the old update popup with a less intrusive and more modern
doorhanger (set of doorhangers) for various update failure conditions.
MozReview-Commit-ID: 24sESMTosNX
2017-03-21 13:50:09 -07:00
Mike de Boer
8f70b61135
Bug 1319821 - Themes should allow for multiple background images in the toolbar. r=jaws,mattw
...
This patch also changes the 'headerURL' and 'theme_frame' properties to be of type
ExtensionURL, instead of strings. This improves validation robustness.
Alignment and tiling properties for the additional background images can be
specified in the newly introduced 'properties' section of the manifest.
MozReview-Commit-ID: BzvS3eHmDCY
2017-03-31 14:48:44 +02:00
Wes Kocher
b0f256ac8a
Backed out changeset 6d376d7031df (bug 1319821) for test_webextension_theme.js failures a=backout CLOSED TREE
2017-03-30 15:10:49 -07:00
Mike de Boer
b15f95ca4c
Bug 1319821 - Themes should allow for multiple background images in the toolbar. r=jaws,mattw
...
This patch also changes the 'headerURL' and 'theme_frame' properties to be of type
ExtensionURL, instead of strings. This improves validation robustness.
Alignment and tiling properties for the additional background images can be
specified in the newly introduced 'properties' section of the manifest.
MozReview-Commit-ID: BzvS3eHmDCY
2017-03-30 12:54:59 +02:00
Scott Wu
1d30884c66
Bug 1343707 - Make datetimepopup.xml binding attach lazily. r=mconley
...
MozReview-Commit-ID: C7LnrxIbU3K
2017-03-03 13:58:53 +08:00
Gijs Kruitbosch
44869ed01d
Bug 1325880 - fix RTL issue with statuspanel display, r=dao
...
MozReview-Commit-ID: BmWSm7a9Bc8
2017-03-09 12:01:05 +00:00
Jared Wein
65b889c822
Bug 1343921 - Implement support for custom icons through the Theming API. r=mattw,mikedeboer
...
MozReview-Commit-ID: KMMR7cT8Mzp
2017-03-06 18:10:39 -05:00
Sebastian Hengst
7864646906
Backed out changeset 1666512ef081 (bug 1343921) for failing browser_ext_themes_chromeparity.js and browser_ext_themes_icons.js. r=backout on a CLOSED TREE
2017-03-06 23:18:57 +01:00
Jared Wein
14f0b2dbdb
Bug 1343921 - Implement support for custom icons through the Theming API. r=mattw,mikedeboer
...
MozReview-Commit-ID: KMMR7cT8Mzp
2017-03-06 15:16:35 -05:00
Dão Gottwald
577ff99a56
Bug 1344307 - Clean up lightweight theme footer handling. r=jaws
...
MozReview-Commit-ID: BIUszE69HhH
2017-03-03 19:41:28 +01:00
Jared Wein
f71f2576de
Bug 864562 - Rename lwt-accentcolor to lwt-accent-color and lwt-textcolor to lwt-text-color. r=mikedeboer
...
MozReview-Commit-ID: 2fmGrsiFFr2
2017-02-28 14:19:59 -05:00
Jared Wein
796ea77fd8
Bug 864562 - Fix the tests and move more logic from JS to CSS now that the values exist as CSS Variables. r=mikedeboer
...
MozReview-Commit-ID: BuJdjtVBnin
2017-02-28 12:15:04 -05:00
Rex Lee
d0e1630d30
Bug 1270006 - Fill portion of the icon on download button as indicator to download progress r=Paolo
...
MozReview-Commit-ID: BqYow8jWCVD
2016-08-24 18:39:53 +08:00
Scott Wu
eb4e5743b5
Bug 1341190 - Remove .popup-anchor visibility rule r=mconley
...
MozReview-Commit-ID: DFMIKMMnLx5
2017-02-21 13:16:43 +08:00
Shane Caraveo
6f845adee3
Bug 1338724 fix icon size for sidebar toolbarbutton, r=kmag
...
MozReview-Commit-ID: K7DqIm3EQs8
2017-02-13 15:07:51 -08:00
Shane Caraveo
1f656159fc
Bug 1208596 implement sidebar api for webextensions, f?kmag, gijs r=Gijs,kmag
...
MozReview-Commit-ID: 6GMdU5kcrFR
2017-02-09 15:32:50 -08:00
Johann Hofmann
db6e669dbe
Bug 1327946 - Remove conditional moz-user-focus on identity block from urlbar. r=Gijs
...
MozReview-Commit-ID: 9F39TeDIGUf
2017-01-24 11:42:09 +01:00
Carsten "Tomcat" Book
f807d71b05
Backed out changeset 7e476d64cf93 (bug 1327946) for timeouts in browser_identityBlock_focus.js
2017-01-26 11:45:35 +01:00
Johann Hofmann
42cf3916d7
Bug 1327946 - Remove conditional moz-user-focus on identity block from urlbar. r=Gijs
...
MozReview-Commit-ID: 9F39TeDIGUf
2017-01-24 11:42:09 +01:00
Paolo Amadini
d7e0c455b0
Bug 1300755 - Notification anchors are not hidden when the user types in the location bar. r=past
...
MozReview-Commit-ID: 5xY87Jnekv7
2016-12-15 14:39:30 +01:00
Marco Bonardo
e00ec4e5e7
Bug 1321556 - Remove unused bindings from urlbarbindings.xml. r=dao
...
MozReview-Commit-ID: FfIsoh76ajn
2016-12-09 14:17:12 -10:00
Matthew Noorenberghe
0aeb918e4d
Bug 1319174 - Cleanup content vs. skin CSS separation for the insecure password field. r=mconley
...
MozReview-Commit-ID: 7yCJ4swuUq1
2016-11-21 12:12:33 -08:00
Kris Maglione
a99030ea74
Bug 1317101 - Part 3: Apply remote-browser binding to all remote="true" <browser>s. r=billm
...
MozReview-Commit-ID: 83sNFdLM4W7
2016-11-15 15:11:27 -08:00
Drew Willcoxon
83cdfd3868
Bug 1113747 - New search UI breaks if too many open search providers are offered. r=florian
...
Based on an earlier patch by Nihanth Subramanya <nhnt11@gmail.com >
MozReview-Commit-ID: 4TZzFgovIJm
2016-11-16 10:00:51 -08:00
Gijs Kruitbosch
14c3597cf8
Bug 1313751 - fix direction of URLs and/or page titles in a number of UI elements, r=enndeakin
...
MozReview-Commit-ID: KmWeWD0MLBM
2016-11-08 17:20:05 +00:00
Wes Kocher
5168212894
Merge inbound to central, a=merge
2016-11-11 13:56:45 -08:00
Matthew Wein
dcb1dd5545
Bug 1267810 - Add a module for registering keywords and handling keyword input sessions. r=adw
...
MozReview-Commit-ID: Ghqe5xLw67Y
2016-11-11 12:41:05 +00:00
Carsten "Tomcat" Book
9ff6099cde
Backed out changeset 9cfc41a2869e (bug 1267810) for eslint failures
2016-11-11 09:08:33 +01:00
Matthew Wein
4242267f30
Bug 1267810 - Add a module for registering keywords and handling keyword input sessions. r=adw
...
MozReview-Commit-ID: Ghqe5xLw67Y
2016-11-11 02:06:14 +00:00
Jonathan Kingston
c4254b6e68
Bug 1272256 - Add a longpress menu to the new tab button for containers. r=dao, r=Gijs
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Carsten "Tomcat" Book
a5c11ab4b5
Merge mozilla-central to autoland on a CLOSED TREE
2016-11-04 11:54:35 +01:00
Carsten "Tomcat" Book
5803ceab1b
Backed out changeset e00ed3bd29f9 (bug 1272256) fix eslint issues
2016-11-04 11:53:06 +01:00
Phil Ringnalda
0eacb5b6ab
Merge m-c to autoland
2016-11-03 20:02:24 -07:00
Iris Hsiao
6ac96d5a01
Backed out changeset 5b9b56fecb95 (bug 1267810)
2016-11-04 10:57:34 +08:00
Matthew Wein
13ec178a03
Bug 1267810 - Add a module for registering keywords and handling keyword input sessions. r=adw
...
MozReview-Commit-ID: Ghqe5xLw67Y
2016-11-03 16:27:50 +00:00
Sean Lee
afd6554242
Bug 1217162 - Implement insecure field warning on username field.; r=MattN
...
MozReview-Commit-ID: 2tefQKO9eGY
2016-10-31 17:57:40 +08:00
Jonathan Kingston
2b0531f1bb
Bug 1272256 - Adding a longpress menu to the new tab button for containers because innocent of Bustage on a CLOSED TREE. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Carsten "Tomcat" Book
42107d7c4b
Backed out changeset f19157ac2e48 (bug 1272256) for possibly causing timeouts on trunk trees on a CLOSED TREE
2016-11-04 09:15:03 +01:00
Jonathan Kingston
6f930ba184
Bug 1272256 - Adding a longpress menu to the new tab button for containers. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Carsten "Tomcat" Book
7e6ec3e1ca
Backed out changeset 309e32ebbc3a (bug 1272256) for eslint failure
2016-11-03 09:15:25 +01:00
Jonathan Kingston
689227e05f
Bug 1272256 - Adding a longpress menu to the new tab button for containers. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Scott Wu
c02af5a213
Bug 1283384 - Implement time picker UI w/ message passing, r=mconley
...
MozReview-Commit-ID: Gn3Itf0yFrN
2016-09-06 13:01:40 +08:00
Drew Willcoxon
0eb0205463
Bug 1290490 - Firefox shouldn't RTL the first item in the URL dropdown list when typing a URL. r=mak
...
MozReview-Commit-ID: IWPYKhdjrDg
2016-10-18 13:17:29 -07:00
Mike Conley
466a772cdb
Bug 1296638 - Make Form Autocomplete popup use a richlistbox instead of a tree. r=MattN
...
MozReview-Commit-ID: 6ybBqAwxlmb
2016-08-19 17:15:56 -04:00
Scott Wu
301f73ddb2
Bug 1306251 - Rename form validation anchor to make it more generic r=mconley
...
MozReview-Commit-ID: 1cSjXUiBTAC
2016-09-22 00:35:31 +08:00
William Lachance
d0933a0f4f
Bug 1302727 - Shorten tab opening/closing animation to 100ms r=mconley
...
MozReview-Commit-ID: 6hCejEV4hJr
2016-09-14 11:11:25 -04:00
Matthew Noorenberghe
8860aea4fb
Bug 1286718 - Revert bug 1164028 to remove the additional login fill doorhanger code. r=johannh
...
MozReview-Commit-ID: 3A3crOXQv7p
2016-09-09 23:23:03 -07:00
Matthew Noorenberghe
adfd6f5e7c
Bug 1286718 - Revert bug 1148026 to remove the initial login fill doorhanger code. r=johannh
...
MozReview-Commit-ID: 8IiG6gTNeHY
2016-09-09 22:56:52 -07:00
Dão Gottwald
0357d5b245
Backed out changeset 08e4eadbb77d for causing bug 1299667
2016-09-02 13:06:24 +02:00