- 20 Oct, 2020 40 commits
-
-
Chong Gu authored
Create integration_tests.test-cmx, apply to Fuchsia's runner integration tests. Use run-test-component to run runner integration tests on builders. Bug: 1132147 Change-Id: I8b0c11dc1c6813bb7395f7259954049b6025f67b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476896Reviewed-by:
David Dorwin <ddorwin@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Auto-Submit: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#818789}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e15fb15035fe..d273ed0320fc 2020-10-19 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 581ea988..5939e063 (818521:818652) 2020-10-19 terelius@webrtc.org Add test for logging of large compound RTCP packets. 2020-10-19 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision cb51eef7..581ea988 (818409:818521) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: chromium:1134107 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia46606fe87a919edbe31a24190a8f566fa4f69df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486803Reviewed-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@{#818788}
-
Regan Hsu authored
This reverts commit 4e4fb60d. Reason: The pointer-events need to be set to none so that clicking on a menu item will not cause the settings window to refresh. Bug: 1139875 Change-Id: Idffd2e8e74277e970f7bf0531303bcb410060099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486453Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#818787}
-
Yuichiro Hanada authored
Some UI elements assume that InputMethodManager's allowed input method list is used for the policy enforcement exclusively. Using that mechanism to restrict ARC IMEs in clamshell mode breaks them. This CL stops using it for ARC IMEs and uninstalls the fake input method entry from InputMethodManager instead of disallowing it if no ARC IME is allowed. Bug: 1139332 Test: unit_tests Change-Id: I9952b1f99a8215d5f3a0ee0165d143e4ac62557f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485651Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#818786}
-
Jinsuk Kim authored
This CL handles web contents that is not viewable in the preview tab such as those supposed to be downloaded instead. Shows a toast message about the occasion and closes the tab. Screenshot: https://storage.cloud.google.com/chromium-translation-screenshots/b77f7e044e4dec1b76791882126fc33e673e7f17 Bug: 981258 Change-Id: I144f953b14638901cf3846273a2c70e393066500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483546Reviewed-by:
Donn Denman <donnd@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#818785}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/61ab38196942..babce049d02e 2020-10-20 jdarpinian@chromium.org iOS: Disable worker contexts, and use sized formats 2020-10-19 jdarpinian@chromium.org Build fixes for MacCatalyst 2020-10-19 jdarpinian@chromium.org No need to check for Catalyst in the iOS build 2020-10-19 jonross@chromium.org Disable TransformFeedbackTest.SwitchProgramBeforeDraw/ES3_OpenGL 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 jonahr@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: chromium:1140113 Tbr: jonahr@google.com Test: Test: TransformFeedbackTest.SwitchProgramBeforeDraw/ES3_OpenGL Change-Id: Ide4594746104480e4bb6a863e21677ea4297751d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486640Reviewed-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@{#818784}
-
Noel Gordon authored
Add a file with a runTests() method that signals the end of testing by the window.domAutomationController present in chrome test environments (browser tests, content browser tests). Also signal the end of testing with a document.title change to "DONE", chrome.test.send("DONE") for extensions, and console.log("DONE"). Tbr: benreich Bug: 1113941 Change-Id: I269322e6d646b511644b1048be8d97fe4ca48e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483949Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#818783}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d384f3643dbe..1078618d07a0 2020-10-19 dberris@chromium.org pinpoint: Use correct attribute in serialisation 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 rmhasan@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: None Tbr: rmhasan@google.com Change-Id: If93d1060f373d9542b0aa1af868228da47b57418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486451Reviewed-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@{#818782}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1603130327-dbd07cac207addae1d1c691d346f030844c1739d.profdata to chrome-linux-master-1603151856-6eb5756dcc723ec6d37bc459a0cd70533fdc40e5.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: I9239bb3200b35942d3cff700af2433edf1bac53d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486657Reviewed-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@{#818781}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e3a54217. 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: mkwst@chromium.org: external/wpt/cookies NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: Ib10d71ee9c09633879a75d3328b509d679800a7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485761Reviewed-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@{#818780}
-
Evan Stade authored
Instead of using a command line flag, the feature is toggled by an AndroidManifest entry. This is more ergonomic for developers as they don't need to use a debug build of Android to toggle the feature. Bug: 1057100 Change-Id: Icdc6676d1b15e43a46ebb6d14276cef89ff4942f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480705 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#818779}
-
calamity authored
This reverts commit ed0b0d99. Reason for revert: Consistently failing on linux-chromeos-chrome First failure: https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome/9267 Original change's description: > Emit a UKM event on client connection to a ServiceWorker > > Whenever an execution context (whether a window or worker) becomes a > client of a service worker, the renderer will now inform the respective > ServiceWorkerContainerHost of the client's ukm::SourceId once it is > execution ready. This id will be passed to SWIdentifiabilityMetrics, a > new SWContextCoreObserver. This observer will them emit a UKM event > (Worker.ClientConnected) in order to associate the ServiceWorker's > ukm::SourceId with the client's. DedicatedWorkers' ukm::SourceIds are > not included as they exactly match that of their parent execution > context. > > This association is required both for attributing entropy consumption of > workers to sites, but will also help to gain insight into the cross- > connectivity between first-party contexts via shared and service > workers. Design doc (internal-only): > https://docs.google.com/document/d/1mx4-zI53cskB8j75Mis2q3rVrO8uHeJpwGuT8psbURA/edit?usp=sharing > > Bug: 1085645, 1134193 > Change-Id: I7d1728ebe15d162b980dd2e552622e4c4f91edc3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321059 > Commit-Queue: Alex Turner <alexmt@chromium.org> > Reviewed-by: Makoto Shimazu <shimazu@chromium.org> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Reviewed-by: Asanka Herath <asanka@chromium.org> > Reviewed-by: Robert Kaplow <rkaplow@chromium.org> > Cr-Commit-Position: refs/heads/master@{#818555} TBR=falken@chromium.org,rkaplow@chromium.org,nhiroki@chromium.org,shimazu@chromium.org,asanka@chromium.org,alexmt@chromium.org Change-Id: I2ebcaa9e70fd3347b71fac297436569166e2af79 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1085645 Bug: 1134193 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486901Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#818778}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/7411aeba4d3b..e6f794f1dc5d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: I9dd6e5039558bf716432d58647a45d2bb9a45719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486289Reviewed-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@{#818777}
-
Aaron Leventhal authored
Make [de]serialization errors fatal for any kind of build used to debug Chromium errors. This also restores the fail fast behavior in ADDRESS_SANITIZER, which was removed in CL:2468238, because it was mistakenly believed the address sanitizer builds had DCHECks on. TBR=dmazzoni@chromium.org,sadrul@chromium.org AX-RelNotes: n/a Bug: None Change-Id: I3a3651bf8732071cfb25f25eb4fc88ffa6a13855 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486119Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#818776}
-
Sylvain Defresne authored
In preparation of adding support for target_environment="catalyst" replace all uses of `use_ios_simulator` with the corresponding check of the value of `target_environment`. Bug: none Change-Id: I23b0e9c05c6a427de0e5cb82d7937905b64028c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476278 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#818775}
-
Gyuyoung Kim authored
This is a reland of 6ddff235 This CL fixes the build error caused by exceeding the max token limit using the function overloading in text_link_colors.h. This CL makes the file include forward.h files instead of shared.h using below change. FooColor(ColorScheme color_scheme = ColorScheme::kLight) const; => FooColor() const; FooColor(ColorScheme color_scheme) const; Original change's description: > Use blink::mojom::ColorScheme instead of blink::ColorScheme > > This CL replaces the existing uses of native ColorScheme > with ColorScheme Mojo enum type defined in frame_owner_properties.mojom > in order to remove unnecessary type conversion. > > Bug: 919392 > Change-Id: Iebc2cf4a2094293027a07c643e75e57d75651e91 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473739 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > Cr-Commit-Position: refs/heads/master@{#817773} Bug: 919392 Change-Id: Iaac4bec9df6ee4e68b682658c996618571eb3523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476695Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#818774}
-
Aaron Colwell authored
This function primarily relied on internal details of SiteInfo and didn't really depend on anything in RenderProcessHostImpl so it seemed reasonable to move this to SiteInfo. Also created a helper method with the same name on SiteInstanceImpl to reduce some code duplication. There are no behavior changes in this CL. Bug: 1085275 Change-Id: Idfed5bbbffbe2eeb7621b6e285c1a28f08d1a76c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482426Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#818773}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/5b99b448b3db..3ead01191215 2020-10-19 johnkslang@users.noreply.github.com Merge pull request #2422 from ben-clayton/gn 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,jonahr@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,jonahr@google.com Change-Id: I5428b6ad7b23d863c7196a94eccbaaa3969ee010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486055Reviewed-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@{#818772}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ic02463d5e30d6776a935c97ba0862cc8384303f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486658Reviewed-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@{#818771}
-
Lambros Lambrou authored
WebRTC sometimes provides selected-candidate-changed notifications with invalid IP addresses. The host process normally records these in the system event log, but only if both IPs are valid. With this CL, route-change events are generated even if the local or peer IP address is invalid. These appear in the event log as "unknown". Bug: 1128667 Change-Id: I9329092bdb7f7e4cf6d845303f321bff3eb3177b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485576 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#818770}
-
Miyoung Shin authored
This CL is a part of moving mojom::FrameHost::UpdateState to blink, and moves //content/renderer/history_entry.{cc, h} and //content/renderer/history_serialization.{cc, h} to blink. Bug: 1110246 Change-Id: I0eca1730f9c81e44e4f992b89864992f5249c199 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473700Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#818769}
-
Julie Jeongeun Kim authored
This CL converts PrintHostMsg_UpdatePrintSettings message to UpdatePrintSettings() in mojom::PrintManagerHost. It introduces several helper functions to access PrinterQuery which runs on IO thread like GetDefaultPrintSettings(). UpdatePrintSettings() is called on UI thread and posted to IO thread for PrintViewManagerBase to update the settings. It removes NupPrintingTestDelegate and PrintingMessageFilter::TestDelegate. Instead, it adds TestPrintViewManager to override UpdatePrintSettings() for N-up setting. Bug: 1008939 Change-Id: I2f5d876c9139122673e103fb31a425a61398bdbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452129Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#818768}
-
Kenichi Ishibashi authored
This CL removes //content dependencies from service_worker_storage_unittest.cc so that it can be moved to the Storage Service directory. Summary: * Replace EmbeddedTestHelper with ServiceWorkerStorage * Replace BrowserTaskEnvironment with base::TaskEnvironment * Remove helper functions which are no longer used * Rename some helper functions Bug: 1016064 Change-Id: Ia458ccb9da23ed722051aae6c72bfb5efb81e31d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473785 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818767}
-
Frank Tang authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/84fb34e2d..715ec351 715ec35 Do not use check_thin_archive in the Fuchsia build TBR=jshin@chromium.org Bug: fuchsia:61405 Change-Id: I6887abcc108c0e01a68d6b810318c5fad203ccd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477092Reviewed-by:
Frank Tang <ftang@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#818766}
-
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/goldctl-mac-chromium-autoroll Please CC bsheedy@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: bsheedy@chromium.org Change-Id: Ia2798d1efe7d650eea269b2df8ffef82abcb4c4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486275Reviewed-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@{#818765}
-
calamity authored
This reverts commit 73a80a9e. Reason for revert: Suspected cause of failure at https://ci.chromium.org/p/chromium/builders/ci/Deterministic%20Linux/29327 Diff of vi.pak.info is: < IDS_NTP_MODULES_SHOPPING_TASKS_INFO_TITLE,7397,../../chrome/app/generated_resources.grd < IDS_NTP_MODULES_SHOPPING_TASKS_INFO_1,7398,../../chrome/app/generated_resources.grd < IDS_NTP_MODULES_SHOPPING_TASKS_INFO_2,7399,../../chrome/app/generated_resources.grd < IDS_NTP_MODULES_SHOPPING_TASKS_INFO_CLOSE,7400,../../chrome/app/generated_resources.grd --- > IDS_NTP_MODULES_TASKS_INFO_TITLE,7397,../../chrome/app/generated_resources.grd > IDS_NTP_MODULES_TASKS_INFO_1,7398,../../chrome/app/generated_resources.grd > IDS_NTP_MODULES_TASKS_INFO_2,7399,../../chrome/app/generated_resources.grd > IDS_NTP_MODULES_TASKS_INFO_CLOSE,7400,../../chrome/app/generated_resources.grd Original change's description: > WebUI NTP: add recipe task module > > The recipe task module is mostly the same as the shopping task module. > This CL is mostly a copy of the shopping task module. Removing the > duplication will be addressed in a follow-up. > > Renamed the UI string IDs. No change to the strings. > Screenshot: https://screenshot.googleplex.com/7pbxJMPP2QgAgkM > > Bug: 1138011 > Change-Id: Ib709c1dd35a7f05058570ba4c1bf1bc7dddb7d32 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469401 > Commit-Queue: Esmael Elmoslimany <aee@chromium.org> > Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org> > Reviewed-by: Robert Kaplow <rkaplow@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: Alex Gough <ajgo@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#818686} TBR=sky@chromium.org,rkaplow@chromium.org,tiborg@chromium.org,aee@chromium.org,nicolaso@chromium.org,ajgo@chromium.org Change-Id: Ieeab4b09afdcf00417c3a9eec921adbffc96aa92 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1138011 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486900Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#818764}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=lakpamarthy@chromium.org Change-Id: I553458d74a248901715fd560ac0057349d29255e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485401Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#818763}
-
Peter Kasting authored
Bug: 772945 Change-Id: I2de0099c2287b5d9412a9c3ffa190efe29559817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485133 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#818762}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1603107412-fb64dfead80726fe49a6a8dd27a12a049b69e6ae.profdata to chrome-mac-master-1603151856-f47d024d838dc85b63fc569bff574a3f3aa4f83b.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 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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I8f86213440188c8138febf4abad54fdece5f86b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486654Reviewed-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@{#818761}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/55926e1a..afab06b2 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: I299fb82a8e0ae19685c36bc03edfe0c59e675593 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485762Reviewed-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@{#818760}
-
Lan Wei authored
http/tests/devtools/network/network-filter-service-worker.js and virtual/threaded/external/wpt/web-animations/timing-model/animations/ updating-the-finished-state.html fails on Linux Tests and Mac, https://ci.chromium.org/p/chromium/builders/ci/ Linux%20Tests%20%28dbg%29%281%29/92362, and https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests/30802 disable it for now until it is fixed. TBR=tvanderlippe@chromium.org NOTRY=True Bug: 1140329 Change-Id: I5b1af44db603f25718a57795cd82bd836e84c78d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485779Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#818759}
-
Rachel Wong authored
The Suggested Content toggle has been approved in https://bugs.chromium.org/p/chromium/issues/detail?id=990279#c148. This CL enables the feature by default, and updates tests that need to take this into account. Bug: 990279 Change-Id: Icc2c8bdf72cff8734aa5941f3fbc2774b38e4c98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462752Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#818758}
-
Fergus Dall authored
guest_os::GetHandler can be called on incognito and guest profiles which do not have a GuestOsRegistryService. This causes a null pointer deref crash. Fix this by returning base::nullopt in this case. Ran new unit test without change to verify the crash, and again with the rest of the change to verify the fix. Bug: 1139821 Change-Id: I943d2d7c06b2f897607784a046978a981ed2613e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485414 Commit-Queue: Fergus Dall <sidereal@google.com> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Fergus Dall <sidereal@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#818757}
-
David Schinazi authored
R=renjietang@chromium.org Change-Id: I22beaebb6c757818f8c28129d63ae48ba8bdad8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485345 Commit-Queue: David Schinazi <dschinazi@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#818756}
-
Xing Liu authored
Chime needs to be initialized during ChromeApplication.java's startup code. This CL adds ChimeSession.initialize() entry point API, and a upstream placeholder function for Chime DFM. Also clean up the feature flag JNI call for Chime, now it can directly depends on chrome/browser/flags:java. Bug: 1136305 Change-Id: Id8424fc22d2f419860318b12bd8753da448cd50b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466897Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818755}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c81dc527120b..f7dcbb7b3498 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 calamity@google.com,rdcronin@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1117343 Tbr: calamity@google.com,rdcronin@google.com Change-Id: I7e569125522bc3e2f6af1dfd0efc10b9643ef094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486450Reviewed-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@{#818754}
-
Hoch Hochkeppel authored
Adding a class to represent the Windows Buffer class within tests, as well as basic unit tests to validate the test class behaviors. Bug: 1035527 Change-Id: Ib4507c66d7b9c975e7580b2053f23b1dc54f3402 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485553Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Hoch Hochkeppel <mhochk@microsoft.com> Cr-Commit-Position: refs/heads/master@{#818753}
-
Sammie Quon authored
There is similar OverviewAnimationStateWaiter which has a wrapper in ShellTestApi. Test: existing tests Bug: none Change-Id: I90755f59e4f246641f7b0fa1c1701ceb68651f52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476617Reviewed-by:
Manu Cornet <manucornet@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#818752}
-
Gang Wu authored
Bug: 1136677 Change-Id: Ia14627cfae1832710a8652b942718173abc7487b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482429Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818751}
-
minch authored
Bug: 1131543 Change-Id: Ib58a9069b740f692038d8031a55da74a0dfc3b97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477525 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#818750}
-