- 06 Aug, 2020 40 commits
-
-
Mugdha Lakhani authored
PrerenderManager was componentized here: https://chromium-review.googlesource.com/c/chromium/src/+/2332194 but two files in chrome/bowser got left behind due to a rebase. This simply deletes these files that aren't being used anymore. Bug: 1096088 Change-Id: I7488220900c3bdda89b9bbcf4758c24ef9625ee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339554 Auto-Submit: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#795424}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dcb6f8084e45..5d9552ef6987 2020-08-06 treehugger-gerrit@google.com Merge "Add no-op heapprofd client." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ie141928dbe83340b5a2c73d52fb456fc1ad08eb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340477Reviewed-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@{#795423}
-
Anders Hartvoll Ruud authored
Previously, a StyleRuleScrollTimeline would produce a ScrollTimeline directly. This CL introduces CSSScrollTimelineOptions as an intermediate between the two. On its own, this is not terribly useful, but it will become useful in the future when we implement support for dynamically changing @scroll-timeline rules. We'd create *two* CSSScrollTimelineOptions instances: one from the updated @scroll-timeline rule, and one from the current ScrollTimeline of the running animation. Given those two CSSScrollTimelineOptions instances, we can then compare them for equality, and either do nothing if they are equal, or create and set a new ScrollTimeline if they are not. Bug: 1074052 Change-Id: Ic3c26beda1dc297a4f8e6c168fa3750f8a0c040b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332599 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#795422}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d3b495fd53af..4d2e095852b7 2020-08-06 sadym@chromium.org e2e tests for Idle Emulation 2020-08-06 jacktfranklin@chromium.org Component bridges: support interface inheritance 2020-08-06 wolfi@chromium.org Update CDP 2020-08-06 sigurds@chromium.org Revert "Eliminate initial timeout in waitForFunction" 2020-08-06 szuend@chromium.org [unittest] Add 'Settings' helper to set up settings storage 2020-08-06 szuend@chromium.org [issues] Re-introduce issues tab toolbar and third-party checkbox 2020-08-06 sigurds@chromium.org Remove reload banner in the issues tab 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: chromium:1072335,chromium:1080589,chromium:1090802,chromium:1107766,chromium:1112692 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5f202edaed6a2089d8c1ce27a2fee231ad2b1943 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340478Reviewed-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@{#795421}
-
Anastasiia N authored
In "Add account" flow "Next" button is currently displayed by Gaia, inside the webview, but "Back" button is displayed by us. Since "GaiaActionButtons" feature in OOBE is enabled by default, we will display native action buttons in "Add account" (Chrome OS only) and "Add EDU account" flows too. Add "gaia-action-buttons" component and use "setPrimaryActionLabel", "setSecondaryActionLabel" etc. events to show navigation buttons. Bug: 1031534 Change-Id: Ibe89fe719362e17fe32e194e5913d733e3f4995b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279817Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#795420}
-
Viktor Semeniuk authored
This change adds sorting of compromised credentials and unit tests to the mediator. Bug: 1075494 Change-Id: I81d17eb1c80a4310be95c658c58fbcd17e4f8d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339475 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#795419}
-
Yoshifumi Inoue authored
This patch changes |MaxSizeFromMinSize::ComputeFromMinSize()| to avoid checking equality when line width calculation is saturated. Note: This CL is similar to the CL[1] which dose same thing in |NGLineBreaker|. [1] http://crrev.com/c/Make NGLineBreaker::ComputeLineLocation() to avoid DCHECK() when line width calculation saturated Bug: 1112560 Change-Id: I1e1cc1135412cebfc2e2c3cf635dc08fe19578a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340843 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795418}
-
Emanuel Ziegler authored
Use V8's event-based metric collection to provide a recorder for UKM events for Wasm. Design doc: https://docs.google.com/document/d/1vCZQCh4B05isqwJOwTPv7WqcnVp4KJITMgsHSBg35ZI/ UKM collection review: https://docs.google.com/document/d/1Lkop99UNkA754knShPin9uP9kZJExwPXRy1jdj5IZjQ/ Bug: chromium:1101749 Bug: chromium:1092417 R=ulan@chromium.org R=haraken@chromium.org R=rkaplow@chromium.org Change-Id: I48f8c272ba4a3305145710fb3068bf3d5c4273be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288561 Commit-Queue: Emanuel Ziegler <ecmziegler@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#795417}
-
Koji Ishii authored
This patch: * Adds more DCHECKs where we're not operating post-layout fragments. * They actually hit in tests, this patch fixes: - NGPhysicalBoxFragment::ScrollableOverflowFromChildren - NGPhysicalContainerFragment::AddScrollableOverflowForInlineChild Bug: 965639 Change-Id: Ia2d5eeb7b78b2d2a3d8aa3d162fe6a6cca2a461f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339699Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795416}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bedac4f06b5c..b3545b42a10a 2020-08-06 timvp@google.com Get storage buffers/images from ProgramExecutable 2020-08-06 syoussefi@chromium.org Vulkan: Fix ImageHelper's move constructor 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 geofflang@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: geofflang@google.com Test: Test: SimpleStateChangeTestES31.InvalidateThenStorageWriteThenBlendPpoTest: Test: VertexAttributeTestES31.UsePpoComputeShaderToUpdateVertexBuffer Change-Id: Iaa1f7699d1535ef36aba9409c6259e759d59ee0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340933Reviewed-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@{#795415}
-
Pâris MEULEMAN authored
Follow up on [1] adding the same-origin version of the test. I.e. the first document of the popup is same-origin instead of cross-origin. 1: https://chromium-review.googlesource.com/c/chromium/src/+/2332260 Change-Id: I30a187b2c6a943abe44c5e3cff4e95ea36f5fccd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338874 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#795414}
-
Ioana Pandele authored
This CL adds - the ability to start/stop the check - check status update - compromised credentials change message to the UI - saved passwords fetched call for the UI (this is used by safety check) The list of compromised credentials as well as check progress updates will be added in the next CLs. Bug: 1102025, 1092444 Change-Id: I3ad9af201d2158f956479a76b9ca8c184a05d397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333845 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#795413}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f7f6b8b6f018..3a560b36ad16 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 fernandex@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: None Tbr: fernandex@google.com Change-Id: I415a16c1742858293cd4dccebb7a02d1f04c8e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340574Reviewed-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@{#795412}
-
Xida Chen authored
This reverts commit d6905eb4. Reason for revert: Per offline discussion with sadrul@ and flackr@, will limit this change to universal tracker. Original change's description: > Change to report the throughput metrics every 1 seconds > > After compared with interval of reporting the throughput metrics every > 1 second and 5 seconds, we found out that 1 second is closer to the real > data, so we decide to change to the interval to 1 second. > > Bug: 1040634 > Change-Id: I94527a45ffe390fc6d44a2430f52dcb2346d6cbe > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332978 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Reviewed-by: Robert Flack <flackr@chromium.org> > Commit-Queue: Lan Wei <lanwei@chromium.org> > Cr-Commit-Position: refs/heads/master@{#795132} TBR=flackr@chromium.org,lanwei@chromium.org,xidachen@chromium.org Change-Id: Ic6ed30890891a59b02fff03cf9d80189a8b14a59 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1040634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340983Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#795411}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4f52dde7..351fdfe7 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: I8cb6b17de69c96b44145019992c01073d2b55966 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340982Reviewed-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@{#795410}
-
Mohamed Amir Yosef authored
This CL checks body_container_ for nullness. body_container_ could be null if there are only footer items. Bug: 1113255,1108181 Change-Id: I9ed145c1d18baf8b13deab8c44cc510b3bb781eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339479 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#795409}
-
Robbie Gibson authored
Before, this happened by default. However, this was confusing, so now there are two separate flags, so zoom can be enabled without changing the default zoom level. Bug: 1113270 Change-Id: I34e340c585c5ccccdfd278d96c21a53510b6a234 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339482 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#795408}
-
Hiroki Nakagawa authored
Bug: 1086227 Change-Id: I7021ac08ce08e6ce1ddae766a362c76b8c296851 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339496 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#795407}
-
Ricky Liang authored
There are some devices with camera sensors of non-zero physical orientation. For these devices, we still have to rotate the camera frames to compensate for the sensor orientation if we disable pre-rotation in the video capture stack. Otherwise, the video recorded in the camera app will have wrong orientation because we don't rotate the frames at all on the video stack. Bug: 990682 Test: Manually on Nocturne Change-Id: Iba471e318f6d15770491b5677769e5d6c5d1c241 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335849 Commit-Queue: Ricky Liang <jcliang@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#795406}
-
Anders Hartvoll Ruud authored
In CSSPropertyValue/CSSPropertyValueMetadata, we're (for custom properties) storing a pointer to the static Variable instance, and transporting the real name of the custom property in the value part of the CSSPropertyValue. These are both concepts that I want to remove (see bugs for details), and this CL is a step towards doing that. The two most important changes here are: - In css_parser_impl.cc, notice that the call to GetCSSPropertyVariable() has been removed, and we pass the actual name instead. - In css_property_value_set.cc, notice that the function CSSPropertyValueSet::PropertyReference::Name() no longer digs out the name from the value for custom properties, but accesses the "natively" stored name in the metadata (see header file). All other changes in this CL should be relatively uninteresting: they're just adjustments that follow from now taking a CSSPropertyName in the CSSPropertyValue constructor. The sizeof(CSSPropertyValueMetadata) should not increase, since the CSSPropertyName is stored "unpacked" such that the property ID can be stored as a bitfield. Bug: 980160, 1112291 Change-Id: I3dd1e0edac5d07d6a2a8c4a8057b95954a131711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339419Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#795405}
-
Hiroshige Hayashizaki authored
To unify WorkerOrWorkletScriptController entry point, this CL - Renames WorkerOrWorkletScriptController::Evaluate() to EvaluateAndReturnValue(), - Makes it (and EvaluateInternal()) return v8::Local<v8::Value>, - Moves ScriptState::Scope to callers of EvaluateAndReturnValue(), and - Merges EvaluateAndReturnValueForTest() to EvaluateAndReturnValue(). This CL doesn't change the non-test behavior. This CL changes EvaluateAndReturnValue() behavior in tests: Previously, for EvaluateAndReturnValueForTest(ScriptSourceCode("someJavaScriptValue")), when `someJavaScriptValue` is evaluated to `undefined`, EvaluateAndReturnValueForTest() returned an empty ScriptValue(). After this CL, EvaluateAndReturnValue() returns a v8::Local<v8::Value> representing `undefined`, not an empty v8::Local<v8::Value>. However, this doesn't affect observable test behavior (`undefined` is not expected anyway in existing tests). Bug: 1111134 Change-Id: If4a319d1fce2a69a4f39d7ab611ebc6ea0d9f957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331999 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#795404}
-
Alex Rudenko authored
With the new StyleEngine API for getting cascaded CSS values[1], previously introduced InspectorCSSCascade is not needed anymore. This CL renames it to InspectorStyleResolver and its responsibility is to resolve styles for elements as required by the InspectorCSSAgent. The new StyleEngine API is used by InspectorHighlight directly because it's independent from the logic required for InspectorCSSAgent. [1]: https://crrev.com/c/2324423 Bug: 1108356 Change-Id: Ib14e09a41f35356bac7a84045c71579debd31134 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340043Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#795403}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/695e1de8318d..b60e067b4374 2020-08-06 john@johnkgo.com SPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,geofflang@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,geofflang@google.com Change-Id: Icd46a0cc55a910b36439ae5bb3e0b0299d34e4f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340930Reviewed-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@{#795402}
-
Ana-Cosmina Popescu authored
Bug: 1095605 Change-Id: Ic09d3f0fcc098ab1b19b9a09eba33a7de0e10ef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332579 Commit-Queue: Ana-Cosmina Popescu <anacosmina@google.com> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#795401}
-
Alice Wang authored
This CL adds an access point to AccountPickerCoordinator so that we can separate the where the account picker is initiated in order to set it up in different ways. We also removed the |Go incognito mode| row in the account picker dialog used in Settings > |Turn on Sync?|. Bug: 1093795 Change-Id: Ie2823b296a4d6574560811b60e4059ddb52dd889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303390Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#795400}
-
Monica Basta authored
Screenshot: https://drive.google.com/file/d/1Sj_NH5SekuGy-XEQa-rAcbJua-CEyC5x/view?usp=sharing Bug: 1063856 Change-Id: I2e553c6891a3ca3e7bf74db17bcca671c8fe8353 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339420 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#795399}
-
Monica Basta authored
Screenshot: https://drive.google.com/file/d/1Dzm0pf53Dt8vpupSamZnmApXmWRAPhoY/view?usp=sharing https://drive.google.com/file/d/13uoDJZewRqDM5PE9cUoWtFXUFy1E1mIY/view?usp=sharing Bug: 1063856 Change-Id: I2cbaa99ac61ea87ce1caa7a58952b7437f388769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339486Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#795398}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: Ib94f4ea3ef1372a613beeee1983789a8e3075612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340850Reviewed-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@{#795397}
-
Eric Seckler authored
This is a reland of 50136be2 Disabling the test on non-Android. We only care about this on Android at the moment. linux-trusty-rel also seems to fail on sched_setaffinity, likely a limitation of the host. Original change's description: > Reland "base: Add API to restrict thread affinity to little cores on Android" > > This is a reland of 027aa92e > > Relanding but disabling test on CrOS devices (some of our CrOS devices > seem to have asymmetric CPUs that aren't covered by the test). > > Original change's description: > > base: Add API to restrict thread affinity to little cores on Android > > > > Adds functions that facilitate setting the CPU affinity of a given > > thread or process to all little cores on the system. > > > > We intend to use this API to run a power experiment. > > > > Bug: 1111789 > > Change-Id: I6c3d32c2338e9f00464e8b6a8c96af93658a3ae2 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335176 > > Commit-Queue: Eric Seckler <eseckler@chromium.org> > > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#794998} > > TBR: dcheng@chromium.org > Bug: 1111789 > Change-Id: I59315ec0e9a1727986278a04fa5bde409143dfb5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339416 > Reviewed-by: Eric Seckler <eseckler@chromium.org> > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > Auto-Submit: Eric Seckler <eseckler@chromium.org> > Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> > Commit-Queue: Eric Seckler <eseckler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#795126} TBR: dcheng@chromium.org Bug: 1111789 Change-Id: I0c9770f2e0c7d5b8caba9432e55c5f3ebe198322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339342Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#795396}
-
Anders Hartvoll Ruud authored
In order to update a CSSAnimation when an associated @scroll-timeline changes, we'll need to be able to detect whether or not scroll offsets changed. This CL prepares for that. Bug: 1074052 Change-Id: I6059062499e4d7893db413908083d41fae5ac2b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332598 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#795395}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/dbbc1ffe9924..d3b495fd53af 2020-08-06 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium 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: Id69a8e9dc885dc0af55f45ff5fb979a1cc48fc0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340928Reviewed-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@{#795394}
-
Jose Dapena Paz authored
Build with libstdc++ fails: ../../base/cpu.h:93:15: error: ‘vector’ in namespace ‘std’ does not name a template type 93 | static std::vector<CoreType> GuessCoreTypes(); Bug: 957519 Change-Id: I83808e1714146c6fa1dbefea205620c600b32e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339339Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#795393}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/8bc27a1cfbc1..5fd92a7e0c84 2020-08-05 jaebaek@google.com OpenCL.DebugInfo.100 DebugTypeArray with variable size (#3549) 2020-08-05 andreperezmaselco.developer@gmail.com spirv-opt: Improve the code of the Instruction class (#3610) 2020-08-05 vasniktel@gmail.com spirv-fuzz: Handle OpPhis in livesafe functions (#3642) 2020-08-05 vasniktel@gmail.com spirv-fuzz: Handle OpPhi during constant obfuscation (#3640) 2020-08-05 vasniktel@gmail.com spirv-fuzz: Fix FuzzerPassCopyObjects (#3638) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,geofflang@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,geofflang@google.com Change-Id: I68882922b1ce41aa0ad6b3ae2d1cd3437e3c9cc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340575Reviewed-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@{#795392}
-
Yuke Liao authored
Win PGO trunk builders are having issues and result in uploading broken profiles. The auto rollers have been stopped and this CL reverts their profiles to last known good versions. Bug: 1113316 Change-Id: I51c3d4533a0f0845a302d9f71c8a18df33775fbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340114 Auto-Submit: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#795391}
-
Maxim Kolosovskiy authored
Bug: 1086114, 1092444 Change-Id: I2906d756d0090734b23a711da27f497ec7296937 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336595 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Lukasz Suder <lsuder@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795390}
-
Benoit Lize authored
Bug: 1112840 Change-Id: Ie903e92ac8d393c6cf1c0123656c4270cc9df113 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339476 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#795389}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1362c1eac458..7a171cca0ca4 2020-08-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 6c873cfde957 to bedac4f06b5c (13 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC herb@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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1104516 Tbr: herb@google.com Test: Test: Test: CQ Change-Id: I11a7da040639041e1f7826d8f8847029b92ecc99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340929Reviewed-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@{#795388}
-
Wan-Teh Chang authored
Do not DCHECK CanDecodeToYUV() is true in GetYUVSubsampling(), because GetYUVSubsampling() is called by the hardware decoding code paths, not by the decoding-to-YUV code paths. Do not assert that the AVIF_PIXEL_FORMAT_YUV400 case is not reached, because that is the YUV format of monochrome AVIF images. Please refer to https://crrev.com/c/2327461. Bug: 915972 Change-Id: Iced2abe0f86b0f407855c371dbf5e6abef561946 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340071Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#795387}
-
Peter Kasting authored
* Error and warning icon use was reversed from Material guidelines, other Chrome use, etc. Swap these to fix. * "Warning" icon + "normal" color doesn't make sense; use the warning color there. * Apply the same styling to the filename in |file_name_label_| as in the other labels. This only has a visible effect when new-style warnings are enabled. * Schedule a paint when |complete_animation_| ends, too, not just when it progresses; this ensures the download item doesn't get "stuck until mouseover" when canceling, for example. Bug: none Change-Id: Icffc49980c23c3b42133c5c54af195924b33084c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333658 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#795386}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/a28c7896f97f..32be4523385c 2020-08-06 fancl@chromium.org chromeperf: Return multiple change points in FindChangePoints 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 oysteine@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:chromeos-kevin-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 Bug: chromium:1091864 Tbr: oysteine@google.com Change-Id: I32296c69cb27fde4a1bfc7aa40f4647c27aea6f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340927Reviewed-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@{#795385}
-