- 03 May, 2019 40 commits
-
-
Elly Fong-Jones authored
So far the linked bug has resisted reproduction outside of the bots; unconditionally log more state to help debug. Bug: 922068 Change-Id: Ia2d93a1cfc03c1ea2fb1055d3b9cfea764a85217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592682 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#656380}
-
Leon Scroggins III authored
On a 32 bit machine, an extra large chunk length can result in overflow when added to other small numbers. Check for that overflow in Parse/ParseSize and mark the decoder as failed if it occurs. DCHECK that the length is valid in Decode methods, since it has already been checked by Parse. In ParseSize, check for length > PNG_UINT_31_MAX. This matches Parse, and the PNG spec (https://www.w3.org/TR/PNG/), which demands that all four byte integers are <= PNG_UINT_31_MAX. Bug: 954983 Change-Id: I86d92c2ce1db54b2326188d41d378f3c172bf67c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1588943Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Madeleine Barowsky <mbarowsky@chromium.org> Commit-Queue: Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#656379}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/670c6ec66ef9..6ad5289ea4b3 git log 670c6ec66ef9..6ad5289ea4b3 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 ethannicholas@google.com Revert "Child fragment processors are now written as separate functions" Created with: gclient setdep -r src/third_party/skia@6ad5289ea4b3 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=ethannicholas@chromium.org Change-Id: Ifeea0036ea8c15c0907e2e53a953b749b58fe5bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593505Reviewed-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@{#656378}
-
Anthony Vallee-Dubois authored
Bug: 940464 Change-Id: Ie14355660637a485f6af546f9e784d9a2d65d208 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526403Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Auto-Submit: anthonyvd <anthonyvd@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#656377}
-
Koji Ishii authored
TBR=jfernandez@igalia.com Bug: 952254, 956469 Change-Id: I2a049cbe50995d1f7fb111943c728ddcad2e3b88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589088Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Javier Fernandez <jfernandez@igalia.com> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#656376}
-
henrika authored
Given recent work in https://bugs.chromium.org/p/chromium/issues/detail?id=938938 it was found that the code related to loopback support on Windows could contain parts where it was not clear if the device role was taken into account properly. This change is an attempt to clean up parts code where usage of a loopback device might be broken. Basically, the change is an attempt to make the code more readable. BUG=956526 Change-Id: Ia4f4ea177f3cd50805677790dbf0bdbd743561b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583708 Commit-Queue: Henrik Andreasson <henrika@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#656375}
-
Koji Ishii authored
Following bot results are included. 18846 18853 18857 18858 18859 18863 18867 18871 18880 18887 18905 18912 18915 18920 18923 18926 18933 18944 18978 18984 18988 18992 18995 19004 19017 19026 19036 19037 19039 19043 19046 19049 19060 19070 19085 19089 19092 19093 19098 1 lines were removed and 5 lines were deflaked by consecutive results since 19037. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I9f170cc1c42b5d2dbd7b5cd12dd2e872821fb9ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584533Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#656374}
-
Julian Pastarmov authored
This flag allows BYOD users to also continue using the deprecated feature of creating popups during page unload. It's life time is bound to the lifetime of the AllowPopupsDuringPageUnload policy. See https://crbug.com/937569 BUG=958419 TEST=unit_tests Change-Id: I895f16879571d7e92fed975fc626a9a6a062ca10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593261Reviewed-by:
Drew Wilson <atwilson@chromium.org> Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#656373}
-
Daniel Bratell authored
In jumbo builds many files are compiled together in the same translation unit, and there share the same anonymous namespace. By copying functions from gl_image_dxgi.cc into gl_image_gxgi_swap_chain.cc without changing the function names jumbo builds got collisions between two HasAlpha and two SupportedBindFormat. Since they are also slightly modified, reusing the function is not a direction option so this renames the new set of functions by adding a SwapChain prefix. TBR=piman@chromium.org,ashithasantosh@google.com Bug: 939655 Change-Id: I3190aa8cbb3c87b0be8be821298a67906be0abd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594581Reviewed-by:
Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#656372}
-
Mike West authored
We should have shipped this along with the violation events. It was an oversight to leave the flag in the IDL file. Oops! We shipped the event before we had Intents to Anything: https://groups.google.com/a/chromium.org/d/msg/blink-dev/VYhixsNgEHM/SilKZTYOAwAJ is the closest thing I can find, which exposed the event in Workers ~2.5 years ago. Bug: 956690 Change-Id: I83adf4898f34ef1b7016ece7f032ab741c11dd09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1588381Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#656371}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4815de28b2b5..3b670120619c Created with: gclient setdep -r src-internal@3b670120619c 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=gogerald@chromium.org,caseq@chromium.org,ksakamoto@chromium.org,drott@chromium.org Change-Id: I80c165a4a84a21701a39a6767f80861473e1a348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593504Reviewed-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@{#656370}
-
Antonio Gomes authored
This CL is first out of n CLs that migrate third_party/blink/renderer/modules/mediastream/ from using banned base functions (namely base::Bind{Once,Repeating}) in favor of their Blink counter part. Note that less trivial occurrences within this same class will be migrated on a follow up CL. R=haraken@chromium.org BUG=923394 Change-Id: I0919319c11a72190c788109ae054c11c72504e9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593996Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#656369}
-
Nicolás Peña Moreno authored
Per the spec change, the entry should be dispatched when |duration| is at least 104. This aligns better with the RAIL guideline of responding to user input within 100 ms. Bug: 823744 Change-Id: I7230c04bb7962b5e6403a56cd2b53a56b7a27bcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592705Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#656368}
-
Bence Béky authored
https://quiche.googlesource.com/quiche.git/+log/97b690b06..3f28356e440b $ git log 7bf7c3c35..3f28356e4 --date=short --no-merges --format='%ad %ae %s' 2019-05-02 nharper Fix check for QuicFramer detecting old header format with new version 2019-05-02 nharper Harden QuicFramer::DecryptPayload to avoid dereferencing bad EncryptionLevels 2019-05-02 nharper gfe-relnote: Remove no-op std::move from QuicFramer::DecryptPayload. Protected by reloadable flag quic_v44_disable_trial_decryption. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Bug: 958633, 958665, 958752 Change-Id: I36d580529f200712daf0b22d72faa6e15b06b2a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593909 Commit-Queue: Bence Béky <bnc@chromium.org> Auto-Submit: Bence Béky <bnc@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#656367}
-
Mustaq Ahmed authored
Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/dFAIZHeNpSs/4WO6f-tcDQAJ Bug: 951898 Change-Id: Id748ba57f420f0e4b59cef8e23c63e6fdfec370c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585970Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#656366}
-
rajendrant authored
Some histograms only show up when enabled via a different JS interface. This CL tries to load histograms via both the JS interfaces when SleepUntilHistogramHasEntry() is called. Bug: 959041 Change-Id: Ib86ba7db792e093915ff40304c6a60de8ba4026d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592725 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#656365}
-
Nico Weber authored
Reduces time to download orderfiles from 23.2s to 7.5s. Min-of-3 before: $ rm src/chrome/build/*.orderfile $ time /usr/bin/python src/third_party/depot_tools/download_from_google_storage.py -t 4 --no_resume --no_auth --bucket chromium-browser-clang/orderfiles -d src/chrome/build 0> Downloading src/chrome/build/chrome.x64.orderfile... 0> Downloading src/chrome/build/chrome.x86.orderfile... 0> Downloading src/chrome/build/chrome_child.x64.orderfile... 0> Downloading src/chrome/build/chrome_child.x86.orderfile... Downloading 4 files took 21.731848 second(s) real 0m23.196s user 0m13.216s sys 0m5.091s Min-of-3 after: $ rm src/chrome/build/*.orderfile $ time /usr/bin/python src/third_party/depot_tools/download_from_google_storage.py -t 4 --no_resume --no_auth --bucket chromium-browser-clang/orderfiles -d src/chrome/build 1> Downloading src/chrome/build/chrome.x64.orderfile... 2> Downloading src/chrome/build/chrome_child.x64.orderfile... 3> Downloading src/chrome/build/chrome_child.x86.orderfile... 0> Downloading src/chrome/build/chrome.x86.orderfile... Downloading 4 files took 6.042539 second(s) real 0m7.503s user 0m14.284s sys 0m5.801s Bug: 959151 Change-Id: Ic5c2a75f79ed1823f3f9e4a731f108b7b96f2af4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594616 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#656364}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e89d5754..9a23d151 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: I9e0ec20d559cf93863e22ec42f7f78796c4b2f4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593951Reviewed-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@{#656363}
-
Dominik Röttsches authored
No-Try: true Bug: 959168 Tbr: drott Change-Id: I990738bd0b8601bb4edae2d5464dfc316af6558b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594527Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#656362}
-
Nico Weber authored
Makes the download about 10% faster. The files are unzipped after transit, so nothing changes on the client side other than the download is a bit faster. Server-side, we need 90% less storage (but the files are tiny, so that doesn't really matter either.) Bug: 959151 Change-Id: I271c05b0446c279222c42c7c0457f32eac413135 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594615 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#656361}
-
Jeremy Roman authored
Add tests for them, as well as the recently added load event (which should have one for all HTML attributes, so comes for free). Bug: 914120 Change-Id: I8ae57e48e87434122a19cf02b86e0fec0cf578c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594052Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#656360}
-
Mihai Sardarescu authored
This CL add a DCHECK to make it clear that signing in to Chrome requires OAuth client ID and client secret to be configured. Bug: 931903 Change-Id: I2cbbeb857d5ea96b1a7dfed28c20987009f1acc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576569 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#656359}
-
Caleb Rouleau authored
This is a reland of d3107b1f My fix here went through: https://chromium-review.googlesource.com/c/catapult/+/1592813 TBR=dalecurtis@chromium.org NOTRY=True Original change's description: > [Telemetry] Re-enable media stories to try speculative fix. > > I have a speculative fix at https://chromium-review.googlesource.com/c/catapult/+/1592032 > > NOTRY=true > TBR=sullivan@chromium.org > > Bug: 957977 > Change-Id: Ib753d6a060ee366c9f9e1e3bcd2b9e92aeacfc4a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592053 > Reviewed-by: Caleb Rouleau <crouleau@chromium.org> > Commit-Queue: Caleb Rouleau <crouleau@chromium.org> > Cr-Commit-Position: refs/heads/master@{#655621} Bug: 957977 Change-Id: I12063860fb0cc5c92e6220e1f49d5f7520721b27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594617Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#656358}
-
Henrique Grandinetti authored
Other relevant changes in this cl are: -Removal of policy_config_source, which is unnecessary, making the code a little simpler. -Change parent access service delegate into an observer. I wanted to do this on a follow up, when I start to remove the callback parameter, however I did it here because it would make testing easier. -Converted unit test to browser test. It is hard to test the new parent access service with an unit test, also the new browser tests gives more coverage. Bug: 951242 Change-Id: I10f56919db264a1ab5cf0132973ee97523dff5e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562892 Commit-Queue: Henrique Grandinetti <hgrandinetti@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#656357}
-
Xida Chen authored
It appears that most of the crash in off-thread paint worklet is due to the paint_record is null in the ImageProvider::ScopedResult. The reason is that at PaintWorkletImageCache::PaintImageInTask, the Record from painter_->Paint could be null because the Paint function eventually calls CSSPaintDefinition::Paint and that could return nullptr. This CL ensures that all the entries in the records_ have non-null PaintRecord. Bug: 957458 Change-Id: I6ce22d3c754cc3daac4c8285554cfaecf2eb654d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1588360 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#656356}
-
Bruno Santos authored
When available, use internal version of main.html and resources file. Bug: 957205 Change-Id: I3d7c7f381bf42e51685d553f90fe0d4c994fc1ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1590646Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Bruno Santos <brunoad@chromium.org> Cr-Commit-Position: refs/heads/master@{#656355}
-
Leon Scroggins III authored
Fail on an fdAT that is too small to have a sequence number. This prevents an underflow in ProcessFdatChunkAsIdat. In addition, rename fd_at to fdat. This variable got renamed in the automatic conversion to Chromium coding style. "fdat" is more clear and consistent with other variables (e.g. idat). Change-Id: I4045fc13e7ef9e916d78db124720fe80bc817567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593852Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#656354}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fd105f1b76a7..670c6ec66ef9 git log fd105f1b76a7..670c6ec66ef9 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 reed@google.com Revert "SkShaper JSON output with cluster visualization" Created with: gclient setdep -r src/third_party/skia@670c6ec66ef9 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=ethannicholas@chromium.org Change-Id: I347307aed33490218e234198e68230afcac7fc2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593502Reviewed-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@{#656353}
-
Abhijeet Kandalkar authored
Bug: 891908 Change-Id: Ia66d4a6635c7f8cbfc84fbe012244b711821764b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591553 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#656352}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a1f3a86f3cc2..ad7d5341ef84 git log a1f3a86f3cc2..ad7d5341ef84 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 fmayer@google.com Merge "Add flag to run simpleperf on heap profiler." 2019-05-03 taylori@google.com Merge "perfetto-ui: Quantize small chrome slices" Created with: gclient setdep -r src/third_party/perfetto@ad7d5341ef84 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 Change-Id: Ibfbedc50bcef8bfcc71c6219c7d464a578b7d3eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594248Reviewed-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@{#656351}
-
Hans Wennborg authored
Bug: 958978, 884608 Change-Id: I073cd73e1b2c17f609978199b1e4e95bc1c98085 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594580 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#656350}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/900c3d21976c..4815de28b2b5 Created with: gclient setdep -r src-internal@4815de28b2b5 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=gogerald@chromium.org,caseq@chromium.org,ksakamoto@chromium.org,drott@chromium.org Change-Id: I0f28b2aedb02d2d432a14e7343a2eedbb8221253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593949Reviewed-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@{#656349}
-
Nico Weber authored
I broke this in https://chromium-review.googlesource.com/c/chromium/src/+/1593365 Bug: 958955 Change-Id: I00f190f21c96c050c3495513889ebd6f9614e5bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594613Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#656348}
-
Hans Wennborg authored
I accidentally turned them on in crrev.com/656007. It's only the chromium plugin tests that we always want to run on ToT bots. Bug: 958978, 884608 Change-Id: I7d2205169aa5714bd4731ee6e412053fcbe8ec28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594514 Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#656347}
-
Karolina Soltys authored
This function is already guaranteed to run on the UI thread (2 function calls above there's an assertOnUiThread). Bug: 863341 Change-Id: Ibe4a63ddaa324b8f9c64b2a7f8fd708cbba5b010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1590097Reviewed-by:
Karolina Soltys <ksolt@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Karolina Soltys <ksolt@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#656346}
-
Ilya Nikolaevskiy authored
Bug: chromium:930186 Change-Id: I9188edc13e623b46e5dbcff653a7d818f17c8a24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593262 Auto-Submit: Ilya Nikolaevskiy <ilnik@chromium.org> Commit-Queue: Florent Castelli <orphis@chromium.org> Reviewed-by:
Florent Castelli <orphis@chromium.org> Cr-Commit-Position: refs/heads/master@{#656345}
-
Fredrik Söderquist authored
The SetSrc() methods with a USVStringOrTrustedURL argument appears to be unused. Likewise the Src() getter on HTMLImageElement. Since the SetSrc() method which takes a String doesn't offer much over just using setAttribute(kSrcAttr, ...), convert users of that and remove that too. Change-Id: I3fa3621f030321442ee01b752b7e5ea4b04e9cac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593259Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#656344}
-
Dominik Röttsches authored
We provided a separate code path when building against system ICU since internally we were building against a non-public UTrie2 API. Now that we have switched over to using UCPTrie, which is a public API, remove the separate fallback code path. Bug: 882279 Change-Id: I13c2a974d4fd265d40037b8b4a72e543fcd63e42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593380 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#656343}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c575dd3cd0d2..a1f3a86f3cc2 git log c575dd3cd0d2..a1f3a86f3cc2 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 hjd@google.com Merge "traced_probes: Update atrace categories" Created with: gclient setdep -r src/third_party/perfetto@a1f3a86f3cc2 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 Change-Id: I094c449e7f29c63d3a625219df7c89d7295d17c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593948Reviewed-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@{#656342}
-
Daniel Vogelheim authored
Bug: 739170, 948611 Change-Id: I41b38db63067559daee3b5131ac0f8d2f6453b9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1499674 Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#656341}
-