- 24 Aug, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f9f6adb625c4..cdc009c24afa 2020-08-22 wl@gnu.org * src/truetype/ttgload.c (TT_Get_VMetrics): Add tracing message. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: Ibb8813accd8e8efcbddbe46ac6ec4722f4014dd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370213 Commit-Queue: Ben Wagner <bungeman@chromium.org> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#801028}
-
Philipp Hancke authored
Adds usage counters for the promise versions of - setLocalDescription - setRemoteDescription - createOffer - createAnswer as well as now counters for the total of each. The usage counters for these have only been applied to the non-promise versions so far. BUG=None Change-Id: I50757cc66821cde7f46b3a864d33965f7543ed70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361686Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/master@{#801027}
-
Liquan (Max) Gu authored
Context: Organize the logic of parseAndValidateDetailsOrDisconnectFromClient to prepare for splitting it into business logic and UI logic. The change of this CL is done based on the discussion[1]. Change: * Rename setShippingOption into setShippingOptionIfValid so as to be explicit about the validation purpose. * Close client before SkipToGPay error out. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1787117/5/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java#1243 Change-Id: I918fb133444d32797b7a71d3aede4586c3c0cb10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372802 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#801026}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/216b984d3946..87d42e5d12b3 2020-08-24 bsalomon@google.com A new way to specify YUVA planar data from SkCodec to SkImage_Lazy 2020-08-24 johnstiles@google.com Disable ClangTidy namespace comments for short blocks. 2020-08-24 mtklein@google.com style guide tweaks 2020-08-24 tmoniuszko@opera.com Remove duplicated header file from sources 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 mtklein@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: mtklein@google.com Change-Id: I1b7107dfc7589355de0ae371862d56c274f9e960 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372685Reviewed-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@{#801025}
-
Peter Marshall authored
The agent can be disabled when this message arrives, just like the undo() and redo() methods above. Check for this explicitly because it sets history_ back to null which can cause a nullptr dereference. Bug: 1115856 Change-Id: I503a8dffc5abd3b490d6ca21ae22f0edafb8e42d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367680 Commit-Queue: Peter Marshall <petermarshall@chromium.org> Reviewed-by:
Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#801024}
-
Becca Hughes authored
The consent covers both background fetching and safe search. BUG=1120621 Change-Id: I32dbec2b9b1644654ca3f465ef4c7986c952e9ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369296 Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Auto-Submit: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#801023}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/70b2cf8b368d..d37b0ec2bb0c 2020-08-24 minyue@webrtc.org Passing the estimated capture clock offset to SendVideo. 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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I7a243a433eb1beb57925f3649c9695900f470073 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372689Reviewed-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@{#801022}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /services/device/generic_sensor This CL was uploaded by git cl split. R=timvolodine@chromium.org Bug: 1110266 Change-Id: I460f572b6271240ae68a867b8059894fac34b583 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371299 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Commit-Queue: Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#801021}
-
Roberto Moura authored
Replace nested macros with base::ClampToRange<CGFloat>(x, 0, 1). Change-Id: I46a26b3bfe19fffc98b18063890317a93d0baaf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372428 Auto-Submit: Roberto Moura <mouraroberto@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Roberto Moura <mouraroberto@google.com> Cr-Commit-Position: refs/heads/master@{#801020}
-
Andrew Grieve authored
Not much change in R8 here, but it picks up a fix needed to safely enable class merging in the presence of APK splits. Bug: 1040534 Change-Id: I935bcdd0395a8d3bacc960c04bb779d1f06b11cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368471Reviewed-by:
Sam Maier <smaier@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#801019}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /chrome/browser/media/media_engagement_browsertest.cc This CL was uploaded by git cl split. R=beccahughes@chromium.org Bug: 1110266 Change-Id: Ic8150752c7c605d957c4516914586543fc310001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371247 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#801018}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /ui/aura This CL was uploaded by git cl split. R=sky@chromium.org Bug: 1110266 Change-Id: I96cd101fb7cc5daf4e2398c9a4b7e80448c623a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371303 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801017}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c86d8fb76ac3..1c96e6739bbe 2020-08-24 piotr.roguski@mobica.com Added protos/perfetto/trace/ps:zero to public_deps of libperfetto. See crbug.com/1098746 for more details. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I448bb53ed3757c8e385807503534ef41b717923d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372762Reviewed-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@{#801016}
-
Anatoliy Potapchuk authored
This test had the same faliure reason as others KioskUpdateTest.*'s, which after recent reenabling did not exhibit any failures. Bug: 949490 Change-Id: Iead5f727cf87ccba15b99ef6e3991d2eb05297ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372283Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#801015}
-
Nico Weber authored
This will make sure compiler updates don't break the mac-arm64-rel bot. The bot currently only builds and doesn't run tests, but it's a start. Bug: none Change-Id: Ifbd15713c541aa62339a2ef6b72e009527716c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372724Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#801014}
-
Kevin Ellis authored
The flake is caused by limited precision of timeline times. When comparing times with >=, the boundary time needs to factor in error tolerance. The virtual/threaded-no-composited-antialiasing variant of this test had a recent flake score of 954. Bug: 623434 Change-Id: I44b41da1326849da4b3dec30cea76be6673e0b17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368500Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#801013}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /content/browser/font_unique_name_lookup This CL was uploaded by git cl split. R=drott@chromium.org Bug: 1110266 Change-Id: I6e746e1ed90bf2bab026c0c159ebd926d7411979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371289 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#801012}
-
Sorin Jianu authored
Remove the --single-process command line switch. After this CL, Windows is using COM RPC for all client server interactions. Bug: 1060807, 1060800 Change-Id: Ib3582d56ee01724e176ac04f0d6c2600fbf1bb51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321330 Commit-Queue: Sorin Jianu <sorin@chromium.org> Reviewed-by:
S. Ganesh <ganesh@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#801011}
-
ckitagawa authored
If a launch is backgrounded before TimeToFirstBitmap we shouldn't record it. This CL is a very simple change to enable that and mirror the behavior of FirstContentfulPaint. Bug: 1109991 Change-Id: Ic1624516d55ded2eb74fa140d9f0d57865b11a87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372722 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#801010}
-
Henrique Nakashima authored
This should fix the failure in the builder and allow the script to be run from any directory. Bug: 1111056 Change-Id: Ibecfbe763a18bf4fcc5f227d23ce42edee3a2ebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369011Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#801009}
-
Sébastien Séguin-Gagnon authored
In some cases the model and table were not in sync, which caused a crash when trying to get the visibleCells of the table. The reload should not be too expensive since we only call it when we're on the root bookmark page. Bug: 1116408 Change-Id: I41e3f1c6d09ca5b92f2bbb0494d426e04f2db539 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370605Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Auto-Submit: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#801008}
-
ckitagawa authored
This CL defers the subframe transform until serializing so as to not affect the position of the sub-picture in the paint preview if embedding into a single SkPicture. Change-Id: I613e713e08ea453dd7999f06810f7481501b0658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364171Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#801007}
-
Etienne Pierre-Doray authored
Jobs API causes longer running concurrent marking task. Since marked bytes is only recorded when the task exists, this causes the mutator thread to underestimate progress and spend more time marking. To avoid such regression, this CL makes concurrently_marked_bytes_ atomic and updates it more frequently. Drive by: Remove unused kConcurrentMarkingStepDuration param that was previously used for yielding. Bug: 1119552 Change-Id: Ia91c994a4ad417456bbe07bd3f4190f69cba5c95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368498Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#801006}
-
Sigurd Schneider authored
DevTools change: https://crrev.com/c/2367940 Bug: chromium:1011811 Change-Id: Ib3725b572313baf56bbcde3783c2bc6094c02e1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372483Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#801005}
-
Frédéric Wang authored
This is a follow-up of [1] where the validation on the web and browser processes have been unified. Tests for 'web+' have been added to ProtocolHandlerRegistryTest (browser process). This CL adds similar and more complete checks to the existing WPT test (web process). The relevant section from the specification says [2]: * Set scheme to scheme, converted to ASCII lowercase. * If scheme is neither a safelisted scheme nor a string starting with "web+" followed by one or more ASCII lower alphas, then throw a "SecurityError" DOMException. Bug: 971917, 952974, 627682 [1] https://chromium-review.googlesource.com/c/chromium/src/+/2362802 [2] https://html.spec.whatwg.org/multipage/system-state.html#normalize-protocol-handler-parameters Change-Id: I769048bd4db6883a75d4237f20f23aa61452d732 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371632Reviewed-by:
Gyuyoung Kim <gyuyoung@igalia.com> Commit-Queue: Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/master@{#801004}
-
Leonard Grey authored
We've had longstanding issues with interrupted tab drags not cancelling the move loop, often causing a crash when the loop is ended belatedly. A recent repro (issue 1119714) theorizes that a NSLeftMouseUp event is not reaching the move loop. Another repro case from a while ago (right clicking the tab while dragging) had a similar proximate cause. This change causes the move loop to also look at mouse moves while it's active. If it receives one (and the left mouse button is not down), it assumes we missed a mouse up and terminates the loop. (As a side note, with this change, I can no longer repro the behavior in 119714 where a single full-screen tab drag can flakily unfullscreen the tab. I'm thinking this behavior itself was due to move loop shenanigans.) Bug: 1119714,1030987 Change-Id: Idd4c765e1abfc87099fa6be82ae2e22f8dc9c55e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368172 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#801003}
-
Scott Violet authored
The coordinates need to be converted if zoom-for-dsf is enabled. BUG=1119725 TEST=see description in bug. Change-Id: Ic70a77cb726fb1458a1bbb5304d8ec518176901c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370654Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801002}
-
Andy Paicu authored
TBR=raymes@chromium.org Bug: 1016730 Change-Id: I6c00d5179fb1013c3b171281ea82e6baef961385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372563 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801001}
-
Nico Weber authored
Bug: none Change-Id: Idd7520386dbb7965dc357619fc850e6b2949ef19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372723Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#801000}
-
Charlie Hu authored
Bug: 1113375 Change-Id: Ic20b0900ab8ad07792454a1bbc2e2cf5ea1b9b06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333499Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#800999}
-
Raphael Kubo da Costa authored
Introduce the same changes added to the regular Permissions API implementation in r756753: instead of having a "wake-lock" permission with a |type| field set to either "screen" or "system", the spec now uses two separate permissions with no |type| field, "screen-wake-lock" and "system-wake-lock". Fixed: 1121076 Change-Id: Ib050a1efa82143c177e32bb6a39cad9203198dd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372365 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#800998}
-
Monica Basta authored
Bug: 1063856 Fixed: 1121142 Change-Id: I8471310b8c0c3e8fb139ba5f48ee6d2f90176a41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367834Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#800997}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/856f8c9f..97cc41d3 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I9bc9e0e5fb604438c5e4e79b162422fdd28c40a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372113Reviewed-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@{#800996}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ecc4ecb65cd8..6702add20dd3 2020-08-24 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-08-24 tvanderlippe@chromium.org Fix contextmenu for console view messages 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7d06cf9b8d0a1c1d72d1dbac6ba2c466d04ae487 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371337Reviewed-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@{#800995}
-
Monica Basta authored
Screenshot: https://drive.google.com/file/d/1z78dkOIi7FbwSXuOzOhC-mpcnuw4JsFl/view?usp=sharing Bug: 1115056 Fixed: 1121137 Change-Id: I46bb7b3bbd41a7ced628681e84026442a5d414fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366938 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#800994}
-
Evan Stade authored
No behavior change is intended for Chrome. This simply relocates code and assets and updates references. One fairly major change for WebLayer is that Base.Theme.Chromium is folded into Theme.BrowserUI, which means that WebLayer may get some slightly different theming in some places. This is necessary because the photo picker uses Theme.Chromium.Fullscreen, which builds on Base.Theme.Chromium. For now, DecoderService and the aidls live alongside the other code, although they won't be usable by WebLayer as-is. They will have to be shuffled around some more. Bug: 1110930 Change-Id: I7a5c730b0dd67cb63f9323bcd6f98eb187745b57 Skip-Translation-Screenshots-Check: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363639Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lijin Shen <lazzzis@google.com> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Auto-Submit: Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#800993}
-
Tom Anderson authored
After [1], multiple MessagePumpGlibs may be created, so the workaround for Ozone/X11 is no longer necessary. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2343314 BUG=1078392 R=rjkroege CC=spang Change-Id: I985c83e21a17e802fe9356c6cbd6c16513487907 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364796 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#800992}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3cdc259008b5..216b984d3946 2020-08-24 mtklein@google.com delete nullptr,0 section of style guide 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 mtklein@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: mtklein@google.com Change-Id: I68bea69ab6d59cf36c5d8ac37632bb10f19ed7c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371335Reviewed-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@{#800991}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /chrome/browser/ui/views/profiles This CL was uploaded by git cl split. R=pbos@chromium.org Bug: 1110266 Change-Id: I7d6a1987ecc2507b95f9ec03cb7c90235fa17d4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371261 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#800990}
-
Jacobo Aragunde Pérez authored
Created AXEventCounter class to help tests counting accessibility events. Instead of writing their own observers, tests can create an instance of AXEventCounter and check how many events of each type have been registered. Bug: None Change-Id: I3b07a077a680b98415f5ed6bee1c4e6528237a22 AX-Relnotes: no user-facing changes. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336603 Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#800989}
-