- 04 Jun, 2020 40 commits
-
-
Peter Wen authored
Add _java_resource_types, _java_library_types, and _java_leaf_types. These types, together with "group", define all existing invoker.type values for all java targets. Since leaf types like android_apk are not used as dependencies for other java targets, all java targets in deps trees can be defined as either resources, libraries, or groups. Naming conventions have also been improved. Now java targets must match _java_resource_patterns if the target is a resource target. Otherwise, it must match _java_library_patterns if the target is a library target. Group targets can match either of those, but should prefer matching _java_library_patterns since they are treated as library targets in the java_group template. Thus, target filtering is now simplified. To filter for resource targets , simply use _java_resource_patterns. To filter for library targets, use _java_library_patterns and ignore the ones that also match _java_resource_patterns. To filter for any java target, use _java_target_patterns, which is a simple concatenation of the other two lists of patterns. The assert in write_build_config has been updated to enforce naming schemes accordingly. This enables assumptions about library and resource targets such as __header, __impl, and the newly added __assetres, which is defined on library targets to be its transitive list of all resource target deps. Now compile_resources targets can filter their deps so that they only depend on transitive resource deps. This allows compile_resources to not depend on java library targets, and unblocks header generation for apk targets. Previously an apk's __header target would depend on compile_resources to finish, while the compile_resources target would depend on the rest of the java library dependencies (not headers), completely removing any benefit of header compilation for apk targets. Original CL: https://crrev.com/c/2220585 Fixed: - Turns out compile_resources depends on the android sdk, and that was either supplied directly (in the case of android_apk_or_module) or it was supplied by its java dependencies (in the case of junit_binary). - This dependency was broken by replacing java library deps with their corresponding __assetres deps. - Fixed by explicitly specifying android_sdk_dep just like build_config_dep. - Added comments for both of these explicit *_dep variables. Bug: 1090812 Change-Id: I57c63ff805c4e27ff6b47bc69c0a6954b0b681c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231178 Commit-Queue: Peter Wen <wnwen@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#775105}
-
Gavin Williams authored
These colors are for the CrOS Print Preview printer status icons to indicate the printer's current status. Bug: 1059607 Change-Id: I8c5ebd95aba2154b30b9435ceb1c3ec974c4dec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227904 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#775104}
-
Adam Rice authored
The WebSocketStream origin trial has ended, and we are not planning to run another origin trial. Remove the client-side configuration. BUG=983030 Change-Id: I41fcc1ea793467407429d7afa1a73fba1fcc9910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228376Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#775103}
-
Roman Sorokin authored
* Extend to 2021-01-01 * Transfer (or extend) ownership to raleksandrov@ Fixed: 1088741, 1088740 Change-Id: Ib304c5c6c908f8cd1dbee9e904b840b1d58af86c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225900 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#775102}
-
Martin Šrámek authored
...on all platforms. Bug: 1090343 Change-Id: Ie724ebb1235a89e80a3510bed5e0df0b7d78d062 TBR: koerber@google.com Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231105Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#775101}
-
Yi Gu authored
The test has been flaky recently. Please see bug for details. TBR=andypaicu@chromium.org Bug: 1090274 Change-Id: If92d3983d0bfb2402bfdfdc27fe5d92e30041d44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230759Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#775100}
-
Justin Donnelly authored
Change-Id: I743f0fd55842f9f3aa9f3732667cfc950333fab8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229464Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#775099}
-
ckitagawa authored
Scroll position isn't accounted for in the clip rect for subframes. It needs to be manually corrected via the tracker when serializing. Bug: 1090920 Change-Id: I93e316016832132cbfdfec833249ed454c060b9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228577Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#775098}
-
Pawel Baran authored
Bug: 1084529 Change-Id: I4ce8adcfef38633210de514ff63726abe96ded94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207151Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Paweł Barań <pbaran@opera.com> Cr-Commit-Position: refs/heads/master@{#775097}
-
Boris Sazonov authored
Fixes a crash when supervised_user_google_auth_navigation_throttle would attempt to start reauth without actually checking whether there's a primary account. Bug: 1070576 Change-Id: Ia825e9cc0cc192cbb5ceedbd9e9f9fbd5a0b8438 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228161Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#775096}
-
Hitoshi Yoshida authored
Bindings is going to update IDL dictionaries to be strict about their members' existence. After the update, accessing a getter on a missing dictionary member will crash. This CL fixes the potential bug in Performance.measure(). Bug: 839389 Change-Id: I248bfe06c143dbfab003b9ba863dc00bb1a033bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224420Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#775095}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/2c704cdc7272..8436fb411921 2020-06-04 jacktfranklin@chromium.org Add DOM helpers for testing components 2020-06-04 changhaohan@chromium.org Ungroup same console messages when "Group similar" setting is off 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/+doc/master/autoroll/README.md Bug: chromium:1082963 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I51e97b6c15634ec134d0a5bc688571eaa19d957f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230884Reviewed-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@{#775094}
-
Yi Gu authored
TBR=sky@chromium.org Bug: 1091129 Change-Id: I796f65786ebdcf11814e8e028f678fcbf58b59f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230279Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#775093}
-
Andrew Grieve authored
Bug: None Change-Id: I7f3289980e7fbebf1719098b9e6edd2d47b11c3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229998 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#775092}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e19a3cec9a49..23708cd50e93 2020-06-04 mtklein@google.com SkRecord cleanup 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 tdenniston@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 Bug: None Tbr: tdenniston@google.com Change-Id: Ie4609019432ec773ce0f5fd91ca96f4da58e82c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230885Reviewed-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@{#775091}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ebabe5a1eb1e..a437e061d367 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 msramek@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: msramek@google.com Change-Id: Ie8b6745b4a22e1851cb01f52642dbe684f90fc8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230883Reviewed-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@{#775090}
-
Xianzhu Wang authored
The CAP compositing algorithm may mark many layers with direct compositing reasons as kOverlap, but we should try to get the actual reason. This is just for testing and debugging. Change-Id: I9a6b707215ed02232ac001a0485987efbca7e2d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227261 Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#775089}
-
Anatoliy Potapchuk authored
This cl will make extensions react correctly in case of arc and web kiosks. Bug: 1086382 Change-Id: I9ceb6ee6170068bd0f43d7b36ba08636a8da6593 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215805Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#775088}
-
Roman Sorokin authored
Looks good local Flakes are most likely related to CL:2097795 TBR=antrim@chromium.org Fixed: 1083235 Change-Id: Ic0d3be25a1fe623681a42f45b517a596f51b8d26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230468Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#775087}
-
sandromaggi authored
If we enter STOPPED state, the |ui_delegate_| member is set to nullptr. The UI is not removed at this point, clicking the back button will end here, leading to a hard crash. Bug: b/152954282 Change-Id: I3333f6d6de16f701052fa3d4a494fc07dcd74da2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230465 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Marian Fechete <marianfe@google.com> Cr-Commit-Position: refs/heads/master@{#775086}
-
Anastasiia Nikolaienko authored
Fix flakiness of OSSettingsPeoplePageAccountManagerTest.AllJsTests. In some tests we override isChild property in JS from false to true, but in C++ we set accountManagerPrimaryAccountChildManagedTooltip string only if is it was initially true. Fix this by adding string to loadTimeData for all users (is user is not child - it's going to be empty). Fixed: 1087207 Change-Id: I20ae9f89bfe6646e74073632f8eafa02950f514d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224262 Commit-Queue: Anastasiia N <anastasiian@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#775085}
-
Peter Wen authored
This reverts commit c8827ca3. Reason for revert: compiling android_webview/support_library/boundary_interfaces:boundary_interface_example_apk__compile_resources fails Original change's description: > Android: Improve type filtering, add __assetres > > Add _java_resource_types, _java_library_types, and _java_leaf_types. > These types, together with "group", define all existing invoker.type > values for all java targets. Since leaf types like android_apk are not > used as dependencies for other java targets, all java targets in deps > trees can be defined as either resources, libraries, or groups. > > Naming conventions have also been improved. Now java targets must match > _java_resource_patterns if the target is a resource target. Otherwise, > it must match _java_library_patterns if the target is a library target. > Group targets can match either of those, but should prefer matching > _java_library_patterns since they are treated as library targets in the > java_group template. > > Thus, target filtering is now simplified. To filter for resource targets > , simply use _java_resource_patterns. To filter for library targets, use > _java_library_patterns and ignore the ones that also match > _java_resource_patterns. To filter for any java target, use > _java_target_patterns, which is a simple concatenation of the other two > lists of patterns. > > The assert in write_build_config has been updated to enforce naming > schemes accordingly. This enables assumptions about library and resource > targets such as __header, __impl, and the newly added __assetres, which > is defined on library targets to be its transitive list of all resource > target deps. > > Now compile_resources targets can filter their deps so that they only > depend on transitive resource deps. This allows compile_resources to > not depend on java library targets, and unblocks header generation for > apk targets. Previously an apk's __header target would depend on > compile_resources to finish, while the compile_resources target would > depend on the rest of the java library dependencies (not headers), > completely removing any benefit of header compilation for apk targets. > > Bug: 1090812 > Change-Id: Ic3c254db9f4d1af2182059119718f15b40957ce9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220585 > Commit-Queue: Peter Wen <wnwen@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Auto-Submit: Peter Wen <wnwen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#775081} TBR=wnwen@chromium.org,agrieve@chromium.org Change-Id: If0ad501bf606e302d49b1573f168417efd182931 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1090812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231158Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#775084}
-
Saurabh Nijhara authored
Bug: 1048607 Change-Id: I0f2690063077091616de9943177d01eea3f79420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224253 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#775083}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/7f7fb830ba42..8b7cfa16aa2f 2020-06-04 mbonadei@webrtc.org Introduce absl_deps in rtc_* C++ templates. 2020-06-04 tommi@webrtc.org Remove dependency from RtpRtcp on the Module interface. 2020-06-04 eshr@google.com Clean resource_adaptation_processor_unittest use of TaskQueueForTest 2020-06-04 danilchap@webrtc.org Add Scalability structure tests for individual frame configurations If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1046390 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I3013eec78a38942d18c4794aeb807502279ace16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230882Reviewed-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@{#775082}
-
Peter Wen authored
Add _java_resource_types, _java_library_types, and _java_leaf_types. These types, together with "group", define all existing invoker.type values for all java targets. Since leaf types like android_apk are not used as dependencies for other java targets, all java targets in deps trees can be defined as either resources, libraries, or groups. Naming conventions have also been improved. Now java targets must match _java_resource_patterns if the target is a resource target. Otherwise, it must match _java_library_patterns if the target is a library target. Group targets can match either of those, but should prefer matching _java_library_patterns since they are treated as library targets in the java_group template. Thus, target filtering is now simplified. To filter for resource targets , simply use _java_resource_patterns. To filter for library targets, use _java_library_patterns and ignore the ones that also match _java_resource_patterns. To filter for any java target, use _java_target_patterns, which is a simple concatenation of the other two lists of patterns. The assert in write_build_config has been updated to enforce naming schemes accordingly. This enables assumptions about library and resource targets such as __header, __impl, and the newly added __assetres, which is defined on library targets to be its transitive list of all resource target deps. Now compile_resources targets can filter their deps so that they only depend on transitive resource deps. This allows compile_resources to not depend on java library targets, and unblocks header generation for apk targets. Previously an apk's __header target would depend on compile_resources to finish, while the compile_resources target would depend on the rest of the java library dependencies (not headers), completely removing any benefit of header compilation for apk targets. Bug: 1090812 Change-Id: Ic3c254db9f4d1af2182059119718f15b40957ce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220585 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#775081}
-
Asami Doi authored
Offline capability check was integrated into the installable manager in https://chromium-review.googlesource.com/c/chromium/src/+/2203571/. This CL adds new browser tests for a website that works well offline. Bug: 965802 Change-Id: I377c736bafd6c9e42308687e5c6c04cc773ab641 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223701 Commit-Queue: Asami Doi <asamidoi@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#775080}
-
Friedrich Horschig authored
This CL changes strings according to a recent review. Screenshot for IDS_PASSWORD_MANAGER_RE_SIGNIN_ACCOUNT_STORE: https://storage.cloud.google.com/chromium-translation-screenshots/02eb76ea47b2714778afd441656eac5a8aae3abd Screenshot for both IDS_PASSWORD_MANAGER_OPT_INTO_ACCOUNT_STORE*: https://storage.cloud.google.com/chromium-translation-screenshots/ae2abb47abb0f75ffcbe87ebf59af6841c3ee2d3 Bug: None Change-Id: Ic3f83618741166cae8b8eb96f6eeb4356a212c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230619 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#775079}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/722db7ecd0fb..2c704cdc7272 2020-06-04 szuend@chromium.org [cleanup] Move Date#toISO8601Compact to DateUtilities 2020-06-04 tvanderlippe@chromium.org Revert "Typecheck sdk/SourceMap.js with TypeScript" 2020-06-04 sigurds@chromium.org Export coverage event if the original resource is not available 2020-06-04 bmeurer@chromium.org [wasm] Wasm disassembly cannot be edited. 2020-06-04 tvanderlippe@chromium.org Revert "DevTools: E2E test covering going from perf to sources" 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/+doc/master/autoroll/README.md Bug: chromium:1011811,chromium:1050549,chromium:1064206,chromium:1071432,chromium:1079076,chromium:1079233 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I93f1d052631c5cfbc36ef0612b844c0949be384c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231019Reviewed-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@{#775078}
-
Benoit Lize authored
File creation can fail, and does in fact (see linked bug). Since the file is not needed to continue, remove a CHECK() and continue without it. Bug: 1029320, 1091181 Change-Id: I8fc14299dd6b2a9694b7fdfef12db7e542ece781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230624Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#775077}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/64aa5138c75f..e19a3cec9a49 2020-06-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 3ad285a60d82 to 0711869b5f20 (1 revision) 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 295a4177aebc to 783cd5a79c8a (24 revisions) 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 065b0a7f to 2f744540 (474 revisions) 2020-06-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 6c1581646c46 to 989c790d4b8b (14 revisions) 2020-06-04 ethannicholas@google.com add missing import for std::atomic 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 tdenniston@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 Bug: chromium:1078378,chromium:1084458,chromium:951458 Tbr: tdenniston@google.com Test: Test: Test: angle_deqp_gles3_tests --gtest_filter=dEQP.GLES3/functional_shaders_derivateTest: Test: angle_end2end_tests --gtest_filter=*EGLPreRotationSurfaceTest.OrientedWindow Change-Id: I7c099f58b718adc84e0a31a40df6786607decf4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229546Reviewed-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@{#775076}
-
Jan Wilken Dörrie authored
This change moves the Windows only code in base/strings/{strcat, string_util, string_split}.h to their own _win.h headers, and introduces appropriate _internal.h headers to be able to share the templated code between Windows and cross-platform code. This change is purely organizational, and there is no functionality added or removed. Bug: 911896 Change-Id: I3d2eae1e665cfcf48e727d6d71ca1975c441a370 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228622 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#775075}
-
Tanmoy Mollik authored
Enable SyncErrorInfoBar in preparation for release to Stable. Bug: 1046765 Change-Id: Iacf88d41dba2eb7aff6d660cc5354407cc5353d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224266 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#775074}
-
Alex Ilin authored
The test checks that the links that suppose to open a new tab work as expected in the reauth dialog. Bug: 1045515 Change-Id: I4abddb7506b0bae209c6865d59cc8b3be4526ded Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226754 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#775073}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/43a94a305b95..ebabe5a1eb1e 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 msramek@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: msramek@google.com Change-Id: I5a63260bee98601d5a229e5ee82846ce10abdacd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230881Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#775072}
-
Martin Šrámek authored
This reverts commit 140fc3a1. Reason for revert: Tests fail on Mac. crbug.com/1091201 Original change's description: > WebUI: Add JS type checking for more cr_elements/ tests, part 8. > > Specifically: > - cr_toast_manager_test.js > - cr_toast_test.js > - cr_toggle_test.js > - cr_toolbar_search_field_tests.js > > Bug: 1000989 > Change-Id: I9d745caca24c46945e64faca96d9b87fcecd1af9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227238 > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Auto-Submit: dpapad <dpapad@chromium.org> > Reviewed-by: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#775025} TBR=dpapad@chromium.org,rbpotter@chromium.org Change-Id: I09e760dabd5e609c968239a5e052134128434efe No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1000989, 1091201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230466Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#775071}
-
Antonio Gomes authored
... instead of WebMediaStreamTrack. Additionally, this CL also reduces the use of WebMediaStream to the minimal needed, switch over to operating over MediaStreamDescritor as soon as possible. This is part of the effort to reduce the needless use of public Blink APIs (wrappers) within renderer/modules. BUG=704136 R=guidou@chromium.org Change-Id: Icedd0033ffafaea2270b736a3be94233ef12c7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228359 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#775070}
-
Mikhail Khokhlov authored
Change-Id: I11d1608458710b2a5ef91322dc65c7ade9645cf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228620Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#775069}
-
Stepan Khapugin authored
Adds a button to the blocking overlay that switches to the scene that is currently showing the blocking UI. For this, a new protocol is created, and a new, app-level dispatcher is added to AppState. Bug: 1072408 Change-Id: Icfce6ea5607270726654e5910a24d924eb3d8ba5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219896 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#775068}
-
Jana Grill authored
Retrieve the value of the device policy and use it when deciding whether to enable or disable the adb sideloading toggle in settings managed device and account when feature flag is enabled Bug: 1073928 Test: unit tests, passing different policy values using YAPS on a Change-Id: I9c04c49ac985706c387dee3c8bc57c32598c4d3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199114 Commit-Queue: Jana Grill <janagrill@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#775067}
-
Anders Hartvoll Ruud authored
The name is misleading, because it's actually a flag set on the parent style when some child uses explicit inheritance. This CL renames the flag such that name makes sense, and also because we need to free up the current (approximate) name for a new flag (in a subsequent CL). Change-Id: Ie960dccf961b49b716824c44de9d3233522f96d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228879Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#775066}
-