- 16 Nov, 2020 22 commits
-
-
Hiroki Nakagawa authored
Calling blink::mojom::PrerenderProcessorImpl::Start() twice is disallowed. The test makes sure that it results in mojo bad message error. Bug: n/a Change-Id: Icb99b085d8f314f2e6a321164e219ef900393970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538854Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#827674}
-
Erik Jensen authored
https://crrev.com/c/2410841 updated x_server_clipboard.cc to use Xproto, but introduced two errors that broke reading the clipboard in UTF-8 format. The first error has to do with how 32-bit properties are returned. With Xlib, such properties are returned as longs regardless of the platform, meaning they are actually returned as 64-bit values on 64-bit architectures. Xproto, however, always returns them as 32-bit values. The clipboard code, however, was still expecting longs. This change updates the clipboard code to expect 32-bit values as returned by Xproto. The second error was a mistranscription when converting RequestSelectionTargets from XConvertSelection to the equivalent Xproto call. Bug: 1149033 Change-Id: Ib3fe97fcbd0b0579a578858796e084901dd8a360 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537977Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#827673}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/aabde6c88f91..575729e8dd25 2020-11-16 hao.x.li@intel.com Add query availability tracking in render pass encoder If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC sarahmashay@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: sarahmashay@google.com Change-Id: I78bf98e6deaced304284e46e62a0417176bd7395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539440Reviewed-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@{#827672}
-
Noel Gordon authored
The chrome.mediaGalleries was removed from files app crbug.com/1114622 and a new file manager private API FMP.getContentMetadata was added to replace it. Add it to the UITest system test FMP impl. Test: browser_tests --gtest_filter="FileManagerUITest*" Bug: 1113981 Change-Id: I03f26913f7f0f96f85c74053e458a42bf314e9aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537453Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#827671}
-
Joel Hockey authored
We now only remove the spinner from crostini apps after the window is showing, and we ensure that the icon stays in the same position the whole time. In crrev.com/c/2294742, I changed to always call CloseSpinner when a crostini app is launched. The result of this is that we were removing the spinner and icon from the shelf, and then the icon was being added back later (usually a few seconds) when the window appears. Note that it was possible that the shelf position could change if other apps were opened while the spinner was showing. Bug: 1132089 Change-Id: I1b03c0df5f88ffa892d352b0fdfc36f93daa0a47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532341 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#827670}
-
Joel Hockey authored
Some web apps such as the crostini terminal may have a spinner before the app is launched. This closes any such spinner and removes the icon prior to recreating the app icon without a spinner. Bug: 1132089 Change-Id: Ie60c50c6b5c6928db82e43a6682c55fea897efc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538861 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#827669}
-
Zhaoliang Ma authored
In webcodecs, VideoEncodeAcceleratorAdapter needs to call Flush method, since the mojoVEA doesn't support IsFlushSupported, so the VideoEncodeAcceleratorAdapter cannot really call the backendVEA Flush even the backendVEA support Flush. This CL fix this issue. Bug: 1128768, 1110279 Change-Id: I4853c2bd0e494cafdd806d183ab3d659ca542d7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389840Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Eugene Zemtsov <eugene@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Zhaoliang Ma <zhaoliang.ma@intel.com> Cr-Commit-Position: refs/heads/master@{#827668}
-
Darren Shen authored
Mostly adds = default and changes typedef to using. Change-Id: Ic9d8ab0caf10acf8b86e97a02d5dcd15764d3148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532023Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#827667}
-
tby authored
Events are currently stored in this format: {"events":[{event1}, {event2}, {event3}], "keys":{...}} But we are about to create new categories of event, related to whether they are associated with the UMA client ID or not. This requires we store two separate event lists on-disk. This will look like: {"events":{ "independent":[{event1}, {event2}, {event3}], "associated":[....]}, "keys":{...}} This CL: - refactors the logic for getting the events list, creating GetEventsList. - adds logic to migrate from the old storage format to the new. Bug: 1148168 Change-Id: I1d828a4e44b2e483b908a53d5d47c241f3603b8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532164 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#827666}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1605458715-f00155bc52e72dc18d30745134240890a44f1534.profdata to chrome-linux-master-1605484714-0506bb900efd9e0694325713b333ba7d388746e8.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 pgo-profile-sheriffs@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: pgo-profile-sheriffs@google.com Change-Id: I41e24b5065afab4bddf3b5b108dfb36d4d1e44e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539439Reviewed-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@{#827665}
-
Minoru Chikamune authored
IntegrationTest.COMRegistration is failing on Win7 like below. https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%28dbg%29%281%29/86558 IntegrationTest.COMRegistration was added on the CL below. https://chromium-review.googlesource.com/c/chromium/src/+/2538267 TBR: ganesh@chromium.org, sorin@chromium.org Bug: 1149213, 1140562 Change-Id: Ibe95b8a2a5955adefdf1691e1cf68a350d656ea4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537821 Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Reviewed-by:
Minoru Chikamune <chikamune@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#827664}
-
Shengsong Tan authored
This change add a new event for desktop window focus state change. With this change, ARC can have different behavior when Chrome window or ChromeOS desktop get activated. Fix the reverted change https://crrev.com/c/2519686 BUG=b:171450038 TEST=Active different window between Chrome/ARC and logcat events Change-Id: Ied6245028578b89abb1ae376b7b49919c5cebee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536578 Commit-Queue: Shengsong Tan <sstan@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#827663}
-
Fergus Dall authored
Currently we have: - IsAllowed which checks enterprise policy and nothing else - IsUIAllowed(_, false) which checks other aspects of eligibility - IsUIAllowed(_, true) which checks both These methods are confusingly named and IsUIAllowed is really doing two separate things. This has lead to the crash in the associated bug, when a query that was subject to change was used as if it were persistent. Change this interface to the following two methods: - CouldBeAllowed which checks persistent (within the lifetime of the process) aspects of eligibility - IsAllowedNow which determines if we are allowed to run crostini right now, with the understanding that this answer may change at any time. Bug: 1015345 Change-Id: Iab4263c2fcae57bd4ed6bcf6956fd6e7c1e016e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537450Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#827662}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1605451535-a6af4ac0273470e6b457bdea723c0bedf776d930.profdata to chrome-win32-master-1605473970-18d5ebf07ab680b4396ec4f82e9b49e24c2d43e9.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-win32-chromium Please CC pgo-profile-sheriffs@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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I02669881506ed317dd1cf15dc026a569fc08d55f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539436Reviewed-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@{#827661}
-
Thanh Nguyen authored
This CL implements InvertedIndexSearch functions that are inherited from new Index interface. Design doc: go/lss-sandboxing Implementation plan: go/lss-sandboxing-impl Bug: 1137560 Change-Id: I3a1439f9b43d9d52bbb6819308535aa28ef7fe3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531078Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#827660}
-
Minoru Chikamune authored
This reverts commit c0d403ae. Reason for revert: May be causing chromeos errors. Speculatively reverting based on error log: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8863577786188639024/+/steps/isolate_tests/0/stdout?format=raw > 0cf1ad3e42632633d1110de0b0a6e30ef2599740 boringssl_ssl_tests isolate: isolate /b/s/w/ir/cache/builder/src/out/Release/browser_tests.isolate: failed to process: stat /b/s/w/ir/cache/builder/src/out/Release/gen/chrome/test/data/webui/cr_components/chromeos/cellular_setup/sim_detect_page_test.m.js: no such file or directory So this error is caused by sim_detect_page_test.m.js. Original change's description: > [CrOS Settings] Update sim-detect-page to be more generic > > Rename sim-detect-page to setup-loading-page and update UI to be used > for both psim and esim flows. > > Bug: 1093185 > Change-Id: Iaf8934a3423c1ce21d6115bc9ea28c9d972738b8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535231 > Commit-Queue: Gordon Seto <gordonseto@google.com> > Reviewed-by: Azeem Arshad <azeemarshad@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Cr-Commit-Position: refs/heads/master@{#827473} TBR=khorimoto@chromium.org,azeemarshad@chromium.org,gordonseto@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1093185 Change-Id: I48421a06df20aadd0913c1ee9bc3dc313f31097d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538858Reviewed-by:
Minoru Chikamune <chikamune@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#827659}
-
John Palmer authored
Increasing delay also helps by making sure things aren't interrupted. FIXES: 1148100 Change-Id: Ie6e4f696a23ca00b67d88be28d9a5b91ffef3282 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530955Reviewed-by:
Jing Wang <jiwan@chromium.org> Reviewed-by:
My Nguyen <myy@chromium.org> Commit-Queue: John Palmer <jopalmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#827658}
-
Noel Gordon authored
Add launcher.launchFileManager() - move this part out of file_manager.js changes in CL:2500642 Add ready() handler to read load time data - move this part out of file_manager.js changes in CL:2500642 Add getVolumeManager() helper - to match this new helper, which was added in CL:2534551 for moving VolumeManager into JS modules Re-position the various background fake classes - move them so they are adjacent in the code Tbr: alex Bug: 1113981 Change-Id: Ia301098b5e0a357d69b7ee5e89560f7cc6b8210f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539255Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#827657}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d3c10ef3. 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: nzolghadr@chromium.org, yosin@chromium.org: external/wpt/input-events NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I712ac2e9129b51be4dac8aeb36d4a8d1a7409115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539456Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#827656}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1605451535-67d2a4e0717e49940da54310411b235218dd38d3.profdata to chrome-win64-master-1605473970-858e020e397b6c69b02a6b98027a57d7f071f21b.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-win64-chromium Please CC pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I3470cb66e313f4ba8a5eadb8d3e97a5159c76886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539435Reviewed-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@{#827655}
-
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 chrome-fuchsia-gardener@grotations.appspotmail.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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: Ib9edd5ea68d49c368156a32387228f6bb8288edd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539414Reviewed-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@{#827654}
-
Johann Koenig authored
This reverts commit c7a07b61. Reason for revert: May be causing Win7 errors. Speculatively reverting based on change log: https://chromium.googlesource.com/chromium/src/+log/88b177aef..742f164dd0 https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29/110238 content_browsertests failed because of: All/DumpAccessibilityEventsTest.AccessibilityEventsAriaComboBoxFocus/uia All/DumpAccessibilityTreeTest.AccessibilityAriaTreeDiscontinuous/uia Original change's description: > Invalidate SelectionShouldFollowFocus elements during container focus > > Items in single selection containers that have accessibility focus > should get the selected state. Code to mirror focus to selection > exists, but the selected state must be refreshed. > > Replacing AXLayoutObject::SelectionShouldFollowFocus with a helper > method in ax_role_properties, ui::IsSelectRequiredOrImplicit and > including Role::kTreeItem [1] since the ARIA spec lists aria-selected > as a required state. > > Adding AXObject::IsSelectedFromFocusSupported (see AXLayoutObject impl) > which provides a mostly conclusive answer for whether an element can > support this behavior. > > During this investigation, I found there was a portion of the spec that > was not implemented, so I created a crbug [2] for that. "If any DOM > element in the widget is explicitly marked as selected, the user > agent MUST NOT convey implicit selection for the widget." > > Also created a crbug [3] for followup to consider including more > selectable roles for this behavior. Currently only roles that require > or have an implicit value for aria-selected allow this behavior. > It may be desirable to include roles columnheader, rowheader, gridcell > and row, but felt that would be out of scope for this CL. > > [1]: https://www.w3.org/TR/wai-aria-1.1/#treeitem > [2]: https://crbug.com/1143451 (Not allowed with explicit selection) > [3]: https://crbug.com/1143483 (Consider allowing more roles) > > AX-Relnotes:Notify the aria-selected state changed for items that > have their selected state follow focus, and enable this behavior for > role=treeitem elements inside single-selection containers. > > Bug: 1141579 > Change-Id: Idce80a91f41df859775eed59a922ac7c923d9f4f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493000 > Commit-Queue: Adam Ettenberger <Adam.Ettenberger@microsoft.com> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> > Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#827487} TBR=dmazzoni@chromium.org,haraken@chromium.org,aleventhal@chromium.org,kschmi@microsoft.com,Adam.Ettenberger@microsoft.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1141579 Change-Id: Ibd959d5d6066bbe93aea4dffa3d4bc7cc6b35dd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537820Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#827653}
-
- 15 Nov, 2020 18 commits
-
-
Darren Shen authored
Planning to do a lot of refactoring in this directory, so adding myself as OWNER to reduce review load. Change-Id: I27decd0dcdb1e59f76bacaa4949d88031e661062 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536510Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#827652}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b3f1d1491a00..bf281d84688d 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 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: None Tbr: Change-Id: I841ccbea5d9c6c1d5c17648cf1dcb9ad0d48d24b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539434Reviewed-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@{#827651}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1605418474-decec100e7e463ed13c427107def6068c02b35a5.profdata to chrome-win64-master-1605451535-67d2a4e0717e49940da54310411b235218dd38d3.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-win64-chromium Please CC pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Id418864f85eb97b47c4cc04d3c8d06f9171140ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539286Reviewed-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@{#827650}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/785beb334821..b3f1d1491a00 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 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: None Tbr: Change-Id: I5295b6ed8d4fec5acec192fd3857767f5fe7484b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539292Reviewed-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@{#827649}
-
Finnur Thorarinsson authored
Bug: 1148810 Change-Id: I12fa19bf5c87e9b97707b29e276ad1437e18b77e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536462 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#827648}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I4a2e09d34f5ce91912c9fabf306a9e9f03690fe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539355Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#827647}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1605438638-1b22bbd876cf64a7ba114abf81617cd2d8bef45b.profdata to chrome-linux-master-1605458715-f00155bc52e72dc18d30745134240890a44f1534.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 pgo-profile-sheriffs@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: pgo-profile-sheriffs@google.com Change-Id: I2a6ceb611b7d484f39f1c411a9e14e7bd3c1b544 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539282Reviewed-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@{#827646}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1605429017-5e85ba156fabf475aad42d060ab2bf934b5ebf7f.profdata to chrome-win32-master-1605451535-a6af4ac0273470e6b457bdea723c0bedf776d930.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-win32-chromium Please CC pgo-profile-sheriffs@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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ife9fdfb411ab93840394c74fb97f2e039370b8ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539278Reviewed-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@{#827645}
-
Kartik Hegde authored
Some network diagnostics need to simply validate a successful TCP connection. Add a construction parameter to make the TLS upgrade optional. BUG=b/172994051 TEST=(1) unit_tests --gtest_filter=TlsProberWithFakeNetworkContextTest.* (2) unit_tests --gtest_filter=TlsProberWithRealNetworkContextTest.* Change-Id: I51a0f40ea5727cec8c84975fcacca64d245d2609 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530460 Commit-Queue: Kartik Hegde <khegde@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#827644}
-
Liquan (Max) Gu authored
This CL allows PaymentRequestSpec to provide the PaymentOptions that is saved in payment_request_spec. Bug: 1148936 Change-Id: I05451f4d76f759b6aad9b3c1c893901789e0f805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537058 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#827643}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202011150600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/V619U7DE_7WhVDObPrntwpd3LoaUlvh4GjVR_cJblOkC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@grotations.appspotmail.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: None Tbr: media-app@grotations.appspotmail.com Change-Id: I0853162ae6e365d43481fd8a5585159d61eb4749 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539241Reviewed-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@{#827642}
-
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 chrome-fuchsia-gardener@grotations.appspotmail.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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I1ff5da2cbab7f7784b83e25bd1569a7f5e88a9fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539163Reviewed-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@{#827641}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ca62d830fc00..785beb334821 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 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: None Tbr: Change-Id: I7cfad7c8e7fe14aeb329e3066761f0a92644b6cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539161Reviewed-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@{#827640}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1605418474-391738c29c786fce86a2f5faaa9ff3cc11153bcd.profdata to chrome-win32-master-1605429017-5e85ba156fabf475aad42d060ab2bf934b5ebf7f.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-win32-chromium Please CC pgo-profile-sheriffs@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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I3573d8c1f365529307718b7c012c7a77a5901875 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539162Reviewed-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@{#827639}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1605418474-d40e0a66ac214c017c874665540974720359ae8b.profdata to chrome-linux-master-1605438638-1b22bbd876cf64a7ba114abf81617cd2d8bef45b.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 pgo-profile-sheriffs@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: pgo-profile-sheriffs@google.com Change-Id: Idd970dacf693524e1203feea9f15fbd129f5310b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539274Reviewed-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@{#827638}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a4cfc762b194..ac304ad84192 2020-11-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I351456c4390cc7208a81f4084befbef94e486bb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539023Reviewed-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@{#827637}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1605301167-f2e539f21f91663031225bb0d3160662a773cdbd.profdata to chrome-win32-master-1605418474-391738c29c786fce86a2f5faaa9ff3cc11153bcd.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-win32-chromium Please CC pgo-profile-sheriffs@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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I498cb2f0c1c67ab1effc0d476a1b4039b35316dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539174Reviewed-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@{#827636}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1605322732-f3f9a6c28d3c2189d459e96b0d723f5210a3cdc8.profdata to chrome-win64-master-1605418474-decec100e7e463ed13c427107def6068c02b35a5.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-win64-chromium Please CC pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ib01b6d049aa59d879eba4542afd0d2460b01e1b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539175Reviewed-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@{#827635}
-