- 11 May, 2018 40 commits
 - 
- 
Charlie Harrison authored
This allows telemetry to have access to an indexed ruleset, without having to specify one in the source tree (which would need to be updated every time the format version changes). Follow-ups will copy this into telemetry's user-data-dir. Bug: 823982 Change-Id: Iba551b1cd6137d73bed8dfbb0bc69d00f32be7ab Reviewed-on: https://chromium-review.googlesource.com/1052860Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#557855}
 - 
Gauthier Ambard authored
This CL changes the style of the PopupMenu associated with the tab grid button. If the action is destructive (closing the/all tabs), the action is tinted in red. Also it adds the same icon for closing all incognito tabs as the one for opening a new incognito tab. Bug: 831152 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I84617985d0811d431e38ee58391dd22df1cfb8f0 Reviewed-on: https://chromium-review.googlesource.com/1051709Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#557854}
 - 
Yuki Shiino authored
|optional| in Web IDL must only accept |undefined| in ECMAScript, and must not accept |null| unless the argument type is nullable. void foo(optional CallbackType foo_arg); void bar(optional CallbackType? bar_arg); In this case, |null| should cause a TypeError for |foo_arg|. (|bar_arg| is okay with |null| because the type is nullable.) Blink supports this rule for non-callback argument types, but not for callback function and callback interface. This patch applies this strict rule to callback function/interface, too. Since historically Blink implementation has accepted |null| for callback types, this patch also changes all existing argument types to nullable types in order to keep the backward compatibility. Change-Id: I3212ddb1388f8a4facb6b846de1347263556632e Reviewed-on: https://chromium-review.googlesource.com/1018320 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#557853}
 - 
Ned Nguyen authored
NOTRY=true # Test covered by PRESUBMIT TBR=eyaich@chromium.org Bug: 841492 Change-Id: Id93784c4f9e91e665c8f251349cacd846560ef75 Reviewed-on: https://chromium-review.googlesource.com/1055469Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#557852}
 - 
Noel Gordon authored
Bare NONE is not great: scope resolve it SharedOption::NONE to make it somewhat more obvious. Tbr: fukino Bug: 836254 Change-Id: If7b2ed65129ab8c6d0ce729037fac90fee3a3999 Reviewed-on: https://chromium-review.googlesource.com/1055352 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#557851}
 - 
gogerald authored
1, Added a progress bar to indicate page loading progress. The progress bar is hidden when progress is 1.0. 2, Moved payment handler icon from left to right. 3, Replaced the info icon with the gear icon. Bug: 840803 Change-Id: I0386d268b54585c54836229ca7fece76fea5a4fd Reviewed-on: https://chromium-review.googlesource.com/1053791Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#557850}
 - 
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0cc01b753ac6..244f754cdd6b $ git log 0cc01b753..244f754cd --date=short --no-merges --format='%ad %ae %s' 2018-05-11 angle-skia-autoroll Roll third_party/externals/angle2/ 2fc0806f5..8073a9511 (1 commit) Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.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=master.tryserver.blink:linux_trusty_blink_rel;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=egdaniel@chromium.org Change-Id: Idd3964c1b57aa90fc664ceaa170dae5bdfba90f0 Reviewed-on: https://chromium-review.googlesource.com/1055206 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557849}
 - 
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}
 
 -