Граф коммитов

627930 Коммитов

Автор SHA1 Сообщение Дата
Erica Wright 12369a03cb Bug 1513029 - Trackers and Cookie hover state colours are visible in Linux dark theme. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D14100

--HG--
extra : moz-landing-system : lando
2018-12-11 16:36:29 +00:00
Alexandre Poirot 4f56468ce4 Bug 1502128 - Remove last old debugger test. r=davidwalsh
This test is broken for a while as it doesn't wait for resumeDebuggerThenCloseAndFinish to finish...
If was trying to ensure that resumeDebuggerThenCloseAndFinish wasn't throwing.
The test is most about testing old debugger test helper rather than test a particular STR.

MozReview-Commit-ID: 3gAWOSxjFet

Depends on D13823

Differential Revision: https://phabricator.services.mozilla.com/D13824

--HG--
extra : moz-landing-system : lando
2018-12-11 14:15:56 +00:00
Alexandre Poirot 1b70409821 Bug 1502128 - Migrate promises actor tests to server tests. r=yulia
MozReview-Commit-ID: JobfpedA88C

Differential Revision: https://phabricator.services.mozilla.com/D13823

--HG--
rename : devtools/client/debugger/test/mochitest/doc_promise-get-allocation-stack.html => devtools/server/tests/browser/doc_promise-get-allocation-stack.html
rename : devtools/client/debugger/test/mochitest/doc_promise-get-fulfillment-stack.html => devtools/server/tests/browser/doc_promise-get-fulfillment-stack.html
rename : devtools/client/debugger/test/mochitest/doc_promise-get-rejection-stack.html => devtools/server/tests/browser/doc_promise-get-rejection-stack.html
extra : moz-landing-system : lando
2018-12-11 14:15:54 +00:00
Dan Minor c091d9b683 Bug 1497619 - Restore thread check in process_thread_impl.cc; r=ng
Not not really needed.

Differential Revision: https://phabricator.services.mozilla.com/D14097

--HG--
extra : moz-landing-system : lando
2018-12-10 20:37:56 +00:00
Csoregi Natalia 354257650e Merge mozilla-central to autoland. CLOSED TREE 2018-12-11 18:29:02 +02:00
Csoregi Natalia e9a6129f64 Merge inbound to mozilla-central. a=merge 2018-12-11 18:24:56 +02:00
Nicolas Chevobbe 1ee3ef7e09 Bug 1512289 - Remove webconsole reverse search pref; r=bgrins.
Differential Revision: https://phabricator.services.mozilla.com/D13913

--HG--
extra : moz-landing-system : lando
2018-12-11 13:01:30 +00:00
Erica Wright 42f646964e Bug 1513076 - Do Not Track string change for Firefox 65. r=flod
Differential Revision: https://phabricator.services.mozilla.com/D14104

--HG--
extra : moz-landing-system : lando
2018-12-11 12:56:40 +00:00
Sylvestre Ledru 80cb7c0894 Bug 1513186 - Still use MLS for nightly & early beta r=jdm
Differential Revision: https://phabricator.services.mozilla.com/D14140

--HG--
extra : moz-landing-system : lando
2018-12-11 15:00:11 +00:00
Emily Toop bf58ba978d Bug 1510610 - Override `performClick` for `onTouchEvents`. r=geckoview-reviewers,snorp
This is to ensure that accessibility readers have touch events handled.

Differential Revision: https://phabricator.services.mozilla.com/D13411

--HG--
extra : moz-landing-system : lando
2018-12-11 15:02:03 +00:00
James Graham 46c73bd929 Bug 1512116 - Allow tab leaks for fetch and service-worker tests, r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D14081

--HG--
extra : moz-landing-system : lando
2018-12-11 14:46:32 +00:00
James Graham dd922b8413 Bug 1436244 - Allow 2000 bytes leaking on wpt mac, r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D14080

--HG--
extra : moz-landing-system : lando
2018-12-11 14:47:00 +00:00
Emily Toop 608eb2e2bf Bug 1510611 - Ensure that the correct API levels are being enforced andx handled. r=geckoview-reviewers,snorp
- `GeckoSurfaceTexture`: Added `@RequiresApi` annotation to contructor that uses `KITKAT` level superclass constructor it is not used incorrectly.
- `VsyncSource`: Added `@RequiresApi` annotation to `getRefreshRate` method, plus comment explaining that the `DisplayManager` class used by this method is API level 17+
- `GeckoMediaDRMBridgeV21`: Added `@TargetAPI` annotation to class definition as the entire class uses code API level 18 upwards.
- `JellyBeanAsyncCodec`: Removed brackets from around version check so the linter recognises it as a valid API check. Updated code to use `BUILD_VERSION` flag rather than hardcoded version number.
- `LollipopAsyncCodec`: Added `@TargetAPI` annotation to class definition as the entire class is API level 21 upwards.
- `MediaDrmProxy`: Suppress "NewAPI" lint warnings. Version is being done inside `isSystemSupported` method and therefore not picked up by linter. Updated `isSystemSupported` to use `VERSION_CODES` constant.
- `ContentUriUtils`: Suppress "NewAPI" lint warnings. Version is being checked from `isKitKat` variable and therefore not picked up by linter.
- `GeckoAppShell`: Update `getAudioOutputFramesPerBuffer` & `getAudioOutputSampleRate` methods to use `VERSION` and `VERSION_CODES` inside version check so it is picked up by linter.
- `GeckoSystemStateListener`: Added `@RequiresApi` annotation to `prefersReducedMotion` method, plus comment explaining that the `Settings.Global` class used by this method is API level 17+
- `SpeechSynthesisService`: Add version check to `run` to ensure that `TextToSpeech#getDefaultLanguage` is only called under the correct version.

Differential Revision: https://phabricator.services.mozilla.com/D13394

--HG--
extra : moz-landing-system : lando
2018-12-11 14:43:44 +00:00
Emily Toop 5b120fc9e9 Bug 1482725 - Don't call `onCreate` when device orientation changes. r=geckoview-reviewers,snorp
To prevent the default URI reloading on app rotate, prevent `GeckoViewActivity` from restarting on orientation and screen size changes.

Differential Revision: https://phabricator.services.mozilla.com/D13065

--HG--
extra : moz-landing-system : lando
2018-12-11 14:26:45 +00:00
Mark Banner 1abdc8687f Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13754

--HG--
extra : moz-landing-system : lando
2018-12-11 14:09:44 +00:00
Mark Banner 4d543888a6 Bug 1415483 - Extend reject-importGlobalProperties to reject any priviliged items already in scope. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13753

--HG--
extra : moz-landing-system : lando
2018-12-11 14:09:24 +00:00
ui.manish 8dd6b2c4c9 Bug 1499326 - Remove custom styling for cert error pages with browser.xul.error_pages.expert_bad_cert r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D13982

--HG--
extra : moz-landing-system : lando
2018-12-11 14:18:51 +00:00
Dão Gottwald 3d299c83ff Bug 1511112 - Remove remaining style flushes for getting the UI direction in browser/, except PlacesUIUtils.jsm. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D13536

--HG--
extra : moz-landing-system : lando
2018-12-11 14:18:21 +00:00
Emilio Cobos Álvarez 6ade81cf51 Bug 1511625 - Restore the status quo before bug 1511324.
Pretty sure I saw the test pass on my try run, but oh well.
2018-12-11 14:57:31 +01:00
Dão Gottwald d776888886 Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D14142

--HG--
extra : moz-landing-system : lando
2018-12-11 12:35:03 +00:00
Emilio Cobos Álvarez 10e4c5c339 Bug 1513141 - Really minor nsFocusManager cleanup. r=edgar
I was skimming over the patch in bug 1512043 and wrote this. I think it should
not really affect that patch in any meaningful way, so I may as well land it.

Differential Revision: https://phabricator.services.mozilla.com/D14129

--HG--
extra : moz-landing-system : lando
2018-12-11 11:25:02 +00:00
Martin Stransky ba6e539858 Bug 1485616 - [Wayland] Wait with drawing until mozcontainer init is finished, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D14070

--HG--
extra : moz-landing-system : lando
2018-12-11 10:09:13 +00:00
ffxbld 6e403ff3ed No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D14052

--HG--
extra : moz-landing-system : lando
2018-12-11 10:41:35 +00:00
Mark Banner ff9179a99e Bug 1507487 - Handling of importScripts by ESLint should fallback to the file name if there is no entry in modules.json. r=mossop
We already have a fallback for items that aren't in a worker scope, we should have the same for ones that are. This means we don't need single maps (foo.js -> foo) in modules.json, and also we can identify more as explicit variables, so that no-unused-vars can detect them.

Differential Revision: https://phabricator.services.mozilla.com/D13299

--HG--
extra : moz-landing-system : lando
2018-12-11 09:31:26 +00:00
matthias a562daf54e Bug 1512889 - Changed button colour to inherit. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D14116

--HG--
extra : moz-landing-system : lando
2018-12-11 08:08:56 +00:00
matthias 3543b427c6 Bug 1512842 - Adjusted Button Background colour according to photon spec. r=ntim,dao
Differential Revision: https://phabricator.services.mozilla.com/D14117

--HG--
extra : moz-landing-system : lando
2018-12-11 09:19:43 +00:00
Julian Descottes 1716fafd0a Bug 1508435 - Delete downloaded screenshots in inspector screenshot tests;r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D14105

--HG--
extra : moz-landing-system : lando
2018-12-11 08:05:29 +00:00
Hiroyuki Ikezoe adcc169dcf Bug 1512754 - Don't apply opacity to background color display items if the background-color is going to be animated on the compositor. r=birtles
We need to do the same thing what we did for opacity display items in bug 1395151.

Differential Revision: https://phabricator.services.mozilla.com/D14051

--HG--
extra : moz-landing-system : lando
2018-12-11 06:55:02 +00:00
Brindusan Cristian aa91f31814 Backed out changeset 142c190bb67a (bug 1511625) for wpt failures in scroll-to-the-fragment-in-shadow-tree.html.ini. 2018-12-11 07:05:33 +02:00
Daisuke Akatsuka cd8a18605f Bug 1505286 - Part 2: Unzombify tab on Android when the tab debugs. r=ochameau,jdescottes
Depends on D13223

Differential Revision: https://phabricator.services.mozilla.com/D13224

--HG--
extra : moz-landing-system : lando
2018-12-11 04:42:15 +00:00
Emilio Cobos Álvarez b6deca5eb0 Bug 1442466 - Fix bogus IsInNativeAnonymousSubtree function in nsWebBrowserFind. r=bzbarsky
This is ultimately the root cause of the issue. I'm landing a test to ensure we
notice the behavior change if we make it, in addition to a test for this issue
itself, to ensure that we don't get stuck, since after bug 1510485 we don't
return such nodes from nsFind when window.find is called anyway.

This code made no sense, it only returned true if the binding parent is the node
itself, which as far as I can tell cannot happen, so it was just a very
expensive way to return false.

Differential Revision: https://phabricator.services.mozilla.com/D14122

--HG--
extra : moz-landing-system : lando
2018-12-11 04:18:11 +00:00
Mark Banner 8c00ef3f30 Bug 1512052 - Add more .eslintrc.js files for test directories. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13746

--HG--
extra : moz-landing-system : lando
2018-12-11 13:15:08 +00:00
Mark Banner 833371676c Bug 1512052 - Update some directories in .eslintignore, and correct a few .eslintrc.js files. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13745

--HG--
rename : browser/components/attribution/test/.eslintrc.js => browser/components/attribution/test/xpcshell/.eslintrc.js
extra : moz-landing-system : lando
2018-12-11 13:15:16 +00:00
Eliza Balazs 75bd1e1093 Bug 1511666 - Disable test_delivering.html on android debug for frequent failures. r=jmaher 2018-12-11 01:16:00 +02:00
Csoregi Natalia ea7eda334f Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-12-11 11:40:09 +02:00
sotaro 063b476108 Bug 1415020 - Deallocate device data of TextureImageTextureSourceOGL during destroying CompositorOGL r=nical 2018-12-11 17:54:14 +09:00
Henri Sivonen 69ad08c987 Bug 1071816 - Support loading unlabeled/BOMless UTF-8 text/html and text/plain files from file: URLs. r=emk. 2018-12-11 10:36:46 +02:00
sotaro 196354f4fd Bug 1512919 - Remove Grouper::mItemStack r=jrmuizel
Grouper::mItemStack is not used anymore.

Differential Revision: https://phabricator.services.mozilla.com/D14049
2018-12-11 17:06:19 +09:00
Narcis Beleuzu 208387527a Merge mozilla-central to inbound. a=merge 2018-12-11 07:26:37 +02:00
Narcis Beleuzu 42c226c6b3 Backed out 131 changesets (bug 1483060, bug 1507325, bug 1509766, bug 1509173, bug 1447897, bug 1509859, bug 1510489, bug 1510196, bug 1507486, bug 1510315, bug 1510042, bug 1510645, bug 1508901, bug 1509857, bug 1509481, bug 1509201, bug 1509360, bug 1509204, bug 1503351, bug 1510303, bug 1510699, bug 1508488, bug 1510417, bug 1507258, bug 1507753, bug 1504428, bug 1509438, bug 1509436, bug 1509772, bug 1509773, bug 1509883, bug 1510638, bug 1508928, bug 1509526, bug 1510870, bug 1509506, bug 1509239, bug 1508871, bug 1487018, bug 1509130, bug 1509338, bug 1509611, bug 1509401, bug 1509335, bug 1509566, bug 1509243, bug 1510062, bug 1509419, bug 1510061, bug 1509612, bug 1511399, bug 1510373, bug 1509422, bug 1510170, bug 1510171, bug 1510172, bug 1507984, bug 1507775, bug 1509349, bug 1481585, bug 1507837, bug 1509343, bug 1509775, bug 1500160, bug 1509792, bug 1509790, bug 1509797, bug 1509602, bug 1509603, bug 1509517, bug 1510092, bug 1507797, bug 1510148, bug 1509564, bug 1510140, bug 1508914, bug 1509598, bug 1509312, bug 1509310, bug 1509351, bug 1509355, bug 1509463, bug 1509465, bug 1454984, bug 1509468, bug 1506701, bug 1509695, bug 1509694) for spidermokey bustages on bad-strategies.js
Backed out changeset fcd0236d7afa (bug 1511399)
Backed out changeset e57f1cff602f (bug 1509602)
Backed out changeset 0b691a965306 (bug 1509602)
Backed out changeset d615ea8e8dbe (bug 1510870)
Backed out changeset bea20d1644f8 (bug 1510638)
Backed out changeset 341d1454a719 (bug 1510645)
Backed out changeset 7c40a661e06a (bug 1510417)
Backed out changeset 55d7a32adf3e (bug 1510417)
Backed out changeset 4b81c4c2722a (bug 1510699)
Backed out changeset 885ff808ee3d (bug 1510489)
Backed out changeset 0bb7f3d61db2 (bug 1510489)
Backed out changeset 82a89d8cec98 (bug 1509401)
Backed out changeset 53bd5ece31e6 (bug 1509401)
Backed out changeset dabb54327a11 (bug 1509857)
Backed out changeset 71deaa0942d3 (bug 1509857)
Backed out changeset 453380fa9597 (bug 1507984)
Backed out changeset 6d7f837ccbe1 (bug 1507984)
Backed out changeset ed91c65bb17e (bug 1509517)
Backed out changeset e61986873e76 (bug 1509517)
Backed out changeset e17130d54efc (bug 1510148)
Backed out changeset 4d2ca6c4816d (bug 1504428)
Backed out changeset 737d0ec9198a (bug 1504428)
Backed out changeset 8b2dd9baa2e0 (bug 1509694)
Backed out changeset 763b81a477a9 (bug 1509694)
Backed out changeset f6b9756d68b0 (bug 1510061)
Backed out changeset 58b8d41e9b59 (bug 1510061)
Backed out changeset e43407fb6f9d (bug 1510092)
Backed out changeset 834b0fe4e318 (bug 1509173)
Backed out changeset df6134e0788a (bug 1509173)
Backed out changeset 76ee196e863f (bug 1510062)
Backed out changeset a507c55880c7 (bug 1510062)
Backed out changeset 4cf05d8ae51e (bug 1509338)
Backed out changeset ec683b020846 (bug 1510315)
Backed out changeset 22fc38b4cccb (bug 1510315)
Backed out changeset 260d4216ebba (bug 1510042)
Backed out changeset 197bb0764619 (bug 1510042)
Backed out changeset 0fa6f935ad10 (bug 1508901)
Backed out changeset 4fb8b50d7a66 (bug 1508901)
Backed out changeset 5a996f748395 (bug 1510373)
Backed out changeset 723db451649c (bug 1510373)
Backed out changeset e6d78f16bd73 (bug 1509859)
Backed out changeset af450646a969 (bug 1509859)
Backed out changeset fcc10971a6e8 (bug 1509419)
Backed out changeset 7721f268ee77 (bug 1510303)
Backed out changeset 310e74f987c1 (bug 1510171)
Backed out changeset bdd2149e1ba1 (bug 1510170)
Backed out changeset 6c08117876e6 (bug 1510196)
Backed out changeset 4cd63a9278f8 (bug 1509772)
Backed out changeset 9d01c22bac93 (bug 1510172)
Backed out changeset 74e263be28ce (bug 1510172)
Backed out changeset eaada8efafca (bug 1509797)
Backed out changeset a6ef4aa89f45 (bug 1454984)
Backed out changeset f49a14324463 (bug 1454984)
Backed out changeset 550d21e06e90 (bug 1510140)
Backed out changeset dd707cfbeb0e (bug 1507258)
Backed out changeset db69c8dd1e1b (bug 1507258)
Backed out changeset 4ee76bcc47a1 (bug 1509792)
Backed out changeset 050bf471d5cb (bug 1509792)
Backed out changeset deed5aad26b3 (bug 1481585)
Backed out changeset 7eea409daa8b (bug 1509201)
Backed out changeset 57aedf21b9c5 (bug 1509201)
Backed out changeset 39dc1e17f388 (bug 1509438)
Backed out changeset 35ab42d3626e (bug 1509438)
Backed out changeset 41e2805d6b57 (bug 1509790)
Backed out changeset 15eb57180700 (bug 1509790)
Backed out changeset a9a0fb79a2ca (bug 1509775)
Backed out changeset 3cee5ee7e89d (bug 1509775)
Backed out changeset bff634662787 (bug 1509766)
Backed out changeset 67220e78c452 (bug 1509766)
Backed out changeset cf1ab6cd9f83 (bug 1447897)
Backed out changeset 9dcd0dc42e79 (bug 1447897)
Backed out changeset 531f616d71b3 (bug 1508488)
Backed out changeset 2e460352f253 (bug 1508488)
Backed out changeset 051417f3d3f3 (bug 1509883)
Backed out changeset 8f1dd7944d50 (bug 1509773)
Backed out changeset 1261a407197b (bug 1509773)
Backed out changeset 950188672908 (bug 1487018)
Backed out changeset 3284125abf45 (bug 1487018)
Backed out changeset 724c1eeb7910 (bug 1509463)
Backed out changeset f9c3cf504b7a (bug 1509695)
Backed out changeset f1d03b49d1d6 (bug 1509465)
Backed out changeset b8c86bd9d68e (bug 1509612)
Backed out changeset 2d0334e10ba1 (bug 1509611)
Backed out changeset 155ddc13d7a0 (bug 1509468)
Backed out changeset 11dbd2833e02 (bug 1509598)
Backed out changeset ae1b488dbc16 (bug 1509130)
Backed out changeset 978c4475bce2 (bug 1509130)
Backed out changeset 77eab0952d9d (bug 1509603)
Backed out changeset 5a5ec2897605 (bug 1483060)
Backed out changeset c2f00da426ba (bug 1483060)
Backed out changeset 82dc402e581c (bug 1509310)
Backed out changeset 92c8c87dffcf (bug 1509422)
Backed out changeset fce061989f24 (bug 1509566)
Backed out changeset 70988c50685f (bug 1511399)
Backed out changeset a393d292ef04 (bug 1509564)
Backed out changeset 5f1fcc55c350 (bug 1503351)
Backed out changeset 9b073aa19f6a (bug 1503351)
Backed out changeset 9acf8f2e2e82 (bug 1507775)
Backed out changeset 456273bb9289 (bug 1507837)
Backed out changeset 9caf65060547 (bug 1509526)
Backed out changeset b5b09b2d8445 (bug 1509506)
Backed out changeset cde8bfd0dbc4 (bug 1509506)
Backed out changeset d31b1d91a876 (bug 1509481)
Backed out changeset b5a80f4677f2 (bug 1509436)
Backed out changeset a6e95027e177 (bug 1509436)
Backed out changeset 478bb0fcfa9a (bug 1507753)
Backed out changeset 6dec8a00622a (bug 1508928)
Backed out changeset a1cc7364d13d (bug 1508928)
Backed out changeset 088b74eab160 (bug 1506701)
Backed out changeset aef622ea3691 (bug 1507486)
Backed out changeset 9f864e965fbd (bug 1508914)
Backed out changeset b7f3db124039 (bug 1508914)
Backed out changeset dc5b16243cbf (bug 1509239)
Backed out changeset 1ae4e7035bb1 (bug 1509204)
Backed out changeset 39bc05c1887a (bug 1509204)
Backed out changeset 968beebda7f2 (bug 1507325)
Backed out changeset 36b10e4454a8 (bug 1507325)
Backed out changeset 5acde4c777eb (bug 1509343)
Backed out changeset fb53794d49e7 (bug 1509360)
Backed out changeset d75a74c29bb6 (bug 1509360)
Backed out changeset 876d71e94aa4 (bug 1508871)
Backed out changeset ec39d0b1ef49 (bug 1508871)
Backed out changeset b724eeef1f5e (bug 1509335)
Backed out changeset 7ac6bce2781d (bug 1507797)
Backed out changeset aa960526fb2d (bug 1509355)
Backed out changeset 4b33023c62f9 (bug 1500160)
Backed out changeset dd64bd9c8000 (bug 1509349)
Backed out changeset 8837efcf2f34 (bug 1509351)
Backed out changeset d07ad4e1e5c5 (bug 1509312)
Backed out changeset feff3cf9a249 (bug 1509312)
Backed out changeset 634d87030e9c (bug 1509243)
2018-12-11 06:40:50 +02:00
moz-wptsync-bot a901610004 Bug 1511399 - [wpt-sync] Update web-platform-tests to 7268cc55c89de22afe2823f20aa05b8cab6a66bd, a=testonly
wpt-head: 7268cc55c89de22afe2823f20aa05b8cab6a66bd
wpt-type: landing
2018-12-11 03:02:35 +00:00
moz-wptsync-bot 47d825b2c8 Bug 1509602 [wpt PR 14216] - Update wpt metadata, a=testonly
wpt-pr: 14216
wpt-type: metadata
2018-12-11 03:02:34 +00:00
Mounir Lamouri b31c49e0fd Bug 1509602 [wpt PR 14216] - Media Capabilities: implement Blink shell of encrypted media support., a=testonly
Automatic update from web-platform-tests
Media Capabilities: implement Blink shell of encrypted media support.

This is adding the interface changes, the code checking for corectedness,
does type conversion and checks for the edge cases mentioned in spec.

This is also adding WPT.

Bug: 907909
Change-Id: Ieebe5b25202a403e50a09576ac283690c0f0ba55
Reviewed-on: https://chromium-review.googlesource.com/c/1348972
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611871}

--

wpt-commits: 7268cc55c89de22afe2823f20aa05b8cab6a66bd
wpt-pr: 14216
2018-12-11 03:02:34 +00:00
Fredrik Söderquist e89858ad1b Bug 1510870 [wpt PR 14284] - Disabled (empty) SVG shapes cannot be hit, a=testonly
Automatic update from web-platform-tests
Disabled (empty) SVG shapes cannot be hit

Disabled SVG shapes [1][2][3] should not be possible to hit since they
are considered "not rendered".

[1] https://svgwg.org/svg2-draft/shapes.html#RectElement
[2] https://svgwg.org/svg2-draft/shapes.html#CircleElement
[3] https://svgwg.org/svg2-draft/shapes.html#EllipseElement

Bug: 896641
Change-Id: I5fe530722a4d60ecd416cd68f06a7555bb6a520f
Reviewed-on: https://chromium-review.googlesource.com/c/1353983
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#611840}

--

wpt-commits: d021d847618deb4ed897aa25970ebc9838681d13
wpt-pr: 14284
2018-12-11 03:02:33 +00:00
autofoolip d0c6558af0 Bug 1510638 [wpt PR 14275] - Update interfaces/css-fonts.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-fonts.idl (#14275)

Source: https://github.com/tidoust/reffy-reports/blob/6f59720/whatwg/idl/css-fonts.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/460633569
--

wpt-commits: fa478aee49d2d9bee362c456f7d70db47cdc921a
wpt-pr: 14275
2018-12-11 03:02:33 +00:00
autofoolip 138911f48a Bug 1510645 [wpt PR 14277] - Update interfaces/web-nfc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/web-nfc.idl (#14277)

Source: https://github.com/tidoust/reffy-reports/blob/6f59720/whatwg/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/460633569
--

wpt-commits: b608c953d49d3b0dc2c974034fff043c7e15b6dc
wpt-pr: 14277
2018-12-11 03:02:32 +00:00
moz-wptsync-bot e95c3e335c Bug 1510417 [wpt PR 14261] - Update wpt metadata, a=testonly
wpt-pr: 14261
wpt-type: metadata
2018-12-11 03:02:32 +00:00
Daniel Vogelheim 742cd63b4b Bug 1510417 [wpt PR 14261] - [Trusted Types] Prevent mutation of Trusted Types built-ins., a=testonly
Automatic update from web-platform-tests
[Trusted Types] Prevent mutation of Trusted Types built-ins.

Bug: 739170
Change-Id: Iafeabd00f6dde0c1ecf055a5f9f006059e43c9f7
Reviewed-on: https://chromium-review.googlesource.com/c/1346449
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611736}

--

wpt-commits: a19211f85d6aa4cf7a88f30833a800ccb24126c4
wpt-pr: 14261
2018-12-11 03:02:32 +00:00
Ned Nguyen 7b7ae410cf Bug 1510699 [wpt PR 14282] - Revert "Align resource timing buffer full processing to spec PR 168 (reland)", a=testonly
Automatic update from web-platform-tests
Revert "Align resource timing buffer full processing to spec PR 168 (reland)"

This reverts commit 6dd060768d1c1183e0d29e422a2213f106d98299.

Reason for revert: suspect causing  WebRtcDisableEncryptionFlagBrowserTest.VerifyEncryption to be flaky (FindIt's report)

BUG:chromium:909704

Original change's description:
> Align resource timing buffer full processing to spec PR 168 (reland)
>
> This change implements the processing model from PR 168[1], when
> it comes to setResourceTimingBufferSize(), clearResourceTimings()
> and the firing of the resourcetimingbufferfull event.
>
> This is a reland of
> https://chromium-review.googlesource.com/c/chromium/src/+/1345269
> (but with nicer tests).
>
> [1] https://github.com/w3c/resource-timing/pull/168
>
> Change-Id: I10431bfda7f79b484c7ee5c608bb8a360d905339
> Bug: 908181, 908414
> Reviewed-on: https://chromium-review.googlesource.com/c/1350950
> Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#611174}

TBR=npm@chromium.org,yoavweiss@chromium.org

Change-Id: Ia4bf26c6be1e7c4ae35b904bac25fe031f854604
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 908181, 908414
Reviewed-on: https://chromium-review.googlesource.com/c/1354123
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#611722}

--

wpt-commits: ec13cf1ca3abf13ae1004003e791fd9937be0b49
wpt-pr: 14282
2018-12-11 03:02:31 +00:00
moz-wptsync-bot ae3444b066 Bug 1510489 [wpt PR 14266] - Update wpt metadata, a=testonly
wpt-pr: 14266
wpt-type: metadata
2018-12-11 03:02:31 +00:00