Jonathan Kew
483054898a
Bug 1322989 - Reftest for uppercasing of Greek disjunctive eta (ή). r=m_kato
2016-12-20 10:07:32 +00:00
Jonathan Kew
2a3c8294aa
Bug 1322989 - Preserve accent on Greek disjunctive eta (ή) when applying text-transform:uppercase. r=m_kato
2016-12-20 10:06:51 +00:00
Masatoshi Kimura
f10ee4bed4
Bug 1149966 - Stop using enablePrivilege() in test_getUserMedia_scarySources.html r=jib
...
MozReview-Commit-ID: IQl4ijKZ2gt
--HG--
extra : rebase_source : f9f1bf4e784c75b15b265d14cf0380e4f243ad13
2016-12-16 21:35:04 +09:00
Carsten "Tomcat" Book
fc4bd848dd
Backed out changeset 422af49b7ae8 (bug 1322989) for bustage
2016-12-20 11:35:57 +01:00
Carsten "Tomcat" Book
f9d1b2c5b1
Backed out changeset f9455be3e7f5 (bug 1322989)
2016-12-20 11:35:43 +01:00
Jonathan Kew
4a46e5e529
Bug 1322989 - Reftest for uppercasing of Greek disjunctive eta (ή). r=m_kato
2016-12-20 10:07:32 +00:00
Jonathan Kew
60ef0df121
Bug 1322989 - Preserve accent on Greek disjunctive eta (ή) when applying text-transform:uppercase. r=m_kato
2016-12-20 10:06:51 +00:00
Andrea Marchesini
826ada7c51
Bug 1324537 - Implement the OfflineAudioCompletionEvent constructor - part 2, r=me
2016-12-20 11:02:50 +01:00
Andrea Marchesini
4f29b70d10
Bug 1324537 - Implement the OfflineAudioCompletionEvent constructor, r=smaug
2016-12-20 10:41:30 +01:00
Stone Shih
c383970755
Bug 1323916 - [Pointer Event] Fix errors in pointer event test cases. r=smaug
...
MozReview-Commit-ID: KEayE2B7aKX
2016-12-13 14:05:10 +08:00
Jessica Jong
556aae19f0
Bug 1286182 - Implement the layout for <input type=date>. r=mconley,smaug
...
--HG--
rename : dom/html/test/forms/test_input_time_focus_blur_events.html => dom/html/test/forms/test_input_datetime_focus_blur_events.html
2016-12-19 00:50:00 +08:00
Stone Shih
764b557d1e
Bug 1031362 Part3: Rollup popups by WM_POINTERDOWN. r=jimm, smaug
...
MozReview-Commit-ID: FiefSHcMBIn
2016-11-29 15:31:21 +08:00
Stone Shih
2c0f3cacb5
Bug 1031362 Part2: Refine InkCollector to enable it only on Win7. r=smaug
2016-11-25 14:36:37 +08:00
Stone Shih
d908d1a2d4
Bug 1031362 Part1: Dispatching mouse events by handling pen generated WM_POINTER* messages. r=jimm,smaug
2016-11-20 10:24:46 +08:00
Lee Salzman
731702eb1c
Bug 1324422 - initialize mPermitSubpixelAA for all tiles in DrawTargetTiled. r=sotaro
...
MozReview-Commit-ID: AM0OxyhLrzJ
2016-12-19 21:12:07 -05:00
Wes Kocher
b427632e5a
Merge m-c to inbound, a=merge
2016-12-19 16:48:34 -08:00
Wes Kocher
cc2a84852b
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 5Ytu9rQ8iD5
2016-12-19 16:46:20 -08:00
Boris Zbarsky
60309db42a
Bug 1323324 tests. r=till
...
--HG--
rename : dom/promise/tests/test_promise_xrays.html => dom/promise/tests/test_promise_argument_xrays.html
2016-12-19 15:38:44 -08:00
Boris Zbarsky
94a9f0d729
Bug 1323721 part 12. Create a separate IDLPromiseType; stop treating Promise as an interface altogether. r=qdot
2016-12-19 15:38:44 -08:00
Boris Zbarsky
6c78cc893a
Bug 1323721 part 11. Make isInterface and isGeckoInterface test false for the isPromise() case. r=qdot
2016-12-19 15:38:44 -08:00
Boris Zbarsky
d954b293d1
Bug 1323721 part 10. Move Promise arg-type computation for callbacks out of the isGeckoInterface section. r=qdot
2016-12-19 15:38:43 -08:00
Boris Zbarsky
f0b430a1bb
Bug 1323721 part 9. Move Promise JS-to-native conversion out of the isGeckoInterface section. r=qdot
2016-12-19 15:38:43 -08:00
Boris Zbarsky
193bf9cd4c
Bug 1323721 part 8. Remove the codegen hacks for calling Promise methods and constructors now that we don't do that anymore. r=till
2016-12-19 15:38:43 -08:00
Boris Zbarsky
d2410fed90
Bug 1323721 part 7. Remove the wrappercache hackery for Promise now that we're no longer relying on it in to-JS conversions. r=qdot
2016-12-19 15:38:43 -08:00
Boris Zbarsky
d858d9085c
Bug 1323721 part 6. Remove the now-unused Promise::WrapObject. r=till
2016-12-19 15:38:43 -08:00
Boris Zbarsky
865e7c42eb
Bug 1323721 part 5. Move Promise native-to-JS conversion out of the isGeckoInterface section. r=qdot
2016-12-19 15:38:43 -08:00
Boris Zbarsky
d5d3537765
Bug 1323721 part 4. Mark Promise as not concrete, so we no longer generate the now-unused code for actual DOM promise objects. r=qdot
2016-12-19 15:38:42 -08:00
Boris Zbarsky
94dfa592a5
Bug 1323721 part 3. Remove the vestigial mention of Promise from TypedArray.h. r=till
2016-12-19 15:38:42 -08:00
Boris Zbarsky
054c6d2088
Bug 1323721 part 2. Remove the no longer used PromiseInit callback type. r=till
2016-12-19 15:38:42 -08:00
Boris Zbarsky
b73f3a1a8c
Bug 1323721 part 1. Remove no longer used Promise-related DOM errors. r=till
2016-12-19 15:38:42 -08:00
Boris Zbarsky
83b5a8468f
Bug 1324178. Actually enforce the various checks the IDL spec says to do for arguments of constructors and named constructors. r=baku
2016-12-19 15:38:42 -08:00
Timothy Nikkel
f98faf04e3
Bug 1323606. Implement the pref layout.show_previous_page for e10s. r=gw280 r=mats
...
The existing implementation only works for non-remote subdocuments.
This essentially makes the changes from bug 1157941 conditional on this pref.
2016-12-19 17:34:00 -06:00
Jeff Gilbert
4fe7340dc2
Bug 1309643 - Only enable primitive restart index on OSX for DrawElements. - r=ethlin
2016-12-19 15:24:30 -08:00
Carsten "Tomcat" Book
72f817124f
Backed out changeset ab6c012704b9 (bug 1315105) for failing on own test
2016-12-19 16:34:18 +01:00
Carsten "Tomcat" Book
97d9339674
Merge mozilla-central to mozilla-inbound
2016-12-19 16:04:33 +01:00
Carsten "Tomcat" Book
46ded325e8
merge autoland to mozilla-central a=merge
2016-12-19 16:03:28 +01:00
Carsten "Tomcat" Book
51614d31e4
Backed out changeset 059753ec9117 (bug 1315105) for test failures in own test
...
--HG--
extra : rebase_source : de2846d1205d3e885c1040379f2816629a925d22
2016-12-19 15:59:14 +01:00
Carsten "Tomcat" Book
f1b50a1663
Backed out changeset cb1e59969729 (bug 1315105)
...
--HG--
extra : rebase_source : 2b71de0fbd36b44663caf37654c88e64bfe9af2c
2016-12-19 15:58:55 +01:00
Carsten "Tomcat" Book
4accb2ccc4
Backed out changeset 5414d6a71785 (bug 1315105)
...
--HG--
extra : rebase_source : 32ab8a0003ae643e467bcc24bd857ce58679c82f
2016-12-19 15:58:54 +01:00
ffxbld
7a9fb837af
No bug, Automated HPKP preload list update from host bld-linux64-spot-469 - a=hpkp-update
2016-12-19 06:25:29 -08:00
ffxbld
5401bc1f92
No bug, Automated HSTS preload list update from host bld-linux64-spot-469 - a=hsts-update
2016-12-19 06:25:27 -08:00
Sebastian Hengst
eda03c6bbf
Backed out changeset f3ac066c3741 (bug 1319992) for failing test_eme_stream_capture_blocked_case1.html. r=backout
2016-12-19 12:39:21 +01:00
Sebastian Hengst
54179fc7dd
Backed out changeset 45afcd8cf9ef (bug 1319992)
2016-12-19 12:38:36 +01:00
Sebastian Hengst
e1bd6fb711
Backed out changeset 3cfdc09bf851 (bug 1319992)
2016-12-19 12:38:32 +01:00
Sebastian Hengst
05f0d649cb
Backed out changeset 2ae0864c76bc (bug 1319992)
2016-12-19 12:38:28 +01:00
Sebastian Hengst
088b219e17
Backed out changeset 48b968826893 (bug 1319992)
2016-12-19 12:38:23 +01:00
Olli Pettay
2f85471cc3
Bug 1323815
, FocusEvent.relatedTarget should work consistently with MouseEvent.relatedTarget, r=masayuki
...
--HG--
extra : rebase_source : ee11583116bd52618f6bfba063e920e8064c1ec3
2016-12-19 13:36:48 +02:00
Nicholas Nethercote
3af5047314
Bug 1299335 (part 8) - Streamline nsIWidget::Enable. r=mstange.
...
This patch changes it from |NS_IMETHOD| to |virtual void| because every
implementation of these functions always returns |NS_OK|.
--HG--
extra : rebase_source : 07ee29c514bf35b97d7195c53bb5b9220d1ef961
2016-12-19 20:54:16 +11:00
Nicholas Nethercote
a28c8f38b2
Bug 1299335 (part 7) - Streamline nsIWidget::{Move,Resize}. r=mstange.
...
This patch changes them from |NS_IMETHOD| to |virtual void| because every
implementation of these functions always returns |NS_OK|.
--HG--
extra : rebase_source : 6207df5a46aeb6b8aaa0f697447a51bc6a6dc366
2016-12-19 20:54:03 +11:00
Phil Ringnalda
a6a339991d
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: DIIe4uRVqAO
2016-12-18 20:22:37 -08:00