- 12 Oct, 2020 40 commits
-
-
Akihiro Ota authored
This change adds a special case to the voice switching code to suppress announcements when switching from 'en-us' to 'en', or vice versa. This was done for two main reasons: 1. This case frequently appears in the real-world, e.g. Docs, which was leading to overly verbose announcements. 2. This logic shouldn't be generalized to other languages. For example, 'pt' -> 'pt-br' or 'pt-br' -> 'pt' still warrants an announcement since Brazilian Portuguese is quite different from European Portuguese. Tests are included to confirm new behavior. switching is active. Bug: 1098548 Change-Id: Ifcfdcd53e12863fffd25ffb2dfafe8d91a718e4c AX-Relnotes: ChromeVox gives less frequent announcements when voice Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402152 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#816253}
-
Fredrik Söderqvist authored
We should no longer call the ResourceBoundingBox() method on the above classes during layout, so make the checking stricter by removing the SelfNeedsLayout() check and adding a DCHECK on NeedsLayout(). Bug: 1028061 Change-Id: I00f406e760f5a15a70575e24f6232da4389b7f92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466240Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#816252}
-
Jamie Madill authored
This allows other projects like ANGLE to import protobuf and use the GN files without importing the JS dependencies. Bug: angleproject:5161 Change-Id: I71b08c7c03a63a186312edee0a4b55e95e75cf69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464426 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#816251}
-
Yuki Shiino authored
Fixes a busy lock of PartitionAlloc initialization. compare_exchange_strong may store true to |expected|, but we always expect false. Bug: 1121427 Change-Id: I8d6513a4ec20fd7c1e9efe997d048f9e4f42c1e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464520Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#816250}
-
Rob Buis authored
mtable sets displaystyle to false [1] so add an appropriate stylesheet entry for it, i.e. math-style: compact. This makes displaystyle-011.html pass. [1] https://mathml-refresh.github.io/mathml-core/#table-or-matrix-mtable Bug: 6606 Change-Id: I376698e43153d6893b5bd826bb7625563cbab030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464269Reviewed-by:
Frédéric Wang <fwang@igalia.com> Commit-Queue: Rob Buis <rbuis@igalia.com> Cr-Commit-Position: refs/heads/master@{#816249}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ie506eb048249e2e1977e066966b97c47dde27d93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466139Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#816248}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d185008d04b3..716915427088 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 mahmadi@google.com,gab@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: mahmadi@google.com,gab@google.com Change-Id: I2e5c8984f00b56f1c2567a9b9a659578b7e410ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466358Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#816247}
-
Xiaohan Wang authored
This is now defined the same as `is_linux` and is no longer needed. Bug: 1132395 Change-Id: Ibbdc6666c52c38e4765d4792a7a10e0c1e8c6747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443496Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#816246}
-
Yuwei Huang authored
This is a reland of dbe36b16 Original change's description: > Add remoting Linux debug symbols to the upload list > > This CL attempts to make the official build bot upload remoting debug > symbols, so that we can use them to decipher stack traces coming from an > official build remoting Linux host. > > Bug: 1136663 > Change-Id: I5669140b3b63399d521644de3b8524def6092560 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462547 > Reviewed-by: Jamie Walch <jamiewalch@chromium.org> > Reviewed-by: Michael Moss <mmoss@chromium.org> > Commit-Queue: Yuwei Huang <yuweih@chromium.org> > Cr-Commit-Position: refs/heads/master@{#815701} Bug: 1136663 Change-Id: I9dce6bc57a57c7729365045fb0d99cf2e50cba37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466498Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#816245}
-
Eric Willigers authored
Various chrome/browser chromeos and ash files were needlessly including chrome_features.h and scoped_feature_list.h Bug: 1137231 Change-Id: I92c88eecb9d15da80481375dd4a9d0827df8b9b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463091 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#816244}
-
Chris Lu authored
Change-Id: Iff472835b3cd4a444d6fd5c25adc431cc71f4cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462887 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#816243}
-
Alex Gough authored
Also fix a typo. These are opened with FLAG_READ over here https://source.chromium.org/chromium/chromium/src/+/master:content/browser/hyphenation/hyphenation_impl.cc;drc=da8e399b1f509d29565224190204860b22c9062b;l=51 Bug: 1130762 Change-Id: I6840ea5399ca7d7d75592865a02a491cff229199 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462555Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#816242}
-
Victor Hugo Vianna Silva authored
No more TextInputServerCreate crashes are seen on Windows following crrev.com/c/2454311 and all the previously disabled tests now have score < 300, so let's re-enable them. Fixed: 1111227 Change-Id: I13ca59f1596826696438f8b84a3a9ba1771c6b14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461335Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#816241}
-
dpapad authored
Bug: 1132403 Change-Id: Iab13dc6afca566f5056f37a25849ac907f0efb2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466336Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#816240}
-
Mark Mentovai authored
The bucket index is needed internally, but it can be computed from the threshold size rather than being hard-coded. This was partially fixed by 94069728 (https://chromium-review.googlesource.com/c/2428896) which added a constant for the threshold size which can be checked by PA_CHECK. Unfortunately, that new CHECK was violated on mac-arm64, where the environment reports that the system allocator guarantees a minimum 8-byte alignment, thus the bucket corresponding to allocation size 512 occurs at a higher index than other 64-bit platforms, where the environment reports a minimum 16-byte alignment. It’s possible that the alignment reported on mac-arm64 is a bug, because the system allocator does in fact impose a 16-byte minimum alignment, but perhaps it believes that while this is true, it’s only guaranteeing 8-byte alignment. Regardless, the new PA_CHECK did catch that the thread cache threshold was not tuned as expected on mac-arm64. It seems to be intended to have used 512 everywhere, but 256 was being used on mac-arm64 instead. Bug: 1135726 Change-Id: Ic820842d2a6eb669a0a65afb68c34638adf598d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463445 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#816239}
-
Allen Bauer authored
Bug: 772945 Change-Id: Ib68c761d567456094a33ba075a639e932106a103 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464346 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#816238}
-
Saho Kobayashi authored
The information of checked property and state description is duplicated, and this causes doubled output of ChromeVox on ARC++ Checkbox. State description is added in R, so this was not a problem until P. Instead of description property, add new field property to send state description. Use this new property to recognize whether this description is came from state description or not, and avoid doubled output. only once) out/Release/browser_tests --test-launcher-jobs=20 --gtest_filter=ChromeVox Test: manual (manually check that ChromeVox says checked and not checked Bug: b:154433831 AX-Relnotes: n/a Change-Id: I6055bb317db6525a8eafd2cff2213e7eb6434274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444875 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Hiroki Sato <hirokisato@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#816237}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/936ef0a5f21e..a7b0fdc90fea 2020-10-12 cwallez@chromium.org Make SetScissorRect match upstream WebGPU specification. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC enga@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: enga@google.com Change-Id: I75cd38d854ab98b1ee2b8ba3644a789a1e802cfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466359Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Austin Eng <enga@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#816236}
-
Austin Eng authored
This CL fixes SharedImage interop between Dawn and Skia on Linux so that WebGPU can be enabled when SkiaRenderer Vulkan is used. To get the correct layout for import, we query the GrBackendTexture for the layout information on BeginAccess, and on EndAccess, we save the exported layout information on the GrBackendTexture. This makes it so that future users of the shared image import it with the correct layout. Bug: dawn:200, 976495 Change-Id: I6303812bf088f21f01bc3ca0d1cfee12b662815f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462634 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#816235}
-
Eugene Zemtsov authored
1. Attach a new sync token to the frame, so it's not destroyed before the resulting image is fully created. 2. Introduce WaitAndReplaceSyncTokenClient to avoid duplicating code from paint_canvs_video_renderer.cc Bug: 1136410 Test: https://webcodecs-blogpost-demo.glitch.me/ doesn't crash Change-Id: I62d091776424f2ee3d550c8c5ef98f99f6720e9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465504 Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#816234}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ceb6214a556a..9213e610ed92 2020-10-12 csmartdalton@google.com Disable the tessellation atlas on non-direct contexts 2020-10-12 bsalomon@google.com Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." 2020-10-12 fmalita@chromium.org Reland [svg] Add svg_tool 2020-10-12 johnstiles@google.com Undo call-count fix for intrinsic functions. 2020-10-12 ethannicholas@google.com moved SkSL FunctionReference/TypeReference data into IRNode 2020-10-12 bsalomon@google.com Use ManagedBackendTexture in place of TestUtils backend texture helpers. 2020-10-12 fmalita@chromium.org [svg] Add public.bzl defs for SVG source sets 2020-10-12 bungeman@google.com Update site favicon to new theme. 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 robertphillips@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: None Tbr: robertphillips@google.com Change-Id: Ie53046779b84c9d70ba0d13b7a246bbfbc7a1e64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466318Reviewed-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@{#816233}
-
Patrick Brosset authored
Script chromium\src\third_party\blink\tools\blinkpy\web_tests\run_web_tests.py defines an argument called --layout-tests-directory However BUILD.gn uses it as --layout-test-directory (singular). This, apparently, is leading to issues when trying to run devtools web tests like here https://ci.chromium.org/p/devtools-frontend/builders/try/devtools_frontend_linux_blink_light_rel/7863? Bug: 1137356 Change-Id: I01f247d786caf59ab0baef6fb881739e99b805f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466197Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#816232}
-
Joshua Pawlicki authored
Bug: 1069814 Change-Id: I3715bd092ba30947541a7aaff766fe29cd3b73f1 Fixed: 1069814 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453906 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#816231}
-
Klaus Weidner authored
Passing device-specific options was getting messy in xr_system/ xr_session. Use a containing structure to simplify this, and to avoid merge conflicts as in https://crrev.com/c/2438207 going forward. Bug: 1135789 Change-Id: Ie26affa410a1fad8a8ff9cd6686de452d2393ee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440222Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#816230}
-
Aaron Tagliaboschi authored
Change-Id: If0e649e39efd9a6d7786021f64fdd3a3c8ec8662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461935Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Cr-Commit-Position: refs/heads/master@{#816229}
-
Fredrik Söderqvist authored
Seems unnecessary to bind some state - that's already bound to the owning object - into a subobject. Just keep a bool and call a function on SVGMaskPainter like we do for ClipPathClipper. Change-Id: I6f8a0a56a523b843014be3c7d6cfc7d2db8f0712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465908Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#816228}
-
Allen Bauer authored
Bug: 772945 Change-Id: Id3e59075546185b145f7389a2bcf30388ac59060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464322 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#816227}
-
Stephen Chenney authored
These test fail due to anti-aliasing when the border image is scaled. They should be modified to use fuzzy matching when we finally support it. TBR: fs@opera.com Bug: 1133834 Change-Id: I91ea36ce62dafbc9d931d93172d7f75fa86fc874 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464909Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#816226}
-
Kent Tamura authored
- Don't apply PixelSnappedWidth() and PixelSnappedHeight() as the sources - Adjust LayoutUnit with zoom level, then round it. - Apply testharness.js to images/zoomed-img-size.html This CL doesn't fix cases of 1% and 2%. It's expected. Bug: 1113987 Change-Id: Ib9cbd7c6beea2b5e7219eb87cfd32d6cc120595c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465350 Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by:
Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#816225}
-
Marc Treib authored
This better describes what it does, and is symmetric with DeactivateDataType. Similarly, DataTypeManagerImpl::RegisterTypesWithBackend is renamed to ActivateDataTypes. Bug: 647505 Change-Id: I780d4a3e31b93ca067f647c4465ec0e33e23230e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462271 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#816224}
-
Eric Willigers authored
Remove #include from source files that do not use ScopedFeatureList. Bug: 1137231 Change-Id: I6c094e63af68af44b0a23c4dc69d46d16cedd830 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462972 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#816223}
-
Abigail Klein authored
When the Live Caption bubble appears, announce to assistive tech that the user should go to the Live Caption window. When the Live Caption bubble moves, announce to assistive tech that it has moved. AX-Relnotes: N/A (feature has not launched) Bug: 1055150, 1105676 Change-Id: I96310007c15fb929dbed0d17613731bf03b05047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453927Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#816222}
-
Willie Koomson authored
This change adds a check in ArcVmClientAdapter::StopArcInstance() to see if a VM is running (current_cid_ is set). If not, skip calling ConciergeClient::StopVm() and notify observers that ARCVM is stopped right away. BUG=b:169893632 TEST=arc.AuthPerf.unmanaged_vm Change-Id: Ic927f122cacea0e89cacffbbcd67a217772dba43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462573 Commit-Queue: Willie Koomson <wvk@google.com> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#816221}
-
Zentaro Kavanagh authored
Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: Ia1fb6ddabd8c6b0a8fea720662d2f4b4b703374c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462046Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#816220}
-
David Tseng authored
Change-Id: I86274af81a2d60223813cdfb91253abca97a766b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465383Reviewed-by:
Adam Ettenberger <Adam.Ettenberger@microsoft.com> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#816219}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/2067d1a93e6e..69d0c1acc28a 2020-10-12 rverschelde@gmail.com Remove executable bits from code/data files (#2420) 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 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 Change-Id: I956c21d527d9508e49c0e021f00f62762dd87bec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466317Reviewed-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@{#816218}
-
rbpotter authored
Last portion of a rebase of: https://chromium-review.googlesource.com/c/chromium/src/+/2443211 by dpapad@ onto the addition of a new resource_path grit property. This CL updates Print Preview to use the new manifest generation option in optimize_webui, combined with the resource_path grit property and generate_grd changes, to autogenerate the grd file in optimized builds. Bug: 1132403 Change-Id: I8f03064bbacd0ce993f59cf008ee27112d1934cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458878 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#816217}
-
Finnur Thorarinsson authored
Bug: 1135551 Change-Id: If6eb558fd23c74b16479a4f23b4327b522a828e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442691Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#816216}
-
Zach Trudo authored
Bug: chromium:1078512 Change-Id: I959ed70590b80770eef0edd44fd88ea940e1020e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459706Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#816215}
-
Idries Hamadi authored
Adds RectUtil class for computing coverage of multiple rects Add an OnPreDraw Listener to AwContents Provides a means for the Java side of AwContents to determine whether the WebView is displaying Open Web Content. Tracking is behind an experiment flag Bug: 1122091 Bug: 1122060 Bug: 1122203 Bug: 1122087 Change-Id: Ie8587525310c4b856bf08d9c2edd2af74ec376e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327050 Commit-Queue: Idries Hamadi <idries@google.com> Auto-Submit: Idries Hamadi <idries@google.com> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#816214}
-