- 23 Sep, 2020 40 commits
-
-
Sergey Ulanov authored
FuchsiaAudioRenderer::FlushInternal() is called when seeking media stream. It's supposed to flush all pending buffers, so playback can resume from the new position. Problem was that there may be a demuxer read that's still pending when the function is called. Results of that read were still used after flush, but they may correspond to the previous position in the stream (before seek). As result the packet returned by the pending seek was sitting in the head of the queue blocking playback of all other packets for the new position after seek, breaking audio playback. This change updates FuchsiaAudioRenderer::OnDemuxerStreamReadDone() to drop results if FlushInternal() was called while the demuxer read operation was pending. Bug: b/167613125 Change-Id: I134eb54f5729194d419226bc2df53012a32c8d4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422886 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#809686}
-
Jazz Xu authored
Bug: 1131022 Change-Id: Ifb73b41adfee89dc72487dd5e34a061f188c93c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423358Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809685}
-
Min Qin authored
This CL uses the proper result type for suggestions from QT. BUG=1130176, 1128851 Change-Id: Ibb5748683a3e3d347c330a076d9e7fa2258a5f81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425125Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#809684}
-
James Hawkins authored
Bug: 1045266 Test: OSSettingsInternetConfig* Change-Id: Iea02f06dcf1f322b787d6bc0122e07a25b97f2cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425065 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#809683}
-
Yan, Shaobo authored
- Add rule to check imageBitmap state and throw invalid state error exception if imageBitmap has been closed. - Add rule to check depth of copySize and throw range error exception if depth of copySize is larger than 1. - Allow noop copy and modify validation rule to support on border source origin. BUG=966582 Change-Id: I9ce4fa6ec152a538cf88c42bb0b9cee634f55b54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402584Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Cr-Commit-Position: refs/heads/master@{#809682}
-
Peter Kasting authored
This will be convenient for various callers. Bug: 772945 Change-Id: I044f791aafe079d0728aabea20e0e287bbf045ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425142 Commit-Queue: Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#809681}
-
Jae Hoon Kim authored
Metrics changed: - Installer.Recovery.Reason - change owner + add chromeos-core-services - P2P.Server.ClientCount BUG=chromium:1089203, chromium:1088866 TEST=none Change-Id: Ie4330b8178a7a857b99616af763ffa09947a14fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422441 Auto-Submit: Jae Hoon Kim <kimjae@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#809680}
-
Raphael Kubo da Costa authored
This method is not used anywhere, including SensorProviderProxy's friends, so get rid of it for simplicity's sake. Change-Id: Ibf9484f935372d733ab4d4dda991cb53c6cfeb4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421368 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#809679}
-
Ahmed Fakhry authored
BUG=1110719 Change-Id: Id09e4e9b336d12acb99ad648e0dd3ad83130185f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425066Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#809678}
-
Josiah K authored
Bug: 1131153 AX-Relnotes: N/A Change-Id: I3405fbbe612eeacb54673509a2b7f039eb279555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424678 Commit-Queue: Josiah Krutz <josiahk@google.com> Auto-Submit: Josiah Krutz <josiahk@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#809677}
-
Miguel Casas authored
Decoding a bitstream in VA has two steps: one, submitting the parsed parameters and encoded chunk as VABufferIDs, and two, executing the decode. This CL transfers managing the lifetime of the VABufferIDs to VP8VaapiVideoDecoderDelegate, avoiding vaCreateBuffer() calls. vaapi_utils' FillVP8DataStructures() needs to be changed to operate on VA-API structs passed as parameter, which in turn forces a bit of changes in the webp decoder. This is verified via chrome:tracing and codepen.io/full/qzYXba that plays 4 1280x572 VP8 videos at the same time. Tracing is captured for a few seconds, and basically we avoid calling the vaCreateBuffer(), which takes ~50us every time, reducing the overall decode time from ~0.439ms to ~0.307ms on my CML (kohaku), ~25% reduction. Improvements are of course extremely small, the advantages of this CL are in reducing lock/unlock churn and associated contention. This benefit grows with the amount of decodes (e.g. Meet grid scenarios). Bug: b/166646505 Change-Id: I6b0e2dc21ad94e2e1c9ab3696fba037d5b88830b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412132 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809676}
-
Wei Lee authored
Temporarily makes CCA non-resizeable until it supports responsive UI. Bug: 980846 Test: Tested that CCA (SWA) is not resizeable Change-Id: Ib6b093aac7ae728427ac315f225ec39d44dfd041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415920Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#809675}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b44af6625286..ee7ae7aba2c9 2020-09-23 jmadill@chromium.org Skip another slow test on Win/Intel/D3D11. 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 syoussefi@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/+doc/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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: syoussefi@google.com Change-Id: I8a965e94cb932728c29176f302099af7a7df4b88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425503Reviewed-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@{#809674}
-
Michael Bai authored
ContentCapture was triggered by ContentCaptureConsumer, the ContentCaptureTriggeringForExperiment feature is used to trigger the ContentCapture independently, so we can get unbiased experiment result. We enabled this feature to run an experiment in M86. Now we need to disable it to prevent ContentCapture being triggered unconditionally in production in M87 and beyond. By disabling this feature, ContentCapture will lack the test coverage because it isn't triggered. To overcome this issue, this patch enables experiment in fieldtrial and disabled ContentCapture by default in production, so it is only triggered when necessary in production, but we still have enough test coverage in various bots. Also, removed an unused fieldtrial setting. Bug: 1114819 Change-Id: I9c2a5c5dcea9697020b372cef660289c42243470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422148Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Michael Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#809673}
-
Kunihiko Sakamoto authored
We would like to deprecate FirstMeaningfulPaint histograms, but this one is still used in an active finch experiment. Bug: 1117109 Change-Id: I1c90559b97bd77500a3e2c2146e5c493829011b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417773Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#809672}
-
Mason Freed authored
The current view-source page uses quirks mode, break-word, and tables, which is a very slow Layout code path. This CL removes quirks mode. Bug: 920571 Change-Id: I011ebd1ef3ab3f0588886342530f3ddaa2468527 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424574 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#809671}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=lakpamarthy@chromium.org Change-Id: I6aba3e75327af90929adb8f952f909c2940f81e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425427Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#809670}
-
Rachel Carpenter authored
This means that folks trying to navigate to chrome://help-app in a browser will instead get the Help app opening as a standalone window. Change-Id: I30941dc66f4c9528edfc0ead92d3d9551bc13d81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398604 Commit-Queue: Rachel Carpenter <carpenterr@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#809669}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1600775907-1d0a614b540ad15c6823911f93c081428c564ce9.profdata to chrome-mac-master-1600819087-f4efc7f723c6812144192ebd4eb5f53f5a4e9534.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I729b8c4981097238ee255441568add0755b8c277 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425506Reviewed-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@{#809668}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ic16c64e9a7eae1ff757632f89e65e8c7223c167e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425403Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#809667}
-
Raphael Kubo da Costa authored
r762075 ("ExecutionContext post-migration cleanup - mdoules/ q-s"), part of the changes that moved ExecutionContext from Document to LocalDOMWindow, removed the condition in InitSensorProxyIfNeeded() that would cause it to have a nullptr |sensor_proxy_|. Remove the check in Sensor::Activate(), but add a DCHECK to avoid regressions. Change-Id: If29238fb7772599a3a4636e25535c51669d5da11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421448 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#809666}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9bcb0cadf78f..df9a5f7482ce If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC horo@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1131087,chromium:783819,chromium:912681 Tbr: horo@google.com Change-Id: I9705bba1d79fcda023b1626c74b71d6f629ea048 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425247Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#809665}
-
Bailey Berro authored
Implements the GetBatteryInfo(). Provides static information about the battery included manufacturer and designed capacity. Bug: 1128204 Change-Id: Icdc54b865d8506078258c4877f3203ad1fed38cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419600 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Cr-Commit-Position: refs/heads/master@{#809664}
-
Darwin Huang authored
TBR=rouslan@chromium.org Bug: 1129411 Change-Id: Id6a68f092f692b2a4485e100d741f7bc6a997192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425190Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#809663}
-
tby authored
This adds a class containing the core logic for calling the ItemSuggest API from chrome. It's owned by the DriveZeroStateProvider, and the logic can be broken down into three steps: 1. Retrieve oauth2 access tokens for the primary user. 2. Make a request to the ItemSuggest API. 3. Parse the resulting json. Follow-up CLs will do something with the parsed json, and add unit tests. Bug: 1034842 Change-Id: If7b21e9e80d4390615b74a6e4dbebe79a21ced79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420192Reviewed-by:
Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#809662}
-
Raphael Kubo da Costa authored
The features are still under development. The flag is used for testing. Change-Id: I974916c349775f0cb95938423d15e728c3121591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421729 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#809661}
-
Pranav Batra authored
Bug: chromium:832152 Test: ./libcups_unittests Change-Id: I556ff53fdb997d9b22d94efd035704242a36b0bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359570 Commit-Queue: Pranav Batra <batrapranav@chromium.org> Reviewed-by:
Luum Habtemariam <luum@chromium.org> Cr-Commit-Position: refs/heads/master@{#809660}
-
Ken Rockot authored
Self-referencing structs and unions should not cause the backcompat checker to fail. This fixes it. Bug: None Change-Id: Ia852c0aa68c63ff7f8c613b830f7a259489fe41b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425304Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#809659}
-
Jeevan Shikaram authored
Add the Stadia app ID and preload it after Duo on the first page. Bug: 1125414 Change-Id: I156319452ff8d8d855020041dedeac5b14935de6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397042Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
dstockwell <dstockwell@google.com> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Cr-Commit-Position: refs/heads/master@{#809658}
-
Ionel Popescu authored
This CL fixes the following eye dropper UI issues: - center square for the eye dropper border should be black & white double strokes - macOS pre-10.15 eye dropper size should be a 9x9 square. Bug: 1130418, 1130415 Change-Id: I8ae3c22b01aef0ebd4bbf94a9e31d0192d3f58a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424668Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#809657}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1600797595-fd8ddba8caaa456739bdf5b1d17d7be117d929dc.profdata to chrome-linux-master-1600819087-f018447afe1bff252e1e84ad0f3e21a12934b752.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com Change-Id: I1871ac8f4995275867c90104db026fda73ccd088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425286Reviewed-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@{#809656}
-
James Cook authored
Clarify that the value of MinVersion isn't related to particular ordinal values. Bug: none Change-Id: Ie3dcca5e494e51e0adbbf0bc0bbea24d7054515b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425326Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#809655}
-
Megan Jablonski authored
Align Translate histogram expiration to 2021-01-31, re-enable Translate.LocalesOnDisabledByPrefs, and expire obsolete histogram. Bug: 1089599, 1089597 Change-Id: I0bf51f94a8d0f98fae4ec95a0d11fb89b738ebbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419577 Commit-Queue: Megan Jablonski <megjablon@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#809654}
-
James Hawkins authored
R=khorimoto@chromium.org Bug: 1045266 Test: OSSettingsCellularSetupDialog* Change-Id: I8da974e120b534be54f454580c23f55f2632d395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422319 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#809653}
-
Brian Sheedy authored
Changes the GPU pixel tests to only upload data to the Chrome Gold instance now that all the data has been migrated. Bug: 1113308, skia:10723 Change-Id: I99271ec1ddc41989eb854e6ce0117fa18b723d33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424497 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#809652}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7b2a8dea..d2ea1c89 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I3e557eb485e5d1d45f32f2797e9aae5f6e35f027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425086Reviewed-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@{#809651}
-
Haiyang Pan authored
Bug: 997376, 1127110, 1131181 Change-Id: Idccf2d3a97f3f82a36125dc563bfb26a4f528e4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425183Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#809650}
-
Adam Rice authored
Add a content browser test for receiving a bidirectional stream that was initiated by the server. BUG=1123772 Change-Id: I2f6f9c464215a949d06ad6a251f352508055f7e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416048Reviewed-by:
Victor Vasiliev <vasilvv@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#809649}
-
Joel Hockey authored
In order to send a URL as a param, we must be allow plain string args which will be passed through unchanged as well as files which will be shared and remapped. Bug: b/168506505 Change-Id: Ica2ca4c7b79047d1811961c19e79f9db0d3cfcda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423744 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#809648}
-
Maggie Cai authored
This CL adds a few more browser tests for intent picker: 1. Navigate out of the intent filter scope will not show the intent picker icon or the intent picker bubble. 2. Intent picker bubble will not automatically pop up if there is only PWA candidates in the bubble. 3. Intent picker bubble will not automatically pop up if the navigation is not from a link. 4. Intent picker bubble will stop showing up after dismiss the bubble for 2 times for the same origin. BUG=853604 Change-Id: If1081911e42ad134d75fde51f9bab24740499424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423825Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#809647}
-