- 02 Aug, 2019 40 commits
-
-
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}
-
Maksym Onufriienko authored
This is part of EG1 to EG2 migration, which involves moving EarlGrey code from app-side helpers into test code. EarlGrey2 has multiprocess architecture, where Chrome Test and Chrome App are separate processes Change-Id: Ib41116bb8df8c8383ad8a76460d5643560983716 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732157 Commit-Queue: Maksym Onufriienko <monufriienko@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#683767}
-
Gang Wu authored
For enabling "Text you copied" on Clank, we need this function to provide Text in Android's clipboard. Bug:989143 Change-Id: I35032a6468f3bbae87b0027caa3924aa8af070b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726276Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Ender <ender@google.com> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#683766}
-
Matt Menke authored
Doesn't actually modify the method bodies at all. Change-Id: I7354db324deeee4bfeb497038a704d9cbb98d961 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733789Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#683765}
-
Lei Zhang authored
Only depend on content/public/common when building for Chrome OS. Since that is the only time when the dependency is actually needed. Bug: 990184 Change-Id: Ie7e04f317510b3bcb099acfb81379919b96ffccb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732389Reviewed-by:
J Kardatzke <jkardatzke@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#683764}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/116752315474..0fca4beb4959 Created with: gclient setdep -r src-internal@0fca4beb4959 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: Ic231f5d2eec85dee7cab81b0de81453547252c4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733714Reviewed-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@{#683763}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/be9e4bf1b538..8c79db8a0702 git log be9e4bf1b538..8c79db8a0702 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 miahsanchez@google.com device_unitest: the set up and tests for RunCommand 2019-08-02 achuith@chromium.org command_vm_test: Re-enable TestDeploy 2019-08-02 cjmcdonald@chromium.org Fix settings typo in vscode/settings.json 2019-08-02 omkarvijay@google.com Mark mistral important Created with: gclient setdep -r src/third_party/chromite@8c79db8a0702 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: I71a1ee8b2185b5863739ab031a7b5bc8842e1b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733927Reviewed-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@{#683762}
-
Yuly Novikov authored
TBR=kbr Bug: 948902 Change-Id: Ida8080795b334b59db61ff688aaae7d909d8a446 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733463Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#683761}
-
David Benjamin authored
Rather than have SpdySessionPool and the socket pools listen to both SSLClientContext and the CertDatabase separately, lump them both under SSL-external notifications of SSL state changing. (Note ClientSocketPoolManagerImpl's SSLClientContext::Observer counterpart is TransportClientSocketPool. Also note this fixes an inconsistency between HTTP/1.1 and HTTP/2. HTTP/2 had a ERR_NETWORK_CHANGED vs ERR_CERT_DATABASE_CHANGED distinction while HTTP/1.1 did not. I've made them both match.) Change-Id: Ibde71856fc1d605757dbf869ce1eba482a6bbafc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703232 Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#683760}
-
Mustafa Emre Acer authored
Bug: 990428 Change-Id: I65f3b0b3c2b0f3ed71a5431257636a3bd6bcd735 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733806Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#683759}
-
Joe Mason authored
Also take ownership of all SoftwareReporter.* histograms. Always use current joenotcharles@google.com email address. R=rkaplow@chromium.org Bug: 969962 Change-Id: I61bb0cf0972191ba461df9f9a701f84ae0774bae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732890 Auto-Submit: Joe Mason <joenotcharles@google.com> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/master@{#683758}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1dc9ce56c488..93ee550c1fe8 git log 1dc9ce56c488..93ee550c1fe8 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 rmhasan@google.com Revert "Telemetry: add trace_processor_shell to binary dependencies" Created with: gclient setdep -r src/third_party/catapult@93ee550c1fe8 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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=rmhasan@google.com Bug: chromium:944418 Change-Id: I4cdde616c3d1fc0ba94ab996e1158249aa9487ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733414Reviewed-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@{#683757}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ad77f55e0183..4c118cb3d371 git log ad77f55e0183..4c118cb3d371 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 hckim.kim@samsung.com Vulkan: Add support for OES_vertex_half_float 2019-08-02 timvp@google.com Vulkan: Implement framebuffers without attachments Created with: gclient setdep -r src/third_party/angle@4c118cb3d371 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: None Change-Id: I4b8fa77e01dd6c23428ed6c4d35743a3011cdd8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733413Reviewed-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@{#683756}
-
Antonio Gomes authored
Apart from the fact that it is not being used anywhere, it is also an inconvenience, since this file is in the process of being migrated to Blink [1], where the header is banned. This CL cleans it up. [1] https://crrev.com/c/1731644 BUG=704136 R=guidou@chromium.org, haraken@chromium.org Change-Id: Ie8626c1d139733787b867293c46d768d1ea66eee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731872 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@{#683755}
-
Kyle Milka authored
If a user already has a custom background the refresh timestamp and collection id in the pref would be initialized causing a crash when we attempt to access them. Bug: 850317, 990265 Change-Id: Ic34e3a34516be41b96e279d3c135a4a1912a251a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731922 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#683754}
-