- 07 Jan, 2020 40 commits
-
-
Vitaly Buka authored
Debug build is fixed with: crrev.com/c/1973353 Bug: 977230, 1030261 Change-Id: Idcb24d092247f6bc7438c74b6405b4b93539507d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970852 Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#728840}
-
Hirokazu Honda authored
This adds 1.) cropping test case (crop 360p frame 480p frame), and 2.) cropping+scaling test case (crop 360p frame 480p frame and scale the image to 270p) This adds visible rectangle element to media::test::Image. Bug: 1034415 Test: IPtest on atlas Change-Id: Ie16d413d0e81029b98209a7eec4eeac6c4691639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974303 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#728839}
-
Gyuyoung Kim authored
This CL cleans up unnecessary mojo/public/cpp/bindings/binding.h includes in //components Bug: 955171 Change-Id: Ibad97989f0c3136fa9e5bf72ca1ed2438eb0b40a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977889Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#728838}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/77e01616ea7b..e2db893b1dea git log 77e01616ea7b..e2db893b1dea --date=short --first-parent --format='%ad %ae %s' 2020-01-07 tikuta@chromium.org Revert "Migrates refs to Common inside ui/ to ESM" Created with: gclient setdep -r src/third_party/devtools-frontend/src@e2db893b1dea If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: chromium:1006759,chromium:1039577 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I9a87395340bdfa195098cec8fee72b00a82806b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989333Reviewed-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@{#728837}
-
Sadrul Habib Chowdhury authored
Extend the lifetime of some diagnostic metrics related to presentation timestamps to next year. These metrics have been useful for investigating changes in some of the top-level metrics (e.g. first-contentful paint time etc.). BUG=938034 Change-Id: I18889bb7172bcba553f8296198f063c04c4a2027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987909 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#728836}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/96f79f6db56b..5ccecaade259 git log 96f79f6db56b..5ccecaade259 --date=short --first-parent --format='%ad %ae %s' 2020-01-06 yunchao.he@intel.com Fix a comment in BindGroupValidationTests.cpp 2020-01-06 enga@chromium.org fuzzing: Create Instance and discover Adapters only once 2020-01-06 enga@chromium.org Reland "fuzzing: Add supportsErrorInjection option to DawnWireServerFuzzer" 2020-01-06 enga@chromium.org Use Swiftshader by default when fuzzing Created with: gclient setdep -r src/third_party/dawn@5ccecaade259 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 cwallez@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: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: chromium:1038952 Tbr: cwallez@google.com Change-Id: Ie1ce2ae808c7e308ff9d17ab9cbd9b285519b488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989228Reviewed-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@{#728835}
-
Hayato Ito authored
Disable two tests which consistently fail. - external/wpt/webdriver/tests/take_screenshot/iframe.py>>test_frame_content - external/wpt/webdriver/tests/take_element_screenshot/iframe.py>>test_frame_element TBR=johnchen@chromium.org,jbudorick@chromium.org,robliao@chromium.org Bug: 1039578 Change-Id: Ie7ea1967a1e70b1abe3199e899c2cd26b93233ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989292Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#728834}
-
Vitaly Buka authored
This is working version of crrev.com/c/1966357 Previous fix does not work. Bug: 977230 Change-Id: I859e57856bd7fb07b7587f8f80f08c7feb24b69a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973353 Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#728833}
-
Kuo Jen Wei authored
Bug: 141518780 Test: Pass closure compiler check, tast run <DUT> 'camera.CCAUI*' on both HALv1 and v3 devices. Change-Id: I10d4a870ba2495b0338e412dcdf1791129868c56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989287Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#728832}
-
Christopher Cameron authored
We mostly null-checked FocusManager. But only mostly. This was crashing JavaScriptDialogTest.DismissalCausePromptCancelButton. Bug: 957362 Change-Id: I288997f4901f7be9364d4e7c9addfca886f1b5df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983222 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#728831}
-
Christopher Cameron authored
When a non-top-level NativeWidgetMac is re-parented, it needs to remove its FocusManager listeners and connect them to the new parent. Add this logic. Do this by adding a OnNativeViewHierarchyWillChange and OnNativeViewHierarchyChanged method to NativeWidgetPrivate, so we can be sure that this will update all descendants. Bug: 957362 Change-Id: I38eb894fec4b47062e0e4fe0d8f04cd2ac9105d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983894Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#728830}
-
Gyuyoung Kim authored
This CL cleans up unnecessary mojo/public/cpp/bindings/binding.h includes in //services. But, this CL adds binding.h include to service_manager_unittest.cc becasuse there is still a use of mojo::Binding. Bug: 955171 Change-Id: Ibd421a7d89f6f11f579f26450d2393590d760672 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980329Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#728829}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8969a1641bec..c21316a73b54 git log 8969a1641bec..c21316a73b54 --date=short --first-parent --format='%ad %ae %s' 2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1031d2c65b5e..51e653f03f26 (10 commits) 2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 10a900e5ffaf..068dd89cab31 (7 commits) 2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3beaf136..55a27186 (337 commits) 2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-07 mtklein@google.com handle unpremul in skvm blitter 2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@c21316a73b54 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 jvanverth@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: jvanverth@google.com Change-Id: I74f36ec10311dd765809d67db72a9ef573eda41f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988764Reviewed-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@{#728828}
-
Robert Liao authored
This reverts commit de165b66. Reason for revert: Potentially implicated for browser_tests ErrorPageForIDNTest.IDN failure First failing run https://ci.chromium.org/p/chromium/builders/ci/Win10%20Tests%20x64/43723 [ RUN ] ErrorPageForIDNTest.IDN ../../chrome/browser/net/errorpage_browsertest.cc(1443): error: Value of: IsDisplayingText(browser(), kHostnameJSUnicode) Actual: false Expected: true Original change's description: > IDN Display: Add whole-script-confusable characters for Greek > > This CL adds a list of Greek characters that look like Latin > characters. A domain consisting only of these characters and not > having a .gr ccTLD or other Greek TLDs such as .ελ will be > converted to punycode, as is done for other > whole-script-confusables such as Cyrillic and Hebrew. > > Bug: 722167 > Change-Id: Id0157503c605a6a73eb49147c26b48d5995d1ff2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986209 > Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> > Reviewed-by: Joe DeBlasio <jdeblasio@chromium.org> > Cr-Commit-Position: refs/heads/master@{#728697} TBR=meacer@chromium.org,jdeblasio@chromium.org Change-Id: I01408fe8791d50ce10feeb7656bfd72b9cea105d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 722167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989297Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#728827}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/a919e1bd9dd0..7d0916bb7588 git log a919e1bd9dd0..7d0916bb7588 --date=short --first-parent --format='%ad %ae %s' 2020-01-06 tsepez@chromium.org Remove CXFA_LayoutProcessor::GetRootLayoutItem(). 2020-01-06 tsepez@chromium.org Remove CFX_RTFBreak::GetLastPositionedTab() 2020-01-06 thestig@chromium.org Roll third_party/freetype/src/ 7e1b39f6c..50b013871 (7 commits) Created with: gclient setdep -r src/third_party/pdfium@7d0916bb7588 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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/+/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: Iaae0ed869741bae732d0d119525352203fc789a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988763Reviewed-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@{#728826}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/cfe75c12ee04..c33e4910c5db git log cfe75c12ee04..c33e4910c5db --date=short --first-parent --format='%ad %ae %s' 2020-01-07 yvesg@webrtc.org Prevent 'use after free' by waiting for all queued tasks to be processed. 2020-01-07 qingsi@webrtc.org Provide a default async resolver factory if none injected to PeerConnection. Created with: gclient setdep -r src/third_party/webrtc@c33e4910c5db 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/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I21d50847079a8fe6816aca901911aff2e90e6b81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988762Reviewed-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@{#728825}
-
Hiroki Nakagawa authored
ServiceWorkerVersion::StopWorker() calls EmbeddedWorkerInstance::Stop() and then checks its running_status(). This is dangerous because EmbeddedWorkerInstance::Stop() may synchronously call ServiceWorkerVersion::OnStopped(Internal)() and lead to ServiceWorkerVersion destruction. This CL avoids it by explicitly keeping ServiceWorkerVersion instance. Bug: 931087 Change-Id: I9d5f0c2c892cb2127bd586825ad9e60d69fd784c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989310Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#728824}
-
Hiroshige Hayashizaki authored
Previously, trailing-slashes matching is only allowed for bare specifiers. This CL also allows trailing-slashes matching for URLs, reflecting https://github.com/WICG/import-maps/pull/117. Bug: 990561 Change-Id: I281db088900407fc43153c2a5483f11bef2a7400 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841668 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#728823}
-
Varun Khaneja authored
Fixed: 1033182 Change-Id: I0a13f73765cb7504ef0c66b85691c1d8a7fed5dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977388 Commit-Queue: Varun Khaneja <vakh@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#728822}
-
Yuki Shiino authored
Collects Blink headers based of filepaths of interface and partial interface. Interface mixins do not have Blink headers. Bug: 839389 Change-Id: I88d12ea57e0dbef6475a19ad382694cd4b7efd44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983697Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#728821}
-
David Munro authored
Bug: None Test: CQ Change-Id: I38a6cf6837bda5c902d36240fa17d501806cf424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989308 Commit-Queue: David Munro <davidmunro@google.com> Commit-Queue: Julian Watson <juwa@google.com> Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#728820}
-
Kenichi Ishibashi authored
Changes signatures of following methods: * UpdateToActiveState() * UpdateLastUpdateCheckTime() These methods will be moved to the Storage Service in the future. Remove ServiceWorkerRegistration dependency from these methods as ServiceWorkerRegistration will remain in content/. Bug: 1039200 Change-Id: I6382ad29f281ae1218d3821157a03e9520576757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989285Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#728819}
-
Christopher Grant authored
The generated Android APK helper scripts now support stack decoding (both explicitly, and indirectly via logcat filtering). Further, that new system handles bundles elegantly, unpacking their contents for use by the stack script. Hence, this original script should probably be removed. See commit 9f0ca133, which wired up the APK helper scripts originally. Bug: None Change-Id: Id18ee6714c35cd9f4a793d348c87a477909e15ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980188 Auto-Submit: Christopher Grant <cjgrant@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#728818}
-
Yutaka Hirano authored
According to the comment "this does not restrict filesystem access *in any way*", so make it look dangerous. Bug: 1035575, 1036693,1026546 Change-Id: Iadd64b3b1be417b469b8d85144de21c86f67ceba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981414Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#728817}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a81450253f88..1961043388e6 git log a81450253f88..1961043388e6 --date=short --first-parent --format='%ad %ae %s' 2020-01-07 ehmaldonado@chromium.org Revert "Move httplib2 import above third_party." 2020-01-07 agrieve@google.com Update "git cl format --python" to default to PEP-8 2020-01-07 morchard@google.com Move httplib2 import above third_party. 2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-07 dnfield@google.com Revert "depot_tools: Remove third_party/httplib2." Created with: gclient setdep -r src/third_party/depot_tools@1961043388e6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: chromium:846432 Tbr: agable@chromium.org Change-Id: I7884b3c224f51f32803bc70f50243107bb0c553f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988758Reviewed-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@{#728816}
-
Caleb Rouleau authored
angle_perftests results are not interesting since pixel2 perf bot is running Android O. components_perftests and media_perftests want to be moved over since the nexus 5x bot is getting removed. Bug: 1030840, 1039289, 1039349 Change-Id: I324d6c437d21e2f80ec587095e0fc87789be3e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988861Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#728815}
-
Avi Drissman authored
Bug: 1037497, 1037498 Change-Id: I84ab42a16b9cfaedf53f4053a4244a50f2350fac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988231Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#728814}
-
Leon Han authored
And the empty string should just match on empty. The spec change: https://github.com/w3c/web-nfc/pull/496 https://github.com/w3c/web-nfc/pull/498 BUG=520391 Change-Id: Idae55b976a6fbbdd252f6227cbe13ee50d16269c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986632Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#728813}
-
Kunihiko Sakamoto authored
We're no longer watching these. Bug: 1037382 Change-Id: I953c355566637bed85001de5372d5e81cfc1ad7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983690 Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#728812}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6ea680581fa6..8969a1641bec git log 6ea680581fa6..8969a1641bec --date=short --first-parent --format='%ad %ae %s' 2020-01-06 benjaminwagner@google.com Add missing Metal jobs 2020-01-06 mtklein@google.com support kDecal in skvm image shader 2020-01-06 mtklein@google.com expand skvm image shader 2020-01-06 herb@google.com Make fBrokenRun local to doRegen. 2020-01-06 bsalomon@google.com Rename GrSimpleTextureEffect->GrTextureEffect Created with: gclient setdep -r src/third_party/skia@8969a1641bec 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 jvanverth@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: jvanverth@google.com Change-Id: I90d4210c08f7166ab865a973590e668a43a58e19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989108Reviewed-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@{#728811}
-
Donn Denman authored
Marks this test flaky. BUG=1036414,1039488 Change-Id: I4c9dc51faa64b369ecdce856fda35741c5856b8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989145 Commit-Queue: Donn Denman <donnd@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#728810}
-
Chromium WPT Sync authored
Using wpt-import in Chromium dc48f7ef. 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: mlamouri@chromium.org: external/wpt/remote-playback NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: Id04320dbad64e2eeae41a6a6c5b39c628c1b593c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989048Reviewed-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@{#728809}
-
Anand K. Mistry authored
Bug: 1007788 Change-Id: I8628a694a5e38552f4527bb81bd808fed4dc6cb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1978201 Commit-Queue: Anand Mistry <amistry@chromium.org> Auto-Submit: Anand Mistry <amistry@chromium.org> Reviewed-by:
Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#728808}
-
Alexey Baskakov authored
Implement WebAppInstallFinalizer::FinalizeUpdate method. Bug: 926083 Change-Id: I3f46b9bc189b0200bdaddbe752c44aabfbacd791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984782 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#728807}
-
Ayu Ishii authored
Bug: 1007674 Change-Id: Ia49ed4cc47e67776e7d13a29803d092e46e828b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1979138Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#728806}
-
Bo Liu authored
Need to ensure that when switching between Activities, nothing holds onto the old Activity (ie Context) or Views from the old Activity. Otherwise it could cause the old Activity to leak. This required fixes in content as well. Bug: 1033926 Change-Id: I731cd25b35171a572956d0846eabd259c19ae554 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980476Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#728805}
-
Caleb Rouleau authored
My guess is that blink_perf.canvas is the culprit of the bot deaths. Since we don't have try job support, the best way to test this is just to re-enable them and see what happens. R=rmhasan@google.com, wenbinzhang@chromium.org TBR=rmhasan@google.com Bug: 1036846 Change-Id: I346285c9cdf5a72998cd6fe7fa6f9a8cdb7888cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988948Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#728804}
-
Peter Kasting authored
* Init members in declaration * Use =default * Shorten code * Use enum names instead of constant values * Add comments * Better use of auto * Remove some bare news * Remove using declarations Bug: none Change-Id: I710527a697406510143575ec4d582c5b5b37a071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983508 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#728803}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/35435063fca1..e52afa39540b git log 35435063fca1..e52afa39540b --date=short --first-parent --format='%ad %ae %s' 2020-01-07 dberris@chromium.org Pinpoint: Use 'user_data' for buildbot updates Created with: gclient setdep -r src/third_party/catapult@e52afa39540b 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 nuskos@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_optional_gpu_tests_rel Bug: chromium:1034373,chromium:1039162 Tbr: nuskos@google.com Change-Id: I6ef191ebf23129c4b62dbb5bd676c4a236ea9ef1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988383Reviewed-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@{#728802}
-
Yutaka Hirano authored
- Implemnt network::NetworkContext::CreateQuicTransport. - Have unittests use the function instead of calling the constructor. - Fix a bug which was caused by the synchronous deletion of QuicTransport in QuicTransportClient::Visitor callbacks. Bug: 1011392 Change-Id: I8a7ce1f9d636886f66308894e3c4677198740e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981527 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#728801}
-