Phil Ringnalda
|
b94a0cbd73
|
Merge m-i to m-c, a=merge
|
2016-12-24 16:51:17 -08:00 |
Wes Kocher
|
37e6ad7e9e
|
Backed out 7 changesets (bug 1322938) for test_lowDiskSpace.html failures on android a=backout
Backed out changeset 1de6bfc4c973 (bug 1322938)
Backed out changeset 45b81607acd2 (bug 1322938)
Backed out changeset 2f3c2e660d28 (bug 1322938)
Backed out changeset d93937b3f80e (bug 1322938)
Backed out changeset 91c8b6d99e35 (bug 1322938)
Backed out changeset b6bdaf0dd932 (bug 1322938)
Backed out changeset 4b6ed4bb4263 (bug 1322938)
|
2016-12-23 20:55:55 -08:00 |
Tim Nguyen
|
b4cc065b02
|
Bug 1322938 - Put <dialog> element behind preference. r=smaug
MozReview-Commit-ID: 3thJ5B7Znwo
|
2016-12-23 16:01:50 +01:00 |
Tim Nguyen
|
19655e43c1
|
Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is called. r=smaug
MozReview-Commit-ID: 7OKlKFb3lok
|
2016-12-23 16:01:50 +01:00 |
Tim Nguyen
|
c2ebb6b528
|
Bug 1322938 - Basic implementation of HTMLDialogElement. r=smaug, masayuki
MozReview-Commit-ID: AU92mq2QZIc
|
2016-12-23 16:01:50 +01:00 |
Neil Deakin
|
d88256a9f9
|
Bug 1309596, add an updateDragImage method to modify the drag feedback image during the drag, r=smaug
|
2016-12-23 18:09:44 -05:00 |
Hiroyuki Ikezoe
|
92a8f642ee
|
Bug 1216844 - Implement KeyframeEffect::SetComposite(). r=boris,smaug
MozReview-Commit-ID: C9wHsriHgZ9
--HG--
extra : rebase_source : 85ddcf39ed54dd5add692421c10f3bfb6e9d3ceb
|
2016-12-14 08:51:44 +09:00 |
Wes Kocher
|
c788de8394
|
Merge m-c to autoland, a=merge
MozReview-Commit-ID: Ir5MaTTboph
|
2016-12-23 14:40:22 -08:00 |
Wes Kocher
|
1e19e7e80a
|
Backed out 6 changesets (bug 1322938) for android failures in test_lowDiskSpace.html CLOSED TREE a=backout
Backed out changeset 8d9ed256d618 (bug 1322938)
Backed out changeset 0d04a7f9567b (bug 1322938)
Backed out changeset f3bed08a1f6f (bug 1322938)
Backed out changeset 2992c400da4d (bug 1322938)
Backed out changeset cf6c65628dd0 (bug 1322938)
Backed out changeset 4c88ef02c5d4 (bug 1322938)
|
2016-12-23 13:40:26 -08:00 |
Michelangelo De Simone
|
682555bbc4
|
Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan
MozReview-Commit-ID: 5jkBVon3ZSz
--HG--
extra : rebase_source : e13a061650abe81ea58ffca22f74e3ec6122fede
|
2016-12-20 16:32:12 -08:00 |
Boris Zbarsky
|
7cd914777b
|
Bug 1325028 part 4. Remove IsCallerChrome use from nsGlobalWindow::MoveTo/MoveBy. r=bkelly
|
2016-12-22 11:06:32 -08:00 |
Boris Zbarsky
|
5323953edf
|
Bug 1325028 part 3. Remove IsCallerChrome use from nsGlobalWindow::ResizeTo/ResizeBy/SizeToContent. r=bkelly
|
2016-12-22 11:06:32 -08:00 |
Boris Zbarsky
|
d6423562a1
|
Bug 1325028 part 1. Remove IsCallerChrome use from nsGlobalWindow's .content getter. r=bkelly
|
2016-12-22 11:05:55 -08:00 |
Boris Zbarsky
|
61f31dce10
|
Bug 1325016 part 5. Switch ScreenOrientation's angle getter to use the caller-type version of ResistFingerprinting. r=bkelly
|
2016-12-22 11:05:55 -08:00 |
Boris Zbarsky
|
34eeff8638
|
Bug 1325016 part 4. Switch ScreenOrientation's type getter to use the caller-type version of ResistFingerprinting. r=bkelly
|
2016-12-22 11:05:55 -08:00 |
Boris Zbarsky
|
1ba3c2ac4b
|
Bug 1325016 part 2. Switch ScreenOrientation's deviceType getter to use the caller-type version of ResistFingerprinting. r=bkelly
|
2016-12-22 11:05:54 -08:00 |
Boris Zbarsky
|
d22d7aafa4
|
Bug 1320801 part 5. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's devicePixelRatio getter. r=bkelly
|
2016-12-22 11:05:54 -08:00 |
Boris Zbarsky
|
fe08a55fa4
|
Bug 1320801 part 4. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's mozInnerScreenX/mozInnerScreenY getters. r=bkelly
|
2016-12-22 11:05:54 -08:00 |
Boris Zbarsky
|
7f7978f0f7
|
Bug 1320801 part 3. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's orientation getter. r=bkelly
|
2016-12-22 11:05:54 -08:00 |
Boris Zbarsky
|
454eaf81d5
|
Bug 1320801 part 1. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's outerWidth/outerHeight getters. r=bkelly
|
2016-12-22 11:05:54 -08:00 |
Alexander Surkov
|
cfe1683646
|
Bug 1324891 - add AOM has() method, r=smaug
|
2016-12-22 07:47:49 -05:00 |
Alexander Surkov
|
578aab0857
|
Bug 1325160 - implement AOM attributes, r=smaug
|
2016-12-23 14:36:55 -05:00 |
Tim Nguyen
|
7ee1b9199a
|
Bug 1322938 - Put <dialog> element behind preference. r=smaug
MozReview-Commit-ID: 3thJ5B7Znwo
|
2016-12-23 16:01:50 +01:00 |
Tim Nguyen
|
3a9c63ff99
|
Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is called. r=smaug
MozReview-Commit-ID: 7OKlKFb3lok
|
2016-12-23 16:01:50 +01:00 |
Tim Nguyen
|
53316683b8
|
Bug 1322938 - Basic implementation of HTMLDialogElement. r=smaug, masayuki
MozReview-Commit-ID: AU92mq2QZIc
|
2016-12-23 16:01:50 +01:00 |
Alexander Surkov
|
06e89f7f59
|
Bug 1324460 - implement AOM get() method, r=smaug
|
2016-12-21 13:04:49 -05:00 |
Carsten "Tomcat" Book
|
e8b62ac15b
|
merge mozilla-inbound to mozilla-central a=merge
|
2016-12-21 16:57:08 +01:00 |
Andrea Marchesini
|
7d3342df6b
|
Bug 1324659 - AudioParam.minValue/maxValue, r=padenot
|
2016-12-21 10:53:38 +01:00 |
Andrea Marchesini
|
60364b27c9
|
Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot
|
2016-12-21 10:53:17 +01:00 |
Andrea Marchesini
|
de7438cf52
|
Bug 1324352 - Implement BaseAudioContext, r=padenot
|
2016-12-21 10:52:50 +01:00 |
Phil Ringnalda
|
3b8c995f23
|
Merge m-c to m-i
MozReview-Commit-ID: 322JHuSlk86
|
2016-12-20 20:21:11 -08:00 |
Jeff Gilbert
|
8a9c965490
|
Bug 1324924 - Support ImageBitmap for Tex*Image*. (flattened) - r=bz,daoshengmu,mtseng
MozReview-Commit-ID: JzcbzeFHyHn
|
2016-12-20 19:24:25 -08:00 |
Boris Zbarsky
|
7607f4c0dd
|
Bug 1324543 - Fix inheritance in our webidl. - r=jgilbert,bz
MozReview-Commit-ID: 7W95FqqfBuE
|
2016-12-20 15:48:20 -08:00 |
Sebastian Hengst
|
9bc6c5c04d
|
Backed out changeset d426fe6431f0 (bug 1324460) for failure of test aom/test_general.html on first push after it landed. r=backout
|
2016-12-20 23:50:38 +01:00 |
Sebastian Hengst
|
ac153b5903
|
Backed out changeset 50a74758ee7d (bug 1324352) for failing webaudioeditor devtools tests like test/browser_audionode-actor-bypass.js. r=backout
|
2016-12-20 23:03:36 +01:00 |
Sebastian Hengst
|
d17f05006b
|
Backed out changeset d70b97db8d9e (bug 1324568)
|
2016-12-20 23:02:48 +01:00 |
Sebastian Hengst
|
2c02931295
|
Backed out changeset f350bbf9e636 (bug 1324659)
|
2016-12-20 23:02:44 +01:00 |
Alexander Surkov
|
ad56c994fa
|
Bug 1324460 - implement AOM get() method, r=smaug
|
2016-12-20 16:45:57 -05:00 |
Wes Kocher
|
b5f33578be
|
Merge m-c to inbound, a=merge
|
2016-12-20 11:47:17 -08:00 |
Wes Kocher
|
584a2f0f62
|
Merge inbound to central, a=merge
MozReview-Commit-ID: Cr9L1dhIzP2
|
2016-12-20 11:41:57 -08:00 |
Andrea Marchesini
|
f9c4996182
|
Bug 1324659 - AudioParam.minValue/maxValue, r=padenot
|
2016-12-20 20:20:41 +01:00 |
Andrea Marchesini
|
bd93c7bd15
|
Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot
|
2016-12-20 20:20:41 +01:00 |
Andrea Marchesini
|
ad79ef8d0a
|
Bug 1324352 - Implement BaseAudioContext, r=padenot
|
2016-12-20 20:20:41 +01:00 |
Andrea Marchesini
|
4f29b70d10
|
Bug 1324537 - Implement the OfflineAudioCompletionEvent constructor, r=smaug
|
2016-12-20 10:41:30 +01:00 |
Masayuki Nakano
|
e0dcff15d2
|
Bug 1322736 part.3 Remove dom::BeforeAfterKeyboardEvent and InternalBeforeAfterKeyboardEvent r=smaug
MozReview-Commit-ID: Eyz2HjIdQEW
--HG--
extra : rebase_source : 182f4f8236dcfb83f8725a9c66cc46dedbb14f2c
|
2016-12-16 16:25:22 +09:00 |
Masayuki Nakano
|
d48cef4255
|
Bug 1322736 part.2 Remove "after keydown" and "after keyup" events r=smaug
MozReview-Commit-ID: ICFPyDhgfh7
--HG--
extra : rebase_source : 6d3a9d227ac99710ac2daa036e1e169d31ae9e6a
|
2016-12-16 16:01:51 +09:00 |
Masayuki Nakano
|
abc299239b
|
Bug 1322736 part.1 Remove "before keydown" and "before keyup" events r=smaug
MozReview-Commit-ID: 3umPBwTowLc
--HG--
extra : rebase_source : c77a7f4b9334f261623d655edb3bf50377d1804d
|
2016-12-16 15:59:25 +09: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
|
054c6d2088
|
Bug 1323721 part 2. Remove the no longer used PromiseInit callback type. r=till
|
2016-12-19 15:38:42 -08:00 |