- 02 Aug, 2019 40 commits
-
-
Guido Urdaneta authored
Adds extra expectations with respect to reverted https://chromium-review.googlesource.com/c/chromium/src/+/1715811 Bug: 976696 Change-Id: If36df0fd21b059c2eb212a0d1869c9ff82951c66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732088Reviewed-by:
Armando Miraglia <armax@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#683565}
-
Maksim Moskvitin authored
New tests exercises that USS implementation of Nigori can load custom passphrase from prefs, while it was persisted by Directory implementation. This scenario ensures, that we can migration from Directory implementation to USS silently, without asking user for custom passphrase. Bug: 922900 Change-Id: I0da9dd7e3a1ea919a9fc1d2e63a3633a1ad32f8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729636 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#683564}
-
Justin Miron authored
Ad detection in AdsPageLoadMetricsObserver was previously done through keeping track of ads with an override to OnSubframeNavigationEvaluated and storing the ad frames in the set unfinished_subresource_ad_frames_, and removal from the set when later checking if it is the frame is an ad. ContentSubresourceFilterThrottleManager now has an accessible public IsFrameTaggedAsAd() method that makes ad detection within AdsPageLoadMetricsObserver redundant. BUG=958757 Change-Id: I0286984f81569ab35c01f92ff87303a4753b46b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716253 Commit-Queue: Justin Miron <justinmiron@google.com> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683563}
-
Marc Treib authored
After https://crrev.com/c/1713560 this isn't used anymore. This also lets us deprecate the kLocalProfileId pref, and remove password_manager_util_linux.h/cc. Bug: 950269 Change-Id: Ib0cdc5a0552430a0c087b637eadd7f18e24ea19e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720639Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#683562}
-
Sami Kyostila authored
Record crash keys before the point we check if a task was cancelled to diagnose unexplained crashes. Bug: 990245 Change-Id: I485ee8cc0b38259aa2d228f9f03fcb98656a62ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731898 Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#683561}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/c1583a558c58..54b4df706968 git log c1583a558c58..54b4df706968 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 beaufort.francois@gmail.com s/isPIXEventRuntimeLoaded/IsPIXEventRuntimeLoaded/g 2019-08-02 cwallez@chromium.org Implement most texture formats on OpenGL 2019-08-02 beaufort.francois@gmail.com Handle debug markers commands for compute pass encoder 2019-08-02 beaufort.francois@gmail.com Make fragment stage optional in RenderPipeline Created with: gclient setdep -r src/third_party/dawn@54b4df706968 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: Ifa8fc0523cff41f59f34a6f0e0767c3b89ee019c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733192Reviewed-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@{#683560}
-
Javier Ernesto Flores Robles authored
Needs https://chromium-review.googlesource.com/c/chromium/src/+/1719005 to be submitted before this compiles. Bug: 987174 Change-Id: I7b2df6be33e844b1cdda43a6ba8c0ea151baf97b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720629 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#683559}
-
Maksim Moskvitin authored
Nigori might be downloaded several times during the sync configuration, so removing it from |to_download| based on InitialSyncDone state is not valid. It also means that PassiveApplyUpdates could be called several times for Nigori, so we remove DCHECK inside this function. This CL allows to pass EnableDisableSingleClientTest.DoesNotRedownloadAfterKeepData with enabled USS Nigori implementation. Bug: 922900 Change-Id: Ie7a8caba35d0244859d2a5c88fcf9f859b9409ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730417 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#683558}
-
François Beaufort authored
Following https://dawn-review.googlesource.com/c/dawn/+/9680 change, this CL adds debug markers methods (pushDebugGroup, popDebugGroup, and insertDebugMarker) to GPUComputePassEncoder and GPURenderPassEncoder. Bug: 877147 Change-Id: Id833eaff5ed98a842b1cabc7d4c8c08098e0853e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732077Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#683557}
-
François Beaufort authored
Following spec change at https://github.com/gpuweb/gpuweb/pull/381, this CL removes `= null` for depthStencilState in GPURenderPipelineDescriptor and depthStencilAttachment in GPURenderPassDescriptor. Bug: 877147 Change-Id: I86f60e91073fe046289484d51c91488b9dbded7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731893Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#683556}
-
Jenny Blessing authored
Bug: 987177 Change-Id: Ib30b9e9945c2795a8e584517275d2cf2c9750457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724757 Commit-Queue: Jenny Blessing <jblessing@google.com> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#683555}
-
Sami Kyostila authored
*** Note: There is no behavior change from this patch. *** The PostTask APIs will shortly be changed to require all tasks to explicitly specify their thread affinity, i.e., whether the task should run on the thread pool or a specific named thread such as a BrowserThread. This patch updates all call sites with thread affinity annotation. We also remove the "WithTraits" suffix to make the call sites more readable. Before: // Thread pool task. base::PostTaskWithTraits(FROM_HERE, {...}, ...); // UI thread task. base::PostTaskWithTraits(FROM_HERE, {BrowserThread::UI, ...}, ...); After: // Thread pool task. base::PostTask(FROM_HERE, {base::ThreadPool(), ...}, ...); // UI thread task. base::PostTask(FROM_HERE, {BrowserThread::UI, ...}, ...); This patch was semi-automatically prepared with these steps: 1. Patch in https://chromium-review.googlesource.com/c/chromium/src/+/1635827 to make thread affinity a build-time requirement. 2. Run an initial pass with a clang rewriter: https://chromium-review.googlesource.com/c/chromium/src/+/1635623 3. ninja -C out/Debug | grep 'requested here' | cut -d: -f1-3 | sort | \ uniq > errors.txt 4. while read line; do f=$(echo $line | cut -d: -f 1) r=$(echo $line | cut -d: -f 2) c=$(echo $line | cut -d: -f 3) sed -i "${r}s/./&base::ThreadPool(),/$c" $f done < errors.txt 5. GOTO 3 until build succeeds. 6. Remove the "WithTraits" suffix from task API call sites: $ tools/git/mffr.py -i <(cat <<EOF [ ["PostTaskWithTraits", "PostTask"], ["PostDelayedTaskWithTraits", "PostDelayedTask"], ["PostTaskWithTraitsAndReply", "PostTaskAndReply"], ["CreateTaskRunnerWithTraits", "CreateTaskRunner"], ["CreateSequencedTaskRunnerWithTraits", "CreateSequencedTaskRunner"], ["CreateUpdateableSequencedTaskRunnerWithTraits", "CreateUpdateableSequencedTaskRunner"], ["CreateSingleThreadTaskRunnerWithTraits", "CreateSingleThreadTaskRunner"], ["CreateCOMSTATaskRunnerWithTraits", "CreateCOMSTATaskRunner"] ] EOF ) This CL was uploaded by git cl split. R=boliu@chromium.org, tsepez@chromium.org Bug: 968047 Change-Id: I346372d16a3856186ea74d14e0dd8a12f7cacae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729589 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#683554}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0c67c80ac3fd..59bbd6556111 git log 0c67c80ac3fd..59bbd6556111 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 titovartem@google.com Add ToString method for AudioProcessing::Config 2019-08-02 titovartem@webrtc.org Revert "Sanitize the codec list before sending it to the media engine" 2019-08-02 asapersson@webrtc.org ReportBlockStatsTest: Remove usage of RTCPReportBlock (no longer used). 2019-08-02 ssilkin@webrtc.org Sync download_tools.py with changes in gclient_utils module. 2019-08-02 sakal@webrtc.org Improve thread safety of AndroidVideoTrackSource::SetState. 2019-08-02 oprypin@webrtc.org Reland "Don't use all_dependent_configs for sdk frameworks" 2019-08-02 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2d438beb..01452feb (683346:683465) 2019-08-01 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9c759119..2d438beb (683187:683346) Created with: gclient setdep -r src/third_party/webrtc@59bbd6556111 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. TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:987598,chromium:none,chromium:none,chromium:None,chromium:None,chromium:None Change-Id: Ied378e87c191628867c8f7ace08a50b9478c57af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733193Reviewed-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@{#683553}
-
Lowell Manners authored
This method allows tests to force not using the BackForwardCache, this is useful when: * Tests rely on a new document being loaded. * Tests want to specifically test the document not being in the cache. * Any other reason BFCache doesn't make sense for a particular test. Change-Id: I07fbc0a31023a78109268c100e5f454dbfbed13f Bug: 973855,965925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657836Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Lowell Manners <lowell@chromium.org> Cr-Commit-Position: refs/heads/master@{#683552}
-
Maksim Moskvitin authored
In order to allow silent migration from Directory to USS implementation of Nigori, we need to support loading explicit passphrase key from preferences (bootstrap_token). We just pass it to constructor of NigoriSyncBridgeImpl and use on-demand (once we receive explicit passphrase Nigori from the server), to avoid potentially wrong Nigori states due to early initialization of Cryptographer. Bug: 922900 Change-Id: I5a71f842519272f9571f201f06d3e45e8437edb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729080 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#683551}
-
Rune Lillesveen authored
Change-Id: I07952c200bc86cfb262353ac1ad06adb631e53a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731941Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#683550}
-
Vasilii Sukhanov authored
Bug: 986298 Change-Id: I76d3506083c0642bc5e19886e410b938f888074f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731116 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#683549}
-
Miyoung Shin authored
This CL renames mojo to mojom and *_struct_traits.* to *_mojom_traits.* in //ash/public. *_struct_traits.* => *_mojom_traits.* ash/public/interfaces => ash/public/mojom Bug: 806965 Change-Id: Iaca4cfc425ccd95eeb653eb98e56d31cfd3c58bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722466Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#683548}
-
Robbie Gibson authored
After using the semantic colors for a bit, Pete thought it would be clearer if the general tint colors were named after their color, not some guess as to their meaning. It also more closely matches Apple's usage, with systemBlueColor, systemRedColor, etc. This also adds the green_color tint color. Bug: 974255 Change-Id: Idcad3a444dc57f17a4995e5a84a1763e10dc6f58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719005 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#683547}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/5e6468ba6b6f..017c9d8ea78b git log 5e6468ba6b6f..017c9d8ea78b --date=short --no-merges --format='%ad %ae %s' 2019-08-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src ac3d131054ac..0b70972a29c7 (6 commits) Created with: gclient setdep -r src/third_party/angle@017c9d8ea78b 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=geofflang@google.com Bug: chromium:None Change-Id: I76d72f6ea4faddc24891056e0ce52197336018c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733191Reviewed-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@{#683546}
-
Richard Knoll authored
If the device is in doze mode, we want to bypass the scheduler for these high priority messages. A future CL will open up this ability to other subscriptions as well. TBR=dtrainor@chromium.org Bug: 987192 Change-Id: I0b4c9eb49912a2fb9fd30fca771ea8fe1ea753d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731115 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#683545}
-
Alexandre Courbot authored
The only way to be sure that a request has completed and can be reused is to poll() it. Add this missing step in the V4L2RequestDecodeSurface constructor. Bug: 917279 Test: VDA unittest passes on Kukui with required IP CL. Change-Id: I0927e7025ca7fb2d8e28c47f6847de48010c5162 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731012 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#683544}
-
Rune Lillesveen authored
We tried to avoid marking the pseudo element when it was about to be removed, but the pseudo element earlied out before removal if it wasn't marked for re-attachment causing the element not to be removed. Notify the StyleEngine about removal instead, so that it can update the traversal root. For normal elements the StyleEngine is notified through ChildrenRemoved(). Bug: 989894 Change-Id: Ia2bf52c9bed157c4ac806a10b9367b0f99038974 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732096Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#683543}
-
Edvard Thörnros authored
The animation test "correct-events-for-short-animations-with-syncbases.html" used to be flaky. This is an attempt to fix it and also convert it to a web platform tests. Verified to run in FF and Chromium. Colors were also changed reflect their usage. Bug: 981522 Change-Id: Ieead9ca1c5ccf050ac2e886ecf630d9a9f61b6e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732097 Auto-Submit: Edvard Thörnros <edvardt@opera.com> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#683542}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/97bc222c..9ccf13eb 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia0a0b9016576dd9be9bb9a55066921353e81598c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732771Reviewed-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@{#683541}
-
Mohamed Abdelhalim authored
Now that NavigationHandleImpl is a wrapper around NavigationRequest, transforming NavigationHandleImplTest to NavigationRequestTest, and removing it from NavigationHandleImpl friends. Change-Id: Ibc1054611e5c61879121bd7229db493a921877b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729261 Commit-Queue: Mohamed Abdelhalim <zetamoo@chromium.org> Reviewed-by:
Lowell Manners <lowell@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#683540}
-
Eric Willigers authored
scroll-behavior is auto or smooth. https://drafts.csswg.org/cssom-view/#propdef-scroll-behavior Change-Id: I3620234e38bb4905176bce61b2ebc8f66537ca7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732789Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#683539}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0e04cdf70fe2..ccb8f1c82e61 git log 0e04cdf70fe2..ccb8f1c82e61 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps 2019-08-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1dbbc7b3e232..369f9e5df60b (7 commits) 2019-08-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 9aeb39b9..01452feb (403 commits) Created with: gclient setdep -r src/third_party/skia@ccb8f1c82e61 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=benjaminwagner@google.com Bug: chromium:None,chromium:None Change-Id: Iddabd728e1bea5b2103769cb979d4a823271accf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732512Reviewed-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@{#683538}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/432573ac119d..e52728367fa3 git log 432573ac119d..e52728367fa3 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 fmayer@google.com Merge "Set python_version for merged_sql_metrics." Created with: gclient setdep -r src/third_party/perfetto@e52728367fa3 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Bug: None Change-Id: I67dc38241c690538250114fb683af0e3405a3f81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733030Reviewed-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@{#683537}
-
Anastasiia Nikolaienko authored
Bug: 989849 Change-Id: Id3d68e7fadae8a87722169900fe91b865448af02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732091 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#683536}
-
Justin Cohen authored
Workround for out-of-sync tableView and model data when ReadingListTableViewController is incorrectly kept alive. Bug: 988909 Change-Id: I53260558a419bb910b296cffe85674fa2918f96e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731432Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#683535}
-
Ioana Pandele authored
Removing the flag, since utomatic password generation is fully launched. This CL also moves the expiry date for the manual password generation flag. Bug: 835234 Change-Id: Id1565b2b115b5c98274c1befec2f8934f3bb2a8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731897Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#683534}
-
Benoît Lizé authored
https://chromium-review.googlesource.com/c/chromium/src/+/1730834 refactored some GN files, and as a result generation fails on ARM64, see attached bug. This is due to an unused variable in some cases. Mark it as such to avoid generation errors. TBR: tiborg@chromium.org Bug: 990278 Change-Id: Ief4463de27cb4afe2699cb18ef0ac8aefca721bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732080Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#683533}
-
Alexandre Courbot authored
We used to strongly associate requests to input buffers, but doing so is sub-optimal: a request may not be completed even if its associated input buffer has been dequeued, meaning we cannot reuse the request just yet. This CL addresses this by dissociated requests from input buffers and putting them into a FIFO queue: when constructing a V4L2RequestDecodeSurface, we always take to least recently used request, maximizing its odds of being completed at the time. Bug: 917279 Test: VDA unittest passing on Kukui with required IP changes. Change-Id: I3e84c1d9120cdded3876fa8f4a91fad964563ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731011 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#683532}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ib8ea5755225fc12467318e8d89a4963775038217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733109Reviewed-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@{#683531}
-
Bo Liu authored
Make TaskQueueWebView an abstract interface. The old implementation becomes TaskQueueSingleThread, with some cleanups. Add new TaskQueueViz which implements code required for viz thread scheduling tasks to render thread without ability to block on it at any time. Add a kVizForWebView to switch between the two implementations, and use to distinguish the code paths in the future. Nothing uses TaskQueueViz in this CL yet, but the viz prototype has been rebased onto this and works. Bug: 805739 Change-Id: I0fe6c935fa7b1536700bd84950397ac756c4209e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729473 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#683530}
-
Mohamed Abdelhalim authored
This includes moving the checks in GetResponseHeaders from NavigationHandleImpl to NavigationRequest. Bug: 916537 Change-Id: I3e2c1bae2887d0b024ac3df6817b4bde40cfcb86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729254Reviewed-by:
Lowell Manners <lowell@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Mohamed Abdelhalim <zetamoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683529}
-
Yi Su authored
TabGridBottomToolbar is changed from UIToolbar to UIView in this CL: http://crrev/c/1715188 Override its "intrinsicContentSize" to return the correct size. Bug: 989390 Change-Id: I4cc81f4bb4f55eba49447aa7e5e57135b7487939 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730897 Commit-Queue: Yi Su <mrsuyi@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683528}
-
Carlos Caballero authored
OS_WIN is defined in build/build_config.h so #if defined(OS_WIN) must appear after that include. Change-Id: I3699e4bafb337f485eee62c6b782df46c21e7791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730894 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#683527}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/07475fa782de..31899ec2ac04 git log 07475fa782de..31899ec2ac04 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 tbarzic@google.com Increase parallel emerge job output interval Created with: gclient setdep -r src/third_party/chromite@31899ec2ac04 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@google.com Bug: None Change-Id: I1312b9695e1581219457227beebb76c7a4600177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733009Reviewed-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@{#683526}
-