- 10 Sep, 2020 40 commits
-
-
Gauthier Ambard authored
This CL makes sure that the WebState callbacks (DidStartNavigation, DidFinishNavigation...) are correctly called with the new Error page workflow. The callbacks are called once per error, with the URL of the page requested. Fixed: 1081484, 991608 Change-Id: I92934ea36c270f6f99fb355011b87083b8592988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398130 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#805673}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1599674142-9f13839562e8523855d1bff685bbea34c58e94a7.profdata to chrome-mac-master-1599716388-02eae1071f5b6fe6862d29aa135a2ecf5509f01d.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: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I2545cfe09df438d8daeab3d6a43d8951f15c7c9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402648Reviewed-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@{#805672}
-
Kent Tamura authored
* Move core_export.h from core:core to core:core_common to avoid a circular dependency between core:core and core/mojo:mojo. * Move v8:bindings_core_v8_generated from 'deps' to 'public_deps' in core:prerequisites. v8:bindings_core_v8_generated is used by a target depending on core:prerequisites. * Move some test helper sources from core:unit_tests to core:unit_test_support, and change core:unit_tests dependency to core:unit_test_support in controller:blink_bindings_test_sources in order to avoid a circular dependency between controller:blink_bindings_test_sources and mojo:unit_tests. This CL has no behavior changes. Bug: 800764 Change-Id: I8d8f78e0eb6f18464d4e270360a62b212cd9da27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402460Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#805671}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/210e1beae78c..bdb38e31199e 2020-09-10 jleconte@google.com Run only WebRTC perf tests relevant to the specified story. 2020-09-10 hidehiko@chromium.org catapult: Expand is_linux to is_linux || is_chromeos. 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 skyostil@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:1110266,chromium:1123318 Tbr: skyostil@google.com Change-Id: Ie9620f35f29e8989834c9740a6ccc404aed3d1f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402639Reviewed-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@{#805670}
-
Sadrul Habib Chowdhury authored
. Zero delay is not used anywhere. So remove support for zero delay. . The notifier is only used in the compositor thread, so there is no need to use base::Lock. So this is removed, and replaced by a thread checker instead. BUG=none Change-Id: I1c998a011b9b28edab6b46ac9d772969bb4bb147 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391981 Commit-Queue: Khushal <khushalsagar@chromium.org> Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#805669}
-
Roman Sorokin authored
Bug: None Change-Id: Ib1a2649b85bf832c09c0d1c4f164c10e61a3a651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387640Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#805668}
-
Tanmoy Mollik authored
This cl updates the PersonalizedSyncPromoView. There are two changes made to this view. 1. The status message "Sync is off" is removed 2. The sync off badge in the profile picture is removed. Since the badge is no longer dynamically updated, all updateBadgeConfig() calls for updating the promos have been removed. Bug: 1124701 Change-Id: Ia3654ade8a0bccfc44a12bb8548cb4ad022fc442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391233 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Alice Wang <aliceywang@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#805667}
-
Saurabh Nijhara authored
As per the current code flow, PENDING_ADD_FAILED failure reason can be reported when: 1) an extension with same extension_id is already installed from a higher priority source (Manifest::Location) but is corrupted. This is then not reported in the metrics as the extension is already installed. 2) extension is already in the pending extension list from a higher priority source (Manifest::Location). Case #2 should not be reported as PENDING_ADD_FAILED failure for the force installed extension. Bug: b:162855924 Change-Id: I1f91a6d5ae97c7f75fc69584d9ba0ed9516e6d79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379859Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Reviewed-by:
Swapnil Gupta <swapnilgupta@google.com> Commit-Queue: Saurabh Nijhara <snijhara@google.com> Cr-Commit-Position: refs/heads/master@{#805666}
-
My Nguyen authored
Adding click handler for customize spell check in follow-up CL. DisabledView: http://screen/BwJ7YNftynvYNVN EnabledView: http://screen/5kcJNdQhrF8Foq5 Spec: http://go/cros-lang-settings-ux-slide/edit#slide=23 Note: All strings are not finalised so they are translateable false and no screenshots required. Bug: 1113439 Change-Id: Ibdc7fb40cb70d3ffd670e9e1a8bff84764a229e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362044 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#805665}
-
Yoshifumi Inoue authored
This patch changes |ShapeResult::CountGraphemesInCluster()| not to crash when specified substring is empty by avoiding null reference of |CursorMovementIterator|. Note: This is a speculative patch because I could not reproduce locally. ClusterFuzz will check whether this patch is effective or not. Bug: 1071423 Change-Id: I6807ead3cb05f11d2ff663de8f5675aee524b5a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402467 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#805664}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/cbbf9587645f..29b1f07f4ab2 2020-09-10 syoussefi@chromium.org Vulkan: Boilerplate for vkCmdNextSubpass 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 ianelliott@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: ianelliott@google.com Change-Id: I97acd800eba999bb448166ad6d378df07e09fad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401831Reviewed-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@{#805663}
-
Sami Kyöstilä authored
This reverts commit 1047b889. Reason for revert: Build failure on mac-builder-perf: https://ci.chromium.org/p/chrome/builders/ci/mac-builder-perf/220028 Original change's description: > OOR-CORS: Remove BlinkCORS supporting code outside Blink > > As OOR-CORS was fully launched, this patch removes BlinkCORS > supporting code that exists outside Blink. > > We still have some dead code in Blink, and subsequent cleanup > changes will remove them all. > > Bug: 1053866 > Change-Id: Ibe9f913d3cc9f183d6e681516996f1bc6cc58b96 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397458 > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Karan Bhatia <karandeepb@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Commit-Queue: John Abd-El-Malek <jam@chromium.org> > Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805644} TBR=falken@chromium.org,sky@chromium.org,kinuko@chromium.org,toyoshim@chromium.org,jam@chromium.org,karandeepb@chromium.org Change-Id: I51b1a274038b33b8db3036fc1a3912c6580c9446 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1053866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401467Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#805662}
-
Victor Hugo Vianna Silva authored
Disabling FastEnableDisableEnable (score of 433 in the flake portal) and DisableOneAtATime (score of 334). Bug: 1111227 Change-Id: Idf399ae2c76d7748c704952d38042e14187508ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401143Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#805661}
-
Omid Tourzan authored
Adds util method and integration test load time data entry to check feature in the Foreground page as well. Bug: 491043 Change-Id: Ia10eb456a982d2f8d8a4ce09d3c80d0b82f5e2fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398598Reviewed-by:
Sergei Datsenko <dats@chromium.org> Reviewed-by:
Austin Tankiang <austinct@chromium.org> Commit-Queue: Omid Tourzan <oto@chromium.org> Cr-Commit-Position: refs/heads/master@{#805660}
-
Peter E Conn authored
This will allow ExternalAuthUtils to be moved to a separate module. Change-Id: I03c3217ca22ad4a0aa6e0dbd33cbe56032aca48d Bug: 1104817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400622Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#805659}
-
Richard Knoll authored
After the Shutdown() method is called on a BCKS, the profile must not be used anymore. This CL cleans up current usages of the |profile_| during shutdown and adds DCHECKs where we're sure it it still valid. Bug: 1125056 Change-Id: I847bf7e6a96abefcc370bb5761f438ed3369c4a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400459Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#805658}
-
Oleh Lamzin authored
Use new method ServiceConnection::FlushForTesting instead of RunUntilIdle. Change-Id: Idfa4a5fdd3eb8ab43be0d5ed527e334a6401c821 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398624Reviewed-by:
Mahmoud Gawad <mgawad@google.com> Commit-Queue: Oleh Lamzin <lamzin@google.com> Cr-Commit-Position: refs/heads/master@{#805657}
-
Miriam Polzer authored
Extending the validity of the rollback save and restore metrics as this feature is still not launched. Also changing the owners. Bug: 1089382 Change-Id: I81091696ced200c33df9ad229c297a72ed08cc89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388284Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Miriam Polzer <mpolzer@google.com> Cr-Commit-Position: refs/heads/master@{#805656}
-
Oleh Lamzin authored
Use new method ServiceConnection::FlushForTesting instead of RunUntilIdle. Change-Id: I032a428465ac661905ac3cfe466a898c4ca015bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398722Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Oleh Lamzin <lamzin@google.com> Cr-Commit-Position: refs/heads/master@{#805655}
-
Morten Stenshorne authored
This reverts commit 44326d9d. Reason for revert: Suspect in https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome/8371 Deterministic failure: TabSearchAppTest.All (status FAILURE) Original change's description: > Tab Search: Add last_active_time_ticks to tab_search.mojom.Tab > > last_active_time_ticks is used to sort recent tabs. > > Bug: 1099917 > Change-Id: If5c224729e39c20ceda48a3d81b6e171b92be731 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382655 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> > Commit-Queue: Yuheng Huang <yuhengh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805629} TBR=dcheng@chromium.org,tluk@chromium.org,yuhengh@chromium.org Change-Id: I9f1122dbb9cd1c6ecda5751744fceaaea742905c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1099917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402938Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#805654}
-
Kent Tamura authored
This CL has no behavior changes. Bug: 800764 Change-Id: Ic4dc91974aa32d01c4fb96ab934b8e1b1c3c51f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400411 Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#805653}
-
Yutaka Hirano authored
Handle the case where creating a v8::Promise::Resolver fails due to forcible worker shutdown. Bug: 1123468 Change-Id: Ifcdc90bc3d9cd6de878bf7d377fbefedb345f6b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400795Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#805652}
-
wutao authored
Bug: b/163888215 Test: passed current tests Change-Id: I200f0f03d5ed71d6cdc317aecfd7698aa6f43472 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399911 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#805651}
-
Darren Shen authored
Wrapper.internal_request and Wrapper.internal_reply are the serialized bytes of closed-source protos. However, string is not a suitable type, as proto strings are designed for human readable strings and not bytes. The right type for this is actually 'bytes' as it represents binary data and not UTF-8 encoded human readable strings. [1] https://developers.google.com/protocol-buffers/docs/proto#scalar Bug: 1019541 Change-Id: I723c843acfb80eb14d63f7375cba1ddaf39a782c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397971Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#805650}
-
Yuki Yamada authored
Add FCForbiddenScope to forbid GC while modifying LinkedHashSet to avoid conflict between |value_to_index_| and |list_|. Bug: 1125952 Change-Id: I89ad7dc6c11dbee0194e1f7b5bea3b75ce3202dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402459Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Yuki Yamada <yukiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#805649}
-
Benoit Lize authored
On Windows, static local initialization calls into the runtime (more specifically, _Init_thread_header()), which then causes issues (see linked bug for details). To sidestep that, don't use local static variables to initialize the allocator, but write equivalent code "by hand". As the code is expected to perform as well as the current one, use it everywhere. Note that this is only done for the regular allocator, not the aligned one. If required, we can extend it to this one as well. This CL emulates `static base::NoDestructor<base::ThreadSafePartitionRoot>` by hand. Bug: 1126432 Change-Id: I2d019919befb4b4155bc61645da5f0efa5d4d2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401024Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#805648}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/eedd5bcc37d4..e6cf96585524 2020-09-10 treehugger-gerrit@google.com Merge "Add a smoothness flag to per-frame state." 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: Idbdf1cf5e47607bb326a01a48f1cc24dc5171831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401836Reviewed-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@{#805647}
-
Viktor Semeniuk authored
PasswordManager.BulkCheck.UserAction should be recorded only if password is compromised. Bug: 1126415 Change-Id: I1a77e85f419735c59f8ee9ab3d42c58368b96097 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400984Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Cr-Commit-Position: refs/heads/master@{#805646}
-
My Nguyen authored
Code and tests are mostly carried over from settings/languages_page, with small change to Retry button aria-label. Will add other components in following CLs. Current view: http://screen/35HsGe5kNDds66q View when spell check is disabled: http://screen/3maPBnjn24GPJaj Note: All strings are not finalised so they are translateable false and no screenshots required. Minor changes to jsdoc. Bug: 1113439 Change-Id: I998e65f02c2452c41fddb75ca6ade74de0c3e049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359972 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#805645}
-
Takashi Toyoshima authored
As OOR-CORS was fully launched, this patch removes BlinkCORS supporting code that exists outside Blink. We still have some dead code in Blink, and subsequent cleanup changes will remove them all. Bug: 1053866 Change-Id: Ibe9f913d3cc9f183d6e681516996f1bc6cc58b96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397458Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#805644}
-
En-Shuo Hsu authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/fd5a98f6204f..f7f147bf051c $ git log fd5a98f62..f7f147bf0 --date=short --no-merges --format='%ad %ae %s' 2020-09-07 enshuo system_api: Add CRAS resend battery constant 2020-08-20 vpalatin modemfwd: clear LTE attach APN Created with: roll-dep src/third_party/cros_system_api Bug: b:166530001 Change-Id: Ib12a2bd7f17a9cbed45bc44e6d02488874d7fc68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400649 Auto-Submit: En-Shuo Hsu <enshuo@chromium.org> Reviewed-by:
Hsinyu Chao <hychao@chromium.org> Commit-Queue: En-Shuo Hsu <enshuo@chromium.org> Cr-Commit-Position: refs/heads/master@{#805643}
-
mhasank authored
1. use base::UmaHistogramEnumeration in arc_optin_uma instead of macro 2. simplify the code in arc_session_manager for working with cloud dpc error 3. rename OptInCancelReason enum value to PROVISIONING_FAILED to indicate all kinds of failures BUG=b:62613791 TEST=deploy to dut, disable playstore, re-enable playstore, successfully finish the authorization flow TEST=deploy android to dut with forced cloud dpc failure, enable playstore, verify uma histogram is present in chrome://histograms Change-Id: I0ec29e65c68ecb71551e200d06f31e990553d57c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399881Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Muhammad Hasan Khan <mhasank@chromium.org> Cr-Commit-Position: refs/heads/master@{#805642}
-
Arnaud Mandy authored
use of test-only-api.js in preparation for launching official MojoJS support in WPT. This would not change the test results on Chromium waterfall (everything should continue to pass) or upstream WPT (tests currently fail because MojoJS isn't enabled). Bug: 1123993 Change-Id: I38a1ad092a6eb9229d5c6be27bc670c89f6ef6cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391230Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Arnaud Mandy <arnaud.mandy@intel.com> Cr-Commit-Position: refs/heads/master@{#805641}
-
Sophie Chang authored
Bug: 1086227 Change-Id: Icc4b2b418d65545094ce0b047be8c31fcc197365 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402187 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#805640}
-
Kent Tamura authored
This CL fixes the following four errors: ================================================================ ERROR at //third_party/blink/renderer/modules/media_capabilities/media_capabilities.cc:52:11: Include not allowed. ^------------------------------------------------------------------------ ... ___________________ ERROR at //third_party/blink/renderer/modules/media_capabilities/media_capabilities.cc:53:11: Include not allowed. ^-------------------------------------------------------------------------- ... ___________________ ERROR at //third_party/blink/renderer/modules/media_capabilities/media_capabilities.cc:54:11: Include not allowed. ^------------------------------------------------------------------------------------------- ... ___________________ ERROR at //third_party/blink/renderer/modules/media_capabilities/media_capabilities.cc:55:11: Include not allowed. ^------------------------------------------------------------------------ ... ================================================================ This CL has no behavior changes. Bug: 800764 Change-Id: I420c3a1b758f08f8011d1cdc43ba66390ecd14ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400409 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#805639}
-
Kuo-Hsin Yang authored
/proc/vmstat oom_kill is the system accumulated OOM kill count. Bug: 1124182 Change-Id: I88812c2b7c9802da4fec72df1e0838af4a1581de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2395476 Commit-Queue: Kuo-Hsin Yang <vovoy@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#805638}
-
nancylingwang authored
For extensions, add the LaunchPlatformAppWithFilePaths interface to launch the app by issuing an onLaunched event with the contents of file_paths. BUG=1090211 Change-Id: I92db10bac0d64e3c108d4aa67770a9b5f35d30f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264080Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#805637}
-
Yoshisato Yanagisawa authored
Let me make Goma builders to use task service account so that we can easily distinguish. Bug: 1105814 Bug: b/166712857 Change-Id: I867bd9c133a97960839828dc2906d615b7450156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402582 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Fumitoshi Ukai <ukai@google.com> Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#805636}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1e262af9. With Chromium commits locally applied on WPT: 6e8ec7a9 "sensors: Drop tests for Sensor.start()/stop() return types." 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 NOAUTOREVERT=true TBR=smcgruer@google.com No-Export: true Change-Id: I88dff05c63e50e5e4b350135e3d9c92f4251d88d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401999Reviewed-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@{#805635}
-
nancylingwang authored
This CL adds 2 test cases to simulate the ARC app icon loading when the system start with 500 ARC apps. 1. The test case LoadLargeNumberIcons is used to verify adding 500 ARC apps with good icons, then the system restarts, re-loading 500 ARC app icons. 2. The test case LoadLargeNumberIconsWithBadIcon is used to verify adding 500 ARC apps with good icons, and 10 ARC apps with bad icons, then the system restarts, re-loading 510 ARC app icons. Start 20 try jobs below, they both run pass. BUG=1083331 Change-Id: I4d2f46757577e1db79d4aeb3d2aa497820dd0cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389800 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#805634}
-