Commit Graph

2639 Commits

Author SHA1 Message Date
Mike de Boer
7405812c88 Bug 935521 - properly disable the find next/ previous buttons on the find toolbar and update their appearance when disabled. r=Gijs
MozReview-Commit-ID: ECynT7VYvTt
2016-11-14 13:00:34 +01:00
Wes Kocher
5168212894 Merge inbound to central, a=merge 2016-11-11 13:56:45 -08:00
Carsten "Tomcat" Book
cabaa5540f Merge mozilla-central to mozilla-inbound 2016-11-11 16:43:07 +01:00
Carsten "Tomcat" Book
9ff6099cde Backed out changeset 9cfc41a2869e (bug 1267810) for eslint failures 2016-11-11 09:08:33 +01:00
Alastor Wu
f037e790b1 Bug 1308153 - part1 : notify tabbrowser when the tab was blocked. r=baku,jaws
We need to notify tabbrowser about media-blocking so that we can show the unblocking tab icon.
See bug1308399 for more UX details.

MozReview-Commit-ID: E25lEhZLCZk
2016-11-11 10:42:35 +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
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
Neil Deakin
78fd6b5e95 Bug 1314802, handle text zoom for select popups, r=felipe 2016-11-11 10:30:48 -05:00
Andrea Marchesini
426e544033 Bug 1316359 - autocomplete.xml must get userContextId from the attribute of the element instead using contentPrincipal, r=Gijs 2016-11-09 19:43:34 +01:00
Carsten "Tomcat" Book
be2c146305 Merge mozilla-central to mozilla-inbound 2016-11-09 16:39:18 +01:00
Florian Quèze
bc80610a8f Bug 1315228 - add a popupIconClass option to popup notifications so that the microphone and screensharing icons can be set without hacks, r=paolo. 2016-11-09 15:32:49 +01:00
Scott Wu
8576636d47 Bug 1301284 - Update time picker style to match visual spec; r=mconley
MozReview-Commit-ID: LqYl8qRzlBg
2016-10-17 17:24:39 +08:00
Jessica Jong
2e526dfa30 Bug 1314542 - Verify millisecond field when setting input time elemet's value. r=mconley 2016-11-04 00:59:00 -04:00
Wes Kocher
c92af64732 Merge m-c to inbound, a=merge CLOSED TREE 2016-11-04 15:19:49 -07:00
Dave Townsend
dc3810c548 Bug 1314343: Turn on no-unreachable in eslint. r=standard8
Unreachable code can be a sign of a mistake so we should turn this rule on.

MozReview-Commit-ID: LQphsNL7HBX
2016-11-01 10:58:35 -07: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
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
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
André Bargull
93c77792ac Bug 1313795 - Remove Date.prototype.toLocaleFormat uses in toolkit/content/widgets. r=Neil 2016-11-01 09:20:48 -07:00
Jared Wein
0c024fa9ca Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Samael Wang
70fcdd1824 Bug 1276553 - Part 3: Add groupedSHistory related functions to nsIBrowser. r=smaug
Add swapBrowsers() for frameloader or other platform components to swap frameloaders
and <xul:browser> listeners.

Add closeBrowser() for chrome process top-level frameloader to correctly remove /
close a tab.

MozReview-Commit-ID: KzM0xL8goUN
2016-10-18 16:15:32 -04:00
Sebastian Hengst
0774c3a419 Bug 1283384 - Implement time picker UI w/ message passing: Fix eslint errors. r=eslint 2016-10-25 09:32:56 +02: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
Ryan VanderMeulen
650168c214 Merge inbound to m-c. a=merge 2016-10-23 13:16:27 -04:00
Jared Wein
a485808ad4 Bug 1311450 - Only show the 'touch' padding for the select dropdown when opened via touch. r=mconley,smaug
MozReview-Commit-ID: 521oAj1NzX7
2016-10-20 12:45:39 -04: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
Neil Deakin
cb660a453e Bug 643770, stop autoscroll when mousewheel is moved, r=felipe 2016-10-21 11:22:25 -04:00
Jessica Jong
32363fd1d0 Bug 1310587 - [DateTime Input] Make background of reset button in input box transparent. r=mconley 2016-10-17 02:13:00 -04: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
Marco Bonardo
12b2b6852f Bug 1304501 - Properly disable trimUrl on autofill. r=adw
MozReview-Commit-ID: IxCOWkqFYV0
2016-09-21 21:55:00 +02:00
Carsten "Tomcat" Book
4d939b2655 Merge mozilla-central to autoland 2016-10-11 13:06:12 +02:00
Philipp Kewisch
cfe07722c6 Bug 1231509 - Using more than just an expression in XBL fields confuses the eslint xbl preprocessor. r=mossop
MozReview-Commit-ID: 4lMiSP0ery4
2016-09-19 11:31:38 +02:00
Mike de Boer
293fa85edc Bug 1303008 - refactor Fennec Finder.jsm integration to always show the correct match count results in the findbar. r=nalexander
MozReview-Commit-ID: KZIstsbHAyT
2016-10-10 11:53:25 +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
Phil Ringnalda
fe5eb105ff Merge m-c to m-i
MozReview-Commit-ID: B5Nf2oiDcqG
2016-10-10 19:13:45 -07:00
Boris Zbarsky
89d7a546a8 Bug 1298243 part 7. Change DataTransfer.types from being a DOMStringList to being a frozen array. r=mystor,gijs 2016-10-10 21:07:47 -04:00
Carsten "Tomcat" Book
00d38cdcc1 Merge mozilla-central to mozilla-inbound 2017-01-25 13:50:52 +01:00
Jessica Jong
aee4d30469 Bug 1318317 - [DateTimeInput] hide reset button when there is no value. r=mconley 2017-01-24 17:19:00 +01:00
Kirk Steuber
2c1ac87580 Bug 1206133 - Add popuppositioning state and popuppositioned event to improve arrow panel position handling. r=enndeakin
MozReview-Commit-ID: Dh1npORCQ6J
2016-08-16 15:33:05 -07:00
Kartikaya Gupta
e8e8181406 Bug 1302737 - Add rudimentary touch-scrolling support to the XUL scrollbox widget. r=dao
MozReview-Commit-ID: DmXgox2R3uX
2016-09-29 10:05:25 -04:00
Kartikaya Gupta
9aaae459de Bug 1302736 - Add rudimentary touch-scrolling support to the XUL tree widget. r=dao
MozReview-Commit-ID: 7dHpl3EsRZk
2016-09-29 10:05:24 -04:00
Carsten "Tomcat" Book
2db5a1e1dc Merge mozilla-central to mozilla-inbound 2016-09-27 11:26:17 +02:00
Carsten "Tomcat" Book
3ba1f84cdf merge mozilla-inbound to mozilla-central a=merge 2016-09-27 11:21:25 +02:00
Gijs Kruitbosch
c7f64966e7 Bug 1304492 - use frameloader's context to get contentPrincipal, r=mconley
MozReview-Commit-ID: DdzGwIJye14
2016-09-26 14:47:31 +01:00
Tooru Fujisawa
a5de27f8d2 Bug 1148716 - Do not re-open location bar suggestion when dropmarker is clicked while the suggestion is opened. r=mak 2016-09-27 10:42:13 +09:00
Gijs Kruitbosch
a5f81387b8 Bug 1284395, r=bz,mconley,baku
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Carsten "Tomcat" Book
ff5b25e2c0 merge mozilla-inbound to mozilla-central a=merge 2016-09-21 12:03:31 +02:00
Gijs Kruitbosch
087aed34d8 Bug 1211637 - if there's no docShell (on a local tab) or permitUnload times out (on a remote tab), close the tab, r=billm
MozReview-Commit-ID: Cihru0TVxNc
2016-09-15 16:17:17 +01:00