- 03 Aug, 2019 9 commits
-
-
David Benjamin authored
https://chromium.googlesource.com/chromium/deps/nasm.git/+log/f564874f4955..da0dcccc44f1 $ git log f564874f4..da0dcccc4 --date=short --no-merges --format='%ad %ae %s' 2019-08-01 rnk Skip compiling ilog2.c on Windows where 'inline' uses C++ semantics Created with: roll-dep src/third_party/nasm Bug: 989745 Change-Id: I712bc7d2cb6b3d6ab8315174459f9837581d84b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1734032 Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Reid Kleckner <rnk@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#683807}
-
John Budorick authored
Noticed this while setting up android-pie-x86-fyi-rel. Change-Id: I6f10d9c6c9c8e3e1bb07ca34ea8eb1aa531d643f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733582 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#683806}
-
Sky Malice authored
Specifics: +77,824 bytes main lib size +644,532 bytes main dex size +1,053,989 bytes normalized apk size InstallSize: +412,739 bytes APK size +1,166,841 bytes Estimated installed size (Android Go) +3,016,648 bytes Estimated installed size InstallBreakdown (+3,012,121 bytes): +3,954 bytes Native resources (no l10n) size +1,987 bytes Non-compiled Android resources size +77,824 bytes Native code size +3,412 bytes PNG drawables size +749 bytes Package metadata size +2,896,227 bytes Java code size +27,968 bytes Compiled Android resources size Dex: +2,960 entries fields +2,481 entries strings +4,208 entries unique methods +1,266 entries types +4,208 entries methods Bug: 990408 Change-Id: I910bc8d1f6e8d926f6ccfcf7507ed0fb95dc38ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733019 Commit-Queue: Sky Malice <skym@chromium.org> Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#683805}
-
Min Qin authored
Network service is enabled by default, the if checks can go away BUG=934009, 990490 Change-Id: Iaaed4aa95f3a2d9dcda7a10c82e57b539a5539fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733793Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683804}
-
Ahmed Fakhry authored
Since the display work area bounds are not updated when the shelf alignment changes while in overview mode, then updating the grid bounds won't make any difference, so we simply exit overview. BUG=990293 TEST=Added a test Change-Id: I545edaea9080012c34263a6f48962fbf710e984c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733797Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#683803}
-
Eric Karl authored
The following tests are flaky. No clear regression point. Disabling. Http/MediaTest.VideoBearMp4Vp9/0 File/MediaTest.VideoBearMp4Vp9/0 Bug: 990116 Change-Id: Ic96ff5563a91c4e7bc57b7d3cf1cdbf2ba4534c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733035 Commit-Queue: Eric Karl <ericrk@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Eric Karl <ericrk@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#683802}
-
Jenna Himawan authored
Bug: 989787 Change-Id: I60b320350ccdd640f246d26af422f70b1d2a40b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733114Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jenna Himawan <jhimawan@google.com> Cr-Commit-Position: refs/heads/master@{#683801}
-
Bo Liu authored
Move SkiaOutputSurfaceDependencyWebView into its own cc/h files, so it can be shared easily with the new viz code path. Also only hold raw pointers instead of scoped_refptr to objects, since those objects may not be thread safe, and DependencyWebView may not be destroyed on render thread. Re-order header declaration order so that viz classes are destroyed before the raw pointer dependencies. Bug: 805739 Change-Id: I06aaecc3aa41a24ae468890f0329499a0723559b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732744 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#683800}
-
Yuly Novikov authored
TBR=kbr Bug: 988833 Change-Id: Ia60caed939633ddf9410fb54fb7317d6bd9915e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732749 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#683799}
-
- 02 Aug, 2019 31 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/898bbfac2e35..d7325185a26b git log 898bbfac2e35..d7325185a26b --date=short --no-merges --format='%ad %ae %s' 2019-08-02 senorblanco@chromium.org Dawn backend: update to recent Skia changes. Created with: gclient setdep -r src/third_party/skia@d7325185a26b 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: None Change-Id: I6375a3000b7e6acc0e397dbfb749e6086e285a14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1734029Reviewed-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@{#683798}
-
Reid Kleckner authored
There was an API update to use ErrorOr in r367615. No dedicated bug for this. TBR=dcheng@chromium.org, inglorion@chromium.org, thakis@chromium.org Bug: 983371 Change-Id: I85018cac6531512498eb95c1e7ca3a0d24f7df2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733796Reviewed-by:
Reid Kleckner <rnk@chromium.org> Commit-Queue: Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#683797}
-
Avery Musbach authored
The present CL rewrites a condition on which OverviewSession::OnKeyEvent bails out. Instead of checking for clamshell split view mode, it shall simply check for clamshell mode. This change is a step toward multi- display support for split view, because it removes a dependency on the single-display split view functionality. Test: ash_unittests SplitViewOverviewSessionTest.NoCrashWhenPressTabKey Bug: 970013 Change-Id: Ibf84a9ab1b41b4481cee3ed6763f92eaeee52f82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733713Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#683796}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0fca4beb4959..f8feeaf77b75 Created with: gclient setdep -r src-internal@f8feeaf77b75 The AutoRoll server is located here: https://skia-autoroll.corp.goog/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=jbudorick@google.com Bug: chromium:None Change-Id: I4ed5f4695cc386f24ea894a5befd137490439112 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733858Reviewed-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@{#683795}
-
Matthew Webb authored
This CL fixes a focus error due to credential management being wrapped in a <template>. Change-Id: Ibbd0b48b1b2a92df0cc3f2a1ebb4a2c2669d76af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733024Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Matthew Webb <noviv@google.com> Cr-Commit-Position: refs/heads/master@{#683794}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/8c79db8a0702..c40e52fce50c git log 8c79db8a0702..c40e52fce50c --date=short --no-merges --format='%ad %ae %s' 2019-08-02 vapier@chromium.org PRESUBMIT.py: disallow use of `git cl` Created with: gclient setdep -r src/third_party/chromite@c40e52fce50c 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: I96813f9ba2be173ae23d5b901cf937d89055361f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733857Reviewed-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@{#683793}
-
Carlos Caballero authored
MessageLoopForIO will go away soon use ScopedTaskEnvironment instead. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you believe your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=rbpotter@chromium.org Change-Id: I6488b766455b858343b2ca9b953027f001a077d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733496 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#683792}
-
Daniel Clark authored
An earlier change (commit aa9f4c85) added the new ax::mojom::StringAttribute inputType. This test-only change updates AX browser tests to dump the value of this attribute where applicable. Change-Id: I9411b9dc779beacfa03c6c79b0f1a3644be0a9a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733112 Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#683791}
-
Jinsuk Kim authored
Occasionally the close indicator does not appear when left swipe exits the app. The condition for exiting (minimizing) app had a bug not reflecting the tab launch type (when launched from an external app). This CL rectifies the condition. Bug: 988546 Change-Id: I8bc93f48400dbf831c998806c7d00de61030b76e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730294Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#683790}
-
David Benjamin authored
When client certificate preferences change, we should clear all session cache entries for the host. This allows SSLClientSessionCache to determine the host portion of each key. Note this changes it from a std::unordered_map-backed MRUCache to a std::map-backed one. I'm assuming that, given the cache is bounded to 1024 entries, it doesn't matter either way. Bug: 951205 Change-Id: Ia6cb77a7331fa8cfc8aaa86f366b42f845940cd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707035 Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#683789}
-
Jordy Greenblatt authored
The bug in refers to the fact that before this change, pressing 'ENTER' with the exportPasswords dialog up would cause a password check initially, however if the user cancelled the password check prompt, they will again see the exportPasswords but this time 'ENTER' does nothing. hcarmona@ pointed out that this is part of a broader accessibility issue on this page, namely that the password prompts' closing doesn't put focus back on the element that triggered it to open. This can lead to a confusing and difficult UX for users who are using tab to navigate through the interactive elements on the page. I ran through a wide range of use cases affected by this change and recorded them, mostly captured in [1]. Note that the transition at 0:29-0:30 in [1] resulted from pressing enter at the passwords-export-dialog. I recorded successful password entries ([2], [3], [4]) separately because if they are done in close succession, the auth token is reused and the password prompt is skipped, which negates defeats the purpose of the recording. [1] https://drive.google.com/file/d/13naHaZSf7hG3pC09XaO7WW4bmDmmhYW6/view [2] Successful password prompt from passwords-export-dialog: https://drive.google.com/file/d/1LLN0dJ8NY54zSTOoZL6F9AcPSFHF0EFy/view [3] Successful password prompt from password-list-item: https://drive.google.com/file/d/1hIDOFFrEMRClFlT0VfVTXtyw-YweIfsp/view [4] Successful password entry from password-edit-dialog https://drive.google.com/file/d/1XJaGTrmDm4dOnc6a1tQyKnNxaHWU_NzR/view Bug: 989449 Change-Id: Ic5a363d217cb70e76aa6acb5104ec2fea3a00b4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731733 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#683788}
-
Yuke Liao authored
This filter has a list of tests that crash in coverage build and lead to profdata corruptions. Two outstanding test suites are: -PasswordManagerBrowserTest.* -CredentialManagerBrowserTest.* Bug: 988146 Change-Id: Ibeda872c496dda54d7b038e7286085981a3295e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730790 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#683787}
-
Chris Palmer authored
This cleans up some code introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1678937. Bug: 978888 Change-Id: Ic66516d58e379b7cadc2da9d0fffede8d5c35126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732748Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#683786}
-
Alice Boxhall authored
Example crash: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8906269450018283968/+/steps/content_browsertests__with_patch_/0/logs/Deterministic_failure:_DumpAccessibilityEventsTest.DeleteSubtree__x2f_linux__status_CRASH_/0 Fixed by avoiding computing bounds from child nodes during tree updates. Change-Id: Ia2a293ee4e2c655fe3939ca76264efd54b3cf354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731634Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#683785}
-
John Budorick authored
Bug: 922145,961025 Change-Id: Icddbe1798727c67cebbfbb82a6f374d2562f9c53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699275Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#683784}
-
Sky Malice authored
Bug: 990399 Change-Id: I5f7727acf55fca3fea3572b2d8a237f43eecb845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733015Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#683783}
-
danakj authored
We don't want to Send() IPCs on a frozen/provisional RenderWidget. The DoDeferredClose path in RenderWidget needs to send the IPC from a fresh call stack, but in the meantime, the RenderWidget may have become frozen (the main frame may have been swapped out in that RenderWidget's RenderView). In that case, we still allow the WidgetHostMsg_Close to go through, and behave as if the IPC was already in transit to the browser. But since RenderWidget::Send() should not be used, we use a static method. This is one step toward allowing us to CHECK() that we don't Send() IPCs from frozen/provisional RenderWidgets. R=dcheng@chromium.org Bug: 419087, 745091 Change-Id: I85f707c3c9bf071f7adf6273d78d40a6f530b10b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733852 Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#683782}
-
Brandon Wylie authored
Bug: 987905 Change-Id: Id5e8e366cabba5cea56725ff459de0f49c19c4ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728267Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#683781}
-
Sophie Chang authored
Bug: 969558 Change-Id: Iebcfcf47a59694b0cac12fb85d06daa7a8735e9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726236Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#683780}
-
Matt Menke authored
A number of HttpServerProperties methods return true if they make a change that needs to be saved to disk, and false otherwise. These return values are no longer actually being used, so this CL removes them. Also rename http_server_props_manager_ to http_server_props_ in http_server_properties_manager_unittest.h Bug: 984996 Change-Id: I1cf128d0959507bf1fd93351d5fe076d33b5d99f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732746 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#683779}
-
Brandon Wylie authored
Change-Id: Ic0b6740fe1b7317d408fd4fc0f7857308194f090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727398 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#683778}
-
John Rummell authored
In order to determine what codecs are supported by a specified key system, the current code attempts to create a decoder for each codec to determine if it is supported. Improve this by simply querying MediaCodecList if it is available. Note that there may be multiple codecs supporting the specified mime_type, so continue to the next one if the current one doesn't have FEATURE_SecurePlayback supported as needed. This reapplies the code removed in commit fde644c1, along with some additional changes (check following codecs if this one can't handle it). Bug: 846120 Test: EncryptedMedia content_browsertests pass Change-Id: I8a0f79e7a36d203a179c490de3c262add55cffc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729804 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#683777}
-
Jon Mann authored
Bug: 966270 Change-Id: I2e9e0bf0df06e0a4907b7e005de5f87e1d6bb150 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728475Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#683776}
-
Fan Yang authored
https://quiche.googlesource.com/quiche.git/+log/7deaf37e9442..c691071e933e $ git log 7deaf37e9..c691071e9 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 dschinazi Add missing QUIC_EXPORT_PRIVATE to test client ALPN 2019-08-02 fayang Fix tests to make chromium compile. 2019-08-02 fayang Fix a chromium compile error where local variable shadows member variable. 2019-08-01 dschinazi Support 20byte connection IDs in QUIC v99 2019-08-01 dschinazi Add connection ID length checks 2019-08-01 dschinazi Make QUIC enforce ALPN when using TLS handshake 2019-07-31 bnc Add helper methods to QpackSpdyStreamTest instead of hard-coding QPACK-encoded headers. 2019-07-31 fayang gfe-relnote: Close QUIC connection is there are too many (> 1000) buffered control frames in control frame manager. Protected by gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames. 2019-07-31 renjietang Add version DCHECK for SPDY frames that are already replaced by HTTP/3 frames in v99. 2019-07-31 dschinazi Deprecate quic_do_not_override_connection_id 2019-07-31 dschinazi Fix a QUIC end_to_end test when some flags are enabled 2019-07-31 bnc Remove Http3FrameLengths. 2019-07-31 bnc Change HeaderBlocksForStream from QuicDeque to std::list. 2019-07-31 fayang gfe-relnote: Let GFE be able to use HTTP2(tree-style) priority write scheduler in QUIC and enable it via a connection option H2PR. Protected by gfe2_reloadable_flag_quic_use_http2_priority_write_scheduler. 2019-07-31 dschinazi Introduce IsConnectionIdLengthValidForVersion 2019-07-31 fayang gfe-relnote: Replace SpdyPriority priority with const spdy::SpdyStreamPrecedence& precedence in GfeQuicServerSession::CreateServerPushStream. No functional change expected. Not protected. 2019-07-31 fayang gfe-relnote: Add a FifoWriteScheduler where the stream with the smallest stream ID will have the highest priority. Not used in prod, not protected. 2019-07-31 fayang Add a const_cast to make chromium build. 2019-07-31 dschinazi Support LengthPrefixedConnectionIds in v99 2019-07-30 bnc Add QpackBlockingManager to track blocked streams and blocking entries. 2019-07-30 fayang Fix comparison of signed to unsigned in htt2_priority_write_scheduler_* and spdy_intrusive_list_test. 2019-07-30 renjietang Remove headers stream from IETF QUIC. 2019-07-30 bnc Refactor incoming SETTINGS logic to QuicSpdySession::OnSetting(). 2019-07-30 fkastenholz Wire in the ack exponent trransport config for IETF QUIC 2019-07-29 quiche-dev Create a QuartcMultiplexer which separates streams and datagrams into channels. 2019-07-29 bnc Add QpackHeaderTable::MaxInsertSizeWithoutEvictingGivenEntry(). 2019-07-29 renjietang Make OnPushPromiseFrameEnd() return the same value as OnHeadersFrameEnd(). 2019-07-29 bnc Clean up HTTP/3 and QPACK settings. 2019-07-29 bnc Internal QUICHE change 2019-07-29 fkastenholz Connect up IETF QUIC Max ACK Delay transport parameter 2019-07-29 fayang gfe-relnote: Fix Http2PriorityWriteScheduler::UpdateStreamParent. Not used in prod. Not protected. 2019-07-27 bnc Update QuicSpdySessionTestClient.Http3ServerPush* tests. 2019-07-26 renjietang Write push promise on request streams. 2019-07-26 fayang gfe-relnote: In QUIC, let write_blocked_list be able to use HTTP2 priorities. Not used yet. Not Protected. 2019-07-26 fayang gfe-relnote: Fix Http2PriorityWriteScheduler::ShouldYield. Not used in prod. Not protected. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Icf65aae77a4fcb7fab9e22970597a72d1050dfee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732333 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#683775}
-
Etienne Bergeron authored
This CL is fixing the imports of the system fonts. The previous code was not taking care of the font styles. The bug was introduced here: https://chromium-review.googlesource.com/c/chromium/src/+/1544229 The system font is created only by it's name and size: return Font(PlatformFont::CreateFromNameAndSize(font_name, font_size)); Some users are overriding the system font with a custom one. That font may have some styles. The default windows configuration doesn't allow to change the font styles, but advanced fonts software may do. Advanced System Font Changer: https://www.wintools.info/index.php/advanced-system-font-changer-icon-settings R=robliao@chromium.org,asvitkine@chromium.org Bug: 989476 Change-Id: Ie88ccf4452c5156de48e4f4a4bda87bd167850e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732733Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#683774}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f8e5aadbd424..898bbfac2e35 git log f8e5aadbd424..898bbfac2e35 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 michaelludwig@google.com Update gms to use new image filter factories 2019-08-02 stani@google.com Delete unused variant of MakeBackendTexture 2019-08-02 egdaniel@google.com Add table for supported colortypes in GrVkCaps. 2019-08-02 senorblanco@chromium.org Dawn: implement sk_app window contexts for all backends. Created with: gclient setdep -r src/third_party/skia@898bbfac2e35 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:b/138674291 Change-Id: I4d4783c1816e62448c1bfc21b072a3262315d1a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733033Reviewed-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@{#683773}
-
Antonio Gomes authored
... instead of /media_stream.mojom-shared.h BUG=704136 R=guidou@chromium.org, haraken@chromium.org Change-Id: I6c493da78b25be83c80c93fb81028aa457b0bedd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731873 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#683772}
-
Mason Freed authored
In some cases, ScopedReadLockSkImage is not able to read back the texture, because it does not know the hardware supports texture rectangles. In that case, fall back to using CopyTextureCHROMIUM to copy the mask texture into an SkImage. Bug: 984766 Change-Id: I0a348a98767405f61810b03217ef96bb2b5bba2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730291Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#683771}
-
Hesen Zhang authored
- Add switch to enable/disable helpful/unhelpful buttons. - Complete the logic to build helpful/unhelpful buttons if switch is on. - TODO: Replace the button text from GRD. Bug: 988117 Change-Id: Ia46ca3781fb036de4143193031d5906333158cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730254 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#683770}
-
Theresa authored
BUG=951455 Change-Id: I0e112271dd6cf0d31c06ec3a135643b7da05aa7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730864Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#683769}
-
Bo Liu authored
Make VizCompositorThreadRunner into an abstract interface and move the existing implementation to VizCompositorThreadRunnerImpl. Then add VizCompositorThreadRunnerWebView which will be webview's entry point into creating and establishing viz objects. Add code paths to ContentGpuClient so that webview can optionally override the default instance. Currently VizCompositorThreadRunnerWebView doesn't do much, except it uses TaskQueueViz and exposes a simple API to run and block for work on viz while allowing viz to schedule tasks on the render thread. Bug: 805739 Change-Id: Ic5d2c45666ebc1fc9381c8cd5c71b0de57dd0136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731135Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#683768}
-