- 06 Mar, 2019 40 commits
-
-
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}
-
Owen Min authored
This reverts commit 43e1f5d7. Reason for revert: Revert didn't fix the flaky test, reland the CL. Original change's description: > Revert "innerText setter should not modify an existing Text child" > > This reverts commit 976ec7a9. > > Reason for revert: crbug.com/938591 > > Original change's description: > > innerText setter should not modify an existing Text child > > > > We have an optimization reusing a Text child, but the standard doesn't > > define such behavior, and Edge, Firefox, and Safari don't have it. > > > > This CL might regress benchmarks. We'll accept it. > > > > Bug: 573309 > > Change-Id: I3aacae5d37e5a7685ce2d310944dfef8d6e4b13a > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1502338 > > Commit-Queue: Kent Tamura <tkent@chromium.org> > > Auto-Submit: Kent Tamura <tkent@chromium.org> > > Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#637665} > > TBR=yosin@chromium.org,tkent@chromium.org > > Change-Id: Ib1884d8b20d9c8d10fc1566498cbdd719cc97b50 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 573309 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504128 > Reviewed-by: Owen Min <zmin@chromium.org> > Commit-Queue: Owen Min <zmin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#637805} TBR=yosin@chromium.org,tkent@chromium.org,zmin@chromium.org Change-Id: Id66ace389fd1b318b57b598e462182155a5f9d0b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 573309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505997Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638126}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/dc3db3a5ae5e..03a081524afa git log dc3db3a5ae5e..03a081524afa --date=short --no-merges --format='%ad %ae %s' 2019-03-06 cepheus@frii.com Make all "IdScope" be either Execution or Memory. Created with: gclient setdep -r src/third_party/spirv-headers/src@03a081524afa The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-headers-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. TBR=dsinclair@chromium.org Change-Id: I1693c0569bca15cffa5b609612f2d7349c0517bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505973Reviewed-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@{#638125}
-
Gauthier Ambard authored
This CL removes the _webStateImpl, _webView, _userInteractionRegistered, _nativeController. Remove _jsInjectionReceiver and create a readonly public property instead of just an accessor. Bug: 938255 Change-Id: I3af15444bc483dd19076180644eeb6be8770086b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503577 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#638124}
-
Rijubrata Bhaumik authored
flags: Assign ownership of the "enable-webnfc" flag. Setting expiry milestone to be M79. We will update the status if there are any changes. Bug: 520391 Change-Id: I64e46a4da6abcb4c47947c4928f4ae981880a369 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505496 Commit-Queue: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#638123}
-
Mohamed Abdelhalim authored
This CL moves the usage of starting_site_instance_, site_url and expected_render_process_host_id from NavigationHandleImpl to NavigationRequest. With this, these functions were also moved: NavigationHandleImpl::UpdateSiteURL NavigationHandleImpl::SetExpectedProcess A new function is introduced, NavigationRequest::ResetExpectedProcess for refactoring. Change-Id: I92fd557b05108b2bf6b786e6467311e67791ce7d Bug: 916537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1481322Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Hemery <ahemery@chromium.org> Commit-Queue: Mohamed Abdelhalim <zetamoo@google.com> Cr-Commit-Position: refs/heads/master@{#638122}
-
Gauthier Ambard authored
If the pasteboard is containing a URL, the omnibox popup suggestions is displayed as soon as the omnibox is focused. If the fake omnibox animation is triggered at the same time, it is possible to see the NTP going up where the real omnibox should be displayed. This CL fixes it by removing the animation of the fakebox is the popup is opened. Bug: 938077 Change-Id: I74bd6f124da948e98f661cb9c00db2d95ede0930 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503455 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638121}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/cc4a756d48e9..79d25ea0ce18 git log cc4a756d48e9..79d25ea0ce18 --date=short --no-merges --format='%ad %ae %s' 2019-03-06 johnkslang@users.noreply.github.com Merge pull request #1714 from jeffbolznv/volatil Created with: gclient setdep -r src/third_party/glslang/src@79d25ea0ce18 The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-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. TBR=dsinclair@chromium.org Change-Id: I0f9dc0d369b45b5172123d1b4c1251710961e67e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505974Reviewed-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@{#638120}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/79ffd9b5..028b41c5 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues 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;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I2bf0da37afb66b28eab89f73d8027b5f935e8f98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505835Reviewed-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@{#638119}
-
Eric Seckler authored
Might have snuck in during the refactor :) Change-Id: Iacb0743719deae0c998066226db4198492c15ecc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505634Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#638118}
-
Marc Treib authored
This groups the prefs into actual user preferences vs internal/bookkeeping ones, and updates some comments. Bug: none Change-Id: If3a9dc98ba4f6f26f76a69158fa839d281597d6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505442 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#638117}
-
Karolina Soltys authored
Bug: 938316 Change-Id: I442d2adcf949227f91a1111921d609d908670953 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503736 Commit-Queue: Karolina Soltys <ksolt@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Auto-Submit: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#638116}
-
Matthew Braithwaite authored
Change-Id: I73c812b724692657b2f3b02067e4aa93d5fb27e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504846 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#638115}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/47a505533310..8defcc15b1b8 git log 47a505533310..8defcc15b1b8 --date=short --no-merges --format='%ad %ae %s' 2019-03-06 robertphillips@google.com Update YUVA mipmap generation path to take a GrRecordingContext Created with: gclient setdep -r src/third_party/skia@8defcc15b1b8 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: I74395ac1817c37431a157b2b64ee51f284d86ce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505972Reviewed-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@{#638114}
-
Hazem Ashmawy authored
Mirror WebView Js console messages to logcat only if the application or the device is debuggable. Bug: 905251 Change-Id: I934e20a6881413b17c4f2b6221a0a4e9a15a53bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1496364 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#638113}
-
Sergiy Belozorov authored
R=dvadym@chromium.org, perezju@chromium.org Bug: 938487 Change-Id: I86a68f29fb1ad55e80b10893d0fb038c4409e200 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505439 Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#638112}
-