- 06 Mar, 2019 40 commits
-
-
Carlos IL authored
spelling mistake fix. TBR=mkwst@chromium.org Bug: 938916 Change-Id: I16cb9a4ea0c2910fc5f354e541c9999abda76d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506002Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#638166}
-
Javier Ernesto Flores Robles authored
Bug: 912556 Change-Id: I24f09ad8af0207e9f56af066142965833a603ae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505440 Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638165}
-
Alexandre Frechette authored
Bug: 902354, 872096 Change-Id: Ia2d51f0dd702fdc201a35118b19085fd38dc7678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1475112Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Alexandre Frechette <frechette@chromium.org> Cr-Commit-Position: refs/heads/master@{#638164}
-
David 'Digit' Turner authored
It is possible to detect the device's API level from native code directly, so do it instead of relying on the client passing the coresponding value through a special global variable that must be set before anything else is called in the linker library. This simplifies the crazy linker API, its implementation and linker_jni.cc all at the same time. BUG=NONE R=agrieve@chromium.org, pasko@chromium.org, cjgrant@chromium.org Change-Id: I08a6afd82ef0e329957728f6004050bcc04fad18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1502972 Commit-Queue: David Turner <digit@chromium.org> Reviewed-by:
David Turner <digit@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#638163}
-
Aran Gilman authored
This renames all code and comments referencing high contrast mode except for the following: * Settings in renderer/core/frame/settings.json5. These are technically user-visible, so they are better suited to a separate, more focused CL that can be rolled back easily if needed. This includes the methods used to retrieve their values, since the names of those methods are automatically generated from the setting names. See https://crrev.com/c/1503904. * Calls to Skia code. Skia is a separate library used by projects other than Chrome; renaming that code is not feasible and not necessarily desirable. Bug: 938511 Change-Id: I43891fb272fa3501ae31ad5454daf693f4615f66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1500255 Commit-Queue: Aran Gilman <gilmanmh@google.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#638162}
-
Joe DeBlasio authored
This CL adds how the user interacted with the interstitial to the existing lookalike suggestion UKM. To facilitate this, it defers recording the UKM event until the user has closed the interstitial (when interstitials are enabled). Bug: 936170 Change-Id: I839e18825c8e9007468ddb78791d71e4acb48094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1497337Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#638161}
-
Tarun Bansal authored
Obsolete the histograms that are unused and consume most data. Change-Id: I5345039cb9d412a2af93f7cf8c0cc23f6cba659a Bug: 933226,921869,893419,878206 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1491137Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#638160}
-
Vladimir Levin authored
This patch adds some trace information to Display locking to allow keeping track of display lock state in traces. R=chrishtr@chromium.org, rakina@chromium.org Bug: 882663 Change-Id: I1e67370ab06b6eebda6efed0e8e3870cdc4bfc2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504163Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#638159}
-
Jérôme Lebel authored
Setting isAccessibilityElement to YES and adding implementation for accessibilityLabel for TableViewImageCell. Bug: 938309 Change-Id: I63e2e204af773706bac26609015c2016fbd8c275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503754Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#638158}
-
Caitlin Fischer authored
This function was added in the below CL. https://chromium-review.googlesource.com/c/chromium/src/+/1504117 Change-Id: Ic8bd7d02ffcb4662aa1989a3f219b75eb944c2c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505992 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#638157}
-
Tarun Bansal authored
Read the slides :) Change-Id: Ie57099fdcc10fd6ba5c2d69eba85f552892c917e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504492Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#638156}
-
Takuto Ikuta authored
I will deprecate deps in proto_library for improved build throughput. And we can use link_deps here instead. Bug: 938011 Change-Id: I03b3004c549986f302b36142dbf5dc2974bf9631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504482 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#638155}
-
chrome://flagsJan Krcal authored
Bug: 853688 Change-Id: Ida7e28f1a6135b5aefde290b0b1e9c7687998d7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505553 Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#638154}
-
Nicolás Peña Moreno authored
This CL adds the initial URL and the response end from ResourceTiming into ElementTiming. The information is currently only stored on the ResourceTimingInfo object which is not accessible to ImageElementTiming (and in fact, could be gone by the time the ElementTiming code is executed). Thus, we store the information in ImageResourceContent. Bug: 879270 Change-Id: I72a80c67956adb6e869f39ca3c77829bad86044e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1483733Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#638153}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/141258c373d9..0563888d3868 Created with: gclient setdep -r src-internal@0563888d3868 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=shend@chromium.org,zmin@chromium.org,dvadym@chromium.org,petewil@chromium.org Change-Id: I09ec1c5e81fb90a9fdef838f0aee2e144146f5f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505979Reviewed-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@{#638152}
-
Tien Mai authored
- Disable the ability to sign on as a new user when only the "Other User" tile appears on the sign in screen and the machine is enrolled to MDM in single user mode and there is already an existing associated user. - Merged code to determine how many associated users exist on the system into the AssociatedUserValidator since the code in reg_utils does not check if a user really exists on the system. Bug: 936846 Change-Id: If024dca7c4f5bb87ace389bb8bb6673fa95eb137 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1497173 Commit-Queue: Tien Mai <tienmai@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#638151}
-
Marc Treib authored
- Explicitly call out local Sync. - Prefer SyncUserSettings::IsSyncRequested to checking disable reasons on the service. - Remove some dead code from the end of GetStatusLabelsImpl. - Fix a bug where the behavior depended on the presence of an output parameter. Bug: 911153 Change-Id: Icaee9dae173e4c64b74ee65e346871c44c1897c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505495Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#638150}
-
Florin Malita authored
Use smart pointers to make the ownership transfer self-documenting. Change-Id: Ia685023795257c648bfa44637c95e387626ca23a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503626Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#638149}
-
Jonas Olsson authored
This reverts commit da20fcb9. All known connection state bugs have been fixed, so let's give this thing another shot. Bug: chromium:6145 Change-Id: Ied1d4f136ee3c4bbfce73fce12976accfa553601 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505533 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#638148}
-
Chris Lu authored
Bug: 919685 Change-Id: I83f8edca36d88dcb3bac8fd6c7c29c918f15b4d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1480974 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#638147}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8defcc15b1b8..b085fa9c8c19 git log 8defcc15b1b8..b085fa9c8c19 --date=short --no-merges --format='%ad %ae %s' 2019-03-06 egdaniel@google.com Add ddl support to drawing to wrapped vulkan secondary command buffers. 2019-03-06 nifong@google.com Basic wasm skp debugger unit test 2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a8300e56b550..e397949ec2db (1 commits) 2019-03-06 nigeltao@google.com SkWuffsCodec: replace memset+check_wuffs_version 2019-03-06 kjlubick@google.com [canvaskit] Add some APIs for speed and clients Created with: gclient setdep -r src/third_party/skia@b085fa9c8c19 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=reed@chromium.org Change-Id: Icca020441637e929afc525ff7b8fd3767bc873b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505977Reviewed-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@{#638146}
-
Scott Violet authored
LayerImpl::GetEnclosingRectInTargetSpace() is used in calculating damage. Prior to this patch, it would directly convert from DIPs to target space. This doesn't match how viz converts though. In particular, viz gets rounded pixels and then applies any additional transforms on top of those. In particular, LayerImpl::PopulateScaledSharedQuadState() uses gfx::ScaleToCeiledSize with the device scale factor. This value is then set on the DrawQuad. This patch changes LayerImpl::GetEnclosingRectInTargetSpace() to first apply device scale factor, round, and then apply the transform. This way both viz and cc calculate values in the same way. BUG=930980 TEST=covered by test Change-Id: Ica69a25e0cc5e052b66e7f3c4a6814691a44f87d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1495873 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#638145}
-
Henrik Boström authored
With the M74 cut just around the corner, I'm setting the expiry milestone to M75. Bug: 938838 Change-Id: Iaa6ac07a9dd988dc07526ed8383e92c943028e8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505434Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#638144}
-
Owen Min authored
After Profile creation, there is no need to re-check token because cloud policy has been loaded already. Bug: 936525 Change-Id: I53f81ea35cd70ba9b7255046e955de78b8103e27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1494800Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638143}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/3a9f8f45de46..6195cd0e66d0 git log 3a9f8f45de46..6195cd0e66d0 --date=short --no-merges --format='%ad %ae %s' 2019-03-06 saklein@chromium.org Upload Goma Logs: Include all files in folder instead. 2019-03-06 dburger@chromium.org Change DeployLuciSchedulerStage to only update new LUCI config. 2019-03-06 tbegin@google.com image_test: add virtaccess group Created with: gclient setdep -r src/third_party/chromite@6195cd0e66d0 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I8234f65d8691cd5c7d6687c235457e7a99fcb748 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505978Reviewed-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@{#638142}
-
Markus Heintz authored
[Security Events] Add chrome/browser/security_events folder with a skeleton of the SecurityEventRecorder Bug: 929102 Change-Id: I570aa2e45200782f709c893fc40c011d012b9526 TBR: jochen@chromium.org, vakh@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1456083 Commit-Queue: Markus Heintz <markusheintz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#638141}
-
Owen Min authored
Disable the test on Linux. Bug: 938591 Tbr: petewil@chromium.org Change-Id: Ia93d1195e6cf9f9a75575e3cfda577286fca0d68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505996 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638140}
-
Sean Gilhuly authored
There is a deserialization error in FrameSinkManager::EvictSurfaces() on Android. Add a check to HostFrameSinkManager::EvictSurfaces() to try and capture a stack trace before the IPC call. Bug: 911308 Change-Id: I7c277a585cf42e51aaf103b5f005893818b3b245 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504293Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Cr-Commit-Position: refs/heads/master@{#638139}
-
Jan Krcal authored
This CL introduces more DCHECKs before the feature hits Canary / Dev. Bug: 853688 Change-Id: I39d7ef8451ade278a1c811e0d7c49598b10aac47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505506 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#638138}
-
Stephen McGruer authored
This CL adds support for comparing two CrossThreadStyleValues, handling different subclasses via a type enum plus WTF::DowncastTraits. Comparing CrossThreadStyleValues is required for deduplicating PaintWorkletInputs, as we have to be able to compare PaintWorkletStylePropertyMaps for equality. Bug: 933805 Change-Id: I40148516b060e323fa812a611fb8cd687284dc75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504229 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#638137}
-
Moe Ahmadi authored
These tests use a local server and don't rely on network connection. TranslateManager, however, checks whether the device/simulator is connected to the network and aborts the translation attempt otherwise. This CL changes the test to simulate a network connection even though there's none. Bug: 709131,910994 Change-Id: Iee0732835e1940541269beccd48aa1a6f7b91a9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1500913Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#638136}
-
Gauthier Ambard authored
This CL moves the helper methods around in CRWWebController. It moves methods that were in a pragma section to a unnamed section if it didn't make sense for them to be the previous section. It is also starting to move the comments for private methods to the implementation. Bug: 938255 Change-Id: I8408fe3762f7de59c10eeccd009c70a04425e97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503457 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#638135}
-
Karolina Soltys authored
I am adding a function PostTask.runOrPostTask which executes the task immediately if the current thread is the same as the one corresponding to the SingleThreadTaskRunner, otherwise it posts it. This function will be used to replace calls to ThreadUtils.runOnUiThread. Bug: 863341 Change-Id: Ie48d0c74f91e4189df3c70e1af805b2a38945cf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1494882Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#638134}
-
Xi Han authored
In this CL, we convert CachedImageFetcherServiceFactory from a BrowserContextKeyedServiceFactory to a SimpleKeyedServiceFactory. This allows the CachedImageFetcherServiceFactory be used before profile is created. This CL follows up: https://crrev.com/c/1466157 and https://crrev.com/c/1479228. Bug: 933358 Change-Id: Ieedbb3af9bed3bd17d1988166109e6677e51691a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1467241Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#638133}
-
Alex Clarke authored
MockTimeDomain::MaybeFastForwardToNextTask incorrectly assumed the next task was not immediate and if it was (e.g. due to a cross thread PostTask) it would immediately dcheck. This patch adds a check to deal with the case where the next task is immediate. Bug: 935651 Change-Id: I719616ab9f7346769189975d5af413ef65afcfe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503454 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#638132}
-
Ben Wagner authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/6d65c60fca0e..31757f969fba $ git log 6d65c60fc..31757f969 --date=short --no-merges --format='%ad %ae %s' 2019-03-05 wl [base] Handle numeric overflow (#55827). 2019-03-05 sebras Fix use of uninitialized memory. Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_msan_rel_ng Bug: chromium:937572 PDFium-Change: https://pdfium-review.googlesource.com/c/pdfium/+/51511 Change-Id: Ia7be5319379c54f1499dbe582ff94c46abad9083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504002 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#638131}
-
Zakhar Voit authored
Recommended flag was ignored (resolution was always forced) when either internal or external configuration was not set. Bug: 938859 Change-Id: Ic60bb9b8ca4dac1b00fd396c92aa1f8a9ef85e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505437Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Zakhar Voit <voit@google.com> Cr-Commit-Position: refs/heads/master@{#638130}
-
Jérôme Lebel authored
Autocomplete wallet needs to be explicitly turned on when the user turns on sync everything. Bug: 938012 Change-Id: I2c90e592a39b6f305c0c4212b2ef7d1eadcf1681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505497Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#638129}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a1558ed6d1d1..141258c373d9 Created with: gclient setdep -r src-internal@141258c373d9 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=shend@chromium.org,zmin@chromium.org,dvadym@chromium.org,petewil@chromium.org Change-Id: Ie8cef77ae3fa2a6d155b06bfd93463fe26f4fb34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505975Reviewed-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@{#638128}
-
Peter E Conn authored
Bug: 938836 Change-Id: Ib9b4ade4104485f28704f41f8108b93d39c7a5d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505556Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#638127}
-