- 02 Jan, 2019 40 commits
-
-
Theresa authored
Request an update to the toolbar texture after exiting the tab switcher to ensure a new texture is captured before the user re-enters the tab switcher. This used to be handled in ToolbarPhone#updateVisualsForLocationBarState due to the visual state for the toolbar changing from TAB_SWITCHER_* to one of the other states. Also update the location bar bounds logic and shadow drawing logic to ensure that the location bar is properly clipped and the shadow has the proper visibility when capturing textures. BUG=916561 Change-Id: I8ab5116d087866c7aa6e56865dc160c7a5f729c3 Reviewed-on: https://chromium-review.googlesource.com/c/1384374Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#619440}
-
Caleb Raitto authored
Bug: 879208 Change-Id: If2934a611d583d6725b7a9cd170e3c0fcd63bf34 Reviewed-on: https://chromium-review.googlesource.com/c/1374158 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#619439}
-
Laís Minchillo authored
Bug: 918350 Change-Id: Ieac9c9e1590c4cfe8f39d9f9bdfd510b41be616e Reviewed-on: https://chromium-review.googlesource.com/c/1392719Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Laís Minchillo <laisminchillo@chromium.org> Cr-Commit-Position: refs/heads/master@{#619438}
-
Majid Valipour authored
Existing pause time application in cc::KeyframeModel is incorrect. To convert the client pause time to monotonic time, we used to add the |time_offset_| (1) but not add |total_pause_duration_| (2). The new logic now excludes (1) and adds (2). This ensures pause time and monotonic time have the same base clock. The original conversion was incorrect because: a. Pause time should have the same base clock as monotonic time since we compute total_paused_duration_ as difference between the two. b. Blink provides its animation's current time as pause offset which maps to the concept of local time in cc. So to convert it to monotonic time we don't need to include time_offset_. Without this correction animations with start-delay or multiple pause/unpause cycles would lead to incorrect pause time calculation. I suspect these issues flew under the radar mainly because pausing is only ever used for simple test cases not involving either of these conditions. Bug: 840364 TEST: cc/animation/keyframe_model_unittest.cc Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Id52ca7a3f3d63899864b7153470c7ef64c582d29 Reviewed-on: https://chromium-review.googlesource.com/c/1045126 Commit-Queue: Majid Valipour <majidvp@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#619437}
-
John Delaney authored
This CL is strictly a refactor that switches the Ads PLMO to count frame data using ResourceDataUseUpdate instead of OnLoadedResource. This will allow us to include incomplete resources and header bytes in future per-frame metrics. This will not change behavior of existing histograms at all. Bug: 878393 Change-Id: Ibb235c11bbaa168a40be51bc99c03a0ba999c251 Reviewed-on: https://chromium-review.googlesource.com/c/1372428 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#619436}
-
Tomasz Wiszkowski authored
Navigation icon is changed only in tablet mode. Bug: 871798 Change-Id: Iab19f02b93566f35a0a65362e035bf82851cad73 Reviewed-on: https://chromium-review.googlesource.com/c/1391995 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#619435}
-
Peter Wen authored
For release builds, desugar.jar still runs first, before d8 or r8, so nothing is changing for them as by the time d8 or r8 runs, the code has already been desugared. When r8 is enabled, it can desugar all targets that enable proguard, and d8 can desugar all targets that do not enable proguard. This can only be turned on once r8 replaces proguard since proguard does not understand java 8 code that has not been desugared already. Bug: 906803, 913679, 916733 Change-Id: I3fcc5a20b38e7fdc78cdeed1533583675d58346b Reviewed-on: https://chromium-review.googlesource.com/c/1384945Reviewed-by:
Sam Maier <smaier@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#619434}
-
Pavel Golikov authored
Change-Id: I8d452ba40f6224b3d33e651e2ad3bd5319d65ea2 Reviewed-on: https://chromium-review.googlesource.com/c/1391670Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#619433}
-
Theresa authored
Set the CompositorViewHolder to unfocusable when the accessibility tab switcher is showing. This fixes an issue where tapping on the disabled tab switcher button (when no tabs are open) jumped focus to the CompositorViewHolder. BUG=584423 Change-Id: I9d637e37514aa4ad4f7621c75240428aba16bfd0 Reviewed-on: https://chromium-review.googlesource.com/c/1392149 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#619432}
-
Tomasz Wiszkowski authored
Bug: 918342 Change-Id: I9f0a7e24dddb6b612378388c880c501dda4ff6c5 Reviewed-on: https://chromium-review.googlesource.com/c/1392593 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#619431}
-
Katie D authored
This does not yet do anything. See more background in the bug. Bug: 905419 Change-Id: I67cea842e5e83804ebe7618855e0712d74cbf76a Reviewed-on: https://chromium-review.googlesource.com/c/1387831Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#619430}
-
Caleb Raitto authored
This adds support needed by crrev.com/c/1374158. Bug: 879208 Change-Id: I80894a166cf4233087b81a455cfc22a106f724e6 Reviewed-on: https://chromium-review.googlesource.com/c/1382694Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#619429}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/8a5b9a8ad6fa..a6ba1795b7bc git log 8a5b9a8ad6fa..a6ba1795b7bc --date=short --no-merges --format='%ad %ae %s' 2019-01-02 eseckler@google.com build: Use test() template for test executables Created with: gclient setdep -r src/third_party/perfetto@a6ba1795b7bc 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: Iae7acc33591869390b669433d951978e1bfcf387 Reviewed-on: https://chromium-review.googlesource.com/c/1393256Reviewed-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@{#619428}
-
manuk authored
Added favicons to the 'URL' column. Favicons are displayed to the left of the url, similar to how they're displayed in the omnibox. Added answer entities to the 'Contents & Description & Answer' column. Answer images are displayed to the left of the contents and description, similar to how they're displayed in the omniobx. For answers which have text associated with them (e.g. 'weathe<b>r</b> / 76°F Thu / answer type weather'), it will be displayed in orange after the contents and description. Bug: 891303 Change-Id: I46d50fcce39f93b57a70aae5d2f439333d203dbf Reviewed-on: https://chromium-review.googlesource.com/c/1376661Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#619427}
-
Lukasz Anforowicz authored
The factory requested by the renderer via RendererBlinkPlatformImpl::CreateNetworkURLLoaderFactory cannot be associated with a specific origin, but it can still be locked down to the site URL used that the process might have been locked to. This lessens the impact of https://crbug.com/891872 - before this CL a compromised renderer could abuse the process-wide factory to start requests with an arbitrary request_initiator. After this CL, request_initiator_site_lock will lock down |request_initiator| to a particular site. Bug: 914130 Change-Id: Ibca31d349e3c090755679a30c87ab85469ad30a4 Reviewed-on: https://chromium-review.googlesource.com/c/1374053 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#619426}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/96eb27a4c496..6d2bcf3c2f33 Created with: gclient setdep -r src-internal@6d2bcf3c2f33 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. TBR=mmoss@chromium.org Change-Id: Ibdbb84ad363f31ac37e1a50b2bf0dedbbbc54d3b Reviewed-on: https://chromium-review.googlesource.com/c/1393344Reviewed-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@{#619425}
-
Gauthier Ambard authored
The cell wasn't converted to UITableViewCell. Bug: 894791 Change-Id: I44fdd29f4d3179eefa0d4515c4b8655bb77cd6c0 Reviewed-on: https://chromium-review.googlesource.com/c/1392960 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Yi Su <mrsuyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#619424}
-
Dominik Röttsches authored
Change-Id: I873ee094a9a390a92a09b33ef924c84e93d4b850 Reviewed-on: https://chromium-review.googlesource.com/c/1392331Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#619423}
-
Ehsan Chiniforooshan authored
After https://chromium-review.googlesource.com/c/chromium/src/+/1372719, a trace flush could be completed before SendRecorder is run. It's because we may decide to ignore a new agent and send a dummy recorder to it. So, SendRecorder should not assume trace_streamer_ exists, and it really does not need to. Bug: 916974 Change-Id: Ic335a176e1ed7158ce65578bc7c4f73e0e02e8a4 Reviewed-on: https://chromium-review.googlesource.com/c/1387026Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#619422}
-
Danyao Wang authored
hasEnrolledInstrument is a new API added to PaymentRequest spec to replace the current canMakePayment API, which is considered ~high entroy in crrev.com/c/1384047. Bug: 915620,915907 Change-Id: I7ad4f37ef4223d89e142f29c9003f07311ec5ca1 Reviewed-on: https://chromium-review.googlesource.com/c/1391708 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#619421}
-
Ria Jiang authored
SitePerProcessBrowserTouchActionTest. EffectiveTouchActionPropagatesAcrossNestedFrames is flaky on all platforms. This is a tentative fix to that test. Ran locally 1k times. Bug: 910586 Change-Id: Ie3da974058b56de5243cea5d66771b760ce206d6 Reviewed-on: https://chromium-review.googlesource.com/c/1379404 Commit-Queue: Ria Jiang <riajiang@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Xianda Sun <sunxd@chromium.org> Cr-Commit-Position: refs/heads/master@{#619420}
-
Gabriel Charette authored
This reverts commit 9339569f. Reason for revert: Experiment is complete. Original change's description: > [MessageLoop] Experimentally reintroduce the ScheduleWork + Lock bug to verify new metrics > > We want to cross-check that we can see the impact of this fix on the > metrics we want to track long term. The fix unfortunately landed at > the same time as a tweak to these metrics and as such we missed that > opportunity the first time around. > > This experiment will only be run for two days on Windows Canary. > > This is a continuation of this CL by gab@: > > https://chromium-review.googlesource.com/c/chromium/src/+/1347585/4 > > BUG: 890978 > Change-Id: I8543d398ea804344dd160066c3f8f1638c7f5770 > Reviewed-on: https://chromium-review.googlesource.com/c/1358800 > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: Chris Hamilton <chrisha@chromium.org> > Cr-Commit-Position: refs/heads/master@{#613156} TBR=chrisha@chromium.org,fdoray@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Iddb585d7cb69b7ecfb80208c575f541702f649bb Reviewed-on: https://chromium-review.googlesource.com/c/1392735Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#619419}
-
Jeremy Roman authored
ListHashSet is deprecated. Bug: 614112 Change-Id: Ib3acbda6b5f39c7d7630c5070b7aa8874b301437 Reviewed-on: https://chromium-review.googlesource.com/c/1392275Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#619418}
-
Max Moroz authored
That might allow us to find more bugs, e.g. off-by-one overflows at least. The following fuzz targets are affected: 1) blink_http_parsers_fuzzer 2) libxml_xml_read_memory_fuzzer. Bug: 906080 Change-Id: I389c5f4b526a46a8abaf6cc24587c448cdb09dba Reviewed-on: https://chromium-review.googlesource.com/c/1392276 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#619417}
-
Max Moroz authored
The fuzzers were disabled because they were noisy and slow, but now they seem to be in a better shape. They can OOM relatively easily, but I guess we can let them go and hope that OOMs might be fixed, as they might be totally legit. On a startup both of the fuzzers use ~1GB RAM. Bug: 749858 Change-Id: I477aa18d440dc44c90984aafb2651cfb7e3f4ddc Reviewed-on: https://chromium-review.googlesource.com/c/1392354Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#619416}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8f37ce5b9f2c..9356393f5b48 git log 8f37ce5b9f2c..9356393f5b48 --date=short --no-merges --format='%ad %ae %s' 2019-01-02 fmalita@chromium.org [skottie] Derive most adapters from SkNVRefCnt 2019-01-02 brianosman@google.com Reland "Wide color support in AA Convex path renderer" 2019-01-02 kjlubick@google.com Remove extra semi-colons Created with: gclient setdep -r src/third_party/skia@9356393f5b48 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=bungeman@chromium.org Change-Id: I4dd2c742885eded8c992838326e02c02aca0d58d Reviewed-on: https://chromium-review.googlesource.com/c/1393343Reviewed-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@{#619415}
-
Avi Drissman authored
This is purely a mechanical change; there is no intended behavior change. BUG=837308 R=agl@chromium.org Change-Id: I1d226c45e473949a8af47311a6e089e5d9df10b4 Reviewed-on: https://chromium-review.googlesource.com/c/1392748 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#619414}
-
Morten Stenshorne authored
Just allow up to 10000 columns unconditionally. We used to have severe performance problems with many columns (O(n^2)), but that should be long gone, thanks to https://chromium-review.googlesource.com/c/chromium/src/+/1070562/ This is essentially a revert of https://chromium-review.googlesource.com/c/chromium/src/+/1068929/ (and earlier clamping attempts). Bug: 918112, 808189 Change-Id: I3c767fa4f2da5197d1a02c8f4ad89fbc35c5614d Reviewed-on: https://chromium-review.googlesource.com/c/1392955 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#619413}
-
Rob Buis authored
I started to work for Igalia in May 2018, however there was no review needs last year. This year I'll be working more closely with Igalia colleagues and would like to start proper reviews again. Change-Id: I8ec9f95c6f3235635ade4fbf836e89e3af72f4bf Reviewed-on: https://chromium-review.googlesource.com/c/1392347Reviewed-by:
Manuel Rego <rego@igalia.com> Commit-Queue: Rob Buis <rbuis@igalia.com> Cr-Commit-Position: refs/heads/master@{#619412}
-
Antonio Gomes authored
SigninManager and PO2TS are going to be an implementation detail of the IdentityManager, and eventually will not be exposed to clients out of //services/identity. This CL converts ForceSigninVerifier and its subclasses accordingly. BUG=911682 Change-Id: I349995dfd934870c09ba4145c431f322e5517e5f Reviewed-on: https://chromium-review.googlesource.com/c/1388784Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#619411}
-
Mythri Alle authored
v8::ScriptCompiler::CompileOptions had several options which were deprecated. The default case was added to be able to remove these options from V8. With those options removed, we don't need the default case. Bug: chromium:779254,v8:8252 Change-Id: Ifbbbf2a199e7897e64acfee353e85f8f0368ffb2 Reviewed-on: https://chromium-review.googlesource.com/c/1393263Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#619410}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4da2e47dcd92..96eb27a4c496 Created with: gclient setdep -r src-internal@96eb27a4c496 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. TBR=mmoss@chromium.org Change-Id: I927eaeb39bf7f3e01fc7c6e8cb8539aa3a7e8715 Reviewed-on: https://chromium-review.googlesource.com/c/1393253Reviewed-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@{#619409}
-
Mounir Lamouri authored
Looking at the stack from the tests, it's unclear how it was related to the code it's testing. Re-enabling the tests may help figure out if it was a temporary issue. Bug: 879644 Change-Id: I2ea2d95e7f24f71f86e2c147017bb7d01a563323 Reviewed-on: https://chromium-review.googlesource.com/c/1382477 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#619408}
-
Leonard Grey authored
Bug: 850098 Change-Id: I174a01a66f7b8c0008f24a676f32b11347c33660 Reviewed-on: https://chromium-review.googlesource.com/c/1391956Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#619407}
-
Jérôme Lebel authored
This is to prepare the transition for SettingsCollectionViewController to UITableView. And the UITableView version of AccountSignInItem is required for GoogleServicesSettings view. Change-Id: If77a3be5468ec27391953aeb450630271d531791 Reviewed-on: https://chromium-review.googlesource.com/c/1392343 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#619406}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/99ab07063ac3..23346476fcb2 $ git log 99ab07063..23346476f --date=short --no-merges --format='%ad %ae %s' 2018-12-27 bnc Cast to unsigned in HpackVarintRoundTripTest. 2018-12-27 bnc Remove unnecessary comparison. 2018-12-27 bnc Avoid truncation error on 32 bit platforms. 2018-12-20 quiche-dev Use uint64_t for varint. 2018-12-17 quiche-dev Modify HTTP/2 varint encoder and decoder to support 8-bit prefixes. Created with: roll-dep src/net/third_party/quiche/src R=zhongyi@chromium.org Change-Id: I13fccd875c34de895f3ec635b158b45c5cf48a93 Reviewed-on: https://chromium-review.googlesource.com/c/1391958 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#619405}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/dd9003afdafb..8f37ce5b9f2c git log dd9003afdafb..8f37ce5b9f2c --date=short --no-merges --format='%ad %ae %s' 2019-01-02 halcanary@google.com SkPDF: clean up Created with: gclient setdep -r src/third_party/skia@8f37ce5b9f2c 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=bungeman@chromium.org Change-Id: Ie743d79d0d3e811a7fc5ce03ac86ba0f879978c3 Reviewed-on: https://chromium-review.googlesource.com/c/1393252Reviewed-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@{#619404}
-
Friedrich Horschig authored
The password search feature is enabled since quite a while and disabling it would be a regression by now. Therefore, drop the flag and resolve all tautologies. Bug: None Change-Id: Ie8cf8e06bc0287981bf54b5f35a822bbf6d0b2ab Reviewed-on: https://chromium-review.googlesource.com/c/1377435Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#619403}
-
Shouqun Liu authored
The '--report-file' argument of html_report is already removed and replaced with positional arguments, update the documentation accordingly. Bug: None Change-Id: I2ee343faffb55e4be8c5bf7b4d51503fb4893781 Reviewed-on: https://chromium-review.googlesource.com/c/1390022Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#619402}
-
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: I70948f7c1f1ee4bfd9d96d391d56344c9e950a37 Reviewed-on: https://chromium-review.googlesource.com/c/1393249Reviewed-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@{#619401}
-