- 08 May, 2019 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/c0640dabfddd..f88e5824d2cf git log c0640dabfddd..f88e5824d2cf --date=short --no-merges --format='%ad %ae %s' 2019-05-03 johnkslang@users.noreply.github.com Merge pull request #1755 from amdrexu/bugfix Created with: gclient setdep -r src/third_party/glslang/src@f88e5824d2cf The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org,jonahr@chromium.org Change-Id: I94953a374a9166b70815e29c4833aecd8ff2bde5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600704Reviewed-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@{#657647}
-
Lutz Justen authored
CL:1593235 adds a service file that allows the daemon to be started on the first D-Bus call. Thus, it does not have to be started manually anymore. This CL removes the code to start kerberosd manually. BUG=chromium:932075 TEST=Emerges Change-Id: Idee16f9d9c6d3cffd621e24c888db5ced06d27ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596426 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#657646}
-
Jan Wilken Dörrie authored
This change adds a CanFocusedFieldBeAutofilled API to WebLocalFrame and provides implementation and tests. This API will be useful for the upcoming TouchToFill Autofill feature, which will suppress the default keyboard for certain input types if autofill data is available. Bug: 957532 Change-Id: I848d21455a40483016ebfcf687bd28406f5d1763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596666Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#657645}
-
henrika authored
Speculative change which might improve COM initialization according to MSDN [1]. [1] https://docs.microsoft.com/en-us/windows/desktop/learnwin32/initializing-the-com-library BUG=955434 Change-Id: I0f28279b576326149a7925adfb59cfde7b1633a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598825 Commit-Queue: Henrik Andreasson <henrika@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#657644}
-
Simon Que authored
Since we cannot combine mixins, these mixins contain the different combinations that we will use. R=tikuta@chromium.org, ukai@chromium.org, yyanagisawa@chromium.org Bug: 913249 Change-Id: Ic5efaba32650173f6a1905903ec8a2ac116a7d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598898Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#657643}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2e5ef8795c06..68e29b7bbefc Created with: gclient setdep -r src-internal@68e29b7bbefc The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=dvadym@chromium.org,noel@chromium.org,jbroman@chromium.org,xialinyan@chromium.org Change-Id: If1d9c64a6079b4b2ad9583e75684144349491007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600590Reviewed-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@{#657642}
-
Jordan Demeulenaere authored
This CL fixes carousel look by taking into account the chips translation (i.e. animated offset) in its computation, and also doesn't draw the shadow around the cancel button during animations. Change-Id: Ifc6b09bf77a82c578af3076541b8554e7666d70e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598798Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Cr-Commit-Position: refs/heads/master@{#657641}
-
Ross McIlroy authored
This is a reland of e3d9c6d3 Original change's description: > [Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab. > > This will update the Pixel2 bots to use the MonoChrome6432.aab which is a 64bit > browser. In making this change a new 'exact_browser' option is added to > tester_config in perf_data_generator to allow specifying a particular binary to > be run rather than guessing. > > Reland of: https://chromium-review.googlesource.com/c/chromium/src/+/1511455 > > TBR=crouleau@chromium.org,perezju@chromium.org > BUG=934251 > > Change-Id: I21bf7ae8e42f0e4c127748eeecc58a8af34334a1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587563 > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> > Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> > Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> > Auto-Submit: Ross McIlroy <rmcilroy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#654862} TBR=crouleau@chromium.org TBR=perezju@chromium.org Bug: 934251 Change-Id: I18a8dcb554f52ddff6e1b39d02566faff67c68a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599614 Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#657640}
-
Jeevan Shikaram authored
Routing now correctly clears search bar and shows app permission view. Bug: 951309 Change-Id: I736dad41040a047d20016a1a85951d23a0ce4b26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559421 Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#657639}
-
Marc Treib authored
TBR=sdefresne for mechanical change in ios/chrome/test/app/BUILD.gn Bug: 947443 Change-Id: Ie08c199e069ddc27b697967507b05dc713f2e9d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599468 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#657638}
-
Kunihiko Sakamoto authored
Early return if the execution context is already destroyed. Bug: 956876 Change-Id: Ia40902b9b9d934be15a17cc56d1b323ed8fa45b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597066Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#657637}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/d5ed0a31ce88..208ed40a2afb git log d5ed0a31ce88..208ed40a2afb --date=short --no-merges --format='%ad %ae %s' 2019-05-08 bclayton@google.com Reactor: Add Traits for Reference types 2019-05-08 bclayton@google.com LLVMReactor: Always run the IR verifier. 2019-05-08 bclayton@google.com LLVMReactor: Fix atomic loads and stores of non-scalar types. Created with: gclient setdep -r src/third_party/swiftshader@208ed40a2afb The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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_optional_gpu_tests_rel BUG=chromium:b/131672705,chromium:b/131914569,chromium:b/131914569,chromium:b/127472316 TBR=swiftshader-team+autoroll@chromium.org Change-Id: Ie0e4a5cdbb583ba451e0cb0fc723eb06f6186d22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600321Reviewed-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@{#657636}
-
jdoerrie authored
This change adds CHECKs to help debug crashes originating in MetricsLogStore. Bug: 859477 Change-Id: Iab9c770840613cedffdeb24f8b48b0c7580dd825 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599611 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#657635}
-
Andy Paicu authored
This is step 1 of https://docs.google.com/document/d/1heiIgNdO7kbaU9BLOPO4wZ9maHScB87cGT5lyjeBVAM/edit#heading=h.4en9va43fgfj Add the new OriginPolicyManager mojo interface to the network service. Bug: 950905 Change-Id: Ib47a94e77aa94c9c8d14565fdc142d8542fc095a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561122Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#657634}
-
Maksim Sisov authored
The change is a prerequisite to have gtk ui enabled with linux/ozone by default. A ChromeBrowserMainPartsViewsLinuxX11 is added now and used for X11 specific bits. Also, this change adds a linux ui factory, which builds gtk ui and returns nullptr if the libgtk is disabled (this adds possibility for downstream clients to implement their own linuxui and start using it easily). Please note that the factory is added to the chrome/browser/ui/views/linux_ui, because only that component can depend on the libgtkui. Bug: 959770, 877545 Change-Id: I79f9f7fa8913a3085014e8be1b02bf1e89aafeee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596449 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#657633}
-
Maksim Sisov authored
To start using LinuxUi with gtk enabled on Ozone builds and make a smooth transition from the non-ozone X11 to ozone X11, and avoid breaking builds on systems without gtk available, add the use_libgtk gn arg. By default, it will be enabled only for non-ozone linux builds. And as we progress with the gtk for ozone, the libgtk will be also enabled by default for Linux/Ozone builds, and the users still can disable it by adding use_gtk=false to the gn args. Bug: 960262 Change-Id: I8282d488b0bb94bbe64d2554e6c09899920ceadb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598691 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#657632}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c6d66c4d..04840ca8 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I7d61fcb6baffd4e459d40d68675810216cdb07dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600485Reviewed-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@{#657631}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4497ac179949..f90bfd72174b git log 4497ac179949..f90bfd72174b --date=short --no-merges --format='%ad %ae %s' 2019-05-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0f4d72e63b92..19905aea14e0 (9 commits) 2019-05-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 648a5989..d5837fbd (481 commits) Created with: gclient setdep -r src/third_party/skia@f90bfd72174b The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=robertphillips@chromium.org Change-Id: Ib1d78292c902af7b8a0b8853b3dd3a79f5b5bd6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600589Reviewed-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@{#657630}
-
Daniel Cheng authored
Bug: 607205 Change-Id: Ib4319f7f6ce8b4898ab3af915d826d495536d650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1595304 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#657629}
-
Takashi Toyoshima authored
This patch enables OOR-CORS by default, and remove virtual/outofblink-cors. network_context_unittest changes: - error code for abort cases differs. Eventually we will use ERR_ABORTED, but for now we have a flag dependent expectation in two tests for platforms that does not support NetworkService, and OOR-CORS, i.e. cast_shell. web_tests changes: - http/tests/devtools/console-xhr-logging.js: This test is affected because we are changing how CORS failures are reported to devtools. We accept this change. - http/tests/devtools/network-preflight-options.js: - http/tests/devtools/network/network-disable-cache-cors.js These tests are affected because a preflight request is not visible to devtools any more. It is expected, so we are deleting these tests. - http/tests/eventsource/eventsource-cors-non-http.html: - http/tests/eventsource/workers/eventsource-cors-non-http.html: These tests are affected because the console messages for some schemes are different. As the request is blocked in any case, it's not a problem. - http/tests/inspector-protocol/network-fetch-content-with-error-status-code.js: This test is affected because a preflight request is not visible to devtools any more. We accept this change. - http/tests/security/img-redirect-to-crossorigin-credentials.html: The current behavior is wrong, and OOR-CORS fixes that. See the TODO in the test. - http/tests/security/script-crossorigin-redirect-credentials.html: Some console messages change for tainted requests. We may change the messages in the future, but at this moment it is subtle enough to ignore. - http/tests/xmlhttprequest/cross-origin-unsupported-url.html: - http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html: Some line numbers are missing with OOR-CORS, because the check is now done asynchronously. It is not important. - http/tests/security/isolatedWorld/cross-origin-xhr.html - http/tests/xmlhttprequest/origin-whitelisting-all.html: - http/tests/xmlhttprequest/origin-whitelisting-exact-match.html: - http/tests/xmlhttprequest/origin-whitelisting-subdomains.html: - http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html: They are covered by content_browsertests. - mhtml/cid_in_html_resource.html: cid:xxxxxx is rejected because a font request is cors enabled. - virtual/cors-rfc1918/http/tests/security/cors-rfc1918/external-to-internal-fetch.html: - virtual/cors-rfc1918/http/tests/security/cors-rfc1918/external-to-internal-xhr.html: We are disabling these tests because they are experimental. Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ic7736b8e21e916269aefa734e50628bacddc5742 Bug: 905971 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1250563Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#657628}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3047a81d2430..2e5ef8795c06 Created with: gclient setdep -r src-internal@2e5ef8795c06 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=nhiroki@chromium.org,iclelland@chromium.org,dullweber@chromium.org,jrummell@chromium.org Change-Id: I30eccaa08ba497e6c8dacb5f55ffde483efb8c08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600588Reviewed-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@{#657627}
-
Yutaka Hirano authored
XHR uses the same-originness of the request origin and the destination URL to calculate the CORS-exposed header-name list, which leads to wrong results with redirects. Use response tainting as specced. Bug: 959390 Change-Id: Iec448dfe7d2b47d00f0f471391eb7918a1fe7bc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598949Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#657626}
-
Nigel Tao authored
Change-Id: I9f239b73dac1b261e776de1e7030ebc07fd534bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600917Reviewed-by:
Timothy Loh <timloh@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#657625}
-
Kehuang Li authored
New interface will let configuring AGC1 and AGC2 both be done through AudioProcessing::Config. Therefore, it would be betther to move the code for configuring to one single function, to have a concentrated place to hold the configuring logic. config before/after the CL and enabled/disabled exp AGC, on desktop. Bug: 953804 Test: Pass added unit test. Print out apm config, and see the exact same Change-Id: If4d90902b960a23dd98333534fe0086079524d6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582969Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Armando Miraglia <armax@chromium.org> Commit-Queue: Kehuang Li <kehuangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#657624}
-
Xiaocheng Hu authored
This patch adds a new web test for up/down caret movement crossing blocks with large margin and padding. This is preparation for implementing hit test based up/down caret movements. Bug: 870555 Change-Id: If35dc36cede007a7b2da58a03c24b7008a6364fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600952 Auto-Submit: Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#657623}
-
Hirokazu Honda authored
Decoders on some target cannot correctly decode VP8 bitstream generated by ChromeOS intel HW encoder. This blocks to release VP8 HW encoder for other use cases like WebRTC app. Fortunately, cast is the only path to feed VP8 bitstream generated by ChromeOS devices to the targets. By disabling VP8 HW encoder only for cast use case, we can release VP8 HW encoder for other use cases. Bug: 955285, 938318 Test: None Change-Id: Ie7e158f71313f2ef6081a1c18603e5fa66f4f2fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578147 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#657622}
-
Chih-Yu Huang authored
Simple refactoring to get rid of const scoped_refptr<>&. BUG=946265 TEST=compile chrome Change-Id: I3dd8d69ab33cece8c93edf2cf102b38796d12cdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597901Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#657621}
-
Lutz Justen authored
It returned a copy of the data, not the original data, which goes wrong when the data is written to as in FakeKerberosClient::AcquireKerberosTgt(). BUG=chromium:952237 TEST=None Change-Id: I0f39314d0c44e31e6586963f3d60ae439b0e062a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1590095 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#657620}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ee1963a2. With Chromium commits locally applied on WPT: e28269b6 "[LayoutNG/PE] Clear visual overflow for LayoutText before setting." aff3c8fe "Add tests for crbug.com/363609 and crbug.com/954591" c4dc3441 "[WPT] Reland Upload a test for sending mouse events with key pressed" fec827fb "Added wpt tests for overscroll customization." a554ea37 "Reland "[EventTiming] Round instead of ceil the |duration|"" a06bcc90 "WebXR: Rename requestSession parameter variables to match use" eeafcaee "[sms] Introduce testing infrastructure and handle some corner cases." c9077e39 "Restore original tail-processing for ScriptProcessor and AudioWorklet" 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: cbiesinger@chromium.org: external/wpt/css/css-flexbox NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I3accd9093830a1844fb0c660dfa5bb5abb2a181c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600746Reviewed-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@{#657619}
-
Simon Que authored
R=tikuta@chromium.org, ukai@chromium.org, yyanagisawa@chromium.org Bug: 960294 Change-Id: I21f264874f2b64267acbb8b23eb52a39958a4893 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599812Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#657618}
-
Rakib M. Hasan authored
The command line --all will be used in place of --also-run-disabled-tests, which was removed in a previous CL. This CL also refactors gpu_integration_test_unittest.py and provides documentation for pre submit checks which look for collisions between test expectations. Bug: chromium:937516 Change-Id: If1c3dd820da6fc72bb837a98be5f60972de1bf31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600612Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#657617}
-
Marijn Kruisselbrink authored
And fix up existing mojom files that had CRLF line endings. Bug: 932129 Change-Id: I83585e5f43e72ebeac1bc44a05584a9b1632524e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600672 Auto-Submit: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#657616}
-
Hirokazu Honda authored
All planes share the modifier. Thus, it makes more sense NativePixmapHandle has the modifier variable rather than each NativePixmapPlane. TBR=sandersd@chromium.org, yusukes@chromium.org, dcastagna@chromium.org, dcheng@chromium.org, rjkroege@chromium.org Bug: 957381 Test: Launch ARC++ App Test: Play video with/without HW video decoder Test: Record video with GCA Change-Id: I3d21d336aae149bb5028893a7c23f21a310878ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601013Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#657615}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/51e15a69ce5b..4497ac179949 git log 51e15a69ce5b..4497ac179949 --date=short --no-merges --format='%ad %ae %s' 2019-05-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b01f2559e017..d5ed0a31ce88 (10 commits) Created with: gclient setdep -r src/third_party/skia@4497ac179949 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=robertphillips@chromium.org Change-Id: I8ffcb719e4caa704e15d81b245fe8f4203389b64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600973Reviewed-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@{#657614}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e5e444045846..e7f0b4c62c55 git log e5e444045846..e7f0b4c62c55 --date=short --no-merges --format='%ad %ae %s' 2019-05-08 mmoss@chromium.org Revert "git-cl: Keep git push traces" Created with: gclient setdep -r src/third_party/depot_tools@e7f0b4c62c55 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:955206 TBR=agable@chromium.org Change-Id: I121c4bf99c722c9308a73bfbc86e71cf1b3add1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600974Reviewed-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@{#657613}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/62d707af087a..3047a81d2430 Created with: gclient setdep -r src-internal@3047a81d2430 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=nhiroki@chromium.org,iclelland@chromium.org,dullweber@chromium.org,jrummell@chromium.org Change-Id: I7c317cbbf3a76431807a36943cce76b2ba7500ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600975Reviewed-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@{#657612}
-
David Tseng authored
Previously, when ChromeVox encounters a change in editable text that remains within a single line, e.g. move by one character, it would compare the plain text diffs of the previous and current lines. This would miss the rich structure of automation including images. The logic prior to this change would sometimes emit output accidentally when the move within line was detected as a move across lines. This change makes it so whenever either side of the selection (while within a single line) is not on a text node, ChromeVox will describe the entire DOM selection. Test: browser_tests --gtest_filter=ChromeVoxEditing*.*ImageByCharacter Change-Id: I53f7d9e15edfaa13c90fb4cc498d83f140cbdf35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596194 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#657611}
-
Kent Tamura authored
This CL simplify the code. This CL has no behavior changes. Change-Id: Ia9f966124edeed790db2e9dfc4b6162ad66a69fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600734Reviewed-by:
Abhijeet Kandalkar <abhijeet@igalia.com> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#657610}
-
Jay Harris authored
Previously, this code path was never executed, which is how the bug wasn't discovered. Bug: 829689 Change-Id: I636536914ca24ba4872c275d705c8f75f2f9b9bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597934 Commit-Queue: Jay Harris <harrisjay@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#657609}
-
khachatryan authored
Bug: chromedriver:2899 Change-Id: I2643802d5b9f9a2f2e91b512414631c12521d2fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600377Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#657608}
-