- 31 Oct, 2019 40 commits
-
-
dpapad authored
- SetZoomLevelForView() was not used anywhere. - GetZoomLevelForView() was only used in a test. Replaced with GetZoomLevel(). Bug: None Change-Id: If481d2477e924a4119d49ba586679c63d0320fc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877647 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#711438}
-
Eric Orth authored
DnsConfigChangeManagerClient::OnSystemDnsConfigChanged -> DnsConfigChangeManagerClient::OnDnsConfigChanged because, as of crrev.com/c/1783280, such notifications can now include non-system changes added by the Chrome net stack to the effective config. TBR=jam@chromium.org Bug: 971411 Change-Id: If46b175497a5995442e52f66152d065b0ec9b61d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787999 Commit-Queue: Eric Orth <ericorth@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#711437}
-
Yue Zhang authored
Bug: 1019727 Change-Id: I4a07764eb71c4ff7f843602795e35d7262120c4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890393Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#711436}
-
Eric Stevenson authored
Same version, but the local patch now updates the max depth for a cycle detection search in R8. This allows -checkdiscard to work for generated JNI wrapper classes. Bug: 993421 Change-Id: Ib98d3ee31698788d0b0296335ff334dd2c46128f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893987 Auto-Submit: Eric Stevenson <estevenson@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#711435}
-
Jesse Schettler authored
Add a std::map to store a PrintRenderFrame with the RenderFrameHost used to bind it. When calling GetPrintRenderFrame(), use the provided RenderFrameHost to fetch the correct PrintRenderFrame associated remote or create a new one. Bug: 1019847, 1019960, 1020108 Test: https://clusterfuzz.com/testcase-detail/4896664890245120 Change-Id: I5ebf26b1dcdcd045bac1d1c5b204c8517fdb5ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892055Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Auto-Submit: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#711434}
-
Yuly Novikov authored
conformance/textures/misc/texture-complete.html flaky on Win7 NVIDIA passthrough Vulkan. TBR=kbr Bug: 1020295 Change-Id: Ib4e0a8437e0238291eb1ca4ea97d59e1d013a4aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894176Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#711433}
-
Joshua Bell authored
None of the AllowIndexedDB/AllowCacheStorage overrides use the "origin" params, so remove them. The renderer shouldn't be trusted anyway. Bug: 1019772 Change-Id: Ibc29455d9631b2eb36743dc5e389d0661f71219e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893678 Auto-Submit: Joshua Bell <jsbell@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#711432}
-
Nico Weber authored
They are only needed for ownership, so no need to give them names and concrete types. Removes some forward declarations from the header and serendipitously happens to remove GOOGLE_CHROME_BUILD from the header as well. No intended behavior change. Bug: 961769 Change-Id: Ibaaf3375bd9d367b4cc83b9a8ec3e64193750a69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894032 Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#711431}
-
Matt Menke authored
Also correctly populate log entry fields that were not being correctly populated, and rename one that now has a different meaning. Bug: 997049 Change-Id: I646a8e837b2aca6631c701fba261d1ea149b19f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893733Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#711430}
-
Greg Thompson authored
ScopedPathOverride instances must be cleaned up after TaskEnvironment so that residual tasks have a chance to close all open file handles. BUG=546640 R=joedow@chromium.org Change-Id: I4c3b26e1176ec851625e2d8041ed91c9ce56b9ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889976 Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#711429}
-
Etienne Pierre-doray authored
This will be used in follow up to compute agent interference metric. https://chromium-review.googlesource.com/c/chromium/src/+/1888091 Bug: 1019856 Change-Id: I493a253a4370cc24455efb0290a13f1579d7773e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881726Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Yuta Kitamura <yutak@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#711428}
-
Arnaud Mandy authored
Adding more appropriate wording. WAITING->UNKNOWN EXISTED->SUPPORTED ABSENT->NOT_SUPPORTED renaming also EcLidAngleDriverPath to ECLidAngleDriverPath Bug: 1018705 Change-Id: Ife204169ff99c4f0c6de10f55b3e39dd17bc8d7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883574 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#711427}
-
Long Cheng authored
Bug: 1019519 Change-Id: Iea88af5abfba789cc0c02fd734d1e0954c33911c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890723Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#711426}
-
Tommy Steimel authored
This CL makes MediaNotificationView notify its container when the header is clicked. This allows GMC's MediaNotificationContainerImplView to handle header clicks as if the container itself was clicked (which is fine since clicking the header on GMC has no effect since we hide the expand button). This fixes an issue where if the user clicked on the header (which is visually indistinguishable from the rest of the notification) then we would not go back to tab. Bug: 1020300 Change-Id: I7640b4d268871f2fe49c87c3b174f4a49e716500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894190Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Jazz Xu <jazzhsu@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#711425}
-
Kevin McNee authored
Tbr: wjmaclean@chromium.org Bug: 1020313 Change-Id: I6acb083812d8d5c91bba57bc7b4fc367798c2624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894256Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#711424}
-
Omer Katz authored
Incremental marking queries the background_marking_time statistic when it evaluates progress. The concurrent marker can update the statistic at the same time. Querying the statistic needs to be atomic. Bug: 986235 Change-Id: If69dca913f9ba2dba2d03a27801443248ce8f272 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893266 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#711423}
-
Daniel Rubery authored
This reverts commit 9015f1fd, relanding 1a90cb5c. The TestBinaryUploadService did not initialize saved_result_ or saved_response_, leading to MSAN failures. Original change's description: > Preserve original Safe Browsing verdict for download deep scanning. > > In cases where deep scanning fails, we currently supply a SAFE verdict. > If the original verdict from Safe Browsing was UNCOMMON, we will > therefore downgrade the warning. This CL preserves the original verdict > and returns it in cases where deep scanning fails. It also adds a test > implementation of the BinaryUploadService, for easier testing of code > using uploads. > > Fixed: 1017921 > Change-Id: I444b301c3fe75ebbe0561bc6b201945242f09dc2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887736 > Commit-Queue: Daniel Rubery <drubery@chromium.org> > Reviewed-by: Bettina Dea <bdea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#711049} Bug: 1017921 Change-Id: Ia9dfc92f1e67b9d0bffc011c6ddbaa71467f41d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893743Reviewed-by:
Bettina Dea <bdea@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#711422}
-
Omer Katz authored
Incremental marking goes in and out of AtomicPauseScope during marking. Checking InAtomicPause while concurrent marking can race with the incremental marker exiting AtomicPauseScope. Checking InAtomicMarkingPause only if !IsInIncrementalMarking checks the same condition overall but concurrent markers won't need to check InAtomicMarkingPause because IsInIncrementalMarking will always be true while concurrent marking is active. Bug: 986235 Change-Id: I6d21843b25db553dfcd0ae0e95ec3c43eaa99d49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893851Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#711421}
-
David Benjamin authored
https://boringssl.googlesource.com/boringssl/+log/fe37af11a69c88ae5c63c5eb846552237a4fc8e9..6be491b7bb57c3950d4fbb97fdd4a141e3fa4d63 The following commits have Chromium bugs associated: 6be491b7b Work around more C language bugs with empty spans. Bug: 1019588, 1019644 Change-Id: Ic0329ae6c6e76ea0bedc1830f3a36abc7c3e2d07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891011 Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#711420}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/3bc571a527f4..7aa214a27bca git log 3bc571a527f4..7aa214a27bca --date=short --no-merges --format='%ad %ae %s' 2019-10-31 lalitm@google.com Merge "trace_processor: make table rowmaps ranges by default" 2019-10-31 lalitm@google.com Merge "trace_processor: make filtering more efficient by filtering on type" Created with: gclient setdep -r src/third_party/perfetto@7aa214a27bca If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: Idc7faf065900cd535f8683fa96878cbe00a45858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893323Reviewed-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@{#711419}
-
Bill Budge authored
- Adds a histogram to report WebAssembly startup time for the streaming compile path, to compare baseline compilation speed with deserialization from the code cache. - Removes the obsolete metric for deserialization alone. Bug: chromium:719172 Change-Id: I1811a9d51d12dd65857ef73a2fe415b53374d1f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893972Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#711418}
-
Elly Fong-Jones authored
This change will be merged to the M79 branch in keeping with the flag deprecation rollout strategy: * M78 expires flags set for 76 & earlier * M79 expires flags set for 78 & earlier * M80 expires flags set for 80 & earlier * MXX expires flags set for XX & earlier onward Bug: 1019714 Change-Id: Ic789610160f1de11715ed41d6ff153a71487a08d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890814Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#711417}
-
Jared Saul authored
Change-Id: Idf15b3f9a1f4f6cb4558859325de266cf5f3ff77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892131 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#711416}
-
Jared Saul authored
Tests relating to the [No thanks] button or the StrikeDatabase should now be enableable on Chrome OS. Change-Id: Iba760339f852b9faa7db787614fcd806782caea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891853Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#711415}
-
Tarun Bansal authored
The crash only happens on certain devices in certain countries. The crash trace seems to indicate that the context could be null in some cases. Change-Id: I0ad8bdd4c79e66f7eebaf269154b9852e48e787f Bug: 1019974 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892062Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#711414}
-
Alex Moshchuk authored
When the user closes a tab (or browser), we first determine whether we can take a "fast shutdown" path and simply shut down the main frame process. That can be done if nothing in the current tab (or all tabs if closing the browser) needs to run beforeunload/unload handlers. Otherwise, we take the slow path, actually try to run those handlers in all the frames, and wait for the results (including beforeunload dialog dismissals) before proceeding with the close. Historically, this was done by checking SuddenTerminationAllowed() on the main frame's process, which would be set to true when *any* frame in that process adds a beforeunload or unload handler. When site isolation shipped, we also added code to consult beforeunload handlers in cross-site iframes (see issue https://crbug.com/853021) in M68. But SuddenTerminationAllowed() is actually too coarse-grained for this: it not only becomes false due to (before)unload handlers, but other things as well (such as BlobBytesProvider). So https://chromium-review.googlesource.com/c/chromium/src/+/1504130 changed things to explicitly consult the main frame's beforeunload/unload handler status, as tracked by RFH::GetSuddenTerminationDisablerState(), instead of SuddenTerminationAllowed(). Unfortunately, it seems that in that CL we forgot about the process-wide nature of SuddenTerminationAllowed(), specifically that it also covered handlers from any subframes in the same process. And/or, we missed that the call in WebContentsImpl::NeedToFireBeforeUnload() to check subframes via GetMainFrame()->ShouldDispatchBeforeUnload( true /* check_subframes_only */); was in fact only checking cross-site iframes, skipping not only the main frame but also its same-site descendants. That means we would incorrectly fast-close the tab (or browser) even if a same-site iframe had a beforeunload handler. This CL fixes this by walking the full frame tree to check for these handlers and adds two regression tests for the tab close and browser close cases. Along the way, the CL also fixes a TODO to check not only beforeunload but also unload handlers in subframes. This is a bit more correct and will also make it easier to fix issue 1014550, though note that subframe unload handlers weren't broken before -- they actually still ran due to the subframe unload process timeout that we still have in RenderProcessHostImpl::DelayProcessShutdownForUnload(). Bug: 1010456, 1014550 Change-Id: I2b2c3e2ee546a766e5838e14f293266def4aeeed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881948 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#711413}
-
Leonard Grey authored
- Removes restriction that live region changed events need to be fired from nodes with the live region role, since we don't actually do this in UI code. - Announces the node's name as the live region text, falling back to inner text if name isn't set. Again, this tracks how we actually use the notifications. - Debounces multiple notifications from the same node to one per 20ms Bug: 1015002 Change-Id: Id564c85cd0ab0888877d4cf4b12fb872d1306284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871830 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#711412}
-
Peter Boström authored
This is a simple change for animating the thumbstrip in/out. If this is performant enough for now we might not have to interact with the top-chrome slide controller. Bug: chromium:992972 Change-Id: I2ed765cd61591c5941fcc851edb85b7e04089a8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894035 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#711411}
-
David Van Cleve authored
This CL adds logic to HostCache to prioritize and deduplicate addresses from address lists during merging. The merge step now deduplicates addresses (across the two lists) and then performs a stable sort by, first, whether addresses have associated ESNI keys and, second, whether they are IPv6 or IPv4. Changes by location: - HostCache: new merging logic - dns_util: new utility function to deduplicate an address list in a stable manner (uses a flat_map for low overhead) - HostResolverManager: 1. deduplicate addresses when parsing A and AAAA responses 2. modify logic around the AddressSorter::Sort callsite to account for the fact that the first address in a combined address list may not be IPv6 Test: 1. HostCache unittests to test merging 2. dns_util unittest to test the deduplication routine 3. HostResolverManager unittest to test that the addresses HostResolverManager surfaces are sorted and deduplicated R=ericorth Bug: 1003494 Change-Id: I322d6342902c634f55d24a1a8074e52817e6e6a9 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887372 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#711410}
-
Brandon Wylie authored
Bug: 1014420 Change-Id: Idd2b5211db5a547e1364966f8c43efc5e0c7c0eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893518Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#711409}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3bcc30e4..925e218b 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: I60b219e9f1aebac6d849f0dfcbebfe18fe423a5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892993Reviewed-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@{#711408}
-
evliu authored
This CL introduces a new MediaWatchTimeChanged event and a MediaHistoryContentsObserver to watch for the event and save the playback information to the media history store. Bug: 997813 Change-Id: I20061e1d614b703752fca9327d010689209c9575 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881977 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#711407}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8d65e9ab98d8..3ce44a354069 git log 8d65e9ab98d8..3ce44a354069 --date=short --no-merges --format='%ad %ae %s' 2019-10-31 ivoc@webrtc.org Move NetEq headers to api/ 2019-10-31 sprang@webrtc.org Refactors BitrateProber with unit types and absolute probe time. Created with: gclient setdep -r src/third_party/webrtc@3ce44a354069 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: Id1b7561aee8dff62d9b4425bafab9f5e7ad95a53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893327Reviewed-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@{#711406}
-
Andrew Grieve authored
And fix a bug that we revealed when trying to add some new libs, where deps of both buildCompile and compile were being marked as !isShipped. Bug: 693079 Change-Id: I8ee83a5529a48aeb117efca8cf36f968c695f10c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893143Reviewed-by:
Sam Maier <smaier@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#711405}
-
Xiang Ji authored
TODO: crbug/1020231 add customized IIS site support in CEL Bug: 1018819 Change-Id: I0502f5f7d686e77ae1779a94d8debd385efbd130 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884990 Commit-Queue: Xiang Ji <jxiang@google.com> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#711404}
-
Xida Chen authored
This should have been addressed here: https://chromium-review.googlesource.com/c/chromium/src/+/1883621 Bug: 1018027 Change-Id: Idc6cea44ffcbd596be4d6cb0a3b861583f491e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893494Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#711403}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/cda1ce2eee02..f2c4e3ef544b $ git log cda1ce2ee..f2c4e3ef5 --date=short --no-merges --format='%ad %ae %s' 2019-10-30 fayang gfe-relnote: In QUIC, re-calculate pacing rate when cwnd gets bootstrapped. Protected by gfe2_reloadable_flag_quic_bbr_fix_pacing_rate. 2019-10-30 bnc Implement dynamic table, blocked streams, multiple streams, and multiple header blocks per stream in QpackDecoderFuzzer. 2019-10-30 bnc Implement gMock matchers to pretty print QuicErrorCode and QuicRstStreamErrorCode on failure. 2019-10-29 nharper Remove unused CreateSslCtx methods from TlsHandshaker classes 2019-10-29 renjietang gfe-relnote: various test code cleanup. Not protected. 2019-10-29 bnc Make HttpEncoder methods static. 2019-10-29 dschinazi Introduce QUIC_NO_EXPORT 2019-10-29 renjietang Remove duplicate call to send MAX_PUSH_ID frame. 2019-10-29 bnc Remove QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique from platform/api/. Created with: roll-dep src/net/third_party/quiche/src R=rch@chromium.org Change-Id: I0745d0e16ce77b00f0929773a098cb22ccf58ddd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890965Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#711402}
-
dalyk authored
Bug: 985589 Change-Id: I0431adf4c4d26ab94dafd34f2a6bc6e372d8d2d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890817Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#711401}
-
Sven Zheng authored
crrev.com/c/1879506 crrev.com/c/1889949 fixed some flakiness issues. Now the test should be stable on bots when running in parallel. Bug: 958242 Change-Id: Ic76ab6547b29e59b66b0d8565e6a01935993df55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891736Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#711400}
-
Sorin Jianu authored
This is mechanical work before registering the app ids with the updater lands. There is some common registration code that is common on both install and update execution path. It is helpful to have the update apps code in its own compilation unit, just as install is. R=waffles Bug: 1020285 Change-Id: I06590cf1d73a5d22ae79d288de564c0040442678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893406Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#711399}
-