Commit Graph

497427 Commits

Author SHA1 Message Date
Munro Mengjue Chiang
12cf0bc33c Bug 1307533 - support getUserMedia facingmode on Surface Book; r=jib
MozReview-Commit-ID: IOfWT2EyEPs

--HG--
extra : rebase_source : 12e0f930a6b1770f20a014591f2d4377b5ed95bb
2016-10-27 17:55:09 +08:00
Maja Frydrychowicz
6da8812934 Bug 1303234 - Implement extracting action chain from a request; r=ato,jgraham
MozReview-Commit-ID: JxNoGZog1om

--HG--
rename : testing/marionette/action.js => testing/marionette/legacyaction.js
extra : rebase_source : 91e9b1915e18362765804e3767dfb834394a35af
2016-10-26 13:04:48 -04:00
Dustin J. Mitchell
d65bd841f8 Bug 1313678: rename task description chainOfTrust to chain-of-trust; r=aki
Note that this does not affect task.extra.chainOfTrust, and thus has no impact
on the generated task JSON.

MozReview-Commit-ID: ERSVZlQUMpK

--HG--
extra : rebase_source : 5cee34de62138535eceb4cec7bcb860d45442938
2016-10-28 14:36:09 +00:00
Kit Cambridge
2592d2afc8 Bug 1313063 - Only stop observing dom.push.userAgentID if we've finished the handshake. r=dragana
MozReview-Commit-ID: 8yjJfbXHLD5

--HG--
extra : rebase_source : a1f5e58d7489e70291598fb130e27a007d4dfd78
2016-10-27 08:55:50 -07:00
Gijs Kruitbosch
8d36987e6f Bug 1310518 - fix crashes when downloading files without referrer/source URL, r=mstange
MozReview-Commit-ID: HnSb0yxlAfs

--HG--
extra : rebase_source : 56548450c404702c66e213e327e2083495577382
2016-10-28 17:38:29 +01:00
Cody Tran
345cac0665 Bug 1301212 - Enabled code coverage for xpcshell. r=gmierz2+560562,jmaher
MozReview-Commit-ID: IdijsF9HRW9

--HG--
extra : rebase_source : 102038d1ecf584667d5eae9e5b762e3ab5042c47
2016-10-28 12:54:59 -04:00
Drew Willcoxon
05cb668dad Bug 1311998 - [One-off searches] Right click on a result from Awesomebar closes the dropdown. r=mak
MozReview-Commit-ID: Ieqceceepix

--HG--
extra : rebase_source : de8480a08777b982625648b934b30aec942f7416
2016-10-27 19:44:22 -07:00
Carsten "Tomcat" Book
c1f7613ca2 Backed out changeset 0fd006bf6f9d (bug 1308058) for timeouts in browser_ext_sessions.js
--HG--
extra : rebase_source : d06e03178e4940618d0c42de2e7da26e485f23c0
2016-10-28 15:45:29 +02:00
Rob Thijssen
a2202b129a Bug 1313539 - use hg cache on ephemeral drive; r=pmoore
MozReview-Commit-ID: 3ibLy0Bx6t5

--HG--
extra : rebase_source : 441a4d05d67fa520137b6ad50c86a8cd09ef543e
2016-10-28 10:13:58 +01:00
Andrew Halberstadt
a70058b1a1 Bug 1313265 - Ensure unstructured logs containing TEST-UNEXPECTED-FAIL fail the job desktop_unittest.py, r=jgraham
I haven't seen a case of this happening in the wild, but I believe it is possible for a test to dump "TEST-UNEXPECTED-FAIL"
directly to the log and mozharness using the StructuredOutputParser would not pick it up. This patch is just me being extra
careful to flag potential errors like that. I'm not sure they even exist.

This patch also purposefully uses substr to avoid requiring said string to show up at the beginning, which should avoid
certain prefix issues we've run into in the past.

MozReview-Commit-ID: 99n9YizlEDH

--HG--
extra : rebase_source : 2063f2fc4ca109a4ac24ccdbc0672e4e1b4c0fb6
2016-10-27 15:11:26 -04:00
Andrew Halberstadt
292670662f Bug 1313265 - Log messages containing 'TEST-UNEXPECTED-FAIL' at the error level in mochitest, r=jgraham
We were previously logging these at the info level as a really hacky way to make sure that the mozharness
output parser was able to detect them. Since bug 1261194 switched mochitests to use the StructuredOutputParser,
we now need to log them at the error level or they won't get picked up anymore.

MozReview-Commit-ID: 99n9YizlEDH

--HG--
extra : rebase_source : a3495ac3c3d770f1eabadca42fd4c2f789e83617
2016-10-27 15:03:38 -04:00
Carsten "Tomcat" Book
d80a919229 Backed out changeset 23e68db8afd7 (bug 1301212) for breaking XPC tests on a CLOSED TREE 2016-10-28 15:18:20 +02:00
Sebastian Hengst
73a03b9c60 Backed out changeset 9f7616d57abc (bug 1118337) for failing resource-selection-invoke-insert-source.html. r=backout 2016-10-28 14:11:22 +02:00
Sebastian Hengst
725832b7f1 Backed out changeset aada0714c236 (bug 1196560) for failing resource-selection-invoke-set-src.html. r=backout 2016-10-28 14:14:14 +02:00
Cody Tran
729f8458f3 Bug 1301212 - Enabled code coverage for xpcshell. r=gmierz2+560562,jmaher
MozReview-Commit-ID: Gpzklnc1JCQ

--HG--
extra : rebase_source : 63b12e4b156c405a67ffee906c4d255a78888de1
2016-10-24 22:26:19 -04:00
Cody Tran
433f7aa01c Bug 1301214 - Changed action of code coverage options to store_true and enabled code coverage for mochitest-devtools-chrome. r=gmierz2+560562,jmaher
MozReview-Commit-ID: lJMQGfhfDA

--HG--
extra : rebase_source : cc673324efd1a742df8041be411051609ca4276c
2016-10-24 21:36:17 -04:00
ctai
90f77c63de Bug 1196560 - Enable resource-selection-invoke-set-src.html. r=jwwang
This test case can be pass.

MozReview-Commit-ID: EFpFT5o7RbX

--HG--
extra : rebase_source : a5a0b16e592703ae0198bba9e930d4542bdbb639
2016-10-26 15:22:22 +08:00
ctai
bf99201974 Bug 1118337 - Enable resource-selection-invoke-insert-source.html. r=jwwang
This test case can be pass.

MozReview-Commit-ID: F2liaFmKdj8

--HG--
extra : rebase_source : 3eabb117753b828e2e0b774ff07beea0f9a07e07
2016-10-26 14:59:10 +08:00
Xidorn Quan
76b59d891f Bug 1313262 - Devirtualize nsINode::{Get,Set,Delete,Unset}Property. r=peterv
MozReview-Commit-ID: B16VcIZKBs1

--HG--
extra : rebase_source : f4076901e376194d7db9fe03f27f1930b0931788
2016-10-27 12:40:34 +11:00
Jean-Yves Avenard
788c9353cc Bug 1292374: P3. Enable VP9 hardware acceleration on windows. r=gerald
MozReview-Commit-ID: BETY7nFDu5o

--HG--
extra : rebase_source : 2264dee30253c98885e761054799ae893cb927c3
2016-10-28 17:03:56 +11:00
Jean-Yves Avenard
fea3627b11 Bug 1292374: P2. Change preference name as it's no longer restricted to intel. r=gerald
MozReview-Commit-ID: EKZjkj9SFDw

--HG--
extra : rebase_source : e022610307232edc17b746f01879b2cddc16b6ef
2016-10-28 17:03:25 +11:00
Joe Olivas
5753f883ef Bug 1292374: P1. Add support for full hardware acceleration in VP9. r=jya
MozReview-Commit-ID: ENawyqrzVgH

--HG--
extra : rebase_source : 53e6879b9f2841de5880778503bf20baada15583
2016-10-27 09:59:00 +11:00
Shih-Chiang Chien
b25fe68ce0 Bug 1291971 - Part 7, enable mixed-content and sandboxing test cases. r=smaug.
MozReview-Commit-ID: 52jBHDgWiZo

--HG--
extra : rebase_source : cce21a157c964f41f31c7c3f3bf69e3046fb6a1d
2016-10-04 08:47:58 +02:00
Shih-Chiang Chien
2e3eadd9df Bug 1291971 - Part 6, enable receiver idlharness test. r=smaug.
MozReview-Commit-ID: BDZ8daA2gpj

--HG--
extra : rebase_source : 70595ad9e8e56856c464fa12c2c2eeadc9e48063
2016-10-20 11:27:55 +08:00
Shih-Chiang Chien
6307881f75 Bug 1291971 - Part 5, enable controller getAvailability test. r=smaug.
MozReview-Commit-ID: 2xiMSKaMcDP

--HG--
extra : rebase_source : 2b47a273aa9a4276aa24ae6ee10cb003b04417ba
2016-09-29 23:34:47 +08:00
Shih-Chiang Chien
f0a72d6d59 Bug 1291971 - Part 4, enable controller startNewPresentation_error test. r=smaug.
MozReview-Commit-ID: 51dfCphD0XJ

--HG--
extra : rebase_source : 41fdcef117c34fe45588ee8f4f71f99ed2987748
2016-10-04 09:00:10 +02:00
Shih-Chiang Chien
19b68183c7 Bug 1291971 - Part 3, enable controller PresentationRequest_error test. r=smaug.
MozReview-Commit-ID: EvuU3Q1ui5t

--HG--
extra : rebase_source : 65ed6e5c653530e2b4f8bb43628f3c60e7e997c4
2016-10-28 14:26:12 +08:00
Shih-Chiang Chien
3803d72b23 Bug 1291971 - Part 2, enable controller PresentationRequest_success test. r=smaug.
MozReview-Commit-ID: CENJleUg3Qy

--HG--
extra : rebase_source : b7c35259a04d1ba19a9e095349f7877c2d2aeeb8
2016-09-29 11:43:35 +08:00
Shih-Chiang Chien
e51e9349e9 Bug 1291971 - Part 1, enable controller idlharness test. r=smaug.
MozReview-Commit-ID: bDuOdLpPDh

--HG--
rename : dom/webidl/PresentationConnectionClosedEvent.webidl => dom/webidl/PresentationConnectionCloseEvent.webidl
extra : rebase_source : eca8bec6b6200247fbc9c743c13822f02373cc3d
2016-10-04 00:22:34 +02:00
Shih-Chiang Chien
b089580c49 Bug 1291971 - Part 0, remove deprecated test case for presentation API and correct manifest. r=jgraham
MozReview-Commit-ID: LaFbOvPz0dr

--HG--
extra : rebase_source : b1d9c28147c773cd6a4ba28cedb1518f8b627845
2016-10-28 11:03:05 +08:00
Sebastian Hengst
d48ac93ab6 Backed out changeset ee0568282adc (bug 837961) for "No such property on self-hosted object: offsetVal" failures in Windows XP Jit tests. r=backout 2016-10-28 10:37:02 +02:00
Boris Chiou
5284058486 Bug 1313554 - Use brace-initialization to ShearArray. r=hiro
MozReview-Commit-ID: 9dT7bpGpCEC

--HG--
extra : rebase_source : 6769a3802d67af4b082c0e1271add2c4f9af786b
2016-10-28 11:11:36 +08:00
Jean-Yves Avenard
5fbf7730c1 Bug 1313583: Update WPT expected tests. r=jya
MozReview-Commit-ID: 9NPDYXr4iIN

--HG--
extra : rebase_source : 4b8031b3795c03ecf7d0d847cce25d653d902da1
2016-10-28 17:48:18 +11:00
Carsten "Tomcat" Book
bf6750d830 Backed out changeset fd9f78132e0e (bug 1313583) on request from jya 2016-10-28 08:58:57 +02:00
Jean-Yves Avenard
c4e33cc3c0 Bug 1313583: Update WPT expected tests. r=jya
MozReview-Commit-ID: 9NPDYXr4iIN

--HG--
extra : rebase_source : 888275543eb91a0af86a497100e646f04dc3fdd1
2016-10-28 17:48:18 +11:00
Nihanth Subramanya
5feaec2f72 Bug 1279491 - Enable test browser_CaptivePortalWatcher.js on all platforms. r=MattN
MozReview-Commit-ID: JOelHjoi1oU

--HG--
extra : rebase_source : 49108df8680ff6bee95a98ad61bdc1635aaa4a32
2016-10-28 11:05:04 +05:30
Nihanth Subramanya
7183995fcd Bug 1279491 - Fix timing issue when waiting for captive portal tab in new window in browser_CaptivePortalWatcher.js. r=MattN
MozReview-Commit-ID: llfUczB3y9

--HG--
extra : rebase_source : 599f77501ae6cecdbeb5aa9130a2911feec15115
2016-10-28 10:54:17 +05:30
JW Wang
06ad2f57ac Bug 1313551 - fix the traling return type of StateObject::SetState() so it can be indexed correctly by Eclipse. r=JamesCheng
MozReview-Commit-ID: 8FQuSJ0pgrB

--HG--
extra : rebase_source : e146562121074003c131dc5073c2c70a607dd138
extra : source : 06470b202b780006db9548031d81c02b4a60c04e
2016-10-26 13:56:08 +08:00
JW Wang
a92f42e8f7 Bug 1313557 - remove the assertion from InternalInit() to avoid data race. r=jya
MozReview-Commit-ID: B9GCHOjMqVf

--HG--
extra : rebase_source : da1d80dc1d8f3a34a826192e0bcd146a54c11a8f
2016-10-28 11:43:03 +08:00
Nils Ohlmeier [:drno]
5aa0b21062 Bug 1313527: exit red parser loop if stroul failed. r=mjf
MozReview-Commit-ID: JaRO7F7tz0j

--HG--
extra : rebase_source : 8087ef5e9f7ec99b624a02acc591eeefcc62b7f0
2016-10-27 16:48:10 -07:00
Chris Pearce
6ed77e136a Bug 1312886: P8. Update EME multikey-sequential WPT from upstream so they pass. r=jya
MozReview-Commit-ID: 2XRTqkJbwBs

--HG--
extra : rebase_source : 7f2d834524f06292da6ea0ee56feff6eae9aaf8e
2016-10-28 16:29:24 +13:00
Jean-Yves Avenard
7bf85d7878 Bug 1312886: P7. Handle case where nextFrameStatus jumps straight to NEXT_FRAME_UNAVAILABLE_BUFFERING. r=jwwang
Under some circumstances, we will go from NEXT_FRAME_AVAILABLE to NEXT_FRAME_UNAVAILABLE_BUFFERING directly. We handle this condition now

MozReview-Commit-ID: JVAQhsgzSp2

--HG--
extra : rebase_source : e615e17d49bd35ecb9cb7db84501489ec5e12903
2016-10-27 21:12:20 +11:00
Jean-Yves Avenard
a7bf1da943 Bug 1312886: P6. Show waitingforkey state in about:media. r=cpearce
MozReview-Commit-ID: Bz8mylFCggb

--HG--
extra : rebase_source : 8b0dad98afb3611e8e911d8a0f1714c807821a42
2016-10-27 20:26:01 +11:00
Jean-Yves Avenard
5c9c0f65ba Bug 1312886: P5. Enter buffering mode when waiting for a key. r=cpearce
MozReview-Commit-ID: CB3e02WEJiz

--HG--
extra : rebase_source : 83afbb3fd36372ac3ba1907dec7454d73ac57f2e
2016-10-27 20:25:21 +11:00
Jean-Yves Avenard
ed6fae307d Bug 1312886: P4. Override MediaResource reporting if we have a pending promise. r=jwwang
A future use will see the MediaFormatReader using waiting promise to indicate that the decoders are waiting for an EME key.
We should always enter buffering mode once we're low on data and we're waiting on a key.

MozReview-Commit-ID: DFcT6YEK1Ke

--HG--
extra : rebase_source : 806bf55bb2394d2e07d446860a14bebf699b0195
2016-10-27 20:19:42 +11:00
Jean-Yves Avenard
7c88ceb9a4 Bug 1312886: [MSE] P3. Only rely on waiting promise to determine buffering state. r=jwwang
MozReview-Commit-ID: 3HfK8bwqlYM

--HG--
extra : rebase_source : ca44d3ef57165f9764ff57a4932065f19e379e3f
2016-10-27 20:16:30 +11:00
Jean-Yves Avenard
27831447c8 Bug 1312886: P2. Never move past HAVE_FUTURE_DATA if we're waiting for a key, r=cpearce
MozReview-Commit-ID: KWERB7zWXPZ

--HG--
extra : rebase_source : cb2ff70285120a4a87c18951a352743623a879b4
2016-10-27 16:36:37 +11:00
Jean-Yves Avenard
6cdfa7a953 Bug 1312886: P1. Fix comments. r=cpearce
A MediaDataDecoder now always call InputExhausted once decoding is completed.

MozReview-Commit-ID: K6SCRYb2ieI

--HG--
extra : rebase_source : 315e85eee417561be1713402bd8118ef7bffba88
2016-10-27 10:05:21 +11:00
Nihanth Subramanya
2275539222 Bug 989194 - Show captive portal notification bar when detected. r=MattN
MozReview-Commit-ID: KFvtTCBpMeS

--HG--
extra : rebase_source : b52a42f1ecd3202165da13afedc38a4835ebff42
2016-06-27 19:12:12 -07:00
Ryan VanderMeulen
2670da22bf Bug 1313555 - Update pdf.js to version 1.6.274. r=bdahl
--HG--
extra : rebase_source : 8a59308105facef3995cfeffe06d30c65ea5d067
2016-10-27 23:20:49 -04:00