- 11 May, 2018 40 commits
 - 
- 
Gauthier Ambard authored
This CL re-enable the EG tests for the promo when UI Refresh flag is enabled. Bug: 832661 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4102d6c61cd774387817d5dc30d4794d02f42ac2 Reviewed-on: https://chromium-review.googlesource.com/1052112 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#557848}
 - 
Chromium WPT Sync authored
Using wpt-import in Chromium 98d8ce92. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/17287 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: bjonesbe@adobe.com: external/wpt/css/css-shapes meade@chromium.org: external/wpt/web-animations TBR=markdittmer No-Export: true Change-Id: Iac177b40f401cbc07dbd34989d2d3b1ed23d17b1 Reviewed-on: https://chromium-review.googlesource.com/1054510 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#557847}
 - 
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=sammiequon@google.com Change-Id: I6c42039958ab12ff7a2c3633bfdbf6fc0053bfe2 Reviewed-on: https://chromium-review.googlesource.com/1054513Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#557846}
 - 
Gauthier Ambard authored
This CL disables the QR code tests that are failing consistently. Bug: 842072 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I29acaf666d0f21a6dcbea1780fe56eb0f3ac4d5e Reviewed-on: https://chromium-review.googlesource.com/1054231Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#557845}
 - 
Marc Treib authored
This isn't C++98 :) Bug: none Change-Id: I71a616498a7233ad932fa3f273ab87677eb346e8 Reviewed-on: https://chromium-review.googlesource.com/1052467 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#557844}
 - 
Takashi SAKAMOTO authored
This is [1/2] of the patch: https://chromium-review.googlesource.com/c/chromium/src/+/925987 to add Memory_Experimental UKM 1, 5, 10 and 15 minutes after page loaded. ProcessMemoryMetricsEmitter is used to record Memory_Experimental UKM and emits the all processes' memory metrics. Since we would like to use the same code to record the UKM, we modify ProcessMemoryMetricsEmitter to record the specified page's Memory_Experimental UKM, i.e. the specified renderer's Memory_Experimental UKM. Change-Id: I99242123529a53c97e91153545a40e0f7aa21f26 Bug: 837498 Change-Id: I99242123529a53c97e91153545a40e0f7aa21f26 Reviewed-on: https://chromium-review.googlesource.com/1032150 Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#557843}
 - 
Noel Gordon authored
Add a note about the need to reply to a chrome.test.sendMessage: it is imprecise to say that we "just ignore it", we must reply. And an empty std::string() is a sufficient reply. Tbr: fukino Bug: 836254 Change-Id: I969cf4659e415fcd004f0619d9de04a2b2f10c7e Reviewed-on: https://chromium-review.googlesource.com/1055034 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#557842}
 - 
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a8050d3d8618..ec4bbb378159 $ git log a8050d3d8..ec4bbb378 --date=short --no-merges --format='%ad %ae %s' 2018-05-09 yunlian binhost: stop filter CFLAGS -clang-syntax Created with: roll-dep src/third_party/chromite BUG=chromium:None The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: I579ebca1089747a89e45fc6d9a5705a4ab44b542 Reviewed-on: https://chromium-review.googlesource.com/1055205 Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557841}
 - 
Koji Ishii authored
This patch tests re-using NGInlineItems for all tests in NGInlineItemsBuilderTest that use |TestAppend| function. Also converts two tests to use |TestAppend| to increase the coverage. TBR=eae@chromium.org Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Iab588f9aa5a2c6137c50f3444e2372b182f74b3c Reviewed-on: https://chromium-review.googlesource.com/1055033Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557840}
 - 
Noel Gordon authored
Tbr: slangley Bug: 841659 Change-Id: Ie9c79c80a3105ced7d97636ad8cb519e66d99244 Reviewed-on: https://chromium-review.googlesource.com/1055409Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#557839}
 - 
Findit authored
This reverts commit 539d243b. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 557832 as the culprit for flakes in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/flake/flake-culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vNTM5ZDI0M2IwODdlNmUzMTI4MWMzMjI5OTI5ZjVhMWZjOTdjZDgyZgw Sample Failed Build: https://ci.chromium.org/buildbot/chromium.linux/Cast%20Linux/None Sample Failed Step: content_unittests Sample Failed test: RenderFrameAudioInputStreamFactoryTest.CreateOpenedStream_ForwardsCall Original change's description: > Add a new RenderFrameAudioInputStreamFactory > > It checks that the stream is allowed and forwards the request to the > relevant ForwardingAudioStreamFactory if so. This will cause > the stream to be served by the audio service. > The old RenderFrameAudioInputStreamFactory which creates streams > living in content/ is renamed to > OldRenderFrameAudioInputStreamFactory. Since the class was renamed, > the files were moved (by adding "old_" to the beginning). No need to > review those files. Also note that replacement is diffed against > the previous implementation. It's probably best to just ignore the diff > and review render_frame_audio_input_stream_factory{.cc,.h,_unittest.cc} > as new files. > > The same flag as for output is used to switch between the old factory > and the new one. > > Approximate diagram of stuff: > https://docs.google.com/drawings/d/1_ZIKj6lihGKRjq4Mflduitmkn_REqpHFeqVNelBGHHk/edit > > Bug: 830493, 836226 > Change-Id: Ib0f58a52d849a48ba79405f0d499444c66029b58 > Reviewed-on: https://chromium-review.googlesource.com/1050245 > Commit-Queue: Max Morin <maxmorin@chromium.org> > Reviewed-by: Nasko Oskov <nasko@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557832} No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 830493, 836226, 842115 Flaky step name: content_unittests Flaky test name: RenderFrameAudioInputStreamFactoryTest.CreateOpenedStream_ForwardsCall Change-Id: If1683461af7fcbe0a9be633db62087dafe66235b Reviewed-on: https://chromium-review.googlesource.com/1054162 Cr-Commit-Position: refs/heads/master@{#557838}
 - 
Max Morin authored
It's flaky on all platforms. Tbr: smcgruer@chromium.org No-Try: true Bug: 829740 Change-Id: Ibcbf34bf2a999c0814cf2d5546109561093030be Reviewed-on: https://chromium-review.googlesource.com/1054012 Commit-Queue: Max Morin <maxmorin@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557837}
 - 
Bernhard Bauer authored
This follows the best practice outlined in the whitepaper at https://youtu.be/lrHJhKEtQEI. Bug: 839648 Change-Id: Ic578859515ae2e1fdd13bf7966c544fe2490ffcf Reviewed-on: https://chromium-review.googlesource.com/1051244 Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#557836}
 - 
Roman Sorokin authored
Now it loads owner key to identify the owner. This does not work for Active Directory devices which does not contain the key. BUG=chromium:709416 TEST=manual Change-Id: I44469a2f0b68910490ffa45cef14be6e53ff1cae Reviewed-on: https://chromium-review.googlesource.com/1046602Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Roman Sorokin <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557835}
 - 
Max Morin authored
This reverts commit 05267e5e. Reason for revert: <INSERT REASONING HERE> Original change's description: > Reland "Cancel parallel download request if server doesn't send partial response" > > This reverts commit 13077433. > > Reason for revert: <INSERT REASONING HERE> > > Original change's description: > > Revert "Cancel parallel download request if server doesn't send partial response" > > > > This reverts commit 189d1033. > > > > Reason for revert: "ParallelDownloadTest.NoPartialResponse" is flaky. See https://crbug.com/841666. > > > > Original change's description: > > > Cancel parallel download request if server doesn't send partial response > > > > > > If the server doesn't support partial responses, Chrome should cancel > > > parallel download requests. > > > These requests result in the wrong write offset and makes the file larger > > > than the original > > > > > > BUG=838627 > > > > > > Change-Id: I1fa878854579a1572e6e2f90f3bb932b59b333ba > > > Reviewed-on: https://chromium-review.googlesource.com/1048130 > > > Commit-Queue: Min Qin <qinmin@chromium.org> > > > Reviewed-by: Xing Liu <xingliu@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#557252} > > > > TBR=qinmin@chromium.org,xingliu@chromium.org > > > > Change-Id: I995c3c48fe39c535275a353130b10204009c5e30 > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 838627, 841666 > > Reviewed-on: https://chromium-review.googlesource.com/1053470 > > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > > Commit-Queue: Yutaka Hirano <yhirano@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#557489} > > TBR=yhirano@chromium.org,qinmin@chromium.org,xingliu@chromium.org > > Change-Id: I47a2d4131efa8b863d9868eeca74e99d7beeaa8e > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 838627, 841666 > Reviewed-on: https://chromium-review.googlesource.com/1054887 > Reviewed-by: Min Qin <qinmin@chromium.org> > Commit-Queue: Min Qin <qinmin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557734} TBR=yhirano@chromium.org,qinmin@chromium.org,xingliu@chromium.org Change-Id: I7a618b9533229ea1bb97ff65470e9c60fe580a49 No-Try: true Bug: 838627, 841666 Reviewed-on: https://chromium-review.googlesource.com/1053729Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557834}
 - 
https://chromium.googlesource.com/chromiumos/chromite.git/+log/394f1c63d58a..a8050d3d8618 $ git log 394f1c63d..a8050d3d8 --date=short --no-merges --format='%ad %ae %s' 2018-05-08 bpastene cros_run_vm_test: Pass board and cache dir args down to deploy_chrome. Created with: roll-dep src/third_party/chromite BUG=chromium:823996 The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: I1fb09689cbf824cf46c5332a473261f6c6ca55b8 Reviewed-on: https://chromium-review.googlesource.com/1055193Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557833}
 - 
Max Morin authored
It checks that the stream is allowed and forwards the request to the relevant ForwardingAudioStreamFactory if so. This will cause the stream to be served by the audio service. The old RenderFrameAudioInputStreamFactory which creates streams living in content/ is renamed to OldRenderFrameAudioInputStreamFactory. Since the class was renamed, the files were moved (by adding "old_" to the beginning). No need to review those files. Also note that replacement is diffed against the previous implementation. It's probably best to just ignore the diff and review render_frame_audio_input_stream_factory{.cc,.h,_unittest.cc} as new files. The same flag as for output is used to switch between the old factory and the new one. Approximate diagram of stuff: https://docs.google.com/drawings/d/1_ZIKj6lihGKRjq4Mflduitmkn_REqpHFeqVNelBGHHk/edit Bug: 830493, 836226 Change-Id: Ib0f58a52d849a48ba79405f0d499444c66029b58 Reviewed-on: https://chromium-review.googlesource.com/1050245 Commit-Queue: Max Morin <maxmorin@chromium.org> Reviewed-by:Nasko Oskov <nasko@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#557832}
 - 
Noel Gordon authored
These extensions are not used by the Files.app browser tests and cause ASAN flakes due to an unrelated NaCl bug 788671. Skirt around that bug here by not loading these NaCl-using extensions. Side-effect: these browser tests hopefully run a little faster. Bug: 788671,836254 Change-Id: Ie528cad328d76f2ff0ee97c994f2bc539de86a98 Reviewed-on: https://chromium-review.googlesource.com/1055351 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#557831}
 - 
vitaliii authored
Add a static_assert, which fails wen a new protocol type is added, to EntitySpecifics visitor, so that people don't forget to update this visitor. That's precisely what I did when I was adding a new type and it took me couple of hours of debugging to understood what was wrong. Change-Id: Idd35e143b1fcbda089de3552ac07b9754e344235 Reviewed-on: https://chromium-review.googlesource.com/1054010 Commit-Queue: vitaliii <vitaliii@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#557830}
 - 
Tetsui Ohkubo authored
In UnifiedSystemTray, information that was shown in TraySupervisedUser default view will be shown at the right bottom of the system tray. The style is same as one for enterprise managed devices. TEST=UnifiedSystemInfoViewNoSessionTest BUG=none Change-Id: I7cb1512a41894a2005a4d4a76a2a667c231ea0ad Reviewed-on: https://chromium-review.googlesource.com/1051927 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#557829}
 - 
Max Morin authored
Tbr: cbiesinger No-Try: true Bug: 833215 Change-Id: I3807d48df11e6b4416357896b7af4564b0ef7c6e Reviewed-on: https://chromium-review.googlesource.com/1055448Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557828}
 - 
Donna Wu authored
Implementation of MTPManagerClientChromeOS is mostly copied from media_transfer_protocol_device_observer_chromeos.h/cc files which will be replaced in subsequent CLs. This is a preparation CL for the conversion of MTP mojo interfaces' usage in the client side without any functional changes for the notifications to upper level clients have been blocked. BUG=769630 Change-Id: I28076cc4a4e30783426c6ccb5af1805ef913d7ae Reviewed-on: https://chromium-review.googlesource.com/1046376 Commit-Queue: Donna Wu <donna.wu@intel.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#557827}
 - 
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/a75468d15a3e..6ccd021839d2 $ git log a75468d15..6ccd02183 --date=short --no-merges --format='%ad %ae %s' 2018-05-10 perezju [soundwave] Create timeseries table if needed Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=sullivan@chromium.org Change-Id: I48240234d07696b2b0a5459ce91b1a0ff080fd29 Reviewed-on: https://chromium-review.googlesource.com/1055199Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557826}
 - 
Manuel Rego Casasnovas authored
Change-Id: I3c085d43bc1fa2b3ebe3d90c50b3d1e269de58a0 Reviewed-on: https://chromium-review.googlesource.com/1054289Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#557825}
 - 
Patrik Höglund authored
This reverts commit ee35ff8f. Reason for revert: New USB card in place, let's see if still flaky Original change's description: > Reland "Disable flaky capture unittests on Linux." > > This reverts commit a99efe4b. > > Reason for revert: Still flaky. > > Original change's description: > > Revert "Disable flaky capture unittests on Linux." > > > > This reverts commit 46bf6346. > > > > Reason for revert: New webcam plugged in; let's see if they're still flaky. > > > > Original change's description: > > > Disable flaky capture unittests on Linux. > > > > > > The tests went flaky when we replaced the bot and get VIDIOC_STREAMON > > > errors about 25% of the builds. I have no idea to fix that; we tried > > > replacing the webcam and moving it around in the USB ports and that > > > didn't help. See http://crbug.com/828568 for discussion. > > > > > > Bug: chromium:831514 > > > Change-Id: Ic55c09a16a22dd0402c3360b710e310c733ec5f9 > > > Reviewed-on: https://chromium-review.googlesource.com/1016301 > > > Reviewed-by: Christian Fremerey <chfremer@chromium.org> > > > Commit-Queue: Christian Fremerey <chfremer@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#552165} > > > > TBR=phoglund@chromium.org,chfremer@chromium.org > > > > # Not skipping CQ checks because original CL landed > 1 day ago. > > > > Bug: chromium:831514, chromium:828568 > > Change-Id: I01b21c5073e79e004c74430cc6eeb3422b602745 > > Reviewed-on: https://chromium-review.googlesource.com/1039425 > > Reviewed-by: Patrik Höglund <phoglund@chromium.org> > > Commit-Queue: Patrik Höglund <phoglund@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#555342} > > TBR=phoglund@chromium.org,chfremer@chromium.org > > Change-Id: I9c976f8bb2e0812029d13ae020896bebadf4ef1c > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: chromium:831514, chromium:828568 > Reviewed-on: https://chromium-review.googlesource.com/1041945 > Commit-Queue: Patrik Höglund <phoglund@chromium.org> > Reviewed-by: Patrik Höglund <phoglund@chromium.org> > Cr-Commit-Position: refs/heads/master@{#555996} TBR=phoglund@chromium.org,chfremer@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:831514, chromium:828568 Change-Id: I253b9c60032543f55533b8f53442dcabbebffbf6 Reviewed-on: https://chromium-review.googlesource.com/1054669Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#557824}
 - 
Max Morin authored
Also has issues on 10.13 and a Windows 7 bot. Tbr: steimel@chromium.org No-Try: true Bug: 833658, 841922 Change-Id: If202d5a9750d5e3b96e8022884bd0ed088840466 Reviewed-on: https://chromium-review.googlesource.com/1054235Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557823}
 - 
Ramin Halavati authored
Network traffic annotation test script sends the list of changed files in a CL to the traffic annotation auditor and auditor passes them to clang tools for actual processing. If the list of files would be too long, this may create errors in argument passing buffers. A threshold for size of change list is added to trigger full test of annotations and avoiding sending long list of changed files. Bug: 690323 Change-Id: I3f9386ade4b93041a27fb21f9c9d3205caf6f17e Reviewed-on: https://chromium-review.googlesource.com/1054869Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#557822}
 - 
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=gbiv@chromium.org Change-Id: I56d62fa2f09ff07aa2fc462fe7a530ac48bc30bd Reviewed-on: https://chromium-review.googlesource.com/1055200 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557821}
 - 
Dean Liao authored
Currently, V4L2VDA allocates output buffers for client to use. However, we need V4L2VDA to accept output buffers allocated by client. BUG=b:73327993 TEST=run video_decode_accelerator_unittest /usr/local/autotest/deps/chrome_test/test_src/out/Release/video_decode_accelerator_unittest \ --test_video_data=/usr/local/autotest/deps/chrome_test/test_src/\ media/test/data/test-25fps.vp8:320:240:250:250:35:150:11 \ --thumbnail_output_dir=/usr/local/autotest/results/default/video_VideoDecodeAccelerator/results \ --ozone-platform=gbm \ --rendering_fps=0 \ --test_import Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Id68e4ae8f87e3d86853cba8505abf1fc5147f9e2 Reviewed-on: https://chromium-review.googlesource.com/1002718 Commit-Queue: Shuo-Peng Liao <deanliao@google.com> Reviewed-by:
Wu-Cheng Li <wuchengli@chromium.org> Cr-Commit-Position: refs/heads/master@{#557820}
 - 
https://chromium.googlesource.com/angle/angle.git/+log/2fc0806f5595..8073a9511a1e $ git log 2fc0806f5..8073a9511 --date=short --no-merges --format='%ad %ae %s' 2018-05-09 oetuaho Enable warning for non-virtual destructors Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=fjhenigman@chromium.org Change-Id: I757ed6890c1a4f03084400756e51a068e74a9eb0 Reviewed-on: https://chromium-review.googlesource.com/1055196 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557819}
 - 
Chromium WPT Sync authored
Using wpt-import in Chromium d5603eb9. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/17282 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: jsbell@chromium.org: external/wpt/resources TBR=markdittmer No-Export: true Change-Id: I67eb3e30091a1ae3e7c82eb7ca8c32235ad74c98 Reviewed-on: https://chromium-review.googlesource.com/1055308 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#557818}
 - 
Max Morin authored
Flaky on Mac Bug: 841986 Tbr: miu Change-Id: I8ad9ee53fb175b4d62146e9e5298000ba075d682 Reviewed-on: https://chromium-review.googlesource.com/1054872Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557817}
 - 
arthursonzogni authored
In this test, the following lines looks legitimate, but they are not: ~~~ window.onload = setTimeout(function() { window.location = "resources/go-back.html" }, 10); ~~~ The issue is that setTimeout is executed immediately instead of on load. This CL wraps it into a function. It also reduces the timeout from 10ms to 0ms. Bug: 831155 Change-Id: I7e35fcaeedf918a29fa12ae1f8292d07e08ac213 Reviewed-on: https://chromium-review.googlesource.com/1051908Reviewed-by:Nate Chapin <japhet@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#557816}
 - 
Hajime Hoshi authored
The task runner is used only for RenderWidget::Close and RenderWidget:: DoDeferredClose, and I think unthorttled task runner is not necessary here. Note that the original task runner before kUnthrottled was ThreadTaskRunnerHandle::Get(). We plan to eliminate kUnthrottled, kUnspecedTimer and kUnspecedLoading and replace them with appropriate kInternal* task types. Task type guideline: https://bit.ly/2vMAsQ4 Change-Id: Iac3487edef157ff1261cfdde0b318f49cf469176 Reviewed-on: https://chromium-review.googlesource.com/1055140Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#557815}
 - 
Hajime Hoshi authored
The task runner is used at: - RenderWidget (See https://chromium-review.googlesource.com/c/chromium/src/+/1055140) - RenderViewImpl::SendFrameStateUpdates - RenderViewImpl::CheckPreferredSize I think unthorttled task runner is not necessary here. Note that the original task runner before kUnthrottled was ThreadTaskRunnerHandle::Get(). We plan to eliminate kUnthrottled, kUnspecedTimer and kUnspecedLoading and replace them with appropriate kInternal* task types. Change-Id: I8c1bbb2112c62b1e37fdb4d5a4ea387ddbf1da50 Reviewed-on: https://chromium-review.googlesource.com/1055249Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#557814}
 - 
Denis Yaroshevskiy authored
and generally applying noexcept where it make sense. https://google.github.io/styleguide/cppguide.html#noexcept Noexcept until recently didn't work with out of line default declarations. This CL tests that now it compiles on all platforms by applying noexcept for a few default move operations. Since this CL is useful not only to test but to merge too, I suggest we merge it. Discussion on noexcept: https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!msg/cxx/ze4WJFg7RvU/6wU_9xltBgAJ Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: If65a9da6dc803e4dbd03765656a6f122bcb8210e Reviewed-on: https://chromium-review.googlesource.com/1046005Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Denis Yaroshevskiy <dyaroshev@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#557813}
 - 
Max Morin authored
This reverts commit 46c1bd55. Reason for revert: crbug.com/841871 Original change's description: > Enforcing freezing a tab prior to proactive discard. > > This CL enforces that a tab is frozen prior to being proactively discarded. This will allow the website to have enough time to persist any state prior to being proactively discarded. Urgent discard behavior is unchanged. > > Bug: 775644 > Change-Id: Ia3ec9e8f53f80d2c940edd065090415cbcdd1f6c > Reviewed-on: https://chromium-review.googlesource.com/1041138 > Commit-Queue: François Doray <fdoray@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: Pavel Yatsuk <pavely@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557209} TBR=fdoray@chromium.org,fmeawad@chromium.org,pavely@chromium.org,varunmohan@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 775644, 841871 Change-Id: Ia784d8aada40321e14f14133a7a6bb9403d7dda0 Reviewed-on: https://chromium-review.googlesource.com/1054668Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557812}
 - 
Ben Chan authored
This CL updates dbus::MockBus to mock dbus::Bus::AddFilterFunction and dbus::Bus::RemoveFilterFunction. Neither method is exercised in existing Chrome unit tests. However, some Chrome OS unit tests (e.g. CL:1048028) need to mock them, which is currently done by sub-classing dbus::MockBus. This CL alleviates the need of such sub-classing. Bug: None Change-Id: Ib5f3e41573ec900351ebedad030bb6147db3b74f Reviewed-on: https://chromium-review.googlesource.com/1054159Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#557811}
 - 
Yutaka Hirano authored
net::URLRequest clears its request_start on redirect, so we should do the same in the renderer. Bug: 824155, 835502 Change-Id: I74252d62d98aae0e26e4ee30ad21eeefb5fda267 Reviewed-on: https://chromium-review.googlesource.com/1054907 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#557810}
 - 
Kenichi Ishibashi authored
Server side config is going to be updated and the new experiments have "_R3" suffix instead of "_R2". Bug: 764481 Change-Id: I7ec3123096ba27f0c16d63d879e2e323b8963197 Reviewed-on: https://chromium-review.googlesource.com/1053855 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#557809}
 
 -