- 15 May, 2019 40 commits
-
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/7581ff73754e..666290a263b8 git log 7581ff73754e..666290a263b8 --date=short --no-merges --format='%ad %ae %s' 2019-05-15 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision eacdc75a..7991984f (659866:659976) Created with: gclient setdep -r src/third_party/webrtc@666290a263b8 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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. BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I16de98428b84577de876635f583fd72af640e342 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614017Reviewed-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@{#660081}
-
John Lee authored
Bug: 960358 Change-Id: I13c9709b101a5247a65a6d801a7b11647ade74bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613880Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#660080}
-
Vladimir Levin authored
This patch ensures that when we force the update on a display locked element, we prefer using exclusive ancestors (ie still skip the subtree walk), unless self layout was prevented. If self layout is not prevented, then we shouldn't need to unlock the element as all of the updates on it would normally happen anyway. R=chrishtr@chromium.org, rakina@chromium.org Bug: 954063 Change-Id: Ie41598c80fe6364c9f0b7758b59505d4af35e3c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613369Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#660079}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2d3b9260f308..a16f28fc23a4 git log 2d3b9260f308..a16f28fc23a4 --date=short --no-merges --format='%ad %ae %s' 2019-05-15 jbudorick@chromium.org Roll mac_toolchain to pick up -verbose. Created with: gclient setdep -r src/third_party/depot_tools@a16f28fc23a4 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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. BUG=chromium:962920 TBR=agable@chromium.org Change-Id: I1fe3306329d36d26c43bd98a5ffc9605376f42bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613661Reviewed-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@{#660078}
-
Victor Hugo Vianna Silva authored
Prefactoring step for making FaviconSource and RecentTabsSubMenuModel share the same code for favicon retrieval. We request first from local storage and then from sync in case of failure. We no longer rely on the fact that the tab is local or not. This order of operations is the one currently used in FaviconSource. Bug: 955475 Change-Id: I02ed5615ae462b916a09b3d0dd85dea39d88a680 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609849 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#660077}
-
Allen Bauer authored
Follow-up to https://crrev.com/c/1610082 TBR=pkasting@chromium.org TBR=reveman@chromium.org TBR=halliwell@chromium.org Change-Id: I9bf6e68a776143e4aa56943dc8768a778c4ab078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611863 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#660076}
-
Robert Flack authored
In preparation for removing the composited ElementId set, look up composited element existence through the PaintArtifactCompositor which can directly consult the LayerTreeHost for which it has created the layer list and property trees. Bug: 961686 Change-Id: I13786d3b7a15118f67efd9186491e0da5987e533 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610304Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Peter Mayo <petermayo@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#660075}
-
Cliff Smolinsky authored
When building chrome with is_chrome_branded=true there are additional binaries that are linked in. These additional binaries cause failures in the delayloads_unittests and violate the requirements of the user32 delayloads change. This change adds the two violations to the delayload list (since neither are required to be statically linked). This is a follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/1551709. Bug: 963048 Change-Id: I0e09fd0ec7062e75dd3277fb1d7441d90e8e3068 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612701Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Cliff Smolinsky <cliffsmo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#660074}
-
Robert Ogden authored
Several small changes as discussed offline: * Uses a delayed, low priority post task for DB query * Uses GetPagesWithCriteria * Adds an integration test Bug: 914577 Change-Id: I5fe7b403c8e00d82d807bcfbc2e75508b647f69d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601418 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#660073}
-
Javier Fernandez authored
The 'white-space: break-spaces' feature, when used in combination with 'overfow-wrap: break-word' may allow breaking before the first space after a word. However, we should avoid it if there are previous opportunities, like white spaces. The 'word-break: break-all' feature allows breaking a word at any letter. Since the goal of this feature is produce the longest line as possible, these additional opportunities must be prioritized over any previous white space. Bug: 952254 Change-Id: I0b1c31219c0009c7050084dd552317342ec25b8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613177Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#660072}
-
Rohit Rao authored
ChromeEarlGrey is now a macro that saves the caller's file and line number, then invokes a helper method that is defined on ChromeEarlGreyImpl. ChromeEarlGreyImpl inherits from BaseEGTestHelperImpl and can be used to provide useful line numbers when helpers encounter errors. No test code is changed in this CL. Individual helper calls can be converted to the new assertion style incrementally, in followup CLs. BUG=922813 Change-Id: I77dbcf84d95de0ac06184f7dd96ffffd8ce68ca1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612441 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#660071}
-
Eugene But authored
RequestTrackerImpl was needed when Chrome used UIWebView. Bug: 585700 Change-Id: I755e6377bc05c4f7018cad2fe6ff2c79e6b5d8c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601665 Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#660070}
-
Hwanseung Lee authored
it improves code readability and avoids uninitialized members. because it makes more simple constructor. and if a class have many constructors, it not need to initialize all members at each constructors. Bug: None Change-Id: I81ed538ee026ce7a6a96ca6c9673c2847b580d30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611424 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#660069}
-
Suman Kancherla authored
Bug: 962744 Change-Id: I99b6a2574e3adb42bf8967cd181c490bc4f5107a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611846 Commit-Queue: Suman Kancherla <sumankancherla@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#660068}
-
wutao authored
If embedded Assistant Ui is opened from kLauncherSearchResult, do not show the conversation starter suggestion chips. Bug: b/132442518 Test: manual Change-Id: I871485afaca0d140dc87b029ddab6b99a9312a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610500Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#660067}
-
Xiyuan Xia authored
Ensure GamepadDataFetcherManager is created on UI thread so that GamepadPlatformDataFetcherLinux::Factory is created with UI thread as expected. Bug: 962884 Change-Id: I2ff3f70baa8df332b43d080340ec1ffc573b015f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613376Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#660066}
-
Xiyuan Xia authored
Bug: 962884 Change-Id: Ib8b3b177bb6ab94e11ea7d2db9b52721c442a142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613370Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#660065}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/a664b953817c..a2d9e64b410f git log a664b953817c..a2d9e64b410f --date=short --no-merges --format='%ad %ae %s' 2019-05-15 tsepez@chromium.org Fix RemoveSelfIfParented() for RetainedTreeNode<>. 2019-05-15 tsepez@chromium.org Rename CFX_FontCache::GetCachedFace() to GetFaceCache() 2019-05-15 thestig@chromium.org Add a test case that exercises DrawCosmeticLine(). 2019-05-15 thestig@chromium.org Add a .in file for tagged_alt_text.pdf. Created with: gclient setdep -r src/third_party/pdfium@a2d9e64b410f The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=pdfium-deps-rolls@chromium.org Change-Id: If94cb100dc67a9862d09e2aeb939f2ebc881fdf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613639Reviewed-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@{#660064}
-
Javier Ernesto Flores Robles authored
This creates a non modal presenter useful to present any view controller above other view controller in a non modal style. Allowing any interaction outside the presented view controller. The animation in is a fade in and scale down, while the animation out is just a fade out. R=kkhorimoto@chromium.org Bug: 959736 Change-Id: I41bd66577217ea8bb39e1b3944d9527f426b26e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602650 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#660063}
-
Weiliang Chen authored
SkiaRenderer's goal is to be visually matching, but does not aim for pixel perfect. Rebaseline some tests results to reflect this: compositing/lots-of-img-layers.html css3/filters/effect-blur-hw.html media/video-layer-crash.html transforms/3d/point-mapping/3d-point-mapping-deep.html virtual/exotic-color-space/images/color-profile-layer-filter.html Bug: 954328 Change-Id: I1f16bd5c0e8d66a728e90e2fcedef473c7327dbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602674Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#660062}
-
Matt Menke authored
The browser process NetLog doesn't work when the network service is enabled, which is now the default state. This is needed to remove the useless in-process NetLog from Chrome. ServiceDiscoveryClientMdns() should presumably be modified to use the network service to create UDP sockets for it, at some point, which will make it start using the functional NetLog in the network service, conveniently. Bug: 767450 Change-Id: Id101f8046062cb9b9d823aaa89c8c4372eb07258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612094Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#660061}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/945d1e538c62..9b2633e294de git log 945d1e538c62..9b2633e294de --date=short --no-merges --format='%ad %ae %s' 2019-05-15 mtklein@google.com manually register codecs in DM 2019-05-15 bsalomon@google.com Get EGLimage functions out of GrGLInterface. Created with: gclient setdep -r src/third_party/skia@9b2633e294de 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=michaelludwig@google.com Change-Id: I778785d65d006aad655384b336750adc67c46909 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613598Reviewed-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@{#660060}
-
Monica Basta authored
Added "Gaia cookies state" in signin-internals which can be in three states. 1- Blocked, if "Allow sites to save and read cookie data (recommended)" is unchecked. 2- Cleared on exit, if the user checked "Keep local data only until you quit your browser" or added "accounts.google.com" to the "Clear on exit" section. 3- Allowed, if none of the above. Sync can be paused due to other reasons, which are trivial to find by checking Tokens request status from the signin-internals page. Bug: 942451 Change-Id: I965f27a667bf77ff169245664d271ccaf4309155 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599608Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Monica Basta <msalama@google.com> Cr-Commit-Position: refs/heads/master@{#660059}
-
Mark Pearson authored
i.e., allows counting of home button uses that lead to places besides, say, the new tab page. Right now all home button uses are logged as a user action "Home" and it's a pain to try to figure out based on other UMA histograms whether the home button leads to the new tab page or some web page. This makes it easier. Bug: 953445 Change-Id: I2ad455af3b6bd8884813186a1f54ebaa244b2c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609973Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Pedro Amaral <amaralp@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#660058}
-
Eric Roman authored
The copy in third_party is unused, as .vypthon is already pulling in version 0.7 used by the test server. TBR: rogerta@chromium.org,skyostil@chromium.org,raymes@chromium.org Change-Id: I417a3c3ac581b5b9cfe37d23bbc1ada6515730ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611621 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#660057}
-
Denis Kuznetsov authored
TBR=bartfab@chromium.org TBR=atwilson@chromium.org Change-Id: I1a5b19902797ecb3c7944c7623d0f93abb5a52ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611611Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#660056}
-
Xiaocheng Hu authored
Currently, WebTextCheckingCompletion instances are managed manually, making them prone to leaks. This CL changes them to be managed by std::unique_ptr to specify the ownership clearly and prevent them from being leaked. Bug: 962610 Change-Id: I37cee0747f3491fc9a622cf387274487cf765f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610491Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#660055}
-
Daniel Rubery authored
For users with "Make searches and browsing better" enabled, we will share non-allowlisted URLs with Safe Browsing in real-time, to avoid the propagation delay with blocklist-based approaches. BUG=963165 Change-Id: I2c204946ce816a21b7ff4b0f72978f46d180e6d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611308 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#660054}
-
Mohamed Amir Yosef authored
This CL add some CHECKs for debugging purpose to detect cases when duplicate tombstones are tracked in the bookmarks tracker. Bug: 963469 Change-Id: I2f0c23c5ece50264e9a7f07f2cf8abd956ff72d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613182Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#660053}
-
Caroline Rising authored
Tab hover cards should appear immediately when keyboard focus is on either the tab or the tab's close button. This cl makes Tab a view observer of its close button and triggers hover cards when either the tab or the close button takes focus. Tab hover cards previously were hidden on any key event, this cl adds a check to avoid hiding hover cards on key events when the tab strip is keyboard focused. This also hides the hover cards on any mouse click since during keyboard navigation the mouse can be outside the tab strip where mouse events were previously captured. Bug: 963537 Change-Id: Ia5889e22c3ce29996956c56e84b7e2d54cd51396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612220Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#660052}
-
Leon Scroggins III authored
When parsing a PNG header (i.e. up to the IDAT), skip ancillary chunks that the decoder does not need (rather than passing to libpng, as was done previously). This can speed up decoding (as well as reduce memory allocations) when a PNG header contains large and/or many unneeded chunks (e.g. tEXt). This is important because the header is parsed in the main thread. (Note that for simplicity, this change still passes unneeded chunks to libpng during decoding, which occurs in a background thread.) A resulting behavior change (side-effect) is that a PNG containing an ancillary chunk with a CRC error prior to the IDAT would previously have made the decoder Fail and no longer does. This is acceptable because these chunks are ancillary and can be ignored. Note that an IEND chunk before IDAT *is* passed to libpng, because that *should* result in a failure. Add a test to verify that we still handle tRNS correctly. Other chunks are tested by web_tests. Bug: 956259 Change-Id: I4d159597e99adcfcfe5cf81f9057624eae541de2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599916 Commit-Queue: Leon Scroggins <scroggo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Auto-Submit: Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#660051}
-
Abhijeet Kandalkar authored
make_element_type_helpers.py uses element_type_helpers.h.tmpl to generate html_element_type_helpers.h and svg_element_type_helpers.h This CL ports element_type_helpers.h.tmpl to use new downcast helper. Bug: 891908 Change-Id: Idb18e0869b99a1fa96f675750a2df7d34b4bbc39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613140Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#660050}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/67cf8a9266d0..558df923fcce git log 67cf8a9266d0..558df923fcce --date=short --no-merges --format='%ad %ae %s' 2019-05-15 chrisforbes@google.com Fix color blend state handling for multiple attachments 2019-05-15 chrisforbes@google.com Move constant specialization to SpirvShader Created with: gclient setdep -r src/third_party/swiftshader@558df923fcce The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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:android_optional_gpu_tests_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:b/132433217,chromium:b/127454276 TBR=swiftshader-team+autoroll@google.com Change-Id: I6e047a8e2e152d50c9ef74a3d554f2e7768b25b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613597Reviewed-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@{#660049}
-
Greg Thompson authored
These were disabled due to problems with the overall text harness which have since been fixed. This is a partial revert of https://crrev.com/647051. BUG=711256,945630 Change-Id: Ifbda4d517d759b5648d5b51236523bb0d666e6ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612910Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#660048}
-
Gary Kacmarcik authored
Change-Id: Ieabbbfa165fd8c66e1a3f672fc1cbf9e1c575117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613641 Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#660047}
-
Elly Fong-Jones authored
This will put this icon back above contrast minimum (4.5): 9AA0A6 on FFFFFF = 2.64 5F6368 on FFFFFF = 6.04 Bug: 957394 Change-Id: I49a3f7dd30d06b140f1074651338122f84149c31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612842 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#660046}
-
Christopher Cameron authored
In crrev.com/659558, we removed a number of ifdef guards that appeared to be redundant. Apparently they weren't. Replace what used to be USE_DEFAULT_RENDER_THEME with USE_AURA (which was equivalent). Bug: 963366 Change-Id: I1ffcd83e780a92529f5449a014fe7dc06f6fc07b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612853Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#660045}
-
Lukasz Anforowicz authored
The move helps in two ways: - It allows modifying request headers when processing redirects. This fixes existing wpt/fetch/sec-metadata/redirect tests (although note that redirects might still be mishandled in CORS mode - see https://crbug.com/956146). - It makes it possible to base the header on trustworthy input (i.e. allow for verifying of |request_initiator| supplied by a renderer process against |request_initiator_site_lock| supplied by the browser process). Bug: 872285, 924204 Change-Id: I323239cd76e18037be8eb56aad4e989932585a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1478304 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#660044}
-
David Benjamin authored
This way other SSLClientSocketTests can also use EmbeddedTestServer. Bug: 492672 Change-Id: Iefc66c9f2d0b15e4ec1f793f58e2222994716c53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591809Reviewed-by:
Steven Valdez <svaldez@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#660043}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a253cff3c8ac..eaf2d928e6fa git log a253cff3c8ac..eaf2d928e6fa --date=short --no-merges --format='%ad %ae %s' 2019-05-15 courtneygo@google.com Add support for OES_depth_texture Created with: gclient setdep -r src/third_party/angle@eaf2d928e6fa The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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:android_optional_gpu_tests_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 TBR=syoussefi@google.com Change-Id: I77b2e7b9a91ba9322e3eb41a20e5d779aec3aba0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612187Reviewed-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@{#660042}
-