Sebastian Hengst
debcda4ce8
Backed out changeset 2308f6c6fddf (bug 864562)
2017-02-23 19:33:37 +01:00
Jared Wein
f4275bbbf1
Bug 864562 - Declare lwtheme CSS in tabs.inc.css since we don't need to iterate rules anymore. r=MattN
...
MozReview-Commit-ID: 4N48zKJUVWs
2017-02-21 11:42:29 -05:00
Johann Hofmann
0824398d59
Bug 1330840 - Add Padding to in-content Insecure Password Warning. r=MattN
...
MozReview-Commit-ID: 9jgdZPIfpMI
2017-02-03 12:38:06 +01:00
Mayank Srivastav
ff52851a20
Bug 1331524 - Moved the tracking-protection icon before blocked-permissions-container. r=johannh
2017-02-04 22:16:41 +05:30
Scott Wu
d47638c5ec
Bug 1334038 - datetime pickers should close on tab switch r=mconley
...
MozReview-Commit-ID: AATRfAp3qPm
2017-01-26 17:19:33 +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
Thom Chiovoloni
43289b1e98
Bug 1295237 - Add 'Mobile Bookmarks' root to the bookmark menus if we have it. r=markh
...
MozReview-Commit-ID: 3ybnskOID1O
2017-01-17 13:15:49 -05:00
Tyler Maklebust
562973cc78
Bug 1309935 - Add ability to find within select dropdown when over 40 elements. r=jaws
...
Original patch by Tyler Maklebust <tmaklebust@gmail.com > and Jared Beach <beachjar@msu.edu >
MozReview-Commit-ID: 7FW6PHIrXF4
2017-01-17 15:40:15 -05:00
Edouard Oger
5439c385e7
Bug 1324895 - Add 'Open All in Tabs' to client context menu in Synced Tabs. r=markh
...
MozReview-Commit-ID: IFWtIfl0QZI
2017-01-05 15:40:36 -05:00
Dão Gottwald
1367ab44f5
Bug 1330001 - Remove browser code behind Windows XP and Vista version checks. r=jaws
2017-01-11 10:54:16 +01:00
Neil Deakin
4e7139a945
Bug 1313130, change menu shortcut handling so that Windows does not call preventDefault only when the accelerator key is down rather than when a key isn't handled, r=ksteuber
2016-12-06 15:25:09 -10: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
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
Mike Conley
4fe468af5f
Bug 1313067 - Make extra padding in autocomplete popup richlistitem opt-in. r=mak
...
MozReview-Commit-ID: 1nTKHSQzy7b
2016-10-28 13:11:30 -04:00
Marco Bonardo
4289107aad
Bug 1251569 - It's not possible to hide the Blocked Popup menu by clicking its anchor button in urlbar. r=Dolske
...
MozReview-Commit-ID: 7L6JwLNJt5x
2016-09-28 13:52:44 +02:00
Mike Conley
cc33aa5847
Bug 1312244 - Autocomplete popup does not close when anchor clicked a second time. r=enndeakin+6102
...
The popuphiding / popuphidden events are fired synchronously when the popup manager
decides we're doing a "rollup" (closing the popups due to "outside" events). In the case
of this bug, the "outside" event is a click on the input element in content.
Here's the kicker though: we handle that popuphidden event and queue a message to content
_before_ the mouse event that caused the roll-up is dispatched to content. This means that
browser-content.js hears that the popup closed due to popuphidden first, sets its internal
state of popupClosed to true, and then the MouseDown on the input field is processed. The
nsFormFillController then queries browser-content's AutoCompletePopup, sees its closed,
and tells the parent to open it again.
This patch adds the norolluponanchor attribute to the panel, which causes us to ignore the
rollup event if it happens to be targeted within the anchor rect. This means that we need
to trust content to tell us to close the autocomplete popup if the input is clicked when
the popup is open (and this is what bug 1183037, which this bug depends on, does).
MozReview-Commit-ID: 4A9qVfTYIUz
2016-10-24 11:32:10 -04: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
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
Dão Gottwald
541f5a3c25
Bug 1304617 - Avoid using the ordinal attribute for positioning the Hide / Show Recently Bookmarked menu items. r=mak
2016-10-13 18:47:52 +02:00
Jessica Jong
113984eb02
Bug 1288591 - Implement the layout for <input type=time>. r=mconley, r=dholbert, r=smaug
2016-10-06 00:17:00 -04:00
Vincent Lequertier
ca0aabbdc7
Bug 1301351 - Remove the toolbarbutton class; r=dao
2016-09-22 23:18:33 +02:00
Matthew Noorenberghe
0f5db2877b
Bug 1286718 - Revert bug 1149975 to remove the additional login fill doorhanger code. r=johannh
...
MozReview-Commit-ID: 7dAZKshpwdC
2016-09-09 23:04:45 -07:00
Johann Hofmann
a40edfbe38
Bug 1285212 - Add tooltips to permissions icons in the url bar. r=dao
...
MozReview-Commit-ID: Lq6fCdQtN0P
2016-08-23 17:16:55 +02:00
Xidorn Quan
75c04b03a5
Bug 1299795 - Disable fullscreen for sidebar. r=smaug
...
MozReview-Commit-ID: G09fKdufKW3
2016-09-07 09:13:14 +08:00
Johann Hofmann
0696f3a37a
Bug 1300495 - Remove UI leftovers from the pointerLock removal. r=dao
...
MozReview-Commit-ID: 9ILNjTTYwbm
2016-09-05 14:38:32 +02:00
Johann Hofmann
4dc9f2d264
Bug 1297405 - Don't add hover state to blocked permission icons in the identity block. r=dao
...
MozReview-Commit-ID: lkh0iI3Zb4
2016-08-23 17:13:18 +02:00
Shane Caraveo
e5626fbd1f
Bug 1289549 P2 socialapi remove sidebar and chat, r=florian
...
MozReview-Commit-ID: JzSDh41IPBu
2016-08-23 15:24:06 -07:00
Katie Broida[:ktbee]
0bcb756d06
Bug 1171746 - Ensure tab-specific panels close when you switch the tab. r=jaws
2016-08-19 07:27:00 -04:00
Wes Kocher
e0a7ec2f84
Merge m-c to fx-team a=merge
2016-08-12 16:39:13 -07:00
Katie Broida
84c7bf9488
Bug 565718 - Adds module for a zoom indicator in the browser's URL bar. r=dao
...
MozReview-Commit-ID: 7jcAhgUp8RP
2016-08-12 13:48:59 -04:00
Neil Deakin
24f1b04c80
Bug 52106, open menulist popup with selection over cursor, r=mstange
2016-08-11 10:37:25 -04:00
Florian Quèze
1d4757f17a
Bug 1206233 - Removed the old device/screen sharing doorhangers, r=johannh.
2016-08-09 22:50:53 +02:00
Florian Quèze
00b3e90b89
Bug 1206233 - Implement the animated sharing indicator above the control center (i) icon, r=johannh.
2016-08-09 22:50:52 +02:00
Wes Kocher
e7f7f7f498
Backed out 4 changesets (bug 1206233) for xpcshell bustage
...
Backed out changeset 5fd912b9afed (bug 1206233)
Backed out changeset 3e0bcd0f52c7 (bug 1206233)
Backed out changeset c3796270f3c2 (bug 1206233)
Backed out changeset 855fe322a553 (bug 1206233)
2016-08-09 17:24:03 -07:00
Florian Quèze
5adbd6f58d
Bug 1206233 - Removed the old device/screen sharing doorhangers, r=johannh.
2016-08-09 22:50:53 +02:00
Florian Quèze
bfe450bd7f
Bug 1206233 - Implement the animated sharing indicator above the control center (i) icon, r=johannh.
2016-08-09 22:50:52 +02:00
Drew Willcoxon
a11453a5f4
Bug 1180944 - Implement one-off searches from Awesomebar. r=mak,florian
...
MozReview-Commit-ID: A9YXB32L7MN
2016-08-02 18:00:26 -07:00
Mark Banner
735881a0ac
Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose
2016-07-30 08:48:31 +01:00
Mark Banner
8fb246ad32
Backed out changeset e9e43e8256e1 (bug 1287827) for breaking tests
2016-07-29 18:17:17 +01:00
Dão Gottwald
6c94788d7f
Bug 1290094 - Clean up Ctrl-Tab panel styling. r=mdeboer
2016-07-29 18:31:06 +02:00
Mark Banner
a10b7c2041
Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose
2016-07-29 12:00:27 +01:00
Johann Hofmann
b1496fb008
Bug 1290020 - Add a temporary empty tooltiptext to blocked permission icons. r=florian
...
MozReview-Commit-ID: B8pFdM9V4lu
2016-07-28 10:45:36 +02:00
Gijs Kruitbosch
1e6965a9d0
Bug 1287980 - fix combined toolbar button styling after undo reset, r=jaws
...
MozReview-Commit-ID: GnkIUIAByH7
2016-07-20 13:27:10 +01:00
Towkir Ahmed
8260c35d8d
Bug 870309 - Shift to panelUI.css from panelUIOverlay.css in customizableui CSS files. r=gijs
2016-07-20 04:44:00 -04:00
Edouard Oger
2be76e15fb
Bug 677372 - Send Tab/Page/Link to device. r=markh, a=KWierso
...
MozReview-Commit-ID: 6xnBjTPkiUQ
MozReview-Commit-ID: D7sdRrsWRCF
2016-06-27 16:46:43 -07:00