- 15 Sep, 2020 40 commits
-
-
minch authored
Bug: b/168511137 Change-Id: I31f4a80fe543b8cc02dfe14b2d378ded6951e4ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411703Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#807079}
-
Victor-Gabriel Savu authored
Bug: chromium:1125659 Bug: chromium:1125661 Bug: chromium:1125662 Change-Id: I29b83e3c9b2298f806f0cef37295ad73a2d9e420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410124Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Victor-Gabriel Savu <vsavu@google.com> Cr-Commit-Position: refs/heads/master@{#807078}
-
Adam Langley authored
This code will register with the cloud messaging service in order to receive notices from the tunnel server that a paired desktop wishes to connect. BUG=1002262 Change-Id: Ib8b9521304e557302a44cc2ad6498c60b44fe37b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406700 Auto-Submit: Adam Langley <agl@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#807077}
-
Lepton Wu authored
We always remove invitee from pending_invitations_ before adding it to pending_broker_clients, so the old code actually is buggy and invitees in pending_broker_clients_ will never be added as a broker client. Fix it by checking peers_ instead of pending_invitations_. BUG=b:146518063,b:150661600,b:168250032,chromium:1121709 TEST=manual - Keep running arc.Boot.vm with updated mojo code. Change-Id: Ib0353944e7d5b9edc04947f8bd2db1442a4ed78d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411560 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Auto-Submit: Lepton Wu <lepton@chromium.org> Cr-Commit-Position: refs/heads/master@{#807076}
-
David Bienvenu authored
Replace with is_type_app, is_type_app_popup, is_type_devtools as appropriate. Bug: 990158 Change-Id: I4df1b675ebec3408f690da7899653e00b851c388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401263 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#807075}
-
Trent Begin authored
This change syncs the mojom file in cros_healthd with the newly added OS version structures. This structure is not currently used anywhere in Chrome. This change also modifies a comment wrapping to make the files the same. Bug: chromium:1123998 Change-Id: I1ae5599807c72bd4826c456588c88668aaf03508 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406597 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Paul Moy <pmoy@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#807074}
-
Sylvain Defresne authored
set_sources_assignment_filter() is considered as a mis-feature of gn (as it makes it difficult to reason about the BUILD.gn files individually). Bug: 1018739 Change-Id: Iba8ac41c84bf091bbf8c87a5d129364f1e38d76a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409938 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Parastoo Geranmayeh <parastoog@google.com> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#807073}
-
Colin Blundell authored
The tests were employing the following pattern: 1. Launch a flow that should result in a certain event occurring (e.g., a navigation that should result in a language determined observer callback) 2. Create a waiter to observe the event and wait Most of the time this works just fine, but it's subject to a race wherein the event is fired as part of step 1. When this flow occurs, the test will end up waiting forever and timing out. In particular, this case is possible in the flow of navigating to a webpage and waiting for the callback that the language was determined, which means that all of the tests in this suite were subject to flake across all platforms (this can be seen from https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=weblayer_browsertests&tests=TranslateBrowserTest.*). This CL fixes the bug by ensuring that the waiters are created *before* step 1 in each instance of the above flow. There are long-lived waiters for each event of interest that are reset just prior to a new instance of the above flow. As the waiters by design quit their RunLoop when they receive the event of interest (whether they have yet received a call to Wait() or not), having the waiters pre-created ensures that the observation will work whether the event occurs as part of step 1 or subsequent to step 2. To verify, I ran the translate browsertest suite 100 times locally with logging added to detect this race condition. Prior to making the change in this CL I saw 3 failed tests that were indeed subject to this race. After the change I saw no failed tests. Bug: 1128384 Change-Id: I141dac490a0b486da3eff66a7bca7075cc76e403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410488Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#807072}
-
Vincent Boisselle authored
Bug: 1128161 Change-Id: Ic5e6cc0439f88394b0d237490f66329f648d0180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411488Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Vincent Boisselle <vincb@google.com> Cr-Commit-Position: refs/heads/master@{#807071}
-
Koji Ishii authored
TBR=ikilpatrick@chromium.org Bug: 1126801 Change-Id: I78c51c5e11b9aa6e03e6f195ac2312162906b5cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409425 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#807070}
-
Andrew Grieve authored
Some code got copy/pasted, likely due to merge conflicts: 3ed7301e Bug: None Change-Id: Iffc859412b65c44c3252dc9f509e9754dac1b7a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410344 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807069}
-
Philip Rogers authored
These metrics are still useful for https://crbug.com/1008483: Compositing.Renderer.LayerSkippedForDrawPropertiesDueToBackface Compositing.Renderer.LayerUpdateSkippedDueToBackface Bug: 1125655 Change-Id: Id534eb6c740d2986736da68508c8435cc78020be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408639Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#807068}
-
Sinan Sahin authored
Bug: 1121402 Change-Id: Ia47af8941c19e531837f676664432cb4faf5d7b3 Binary-Size: Adds 9-patches needed for dark theme on tablets Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406840 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#807067}
-
Yuheng Huang authored
Since CTRL/CMD+SHIFT+E is already used in Google Docs, Product decided to change the shortcut to CTRL/CMD+SHIFT+A to avoid the conflict. Bug: 1099917 Change-Id: Idb3505b619f4dd16778ff3992f65dac507dff722 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411228Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#807066}
-
Yi Gu authored
Gives more time to propagate the WebOTP bit. Bug: 1120305 Change-Id: Id350a03de42d3ea5895f01f47cdb5fff7ce801e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405374Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807065}
-
Koji Ishii authored
TBR=ikilpatrick@chromium.org Bug: 1126861 Change-Id: I561acf87ca2955705e2d1b40ced5143a93266d48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409688 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#807064}
-
Koji Ishii authored
TBR=ikilpatrick@chromium.org Bug: 316409, 1126958 Change-Id: Ia94f5c26525e8058e23b955845997163b6554641 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410101Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#807063}
-
Jit Yao Yap authored
Bug: 1101208 Change-Id: Ica3c8f5dd1d2592bb02b3e1c1f6f637732909139 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398703 Auto-Submit: Jit Yao Yap <jityao@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#807062}
-
Federico Paredes authored
Bug: 1126671 Change-Id: I86ae7c3ba040fad1c0a09ef646e73687b907dde1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402278Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Federico Paredes <fedpar@microsoft.com> Cr-Commit-Position: refs/heads/master@{#807061}
-
David Maunder authored
We now enforce that tab attributes cannot be acquired on an uninitialized Tab (including Tab#destroy). Adding in a fallback. Bug: 1117396 Change-Id: I0e8eeec1a982677e64d6d7f82f2fd883c1e0d4ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411160Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#807060}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/68241d4f5af5..9d6bf6eee8b5 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 iclelland@google.com,poromov@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: iclelland@google.com,poromov@google.com Change-Id: Ib15c9c8851db9546a7f53995bdf3eb5f26ca7739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412275Reviewed-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@{#807059}
-
James Vecore authored
Adds a mojo interface on top of the existing contacts manager and makes it available for binding in both chrome://nearby and chrome://os-settings. Bug: b:166503584 Change-Id: I67b8588fae5c838f4f0a57bffd2078d99c9c83fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402758 Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#807058}
-
Fredrik Söderqvist authored
Reflect the computation done by FEImage::MapInputs() in FEImage::CreateImageFilterForLayoutObject() to reduce the size of the destination rectangle to that of the bounding box of the referenced content. Bug: 109224 Change-Id: I24b5550e828f6bf1f4e3b0cbf51a34b8e9df2939 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409941Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#807057}
-
Stepan Khapugin authored
When the app is starting and focusing the omnibox at the same time, the layout guides for the popup might not be constrained yet. It does not cause any issues if they are constrained later. Bug: 1112760 Change-Id: I9235ca681f18ea5b1c7882c955c1ffa28b533ed3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410132 Auto-Submit: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#807056}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: I951ac22d3b517423a7dc1f53afe3a07a607ae7bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411734Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#807055}
-
Victor Hugo Vianna Silva authored
runOnUiThreadBlocking() has no restriction on being called from the UI thread, so it should be safe to call the loadNativeLibrary...() methods from the UI thread as well. This CL also fixes one comment cross-reference to NativeLibraryTestRule, which apparently doesn't exist anymore. [1] https://source.chromium.org/chromium/chromium/src/+/master:base/android/java/src/org/chromium/base/ThreadUtils.java;drc=c741e070dbfcc33b2369e7a5131be87c7b21bb99;bpv=1;l=156 TBR=jdoerrie@chromium.org Bug: None Change-Id: Icd38029ac5dddd372485be00f03648068d7e3063 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404351 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Victor Vianna <victorvianna@google.com> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#807054}
-
Caroline Rising authored
These changes are behind the kReadLater feature flag. This cl updates the read later string and adds capitalcase versions. Bug: 1117023 Change-Id: I26d62e659b06a113e63c3c457cdef85ce366a126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402105Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#807053}
-
Behdad Bakhshinategh authored
This reverts commit f1b689af. Reason for revert: crbug.com/1128390 Original change's description: > [Autofill] Returns all patterns that match given language and fieldtype. > > This CL provides new structure MatchingPattern that replace using > single regular expressions, but store more information about concret > pattern. Also it contains splitted MatchType into MactchFieldTypes > and MatchAttributes and sceleton of PatternProvider class. > > > Change-Id: I5acebf12aafaca67ae87260b2c897bdf35a38bea > Bug: 1121990 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2385282 > Reviewed-by: Christoph Schwering <schwering@google.com> > Reviewed-by: Matthias Körber <koerber@google.com> > Commit-Queue: Mariia Shvedchenko <mariiash@google.com> > Cr-Commit-Position: refs/heads/master@{#806125} TBR=koerber@google.com,schwering@google.com,mariiash@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1121990 Change-Id: I9d3b94cddf87dba1579caec56829fe75953ace5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411701Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#807052}
-
Patrick Noland authored
When lazily inflating the MenuButton, the call to setThemeColorProvider doesn't trigger an immediate update, risking starting with the wrong color/useLight combination if inflation occurs in a context where the defaults aren't correct, e.g. incognito. This CL corrects the issue by initializing the color immediately. The need for this code should, however, go away once the color is read from the model instead of directly, since the initial bind will take care of problems like this. Bug: 1127826 Change-Id: I609f42427a0b8fa877f4c165e97372d34047f28f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410590Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#807051}
-
Lukasz Anforowicz authored
This CL changes (and slightly renames) CreateWebUIURLLoaderFactory so that it returns mojo::PendingRemote to a WebUIURLLoaderFactory that is owned by its |receivers_| and will self-delete when the last receiver disconnects. This CL removes the ability to directly construct and own a std::unique_ptr<WebUIURLLoaderFactory>, because this ability means that the factory can be destructed while receivers bound via the Clone method are still alive (see the associated bug). This CL mostly just follows the pattern established earlier by https://crrev.com/c/2337411. Bug: 1106995 Change-Id: I6079a8b4b3a17d838539a62234b788a3353c76c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358309Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#807050}
-
Xianzhu Wang authored
BTW fixed a small invisible bug for anonymous LayoutObjects which just affects performance a bit. Bug: 1127474 Change-Id: I926bef2572a1d0099c2e106fdd4eb36756e99fb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410816Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807049}
-
Matt Menke authored
The URLRequest constructor could accept a NetworkDelegate argument which would override the URLRequestContext's NetworkDelegate. However, URLRequest's constructor was private, and only URLRequestContext could call it, and URLRequestContext didn't have a method to pass a NetworkDelegate other than its own to URLRequest's constructor. As a result, not only was nothing taking advantage of this ability, but nothing *could* take advantage of it. To the extent of my knowledge, this ability has never been used, yet the per-request NetworkDelegate argument was wired through the entire URLRequestJob creation stack. Since this CL is already touching all URLRequestInterceptors, it also updates the URLRequestInterceptor API to return a unique_ptr. TBR= yuweih@chromium.org Bug: 1126597 Change-Id: I5f0fade639e06a2edc8f514853262af3afa6e110 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401854Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Monica Basta <msalama@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#807048}
-
Michael Thiessen authored
native_java_unittests are going away, so these tests need to be migrated to javatests. I had to add a helper to run the required native code for some of the tests. Bug: 1103344 Change-Id: Ia7afbe091eab4f214d0359d88ae2c330dc5cb609 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405900Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#807047}
-
Boris Sazonov authored
First part of adding ConsentLevel support to identity_test_utils. This CL merges two separate methods SetPrimaryAccount and SetUnconsentedPrimaryAccount into a single one that takes ConsentLevel as a parameter. Bug: 1046746 Change-Id: I93f7811414b7c1ee583237681c567a881560ce23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401140 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#807046}
-
Xianzhu Wang authored
It was used by only one feature (Portals). It has been agreed that kDefault can meet the requirement of the feature. kDefault is very much like kEnableOnlyIfOverriddenFromCommandLine. The difference is that kDefault also respects status overridden from finch and from --disable-features command line switch (in case the feature is enabled by default at blink side). Bug: 1048656 Change-Id: Ibb946dbdcc5ece7c5f5a08822b80825345c170e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411231Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Jason Chase <chasej@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807045}
-
David Roger authored
This was broken by: https://codereview.chromium.org/2889163002/diff/60001/components/signin/core/browser/about_signin_internals.cc I think this was not intended. See screenshot on the bug. Fixed: 1126375 Change-Id: I782a36cb24f800368faced31548368d44491c7cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400619Reviewed-by:
Kush Sinha <sinhak@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#807044}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b0a548c7e6b6..df4ddebf1c60 2020-09-15 lalitm@google.com Merge "tp: remove hack of stripping prefix for --run-metric files" 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: Ib7b781460b4bbaf657173f0cdfb61d0d25bc3f0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411884Reviewed-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@{#807043}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/bb481754..ff50ca34 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: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: I532d3b334934a0fdf136431afe77edde104e8568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411892 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807042}
-
David Maunder authored
The EndpointFetcher needs to have its own build target so it can be more easily depended on. Bug: 1124800 Change-Id: I27b5d9b81d9d81a7d9a310c91258638e432e9c21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401265Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#807041}
-
Olivier Robin authored
Histogram is recorded using base::UmaHistogramTimes and has an expected value of 10-86400 seconds. The current display does not useful as everything is in the 10000+ bucket. Bug: 1127878 Change-Id: I3f2fa6228bdb0313cc2f1cc9edbb42aad2897abf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409909 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Auto-Submit: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#807040}
-