- 15 Nov, 2019 40 commits
-
-
Luciano Pacheco authored
Add a robust way for tests to wait for a directory finish loading by adding a 'scan-completed' attribute to list container. Change the navigateWithDirectoryTree() integration test helper to use of this attribute. Bug: 992821 Change-Id: If03ade0de3921b93a652c438f20f17ae95be7991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918795 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#715618}
-
Dave Tapuska authored
This change moves the definition of UpdateActiveSchedulerTrackedFeatures from FrameHost to LocalFrameHost in blink. It removes the public definition on the WebLocalFrameClient as it isn't necessary anymore. BUG=1008432 Change-Id: Idd14155fa43148cfb2411c1f965501489fdac85c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897914 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#715617}
-
Avi Drissman authored
Tbr: palmer@chromium.org Bug: 327804 Change-Id: I06ac9a7580d0c7b635b5bccfaeed602223abdac3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900213 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#715616}
-
Chih-Yu Huang authored
Currently, we use VideoFrameLayout to store the physical layout of video frame buffers. VideoFrameLayout uses VideoFrameLayout to indicate the buffer format. However in GPU buffer usage, we have to handle proprietary format, which is not listed in VideoPixelFormat. This CL introduces a new class "GpuBufferLayout", which is planned to replace VideoFrameLayout inside media/gpu/chromeos. Bug: 1004727 Test: ninja media/gpu/chromeos:common Change-Id: Iaac1b1c76ac6b9dace7e4b790a9161de17e3342a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899228 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#715615}
-
Luciano Pacheco authored
Bug: 992821 Change-Id: Ie5aa584a617de40288d057544834bf4cc630515c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918788Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#715614}
-
Xianzhu Wang authored
This is produced with the following script: #!/bin/bash c=0 find . -name "*-expected.*" | grep -v external/wpt/ | tee /tmp/expected-files | wc -l for i in `cat /tmp/expected-files`; do c=$((c+1)) echo $c base=${i%-expected.*} base=${base#./} base=${base#platform/*/} base=${base#flag-specific/*/} base=${base#virtual/*/} has_test=NO for j in $base.* platform/*/$base.* virtual/*/$base.*; do if [ -f "$j" ]; then has_test=YES break fi done if [ $has_test == "NO" ]; then rm $i echo REMOVED $i fi done TBR=wangxianzhu@chromium.org Change-Id: I432b1a4e92c98a68de38e604cf060260ced6c848 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915962Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#715613}
-
Chih-Yu Huang authored
Currently, in Reset() we only call TryCancelAll() on the client sequence to cancel tasks on device sequence. However, TryCancelAll() cancels tasks in a best-effort, meaning a few tasks on device sequence can still run. The tasks posts new tasks to the client sequence. Therefore, V4L2ImageProcessor might still return previous frames after Reset() is called. In this CL, we have these changes: 1. Post additional task ResetTask() to device sequence after cancelling previous tasks. 2. Clear |running_jobs_| at ResetTask(), and check the dequeued buffer id at Dequeue(). Only return the buffers at |running_jobs_|. 3. Invalidate WeakPtr of the client sequence to cancel pending tasks on the client sequence. With 1. and 2., we could guarantee that after ResetTask(), we don't post task to |client_task_runner_| for returning frames. With 3., we could guarantee the tasks on |client_task_runner_| posted by the tasks on |device_task_runner_| prior to ResetTask() are cancelled. Bug: 1004727 Test: Run video_decode_accelerator_tests on Kukui and Hana Test: Run video_encode_accelerator_unittest on Kukui and Hana Change-Id: Ic2f8084f7e7658488dac9e7d39b0f22be347795e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906858 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#715612}
-
Jan Krcal authored
Bug: 978775 Change-Id: I858edbc6a08d5f8ce148f02c461cb0fba8d33a0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886898 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#715611}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/eae1d5ed..b1d68d80 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I994f067f2d20de4517c91e3d3a3375474057e23f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917043Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715610}
-
nancy authored
BUG=998004 Change-Id: I0428b84e59d719be9ce7288a11094b5bb74ee3d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918904Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715609}
-
Luciano Pacheco authored
Change #detail-table to have no outline when it has focus, this is only displayed during Files app initialization preventing the weird orange outline from being displayed. Bug: 1025121 Change-Id: Ieb3c66fe07f2ec064ad06acf27739aed4f8dd202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918789Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#715608}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/588d23a98223..fe24d1e38c44 git log 588d23a98223..fe24d1e38c44 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 vapier@chromium.org run_tests: increase Ctrl-C timeouts 2019-11-15 vapier@chromium.org upload_prebuilts_unittest: get tests passing under Python 3 Created with: gclient setdep -r src/third_party/chromite@fe24d1e38c44 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I8bcf29d94cacc8d605243df9a8db56155a5602ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917952Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715607}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/21d0e38fc847..716db02ba1e8 git log 21d0e38fc847..716db02ba1e8 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 rmhasan@google.com [typ] Add Slow action specifier to typ's expectations parser Created with: gclient setdep -r src/third_party/catapult@716db02ba1e8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=sadrul@google.com Bug: chromium:986447 Change-Id: I83e9c62f5c720624e484aaf72ecc48fd76adb65f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918812Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715606}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /chrome/browser/profile_resetter This CL was uploaded by git cl split. R=battre@chromium.org Bug: 1018667 Change-Id: Ib05a1b4e6df9e41126a2810d800be92907ee8639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917228 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#715605}
-
chrome://media-appchrome://flagTrent Apted authored
ChromeOS resource.pak increases: 26864016 -> 27594788 bytes (+713kiB) until we can remove the apps that this will replace. See go/media-app-size. Bug: 996088 Change-Id: I00c3435d428f18cf0e4e461738dcf8dc0d627fcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916538 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
dstockwell <dstockwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#715604}
-
Chris Hall authored
R=aboxhall Change-Id: Ie73667890a0f30ecb7eaa16a7f2797287e1d841b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918792 Auto-Submit: Chris Hall <chrishall@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Chris Hall <chrishall@chromium.org> Cr-Commit-Position: refs/heads/master@{#715603}
-
Noel Gordon authored
The list check icon should be filled with Blue 600 #1A73E8. Add it to the files-ng 20px icon set. Minor fix: close the <g> tag on external- link item in the icon set. Bug: 1002393, 992821 Change-Id: Ic5bee0a90c1fdcfb8eb9b6c424c00001c8bb8f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918791Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#715602}
-
Chih-Yu Huang authored
This CL uses SequencedTaskRunner, SequenceChecker, and WeakPtr to handle tasks on different sequences of V4L2ImageProcessor, without changing any logic. Also, we use function thunk to ensure a task is called on a certain sequence, instead of using media::BindToCurrentLoop. Bug: 1004727 Test: Run video_decode_accelerator_tests and video_encode_accelerator_unittests on Kukui Change-Id: I15bf1b2fa17bad75706bf0ecf543c31d813e8787 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1905043Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715601}
-
Dan Beam authored
This reverts commit 544412a4. Reason for revert: Performance and functional regressions https://bugs.chromium.org/p/chromium/issues/detail?id=1024034#c5 Original change's description: > Friendly Privacy Setting Initial Redesign > > This CL does 3 things: > 1) The order of rows in the privacy page is affected, regardless of the value of the "privacySettingsRedesignEnabled" flag. > 2) The privacy-page is moved to the "basic", only when the "privacySettingsRedesignEnabled" flag is on. > 3) A "more" expansion button is introduced in the privacy-page only when the "privacySettingsRedesignEnabled" flag. > > Bug: 1014143 > Change-Id: I678e81aa3b67acd2ae41eeda355cd3b32a5b4088 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872094 > Commit-Queue: Sean Harrison <harrisonsean@chromium.org> > Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> > Cr-Commit-Position: refs/heads/master@{#714287} TBR=dpapad@chromium.org,msramek@chromium.org,harrisonsean@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1014143, 1024034 Change-Id: Ic95f592ad4913804ba738553091d907c61289e46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917949Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#715600}
-
nancy authored
Add an InstanceRegistry pointer to ExtensionApps, to add the instance to the InstanceRegistry when launching apps. BUG=1011235 Change-Id: I85aea523ecd5e1ea68810bcc8e7e364d1798b5a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913286 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#715599}
-
Luciano Pacheco authored
While working in the new file list I've faced this assert error and couldn't figure out what metadata property name was wrong. This CL makes easier to identify the invalid metadata property by adding the name in the assert message. Bug: 992821 Change-Id: I258867b9b33385667a9c45a5d59cc2cf4c76c246 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918796 Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#715598}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/11c487a891eb..5f4db6a76640 git log 11c487a891eb..5f4db6a76640 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 mihu@microsoft.com Fix performance issue with EXT_multisampled_render_to_texture Created with: gclient setdep -r src/third_party/angle@5f4db6a76640 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=cnorthrop@google.com Bug: chromium:1019199 Change-Id: I59b52eff3004a1fa90a0a3ffe91b111fac7fa4e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918799Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715597}
-
Wei Lee authored
photo This CL is used to refine the timing of shutter sound and the shutter button animation so that it could be synced to the timing when the shutter is actually done. Bug: 1021430 Test: Open CCA and take a picture Change-Id: I6e5be0c9bc8aa6200917ab71165c0735a515527f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899243Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#715596}
-
Noel Gordon authored
arrow_{up,down}_small.svg file list sort up and down arrows 16px x 16px filled with Grey 700 #5F6368 dragger.svg: used for splitter bar, and file list column drag 32px x 32px filled with Grey 300 #DADCE0 drag_drop_{allow,deny}.svg drag drop chip allow and deny icon 20px x 20px filled with white #fff Optimized these SVG icon with SVGOMG. Bug: 1002393, 1002790, 992821 Change-Id: Ie01d8836b7f59f832f9aefcfecba8591b791207e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916537Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#715595}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/cd162a62..eae1d5ed Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I3c9fa3088cced7f6aa29dd463865383a02b26987 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917092Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715594}
-
Jeevan Shikaram authored
This CL replaces a non-existent function call with the function that should be called. Bug: 963326 Change-Id: I6d014b7a9eee69a73fafedf5359aa1b06270b4be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918779 Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#715593}
-
Trent Apted authored
This CL reduces the size of ChromeOS resources.pak by 996kiB. One resource wasn't compressed at all, which accounts for 165kiB of the savings. Bug: 1015978 Change-Id: Iab7084e57446549187fc22a428e435e39856d267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918786Reviewed-by:
dstockwell <dstockwell@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#715592}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I077255774e5546948b71d8575e5f06630eaec675 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918684Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715591}
-
Jia authored
Bug: 881215 Test: unit_tests --gtest_filter=AboutFlagsTest*, AboutFlagsHistogramTest* Change-Id: I268e9495dfd6f6f0fc9817e156ca4cd2624677b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918780Reviewed-by:
Tony Yeoman <tby@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#715590}
-
Hajime Hoshi authored
TBR=kinuko@chromium.org Bug: 1025123 Change-Id: I467a196df9286b088516b43b6deb8e7d3acf433a No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918790Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#715589}
-
Christopher Cameron authored
The data gathered from Browser.Metal.TestShaderCompileTime indicates that, while shader compilation will often take a long time, it does eventually succeed. This will add the same test in the GPU process, on a thread not affected by the watchdog. If this indicates the same result (that shaders always do compile, though sometimes they hang for a long time), then this will indicate that - we should elongate the watchdog timer for shader compilation - the new limit should come from the histogram produces (if the browser is any indication, 20 seconds should be enough, with perhaps some extra time for initialization) - we should double-down on investments in taking shader compilation out of the critical path Bug: 974219 Change-Id: I9534a66821492c01fbd128417a93c46f47547d2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913029Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#715588}
-
Piotr Pawliczek authored
This patch add methods to CupsPrinterHandler that allow to query a list of printers from a print server with given URL. Returned list of printers is compared with the cuurent list of saved printers. This patch adds also enum PrintServerQueryResult with error codes for ServerPrintersFetcher. BUG=chromium:1014760 TEST=on my workstation Change-Id: I14f5d2a68c5ec0621b3e1190622a2bca291d4603 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912918 Commit-Queue: Piotr Pawliczek <pawliczek@chromium.org> Auto-Submit: Piotr Pawliczek <pawliczek@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Luum Habtemariam <luum@chromium.org> Cr-Commit-Position: refs/heads/master@{#715587}
-
Lily Chen authored
This CL contains drafts of the UI strings to be used for Legacy Cookie Access content settings in chrome://settings/content. The rest of the UI will be built later; this is just to get the strings in before string freeze for M80. Bug: 1025007 Change-Id: I9d03c2863dafab2f26796865321d83208f290ea4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918340Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#715586}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/9413ab06f394..21d0e38fc847 git log 9413ab06f394..21d0e38fc847 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 abennetts@google.com Remove hard-coded owner from ‘File a bug’ link. 2019-11-15 ericlaw@microsoft.com [NetLogViewer] Filter should search ID 2019-11-15 fancl@chromium.org Fix autocomplete-box to respect free-form user input. Created with: gclient setdep -r src/third_party/catapult@21d0e38fc847 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=sadrul@google.com Bug: chromium:1024891,chromium:1016542 Change-Id: I0e7b2027664509277e342996e1feb7c31c28e9b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918713Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715585}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Id97aa727aa833cc83a3b9fcd370d453f756a55b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917582Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715584}
-
Dan Beam authored
Bug: 973674 Change-Id: I93b58a68f85b5dbbd9e62b75673b46e76f424df3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912992 Commit-Queue: Dan Beam <dbeam@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#715583}
-
Demetrios Papadopoulos authored
This is in preparation of migrating to Polymer3. JS unit tests (V8UnitTest) have no way currently of loading JS modules within a test context, since they rely on a chrome://test data source that only exists in a browser_tests context (WebUIBrowserTest). Bug: 1022215 Change-Id: Ieb8caa155d3b83567160eb0927f43adbf548b153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918650 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#715582}
-
Junbo Ke authored
Http cache was disabled before the network service migration because there was no significant benefit. Disable now in the network service path. Bug: b/144224349 Test: TBD Change-Id: If6ce53548d13e9ba16ad92e075217f4673089e69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918720Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Commit-Queue: Junbo Ke <juke@chromium.org> Cr-Commit-Position: refs/heads/master@{#715581}
-
Shik Chen authored
Design doc: go/cca-devtool Bug: 1019581 Test: Manually Tricium: disable Change-Id: Ibe427a666692ae5efd4e9bc1aaddc43def2e0f61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892972Reviewed-by:
Wei Lee <wtlee@chromium.org> Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#715580}
-
kylechar authored
Update code where NULL or 0 is assigned to a scoped_refptr to reset it. Just call reset() instead. If operator=(std::nullptr_t) is added these assignments become ambiguous. This CL was uploaded by git cl split. R=skuhne@chromium.org Bug: 1024981 Change-Id: I584886409b60f2cae2c868cf52ff72186a2af041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918324 Auto-Submit: kylechar <kylechar@chromium.org> Reviewed-by:
Stefan Kuhne <skuhne@chromium.org> Commit-Queue: Stefan Kuhne <skuhne@chromium.org> Cr-Commit-Position: refs/heads/master@{#715579}
-