- 23 Sep, 2020 40 commits
-
-
Nigel Tao authored
Change-Id: If313aa305b82d85d2260538a896d306a4bb89c3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426143Reviewed-by:
Leon Scroggins <scroggo@google.com> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#809972}
-
Stephen Martinis authored
Internal trybots must be explicitly mentioned in order to be able to be triggered on chromium/src CLs. R=bpastene@chromium.org Bug: 1131646 Change-Id: Ia7816a9d83018dca050fdbbce046e63f226a3ac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427434Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#809971}
-
Xinghui Lu authored
The plan for this two-sided patch is: 1) Add the new class under feedback/ and AppHooks method upstream with no reference. 2) Extend the new class downstream and add the new AppHooks method. 3) Update upstream references to point to the new AppHooks method. 4) Cleanup in downstream repository. 5) Cleanup in upstream repository. 1) was done in https://crrev.com/c/2364581. 2) was done in https://crrev.com/i/3227761. 3) is done in this CL. 4) will be done in https://crrev.com/i/3274398. 5) will be done in https://crrev.com/c/2415383. Bug: 1117343 Change-Id: If830662f18e552f7aa6d64c3a7fa8f3d6d30e9c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414779Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809970}
-
Prashant Nevase authored
For RSDM (wip patch crrev.com/c/2295379), the ImageDecodeCache expects DarkModeFilter work on SkPixmap. This patch makes DarkModeImageClassifier use SkPixmap instead of PaintImage. Also as RSDM requires the purging of the cache to be implemented in decoded image cache, this patch moves dark mode image cache outside dark mode module. Now blink implements caching in Image class and dark mode filter helper is added to handle cache modifications. To check the correctness of the dark mode classifier logic to work on full image than portion of the image, few more tests related to image sprite and block samples are added. Bug: 1094005 Change-Id: I39dbd7638691da459b898045d4721069dc5dd21c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382990Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Prashant Nevase <prashant.n@samsung.com> Cr-Commit-Position: refs/heads/master@{#809969}
-
dpapad authored
With these changes the strings become consistent with the bookmarks bar context menu. Bug: 757531 Change-Id: Ibba7856677f0bff6b29fc7d9fb98b9386a69e9d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419377Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#809968}
-
Elly Fong-Jones authored
Bug: 1126886 Change-Id: Ife50aeb7b592ef50a470b01e1b1d510f4cccd0b0 Tbr: jkrcal@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427210Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#809967}
-
K. Moon authored
Adds support for the remaining properties of UrlRequest to chrome_pdf::BlinkUrlLoader::Open(): the request body, the custom referrer URL, and whether to ignore redirects. BlinkUrlLoader::Client now uses a single IsValid() method to check for missing resources, rather than returning errors from individual methods. Returning errors from each method complicates the API for no benefit. MockBlinkUrlLoaderClient has been replaced by FakeBlinkUrlLoaderClient. The tests no longer assert interactions with BlinkUrlLoader::Client, but the results of those interactions, so a mock is no longer appropriate. Additional changes to Open() improve PepperURLLoaderHost compatibility: The request URL is resolved against the document URL, site-for-cookies are passed from the document, and service workers are skipped. Bug: 1099022 Change-Id: If5cbb562ae74efcd3f3807a452e655a893a08eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424661Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#809966}
-
Khushal Sagar authored
This updates 2 code-paths pertaining to sharing mailboxes wrapped in AcceleratedStaticBitmapImage: 1) Always use a sync token when wrapping a canvas mailbox to an image. This was earlier removed to be lazily generated inside the image, if the mailbox is used on the same context, with the expectation that avoiding an ordering barrier in the process would be beneficial. But this doesn't seem to be the case and the extra complexity is not worth it. 2) Only verify sync tokens when shared cross-process, instead of cross-thread usage. All callers which acquire the image mailbox directly already verify sync tokens before dispatching them cross-process so this simply removes this requirement from AcceleratedStaticBitmapImage. R=sunnyps@chromium.org Change-Id: I8c8d5befdf8741ddcecb11309927eb76356dcd86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423269 Commit-Queue: Khushal <khushalsagar@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#809965}
-
Muyao Xu authored
Bug: b/168910030, 831416 Change-Id: Id983b737c571630b4561f31c5098efc064297e29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419796Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: Muyao Xu <muyaoxu@google.com> Cr-Commit-Position: refs/heads/master@{#809964}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I7ae9d27ade83f5efd686e9793e8556d2afa561a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427163Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#809963}
-
Collin Baker authored
Bug: 1090038 Change-Id: I5b1bd913fba2231faefb41acf2f821ebb6d3d2f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404534 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#809962}
-
Eugene But authored
Recording code was removed in crrev.com/1700054 Bug: 1089647 Change-Id: I28aa2775d3453ce0915bfca37acc21044cf7331d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422725 Auto-Submit: Eugene But <eugenebut@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#809961}
-
Matt Wolenetz authored
Uses a util::PassKey<URLMediaSource> instance to statically ensure that only a URLMediaSource can construct that passkey, and therefore can control that it is the only creator of a SameThreadMediaSourceAttachment. BUG=878133 Change-Id: I50bd7669a68113478b42950e74a59c9112623794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427207 Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Reviewed-by:
Will Cassella <cassew@google.com> Cr-Commit-Position: refs/heads/master@{#809960}
-
Gary Tong authored
Bug: 1131188 Change-Id: I33097920e656bbc74842f2c44dbe6ca1245263d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425341 Commit-Queue: Gary Tong <gatong@chromium.org> Auto-Submit: Gary Tong <gatong@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#809959}
-
Roman Arora authored
Bug: 1099917 Change-Id: Ia5995175891346769aadee1961f0da694b1d8b05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414513 Commit-Queue: Roman Arora <romanarora@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#809958}
-
James Cook authored
Lacros does not need to show the first run dialog. On Chrome OS, metrics consent is chosen during device setup as part of the out-of-box experience. Also, Chrome is the default browser. However, we can't just skip the dialog. We need to respect the user's metrics consent choice. Therefore we pass the initial value for metrics consent from ash-chrome to lacros-chrome over mojo. For users on an ash version that doesn't send the user's metrics choice, continue to show the dialog. For lacros project info, see //docs/lacros.md or go/lacros Bug: 1129954 Change-Id: I545c9ed264c5a8c619f1ec8032dda307dee79d45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422475 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#809957}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ce9efee28b62..d0ddf023e1c8 2020-09-23 betuls@google.com cros_test: Remove chaps from chronos-access reference list 2020-09-22 moragues@google.com trogdor: Add trogdor binary packages to exception list 2020-09-22 richardfung@google.com Migrate from rvc-arc-dev to rvc-arc 2020-09-22 saklein@chromium.org portage_testables: Change encoding to kwargs default. 2020-09-22 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-22 saklein@chromium.org SplitPV: Remove portage_util tests, augment package_info tests. 2020-09-22 saklein@chromium.org portage_util.CPV: Convert to new parser lib instance. 2020-09-22 saklein@chromium.org portage_util.SplitCPV: convert usages to new parser lib. 2020-09-22 saklein@chromium.org portage_util.SplitPV: Convert usages to new parser lib. 2020-09-22 cjmcdonald@chromium.org parser.package_info: New CPV parser module. 2020-09-22 kimjae@chromium.org dlc: Add warning based on DLC image size 2020-09-22 vyshu@google.com paygen : add target and source version to payload file 2020-09-22 meiring@google.com packages: Add uprev endpoint for parallels-desktop. 2020-09-21 dburger@chromium.org Fix precedence in check against possibly None applicable models. 2020-09-21 chrome-bot@chromium.org Update config settings by config-updater. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I0fa28f8c1beb03cc715eb9e01a4cfe141762cef9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427226Reviewed-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@{#809956}
-
Elly Fong-Jones authored
Bug: 1131654 Change-Id: I355424eada911783e6d13fe6d869f1edad0c1681 Tbr: milagreen@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427429Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#809955}
-
Dave Tapuska authored
This fixes failing tests that are testing the reception of received bounds as the DIPs -> Blink Space -> DIPs caused a larger rectangle. BUG=1131389 Change-Id: Ie3be0990060d7252d70702d7abd72c1a3c7463ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425397 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809954}
-
adoneria authored
Bug: 1131618 Change-Id: I1cbdfeb79ed0b86afe8351bfd10f642851adfb87 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427126 Commit-Queue: Anjali Doneria <adoneria@google.com> Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#809953}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1600840405-f4d8e4031cebaee3fd15a03b0f21d18ea0743d9a.profdata to chrome-mac-master-1600883819-b4e54673a8ac66af896b73e5221cf1b275c98c77.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ibd6d5c1afb96a866ec7625ffa7ff4e6820ececcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427147Reviewed-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@{#809952}
-
Natalie Chouinard authored
Add Google Sans Bold (weight: 700) to the list of fonts preloaded from GMS Core and available to the renderer via IPC. Bug: 1129668 Change-Id: If301467c25eb40f177d8fc5530eeadb0d49d5314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427027Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#809951}
-
Peter Wen authored
Removing lint suppressions allows our new code to benefit from these lint checks. Regenerate lint-baseline.xml to account for UseCompoundDrawables moving from lint-suppressions.xml to lint-baseline.xml. Removed from lint-suppressions.xml: - UseCompoundDrawables - UselessParent - UseMinSdkAttributes - ValidFragment - VisibleForTests - WebViewApiAvailability - WrongCall Bug: 1116130 Change-Id: I89623b3f2c448b2332c39147892dff9d0d2b6001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422466 Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#809950}
-
David Black authored
Selection ring indicates the HoldingSpaceItemView's selected state. This CL also adds the APIs that will be used by HoldingSpaceItemView's delegate to update selected state. Note that this CL uses kPlaceholderColor (red) for the selection ring. This will be updated in later CLs. Bug: 1129981 Change-Id: Ie582d29934f3f36d3bea7fe99fcbcb718c4432b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424588 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#809949}
-
Min Qin authored
The test is failing on some bot as the download is still in progress This CL ask the test to wait for the download to enter a canceled state. BUG=1130550 Change-Id: Icfeb01ebbab20cd901cefe16870b6cbe98be3d59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422163 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809948}
-
Michael Thiessen authored
The tests weren't destroying the WindowAndroid they created, the fix is trivial. I also replaced the deprecated TestUtils#runOnUiThreadBlocking since I was touching this file anyways. Bug: 1130845 Change-Id: I4b570e31dc6161e5df45d93160f23c92d5c3bfd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427205 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Auto-Submit: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#809947}
-
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: If30a652c2b564104135b6f3d239c8a3e0f78ce0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426363Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#809946}
-
Lei Zhang authored
Bug: 537099 Change-Id: I7d006d2a563de005b22945f0eabb723f86657862 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416563 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#809945}
-
David Van Cleve authored
We're seeing a pretty high failure rate for Trust Tokens issuance via the Fetch API on Windows. This CL adds some logging to help debug this by recording the net errors for Trust Tokens operations associated with subresource requests. It: - expands URLLoaderCompletionStatus to store a Trust Tokens operation type as well as a Trust Tokens operation status code; - adds logging code in resoure_load_stats.cc to log this error; and - adds a new Trust Tokens browser test confirming that a couple diverse cases log the correct errors (successful Trust Tokens operation begin followed by a network-level error; unsuccessful Trust Tokens operation). Fixed: 1128180 Change-Id: I2ae6b1c5e81fc8ffaa4e9e912a994f5181af1a49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416882Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#809944}
-
Xinghui Lu authored
See the discussion thread linked in https://crbug.com/1103015#c15. before: http://screen/5TxkBPCY3kXKtCa after: http://screen/9kcGmdc3ptJp4q7 Bug: 1103015 Change-Id: I0a074e8023be0fd1455d566ff508d128994ecdb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422713Reviewed-by:
Rainhard Findling <rainhard@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809943}
-
Peter Kasting authored
This matches what the underlying RenderText already does. It probably doesn't matter much, since the width itself is "average character width * n", which isn't going to result in a reliable pixel-precise value, but it does mean that, on Windows, sizing a Textfield to n characters (which are in theory based on the width of 'x'), then typing n 'x's, no longer results in the Textfield scrolling slightly. Bug: none Change-Id: Idea1473438037836f8a50e260c5b2ac261830a84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421028 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#809942}
-
Elly Fong-Jones authored
This test flakily times out or fails on all platforms. Bug: 1131622 Change-Id: I06e4c9e0ea81a24678e70bdaba0bfbb529916a41 Tbr: megjablon@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426266Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#809941}
-
Sean Gilhuly authored
ColorTransformPixelTest and CopyOutputScalingPixelTest have complicated test parameterization types, so leave them be. Bug: 1047820 Change-Id: I9e403ab07214c712c6c6393b08b4f53929a868dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425336 Auto-Submit: Sean Gilhuly <sgilhuly@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#809940}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1600861496-aa5ced2b846bf1462377e76f5270436b4108dec5.profdata to chrome-linux-master-1600883819-6d81c41c506f5dfe6d7f3151056b14ae70cf74e3.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@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-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com Change-Id: I9ec0bc8f78e8669b8d016eff246c508bebb4aac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427230Reviewed-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@{#809939}
-
Kyle Horimoto authored
This class will be shared between BLE and Nearby connection flows, so this CL moves its initialization to SecureChannelImpl. Bug: 1106937 Change-Id: I376f83b8ded699940131da0ebaf97656838b2a93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425428 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#809938}
-
Roman Arora authored
Bug: 1128599 Change-Id: I39bbf3f9aadc6f74d99dd54e3b768e01d7026e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417548Reviewed-by:
John Lee <johntlee@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Roman Arora <romanarora@chromium.org> Cr-Commit-Position: refs/heads/master@{#809937}
-
Henrique Nakashima authored
The Lorenz builder runs every couple of hours and updates the graph at the new location. Load the graph from there in the hosted version. Bug: 1111056 Change-Id: I7b051b9ba1b06eadba4d09c1613a4b9d714f3780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427127 Auto-Submit: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#809936}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0de987471899..52c1ebb26cdd 2020-09-23 landrey@webrtc.org Turn off indexing for upload completion token time fields 2020-09-23 landrey@webrtc.org Roll out upload completion token for all webrtc requests 2020-09-23 landrey@webrtc.org Turn on datastore for upload completion tokens and meaurements. 2020-09-21 bpastene@chromium.org devil: Roll ADB to 1.0.41 (Version 30.0.3-6597393). 2020-09-21 heiserya@google.com Add a flag to WPR and run_benchmark to disable fuzzy matching of URLs 2020-09-21 landrey@webrtc.org Add exception message to upload completion token 2020-09-21 landrey@webrtc.org Update /uploads api to return diagnostics data. 2020-09-21 landrey@webrtc.org Add info to upload completion token measurements 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1005504,chromium:1020982,chromium:1114061,chromium:1122516,chromium:1128357 Tbr: nuskos@google.com Change-Id: I3868db933263d20b89943f01887258d370eda0b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427143Reviewed-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@{#809935}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/399a0eba..19ce8322 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: I1ceed382646890c7c3d41789779e22d686fb29ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426470Reviewed-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@{#809934}
-
Sébastien Séguin-Gagnon authored
This is a reland of d777f5d0 Original change's description: > Reland "[Empties] Enable the IllustratedEmptyStates field trial testing config." > > This is a reland of 74b8ec6f > > Original change's description: > > [Empties] Enable the IllustratedEmptyStates field trial testing config. > > > > Change-Id: I664fa63b5b69369cb69fb4b87463ba3bb4cfc94d > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386295 > > Reviewed-by: Sergio Collazos <sczs@chromium.org> > > Reviewed-by: Steven Holte <holte@chromium.org> > > Commit-Queue: sebsg <sebsg@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#805136} > > Change-Id: Ieb3e461efb4c55e7ef601417819cc4470e8fe4cc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401398 > Commit-Queue: sebsg <sebsg@chromium.org> > Reviewed-by: Sergio Collazos <sczs@chromium.org> > Reviewed-by: Ilya Sherman <isherman@chromium.org> > Auto-Submit: sebsg <sebsg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807867} Change-Id: I0c3a85ef61dc74064e9e9d49a27a5efe1e333452 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418891Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#809933}
-