Jessica Jong
98eb9e529a
Bug 1286182 - Implement the layout for <input type=date>. r=mconley,smaug
2016-12-19 00:50:00 +08:00
Masayuki Nakano
e8e68353a3
Bug 564411 Move all methods/attributes of nsIEditorIMESupport to nsIEditor r=smaug
...
Doing QI from nsIEditor to nsIEditorIMESupport doesn't make sense because editor should always support all methods and attributes of nsIEditorIMESupport (it does NOT mean that all nsIEditor implementation need to support IME).
This patch moves all of them to nsIEditor for avoiding redundant QIs.
MozReview-Commit-ID: DzIKuGHG4iy
2016-12-20 21:47:31 +09:00
Ray Lin
ebcd564325
Bug 1319569 - Remove unused timeThumb binding in videocontrols.xml and unreferenced statistics formatting styling from videocontrols.css. r=jaws
...
The timeThumb is no longer used since bug 1271765 and the statistics were removed by bug 1270853.
MozReview-Commit-ID: 3Pwl381IBdz
2016-12-16 02:22:00 -05:00
Jared Wein
aedfa737de
Bug 1323767 - Fix the indentation and inconsistent brace-style, and switch to using ES6 method definitions in videocontrols.xml. r=ralin
...
MozReview-Commit-ID: 9GNVgX5gZpc
2016-12-15 12:29:04 -05:00
Scott Wu
84cd3b0093
Bug 1323109 - Fixed date time pickers popup position; r=mconley
...
MozReview-Commit-ID: DuY4ZVyszBE
2016-12-01 16:45:16 +08:00
Marco Bonardo
2e6e948d10
Bug 1323600 - Some fields have been converted to properties and won't reset anymore when the binding is recreated. r=mossop
...
MozReview-Commit-ID: CHxBFpbW6aS
2016-12-15 00:58:21 +01:00
Scott Wu
f8b524374a
Bug 1283385 - (1/2) Implement date picker UI; r=mconley
...
MozReview-Commit-ID: 8uscU75qrkR
2016-11-09 23:38:11 +08:00
Joel Maher
62614255bf
backout aba885aafee0210b1f063a423b1c0b3ce28d15f7 for intermittent bug 1272834
...
MozReview-Commit-ID: BTJ13wWojaI
2016-12-14 10:59:43 -05:00
Carsten "Tomcat" Book
b27252357b
merge mozilla-inbound to mozilla-central a=merge
2016-12-14 16:41:28 +01:00
Carsten "Tomcat" Book
eb864a8a8c
Backed out changeset effd2d3a31e0 (bug 1283385i) for eslint failures
2016-12-14 09:42:27 +01:00
Michael Layzell
83f5bf7449
Bug 1318767 - Part 2: Correctly swap web progress listeners when swapping frameloaders, r=dao
...
MozReview-Commit-ID: KbUd2Os5qac
2016-11-25 10:06:00 +08:00
Scott Wu
3d2170b2d9
Bug 1283385 - (1/2) Implement date picker UI; r=mconley
...
MozReview-Commit-ID: 8uscU75qrkR
2016-11-09 23:38:11 +08:00
Mark Banner
dc46a8fba3
Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
...
MozReview-Commit-ID: CiIsUjQzp4D
2016-11-09 22:06:32 +00:00
Ray Lin
fae3079dba
Bug 1319301 - Part 1. fadeout grey spacer when play event is not triggered by controls. r=jaws
...
MozReview-Commit-ID: AouOiY9EGo8
2016-11-22 11:48:04 +08:00
Carsten "Tomcat" Book
d417824862
Backed out changeset 059753ec9117 (bug 1315105) for test failures in own test
2016-12-19 15:59:14 +01:00
Michael Layzell
f898aa0d8b
Bug 1315105 - Part 2: Implement <link rel=prerender> behind a pref, r=smaug
...
MozReview-Commit-ID: ARET98o1FTU
2016-12-19 15:05:31 +08:00
Timothy Guan-tin Chien
7222660280
Bug 1317882 - Calculate overflow for the insecure field richlistitem in the constructor. r=MattN
...
MozReview-Commit-ID: 9OxrUyK38Ss
2016-11-29 21:18:58 -08:00
Florian Quèze
6051a9bcb7
Bug 1319844 - Fix a few broken paths, r=Gijs.
2016-11-28 12:29:31 +01:00
Carsten "Tomcat" Book
bedf7a9ff6
Backed out changeset b05c8f63d8a2 (bug 1319844)
2016-11-28 15:56:44 +01:00
Florian Quèze
ec7eace2ec
Bug 1319844 - Fix a few broken paths, r=Gijs.
2016-11-28 12:29:31 +01:00
Carsten "Tomcat" Book
c11183c097
Merge mozilla-central to autoland
2016-11-25 16:30:53 +01:00
Johann Hofmann
4814f1af34
Bug 1315236 - Handle popup notifications with no actions. r=Paolo
...
MozReview-Commit-ID: F3rkoEovBYc
2016-11-23 12:16:50 +01:00
Carsten "Tomcat" Book
1cfbe9e7ac
Merge mozilla-central to mozilla-inbound
2016-11-24 16:46:19 +01:00
Carsten "Tomcat" Book
2ee161bf4e
merge mozilla-inbound to mozilla-central a=merge
2016-11-24 16:41:59 +01:00
Bob Owen
432572b6f3
Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer
2016-11-24 15:08:30 +00:00
Wes Kocher
43c9517dc3
Merge m-c to inbound, a=merge
2016-11-23 16:18:24 -08:00
Matthew Noorenberghe
5fca367306
Bug 1318537 - Remove Learn More link from the insecure login field autocomplete popup. r=seanlee
...
MozReview-Commit-ID: KbRokkIr8DE
2016-11-23 13:42:00 -08:00
Masayuki Nakano
2c60ee0938
Bug 1316505 part.2 The "wheel" event of <scrollbox> should use |.scrollByPixels()| instead of |.scrollByPages()| for respecting high resolution delta value and making the scroll smoother r=mstange
...
Similar to the previous patch, "wheel" event should use |.scrollByPixels()| instead of |.scrollByPages()| because |.scrollByPages()| doesn't support high resolution delta value.
This patch makes the "wheel" event handler of <scrollbox> use |.scrollByPixels()| at handling "wheel" events whose deltaMode is DOM_DELTA_PAGE and multiplies the delta value and |.scrollClientSize|.
MozReview-Commit-ID: 1nyD7niiq3W
2016-11-13 18:04:08 +09:00
Masayuki Nakano
9a2949f773
Bug 1316505 part.1 The "wheel" event handler of <scrollbox> should use |.scrollByPixels()| for respecting wheel event's scroll speed and scrolling smoother r=mstange
...
Currently, ths "wheel" event handler of <scrollbox> uses |.scrollByIndex()|. However, it scrolls too fast when "wheel" event has high resolution delta value when its deltaMode is DOM_DELTA_LINE.
For respecting the delta value, it should use |.scrollByPixels()|. Therefore, this patch implements new readonly property, |.lineScrollAmount|, which returns font size of the |.scrollbox| and makes "wheel" event handler multiplies the delta value and |.lineScrollAmount|.
MozReview-Commit-ID: KzIvJyxqrn5
2016-11-13 19:17:07 +09:00
Sebastian Hengst
d9dbaf74fb
Backed out changeset 5b26ae9afaea (bug 1147911)
2016-11-23 18:33:10 +01:00
Bob Owen
a7d454bdcc
Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer
2016-11-23 13:36:57 +00:00
Ray Lin
5b44638a48
Bug 1302310 - Make the width of video control match video container. r=jaws
...
MozReview-Commit-ID: B2pyiVfXBMF
2016-11-21 10:21:28 +08:00
Panos Astithas
4c4e4d8374
Bug 1282768 - Part 2 - Move the secondary actions of doorhanger notifications to their own menu button. r=paolo
...
MozReview-Commit-ID: 2cnufF7wZJG
2016-11-20 18:40:22 +01:00
Jonathan Kingston
51dc78db8d
Bug 1267604 - Restyle doorhanger notifications. r=paolo
...
MozReview-Commit-ID: HBykgFhgjmX
2016-11-20 18:40:08 +01:00
Michael Layzell
3e54c331f2
Bug 1310771 - Part 1: Add an aFlags argument to nsIBrowser::SwapBrowsers, r=mconley
...
This adds a single flag, SWAP_KEEP_PERMANENT_KEY, which tells the
browser that when it performs the swap, the permanent key should stick
with the browser, rather than following the frameLoader.
This patch also adds the implementation of tabbrowser.swapBrowsers,
which was previously absent, despite being referenced.
MozReview-Commit-ID: CLwJYzpY8Pp
2016-11-18 16:00:43 -05:00
Carsten "Tomcat" Book
800f97fe48
merge mozilla-inbound to mozilla-central a=merge
2016-11-18 16:51:17 +01:00
Jessica Jong
2b193656de
Bug 1314544 - Allow keyboard shortcut when focus is on date/time input box. r=mconley
2016-11-16 23:16:00 +01:00
Sebastian Hengst
16ad987153
Backed out changeset 5cffb4645bc0 (bug 1147911)
2016-11-18 00:58:52 +01:00
Phil Ringnalda
d3fe2919ff
Merge m-c to autoland
2016-11-17 20:11:25 -08:00
Neil Deakin
ba9f7af93f
Bug 1311279, scroll the select popup when click+drag is used, r=mconley
2016-11-17 09:56:43 -05:00
Carsten "Tomcat" Book
7bd0ed75c9
Backed out changeset 09093d38540e (bug 1311279)
2016-11-17 15:42:38 +01:00
Neil Deakin
e51adfaed8
Bug 1311279, scroll the select popup when click+drag is used, r=mconley
2016-11-17 09:28:27 -05:00
Ray Lin
b8e96f36a0
Bug 1271765 - Part 3. Update tests for video control visual refresh. r=jaws
...
MozReview-Commit-ID: 24GoxgtN0Bo
2016-11-09 16:47:29 +08:00
Bob Owen
6dc9342a41
Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer
2016-11-17 15:48:52 +00:00
Ray Lin
f783dc2616
Bug 1271765 - Part 2: Desktop media control visual refresh. r=jaws
...
MozReview-Commit-ID: 1GfyGmrhgCs
2016-10-12 13:31:32 +08:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -08:00
Dave Townsend
71040f1851
Bug 1316882: Turn on space-unary-ops eslint rule. r=MattN
...
MozReview-Commit-ID: 1xb6sWwhjvd
2016-11-10 15:25:40 -08:00
Dave Townsend
bbe7bf32d1
Bug 1316882: Turn on rest-spread-spacing eslint rule. r=felipe
...
MozReview-Commit-ID: EbRmrGz1G0a
2016-11-10 15:12:47 -08:00
Dave Townsend
b0f59ac265
Bug 1316882: Turn on func-call-spacing eslint rule. r=bgrins
...
MozReview-Commit-ID: GIkQnRX9woD
2016-11-10 15:05:32 -08:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00