- 11 Nov, 2019 40 commits
-
-
Francois Beaufort authored
This CL will doesn't change any functionality. It will allow a follow-up CL to use ContentFeatureList without adding dependency. Change-Id: Iad7584f4eef86d666c1ecc7e4a85da8e6028288e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904081Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#714215}
-
Joe Mason authored
Add some sanity checks to the DeleteService implementation that return early, and send an invalid string so we can't trigger the actual service manager. This makes the test less dependent on the environment. R=proberge Bug: 945432 Change-Id: I6370c11b6a123023c3be629bfe6c5ad56953548d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906956Reviewed-by:
proberge <proberge@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#714214}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1c7097b69c50..1abb0dd1324b git log 1c7097b69c50..1abb0dd1324b --date=short --no-merges --format='%ad %ae %s' 2019-11-11 lehoangq@gmail.com Add Metal progress to README Created with: gclient setdep -r src/third_party/angle@1abb0dd1324b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cnorthrop@google.com Bug: None Change-Id: I396cdbc9d4216bd0bb23870ccc15a6065b4da166 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910159Reviewed-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@{#714213}
-
Aya ElAttar authored
1. RelaunchNotificationPeriod = 7 days RelaunchHeadsUpPeriod = 3 days RelaunchGracePeriod = 60 mins This will reduce the number of forced reboots, and will them less disruptive. 2. Updating policy_tepmlates.json according to the new defaults. Bug: 1022419 Change-Id: Ia5ff007cc032a08f8e158e23874039561f1cda24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904166Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@google.com> Cr-Commit-Position: refs/heads/master@{#714212}
-
Raphael Kubo da Costa authored
IWYU. This fixes the libstdc++ build after commit a4e1df98 ("Fix window compositing with alpha channels on HDR displays"): ../../ui/gl/gl_visual_picker_glx.cc:24:17: error: no member named 'bitset' in namespace 'std' return std::bitset<8 * sizeof(decltype(x))>(x).count(); ~~~~~^ ../../ui/gl/gl_visual_picker_glx.cc:27:29: error: invalid operands to binary expression ('void' and 'void') bits(visual.red_mask) + bits(visual.green_mask) + bits(visual.blue_mask); ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~ Bug: 957519 Change-Id: If19a691d424ddd55475e673fe9cb733ba7a326f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910083 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#714211}
-
Roman Sorokin authored
Make it white. See bug for the screenshot Bug: 1018143 Change-Id: I697af356b786f824ac53907e63b5cdcb92d37faf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899382Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#714210}
-
Omer Katz authored
Only treat a table as ephemeron if it's strong side is traceable. This changes eliminates table such as HepaHashMap>AtomicString, WeakMember<?>> and HeapHashMap<WeakMember<?>, int> from being treated as ephemeron. Specifically, such tables will no longer be iteratively iterated and traced as part of ephemeron handling. This optimization reduced overall speedometer2 time by 0.1% on pinpoint (https://pinpoint-dot-chromeperf.appspot.com/job/151ba44c220000). Also locally benchmarked v8.browsing_desktop. The number of traced ephemeron table on the story browse:social:facebook_infinite_scroll:2018 dropped from 22.14 to 2.60 on average and from a maximum of 93 to 6. Similarly, browse:news:cnn:2018 on average dropped from 45.76 to 2.06 and on maximum from 361 to 5. (measurements: https://docs.google.com/spreadsheets/d/1Uuvm-HCI-45_rpjLWpKEdk_P1RVX36yC4m9ZDd0zdWs/edit?usp=sharing) Bug: 1021991 Change-Id: Ie839d44dc43dfa26194112172616dd2a57d05794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906351Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#714209}
-
Dominique Fauteux-Chapleau authored
Migrate RetrieveDMToken call to use the new class. Bug: 1020296 Change-Id: I8ed31825288333623e0b4669600b9b97da89436f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903961Reviewed-by:
Tien Mai <tienmai@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#714208}
-
Antonio Gomes authored
This pure virtual class declaration is a left over of https://crrev.com/c/1904669, where its use was completely replaced by RTCStatsMember (from third_party/blink/renderer/platform/peerconnection/rtc_stats.h) BUG=919392, 787254 R=haraken@chromium.org Change-Id: Icaa3ade122f15d943060d32d5d2051827e3862ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909929 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#714207}
-
Stephen Nusko authored
See attached bug for bisect (https://pinpoint-dot-chromeperf.appspot.com/job/11165d46220000). This has been failing since Saturday Nov 8th 2019. NOTRY=true TBR=charliea@chromium.org Bug: 1023366 Change-Id: Iabfcb9a588c30950e798f8a38b5d2e8b4cd47155 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910092Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Commit-Queue: Stephen Nusko <nuskos@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#714206}
-
sandromaggi authored
Refactoring, such that iframes are treated en-bloc, expecting an iframe. This change is safe, because the main document never reaches this piece of code in OnDescribeNode. Adding an assertion that all IFrames have a FrameId (has shown to be safe so far). Removing the fallback resolution with name / url. Bug: b/143318024 Change-Id: I515436e8012ee36727f89acae3e43ae4e95b49b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901078 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#714205}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0fd4f01b9b83..3de645cbca78 git log 0fd4f01b9b83..3de645cbca78 --date=short --no-merges --format='%ad %ae %s' 2019-11-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d9ed1c2732ba..31edef751a8d (3 commits) Created with: gclient setdep -r src/third_party/skia@3de645cbca78 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 halcanary@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 TBR=halcanary@google.com Bug: chromium:None Change-Id: Ie815303c75cd0d4e87274c011f6ed9601cec3bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909466Reviewed-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@{#714204}
-
Thomas Tellier authored
Bug: 990844, 998330 Change-Id: I244ef0f810ecf2da2796c1ad6b3bce4ad772c772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906147Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Thomas Tellier <tellier@google.com> Cr-Commit-Position: refs/heads/master@{#714203}
-
A Olsen authored
Sets the change-password page to an embedded test server, then simulates submitting a password-change form to that server, and the server redirects to other URLs in the same way that the real password change pages (Azure, ADFS or Ping) do, to make sure we can detect password change success in these cases. Bug: 930109 Change-Id: I489a94b05de3ca013704c3209586c1c11bcd0d4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899383 Commit-Queue: A Olsen <olsen@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#714202}
-
Artem Titarenko authored
Building WebRTC's frame_analyzer when is_component_build=true will fail after [1] lands. It is possible to build it only for release builds but this CL tries to remove it since probably this is not needed. [1] - https://chromium-review.googlesource.com/c/chromium/src/+/1874722 TBR=dpranke@chromium.org Bug: webrtc:9419 Change-Id: Idece8337dc9d33cf0478408f382d2187f2120f26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904196 Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Auto-Submit: Artem Titarenko <artit@chromium.org> Cr-Commit-Position: refs/heads/master@{#714201}
-
Rune Lillesveen authored
Moving an element between two shadow hosts may cause us to end up with a null SlotAssignments() walking a dirty flat tree ancestry. Add a null check in that case. The slot re-assignment of the dirty flat tree will make sure ancestors are marked appropriately. Bug: 1023082 Change-Id: Icb2fd03d91f5b020010bee6038d0ac0c72c6ab7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910080Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#714200}
-
Renato Silva authored
Improve the fingerprint setup tests by making OobeBaseTest the base class of FingerprintSetupTest. OobeBaseTest waits for the OOBE UI to be ready before any tests are run. Tested locally. Bug: 1009916 Change-Id: I6147a27d501ecf81f9ce15173af617afca24b3a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863015Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Renato Silva <rrsilva@google.com> Cr-Commit-Position: refs/heads/master@{#714199}
-
Keishi Hattori authored
Reverts r669571 and r687578 in an attempt to fix crash crbug.com/1003733 Bug: 1003733 Change-Id: I2ecd8bbb566da3ae1c5799b437cf86cbe5601136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888620 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#714198}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/852f718b6ebe..126b6e947f19 Created with: gclient setdep -r src-internal@126b6e947f19 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I0936a7e469cb7e640fca3797bda6b91e828dfc02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909464Reviewed-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@{#714197}
-
Dominique Fauteux-Chapleau authored
Migrates RetrieveDMToken calls to use the new BrowserDMToken class. Bug: 1020296 Change-Id: Icef580e243430d73b6c1c42b273a8540277481d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904234 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Tien Mai <tienmai@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#714196}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/54b9decf..bb98804e 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: Ic5b17a047790489abf80c4c33d0bcdfcd15f023b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909928Reviewed-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@{#714195}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/31edef751a8d..414f99e0be8a git log 31edef751a8d..414f99e0be8a --date=short --no-merges --format='%ad %ae %s' 2019-11-11 bclayton@google.com Regres: Check out the change before attempting to read files from it. Created with: gclient setdep -r src/third_party/swiftshader@414f99e0be8a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: chromium:b/140172528 Change-Id: I3a06a946148dfda7d558bf3823dcd8ee1c5111a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909292Reviewed-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@{#714194}
-
Michael van Ouwerkerk authored
Bug: 1018138, 1018132, 1020582 Change-Id: I50d131ec34ccee3bf5b76167178eac4728b51bea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903203Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#714193}
-
sandromaggi authored
Before this CL, the default email was collected but never passed to the model. Unit tests for the model handling are already in place. Bug: b/140781117 Change-Id: I97b14a3a830206160fccc899cc4dd166d9e93d32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1908543Reviewed-by:
Clemens Arbesser <arbesser@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#714192}
-
Muhamed Parić authored
Timezone changes in managed guest sessions used to not take effect even when the policy was set to allow for them. Now a policy check is done instead. These changes will still not persist through logging out/rebooting, as these are temporary sessions. Bug: 907667 Change-Id: Ib4f92f46b9bc9119afd44eb067f9cba2acf2d1f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869656Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Muhamed Parić <muhamedp@google.com> Cr-Commit-Position: refs/heads/master@{#714191}
-
Julie Jeongeun Kim authored
This CL converts media::mojom::CdmStorage from media/mojo/mojom/cdm_storage.mojom to new Mojo types using PendingReceiver, Remote, and SelfOwnedReceiver. Bug: 955171 Change-Id: I07d0d467798b16708eb78964e4d0a1d7fc00ad5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903239 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#714190}
-
Michael Lippautz authored
Bug: 982754, 1019191 Change-Id: I3a3ddbb0f519e375704462e235813bc91172a5f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1905708 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Reviewed-by:
Hannes Payer <hpayer@chromium.org> Cr-Commit-Position: refs/heads/master@{#714189}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/92338b81e5c4..3992f656421f git log 92338b81e5c4..3992f656421f --date=short --no-merges --format='%ad %ae %s' 2019-11-11 perezju@chromium.org Reland "[Telemetry] Do not percent encode story names" Created with: gclient setdep -r src/third_party/catapult@3992f656421f 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 TBR=nuskos@google.com Bug: chromium:981349 Change-Id: If587896f8e91ee859ebd16b88e7e5557784ce882 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909293Reviewed-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@{#714188}
-
Roman Sorokin authored
This eliminates unnecessary scrollbar in the 'Enter Your password' screen Bug: 1022335 Change-Id: Ib2254d58a1a91c4cd0a198385aa85ba7bf1e0407 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906787 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#714187}
-
Julie Jeongeun Kim authored
This CL converts media::mojom::CdmFile from media/mojo/mojom/cdm_storage.mojom to new Mojo types using AssociatedRemote, PendingAssociatedRemote, and UniqueAssociatedReceiverSet. Bug: 955171 Change-Id: I819ae334b8de62ab68c4ee85cefdd7ef4c2f41b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903237Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#714186}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/02eeebf19886..1c7097b69c50 git log 02eeebf19886..1c7097b69c50 --date=short --no-merges --format='%ad %ae %s' 2019-11-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader d9ed1c2732ba..31edef751a8d (3 commits) Created with: gclient setdep -r src/third_party/angle@1c7097b69c50 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cnorthrop@google.com Bug: chromium:None Change-Id: I35a5999913230eb5fd5393d53ae39b78b6cc7ac6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909291Reviewed-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@{#714185}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e07ec11e..54b9decf 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: I2814816e6ef6f453dd5be67a9d27bbd8c4f975c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909927Reviewed-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@{#714184}
-
Daniel Vogelheim authored
This adapts TT to the latest spec, which asks for duplicate policy names to be accepted when "trusted-types *" is given. Since this requires different error conditions for duplicate names depending on the active policy, this CL pushes the checking into the CSP class, rather than handling it at the calling side. Bug: 991129 Change-Id: Ia40f84093200a1a6e0fae7b65d080c1b5ab8c2fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890438 Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#714183}
-
Thanh Nguyen authored
This CL adds field trial testing configs for Fuzzy App Search and Search Ranking Aggregated Model. Bug: 1016203, 1006133 Change-Id: I4611303859ab889cb29b7888635c00d4f0b99a8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902170 Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#714182}
-
Mirko Bonadei authored
Instead of assuming that frame_analyzer is built, this CL adds an explicit data_dep on it. Since building it with is_component_build=true will fail to compile on some compilers (due to symbols exports that would be redundant when linking a WebRTC binary), this CL don't depend on frame_analyzer when is_component_build=true, this means that tests that require it (see [1]) can only be run in release mode (hence these tests will now be skipped when COMPONENT_BUILD is defined). [1] - https://cs.chromium.org/chromium/src/chrome/browser/media/webrtc/webrtc_video_quality_browsertest.cc TBR: dpranke@chromium.org Bug: webrtc:9419 Change-Id: I260eb164d9e7eb3277c51cb11bbdc803657c98d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1905713 Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#714181}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/23e6331756d9..852f718b6ebe Created with: gclient setdep -r src-internal@852f718b6ebe If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I4020764b551ae88b3e50f572cf972b98db795679 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909580Reviewed-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@{#714180}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/600a26d50a04..3c086a0c2e1d git log 600a26d50a04..3c086a0c2e1d --date=short --no-merges --format='%ad %ae %s' 2019-11-11 jiajie.hu@intel.com Remove VulkanImageWrappingTests suppression on Intel Created with: gclient setdep -r src/third_party/dawn@3c086a0c2e1d 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 TBR=cwallez@google.com Bug: chromium:976495 Change-Id: Id481f02bdd1cc7b57206f0ecf8c0a39b0bf7196a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909579Reviewed-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@{#714179}
-
Yuki Shiino authored
This patch implements attribute callback a little more, and also does the following things. - Sort helper functions in alphabetically - s/LiteralNode/TextNode/ TextNode works just fine for almost all cases, and faster than LiteralNode. XxxxAttribute{Getter,Setter}Callback of the old bindings generator is mostly covered in this patch. Bug: 839389 Change-Id: I1aa75335766f069a130c9d96ee47a6bca0a1b783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906486 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#714178}
-
Alex Danilo authored
Changes test to use the deserialised attribute values for comparing the attributes set on feedback panels for copy operations. Bug: 988137 Tests: browser_tests --gtest_filter="*FilesAppBrowserTest.Test/transferInfoIsRemembered" Change-Id: I5086a1feeeba9c06331ddc711ccc298e0f6574ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906862Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#714177}
-
Yuki Shiino authored
This is a reland of 5a2bf1a6 Fixed the build breakage on Windows by applying s/os.path/posixpath/ Original change's description: > bind-gen: Implement CodeGenContext.idl_location_and_name > > Implements CodeGenContext.idl_location_and_name in order to pretty- > print a path to an IDL file and IDL definition name being processed. > > Bug: 839389 > Change-Id: I2699f735fd5897206e25364b2b29932bd0177330 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909049 > Commit-Queue: Yuki Shiino <yukishiino@chromium.org> > Reviewed-by: Hitoshi Yoshida <peria@chromium.org> > Cr-Commit-Position: refs/heads/master@{#714152} Bug: 839389 Change-Id: Iad7c1c65f196d45bce0f4290bd25d3d67896e29e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909678Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#714176}
-