- 23 Dec, 2019 40 commits
-
-
sczs authored
Change-Id: I31e619bc9a063e2410c7dca505dcd3506ae4c342 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981089Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#727277}
-
Jing Wang authored
Change the error format with function name, now put function at front. Also avoid multiple-line error message. Bug: 1024606 Change-Id: I23f4db9cdec469eede696a1a5c730b072d6f786f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1971042 Commit-Queue: Jing Wang <jiwan@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#727276}
-
Khushal authored
This marks a few tests as RetryOnFailure which are flaky on this bot. R=kbr@chromium.org Bug: 1037650 Change-Id: I08d873bc0a4f579ebba27edc3c34adaf21b8f477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981111 Commit-Queue: Khushal <khushalsagar@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#727275}
-
Eugene But authored
EG2 version of the test is failing on the bots. TBR=stkhapugin@chromium.org Bug: 1037651 Change-Id: I05a0b8b986e7dcf8c424ad4e090485a167b357e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981114Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#727274}
-
Kurt Horimoto authored
This CL updates InfobarBadgeTabModel to use InfoBarIOS::Observer callbacks to detect infobar accept/revert events, deprecating the public API previously used to relay this information. Additionally, this CL decomposes observer functionality into internal classes in order to allow easily hooking up multiple scoped observers. Using nested classes also helps to minimize the publicly-accessible InfobarBadgeTabHelper API, preventing it from being misused. This CL also updates the badge models to be stored in an std::map to avoid the extra step of converting the InfobarType to an NSNumber to use for NSDictionary lookups. Bug: 1030357 Change-Id: I5f22f81fc8f1838b1cf235584390f7d5af54ea30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977026 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#727273}
-
Devlin Cronin authored
Update RenderFrameHostImpl browser tests to use WebContentsConsoleObserver instead of ConsoleObserverDelegate. This allows us to observe console messages added without overriding the existing delegate of the WebContents. Bonus cleanups: - Avoids the static_cast to WebContentsImpl - No need for a filter specifying "*" Bug: 1034150 Change-Id: I24513a79cbcce736cb003cb4fba3c966db9fcd19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1976293Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#727272}
-
Sasha McIntosh authored
Features with "test" status are enabled in content shell web tests by default. This change makes the JPEG YUV decoding feature a "test" feature and updates associated tests. Bug: 919627 Change-Id: Id09d8592a74b06320be684014adca1f333ee6781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1798523 Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#727271}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org,hansberry@chromium.org Bug: 1035378 Change-Id: I3c307314efbf3c4b10b65e7d0bdf4f617d668309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981052Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727270}
-
Mikhail Khokhlov authored
Before we turn proto trace generation on for all bots, we want to make sure that it works on Android. Bug: 1028612 Change-Id: Ie013950818a1d6de0181e474387c0dc6a7c8eb81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980574Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#727269}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org Bug: 1037652 Change-Id: I71dfab70de4baacf214ddf0f7375bf15c3ffac3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981112Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727268}
-
Mikhail Khokhlov authored
We are going to turn proto trace generation on everywhere, but we are not ready to run TBMv3 metrics on all platforms. This CL hides all the TBMv3 stuff behind a flag and sets this flag on linux-perf-fyi bot where we test TBMv3 metrics. Bug: 990304 Change-Id: I95f10acd6d287f5873e5c39755acde5ca0f007d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980580Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#727267}
-
Andrew Xu authored
When enabling the hotseat, back gesture is enabled as well. Touch event falling in the area of back gesture is consumed by back gesture handler. As a result, no gesture event will be generated for it by gesture provider and it causes the test failure. This CL ensures that touch location is outside of the back gesture area. TBR=xiyuan@chromium.org Bug: 1032702 Change-Id: Ia560025ecf755be0858f0698933a306e5a1ac169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981063 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#727266}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7cf4a2e19adb..a2d7225c0fc1 git log 7cf4a2e19adb..a2d7225c0fc1 --date=short --first-parent --format='%ad %ae %s' 2019-12-23 herb@google.com Internalize vertexStride calculation to SubRun Created with: gclient setdep -r src/third_party/skia@a2d7225c0fc1 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 fmalita@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/+/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 Bug: None Tbr: fmalita@google.com Change-Id: Ieacc76f71388e410ba1934f251f09059c64cc338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980976Reviewed-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@{#727265}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/09ff24ebc7be..e5d36ed0a1f0 Created with: gclient setdep -r src-internal@e5d36ed0a1f0 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1035074 Tbr: jbudorick@google.com Change-Id: I86192e5fb681eaf1385005b95a8bed80ca339c33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980975Reviewed-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@{#727264}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d622f8cf. With Chromium commits locally applied on WPT: c15c1083 "Add test that datachannels close when connection does." 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I2a2e78359e82c1770f2f6061d0c04dcd78d77a9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980556Reviewed-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@{#727263}
-
Fabrice de Gans-Riberi authored
The test is flaky on both Linux and Mac. THis also updates a stale bug reference. TBR=fdegans@chromium.org Bug: 1036287 Change-Id: I237b5fb7f7814bb62c7c7d711f230e42cc150dd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981059Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727262}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org Bug: 1035622 Change-Id: Ifc0ba6dee39ceac1f3948322a2bcbf1769a7f284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981057Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727261}
-
Mythri A authored
This CL was created automatically with tools/perf/update_wpr script R=crouleau@chromium.org Change-Id: Ied1ae9172e4a4edf705effdfa14cfb900b128dc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975721 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#727260}
-
Caleb Rouleau authored
./generate_perf_sharding.py update-timing --waterfall all and commit the results. Bug: 1035696 Change-Id: I5e23afe802f14c5c979fb5f5fc0464df5c00dd18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980168 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#727259}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org Bug: 1035620 Change-Id: I603710df4e6fabeee6dbe9804d7dcb0c016f8984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981055Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727258}
-
Demetrios Papadopoulos authored
Bug: 986596 Change-Id: I9bfc629fdc676c54baa885b568366d9bee5c624d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980178 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#727257}
-
Fabrice de Gans-Riberi authored
TBR=fdegans@chromium.org Bug: 1036055, 1036636 Change-Id: I64c4aefd39cf55fc55eb8f4568821ee610a05f2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981062Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727256}
-
Fabrice de Gans-Riberi authored
The test flakily times out. TBR=hta@chromium.org,fdegans@chromium.org Bug: 1033652 Change-Id: I030ba52b88fd758e8bdf0622be3315636d67c33a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981049Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727255}
-
Andrew Xu authored
When enabling the hotseat flag, tests verifying the feature of dragging home launcher will fail because the verified feature is disabled in hotseat. This CL disables the hotseat flag for those tests. TBR=xiyuan@chromium.org Bug: 1032702 Change-Id: I2d87572337f2a9971ca5951f177269773bc076a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1435275Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#727254}
-
Fabrice de Gans-Riberi authored
TBR=fdegans@chromium.org,bokan@chromium.org Bug: 1033381 Change-Id: Iec79c0683356f605105fd78dba00ce0d76ef8464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980974Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727253}
-
Richard Li authored
On Intel ICL platform with HDR monitor being connected, we have observed quite obvious wrong color when playing HDR video. The root cause is that sRGB is being used in GLRenderer::DrawYUVVideoQuad mistakenly. This CL fixes it by using the original HDR colorspace instead. Bug: 1033776 Change-Id: I7739c0afc4d623907571cda866a77c51c1f706e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966578Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#727252}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/809437762d00..07f0f019e397 git log 809437762d00..07f0f019e397 --date=short --first-parent --format='%ad %ae %s' 2019-12-23 syoussefi@chromium.org Translator: Memory qualifiers on SSBO fields Created with: gclient setdep -r src/third_party/angle@07f0f019e397 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 cnorthrop@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/+/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 Bug: None Tbr: cnorthrop@google.com Change-Id: Iff2670c76c4e5cfcc57041fcc0815d16045b2cf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980159Reviewed-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@{#727251}
-
Clark DuVall authored
TextViewWithCompoundDrawables will be needed for the permissions dialog in WebLayer, but might as well move everything in the text/ dir since they might be needed later. Bug: 1030785, 1025609 Change-Id: I856713fdc220bd67f78e76b024d446b02bda732e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980164Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#727250}
-
minch authored
Bump up the splitview divider's resizable area from 64dips to 96dips. Bug: 1035126 Change-Id: If0cde6b8c95be47a0871780c8fe4fdd2972f24d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980960Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#727249}
-
rbpotter authored
Move multidevice page files that are unused by browser settings to chromeos/. Note: not moving browser proxy and constants, since these are used by site settings. Bug: 990132 Change-Id: I9864217b0a90eb7e2fb35a9a5a358841a555b650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1979513 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#727248}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/df9071f57626..7cf4a2e19adb git log df9071f57626..7cf4a2e19adb --date=short --first-parent --format='%ad %ae %s' 2019-12-23 herb@google.com Remove unneeded refStrike() from SubRun Created with: gclient setdep -r src/third_party/skia@7cf4a2e19adb 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 fmalita@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/+/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 Bug: None Tbr: fmalita@google.com Change-Id: I01d3733183e65e5d3742b956e05418b6710b0e2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980163Reviewed-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@{#727247}
-
Kyle Horimoto authored
Because the wallpaper picker app uses the chrome.storage.sync API, it relies on OS app syncing to be enabled. Thus, this type does not have its own ModelType or UserSelectableOsType and instead is a one-off boolean value stored directly in user prefs. TBR=treib@chromium.org Fixed: 1031627 Change-Id: I6e1ea9e762cc964effd61f3cb6903e1f69c34ab3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977956Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#727246}
-
Andrew Grieve authored
Came upon this by chance. The first entry in these .zip files was: ../$target_name.d.stamp Change-Id: If540c4b67e2c74401146a98c647b88db9cd8ba0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980961 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#727245}
-
Anastasia Helfinstein authored
TBR=dmazzoni@chromium.org Bug: 1036903 Change-Id: Icaee78e314f4a89a3c9b9230c968d8a12a14220e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980965Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#727244}
-
Demetrios Papadopoulos authored
Bug: 1036568 Change-Id: I5dfb2baab8429e712105ac2a0b5bf630403cb87d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980211 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727243}
-
Gabriel Charette authored
Flakily crashes. Can't revert suspect. See bug for details. TBR=caseq@chromium.org Bug: 1036627 Change-Id: I5dd30e331d8e9dc9d6860528b2d2ccf942c0e6ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980878 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#727242}
-
Jian Cai authored
some toolchains may implement vcreate_u64 as an assignment to a vector causing a type mismatch: invalid conversion between vector type 'uint64x1_t' (vector of 1 'uint64_t' value) and integer type 'unsigned int' of different size const uint64x1_t LKJI____ = vcreate_u64(L | (K << 8) | (J << 16) | (I << 24)); (cherry-pick from commit b0e09e34) BUG=chromium:1036713 Change-Id: Id0559385826152df228efb4329cdaefb191de01e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980129 Commit-Queue: Jian Cai <jiancai@google.com> Reviewed-by:
James Zern <jzern@google.com> Cr-Commit-Position: refs/heads/master@{#727241}
-
Natalie Chouinard authored
Use java_files instead of sources in GN build templates in //remoting/android. TBR=joedow@chromium.org Bug: 1035074 Change-Id: I7786b905f26b9d9180eba01748218ad3ec2ea74c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980970Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#727240}
-
Fabrice de Gans-Riberi authored
autofocus-in-sandbox-with-allow-scripts.html consistently fails on the WebKit Linux Leak bot. Sample failure: https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20Leak/8521 TBR=masonfreed@chromium.org,fdegans@chromium.org Bug: 1035582, 954349 Change-Id: Ic4f5b575a2acd72a328b955c0ed0c727c7d7a3f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980963Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727239}
-
Natalie Chouinard authored
Replace usages of java_files with sources in above gn files, and automatically format. This CL was uploaded by git cl split. TBR=csharrison@chromium.org Bug: 1035074 Change-Id: Id7037c06facb49213bd02a6697f86abfae9dcd85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980952Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Auto-Submit: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#727238}
-