- 30 Jun, 2020 16 commits
-
-
rbpotter authored
This file contains UI strings and flags, which frequently need to be updated for front end PDF Viewer changes. Add a few Web UI OWNERS for this file, so a separate reviewer does not need to be added for it. Change-Id: I9cf46bb7d001c146d9fb47efbf1f27f7bd94a602 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274183 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#783763}
-
Renjie Tang authored
https://quiche.googlesource.com/quiche.git/+log/54a38e35843d..1bb8308215d8 $ git log 54a38e358..1bb830821 --date=short --no-merges --format='%ad %ae %s' 2020-06-29 renjietang Simplify transport parameters related test setup. 2020-06-29 nharper Deprecate gfe2_reloadable_flag_quic_tls_enforce_valid_sni 2020-06-29 fayang In quic, add a connection option to disable blackhole detection on both sides. not used yet. not protected. 2020-06-29 haoyuewang Deprecate gfe2_restart_flag_quic_replace_time_wait_list_encryption_level. 2020-06-29 fayang Deprecate gfe2_reloadable_flag_quic_use_idle_network_detector. 2020-06-29 fayang Deprecate gfe2_reloadable_flag_quic_notify_stream_id_manager_when_disconnected. 2020-06-29 fayang Deprecate gfe2_reloadable_flag_quic_donot_change_queued_ack. 2020-06-29 fayang Deprecate gfe2_reloadable_flag_quic_fix_last_inflight_packets_sent_time. 2020-06-29 fayang Deprecate gfe2_reloadable_flag_quic_fix_checking_should_generate_packet. 2020-06-27 quiche-dev Replaces an std::map with a quichashmap. 2020-06-27 quiche-dev Ensure verification methods that return AssertionResult use the return value 2020-06-26 quiche-dev Migrates quic's settingsframe from std::map to quichashmap. 2020-06-26 fayang In quic, consider frame expansion when extra padding is needed to meet the minimum plaintext size needed for header protection. protected by gfe2_reloadable_flag_quic_fix_extra_padding_bytes. 2020-06-26 fayang In quic, do not include max_ack_delay when calculating pto timeout for initial and handshake packet number spaces. protected by enabled gfe2_reloadable_flag_quic_fix_pto_timeout. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ie4e0185ef35984b2d5ed15ff15a91c82cedca798 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274186 Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#783762}
-
Nick Diego Yamane authored
Additionally reformat a few (oddly indented) comment blocks. R=thomasanderson@chromium.org Bug: None Change-Id: I14deaa1eb750c79f0b7f2915d8f68dfa8bc484c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274239 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#783761}
-
Wan-Teh Chang authored
Also remove unneeded ImageFrame setter calls in AVIFImageDecoder::InitializeNewFrame. By analyzing all the overrides of the InitializeNewFrame method, I found that the following ImageFrame setters can only be called during InitializeNewFrame: * SetDuration * SetDisposalMethod * SetAlphaBlendSource * SetRequiredPreviousFrameIndex Since AVIF frames don't require any previous frames, we don't need to call the last three setters in AVIFImageDecoder::InitializeNewFrame. Change-Id: I554c1a28a4dc008cd5e19946297b82fa0061f97c Bug: 1071221 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164108 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#783760}
-
nancylingwang@google.com authored
Rename apps::mojom::IconCompression to apps::mojom::IconType, because not only compression and uncompression, kStandard is added to bring adaptive icons from Android to ChromeOS. And kAdaptive will be added to implement animations later. Modify the load icon interfaces for shelf, launcher and dialogs, to load the new standard icons. Design doc: go/appservice-adaptive-icon BUG=1083331 TBR=sky@chromium.org Change-Id: I31d9f7ff5a91f99db87db742fef412cd3bdbe2ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271958 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#783759}
-
Justin Cohen authored
Cronet still builds 32-bit. Bug: 1100434 Change-Id: I62511f8a5dae409cf8f85423a479c22283a3f9b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274781 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#783758}
-
Xiaohan Wang authored
This CL adds MediaFoundationRendererFactory so that we can plug MediaFoundationRenderer into the media pipeline. Currently this can be used for local testing. Later this will be updated to support mojo IPC. This CL also merges "media_foundation_renderer" target into media/renderers:renderers so the classes can be used in media pipeline. Bug: 999747 Change-Id: Id10fd3bc0be971a69af8bf9cde98d6365137d63c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268217Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#783757}
-
Daniel Libby authored
Generating the manifests can take 10's of seconds. This CL avoids that cost unless it is necessary by computing the bases for a virtual suite based on the passed in paths. Using those bases, we can determine whether or not a WPT test is specified before computing the manifests. Bug: 1091307 Change-Id: I3bb37266ca929edb7ce4e52c8118b1cc25608c11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2255778 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#783756}
-
George Steel authored
Fixes casting overflow caught by Clusterfuzz. Bug: 1099559, 745910 Change-Id: Ia3a18d4e21c7fd9be26c3667a4c160cd7023a213 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271069 Commit-Queue: George Steel <gtsteel@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#783755}
-
Nate Chapin authored
This is a smattering of callsites that I've stumbled across in the last week or two. Bug: 1029822 Change-Id: I75b0fa5008d6cc2f37f0334154f556e86330d897 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273489 Auto-Submit: Nate Chapin <japhet@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#783754}
-
Peter Kotwicz authored
BUG=1088685 Change-Id: If4986324036c0168b499521f63803ba2bc5b72e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269502Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#783753}
-
Xiaohan Wang authored
Microsoft::WRL::ComPtr<T>::GetAddressOf() is banned due to the ease of causing memory leaks. Also replace CopyTo(foo.GetAddressOf()) with As(&foo) since CopyTo(&foo) does not work if we are copying to different interfaces. Also replace QueryInterface(foo.GetAddressOf()) with QueryInterface(IID_PPV_ARGS(&foo)). Bug: 914910 Change-Id: Iefa3d954d9ec03867afae97af10125ab86549057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271523Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#783752}
-
Brian Sheedy authored
Makes the --expected-device-id argument passed to info_collection_tests automatically handle the case where there are multiple dimension sets or multiple GPUs listed via the swarming OR operator. This is done by adding a new GPUExpectedDeviceId magic substitution. Bug: 1099762 Change-Id: I6f80ca545848bb63f418a158af65e0ee0daea4e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270846 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#783751}
-
Peter Kasting authored
These files don't use the functions in it. Bug: 1088346 Change-Id: Ia64fb9dac17067e933ab6bcb0616e020e8bf5fd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271398 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#783750}
-
Karandeep Bhatia authored
Rename ExecutionContext::GetContentSecurityPolicyForWorld() to GetContentSecurityPolicyForCurrentWorld() to disambiguate it with GetContentSecurityPolicyForWorld(const DOMWrapperWorld&). BUG=896041 Change-Id: I13c21571169756f1863f160ad5b7e9fd64a415d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270841Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#783749}
-
Peng Huang authored
VkImage layout and queue family. Right now, ExternalVkImageBacking uses vulkan API to change VkImage layout and queue family for external usage (GL). It needs an extra vulkan queue submission. Remove this submission by using the new added GrContext::setBackendTextureState(). Bug: 1087063 Change-Id: If0885d166dd917132b81a111bd10be6863cc991d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273601Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#783748}
-
- 29 Jun, 2020 24 commits
-
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f6008bf3..76c4224b 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I671da85a23ab9d19744aadcc6d65e159d9a9ec74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274438Reviewed-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@{#783747}
-
Scott Little authored
This CL extends the expiration of two histograms that are still in use: OfflinePages.DeletePageCount and OfflinePages.DeletePageResult. Fixed: 975766, 1053090 Change-Id: Ic0821d6e8f50515c4c8d620ca4bc94fb6b435c45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268539 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#783746}
-
Mike Wittman authored
Adds a function on ModuleCache to look up a module without trying to locate and create a native module if not found, and uses this function when looking up addresses in DEX code. This avoids an unnecessary call to dlsym in the Android native unwinder. Bug: 1004855 Change-Id: I8c024d47f149feeeff0d17dcfdbfd2cd36c7784a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264936 Commit-Queue: Mike Wittman <wittman@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#783745}
-
Scott Little authored
This histogram is still in use, so this CL extends the expiry of the OfflinePages.CleanupThumbnails.Count histogram. Fixed: 1089138 Change-Id: If10b6115fdeea04fc517f014ad3b5e415324dddc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268837 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#783744}
-
Sorin Jianu authored
This is a lexical change to be consistent with the naming for the other App entities which follow the pattern App*. Bug: 1060807 Change-Id: I94e2d5748c56b38f380078c831c453361150713d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274589Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#783743}
-
Anastasia Helfinstein authored
Bug: 897365 Change-Id: I5a21e9a1ae556b30c3be47d38ec2db7f1e388746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219101 Auto-Submit: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#783742}
-
Olivier Yiptong authored
Bumping the expiry for the #font-access flag to M89. We are aiming to go to Origin Trial in M86. Adding 3 milestones brings us to M89. Bug: 1100580 Change-Id: I238851a6b30a319fb7a90c27c0dc51d1b2020eb3 Fixes: 1100580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274243 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#783741}
-
Xinghui Lu authored
This field is used to identify requests that are sent from enterprise users. Server-side CL that adds this field: http://cl/318496171 Bug: 1085261 Change-Id: I690b650b71c98e29f7a449ceac084426bebb8210 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274665Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#783740}
-
Steven Bennetts authored
Unfortunately we have enterprise badges on the right in configuration UI, but on the left in Settings UI. This change adds support for a "settings-mode" with the icon on the left. This is needed for the 'Metered' toggle which is set in the Settings UI. Bug: 1078427 Change-Id: I7da5238ab3b611e1b8b317cb82cd089ec22e79af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267851 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#783739}
-
Varun Khaneja authored
Fixed: 1089436,1089437 Change-Id: Idac018ac0b665e230ea397440c96c6b9cf8062cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274778 Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#783738}
-
Scott Little authored
The histogram OfflinePages.LoadStatus seems to have been removed quite a while ago, and M65 is the latest milestone that I can find data for. This CL marks it as obsolete, along with the enum OfflinePagesLoadStatus which was only used by this histogram. Fixed: 1089144 Change-Id: I487f6055325cd46737b7f0a938a942f57ca66cfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268182 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#783737}
-
Lan Wei authored
After we finish the scroll unification, the scrolls happens mainly on the compositor thread, and the scroll code in the main thread will be removed. eventSender sends the scroll events to main thread, so it would not work after the scroll unification. This CL we should replace eventSender.mouseScrollBy with wheelTick which uses gpuBenchmarking.smoothScrollByXY in forms/resources/common-wheel-event.js. Because the original CL https://chromium-review.googlesource.com/c/chromium/src/+/2171955 has changes in synthetic_gesture_target_mac.mm which will send the wheel events to the right window, for example, if the mouse is over the popup window, the events should be sent to popup window. Also, it rewrites some layout tests using gpuBenchmarking.smoothScrollByXY. Some of the tests are flaky on Win 7 because of the animation does not finishes before the tests finish. This CL only has the change to all the related the layout tests and also add them to the test expectation in case they are still flaky. TBR=bokan@chromium.org Bug: 1047176 Change-Id: I80600a9511f7a3094bc5ff16f9c2fa048f5150d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270850 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:
Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#783736}
-
rbpotter authored
- Remove Two Up View button, since it was never finalized, is behind a flag, and will be implemented differently going forward - Make some simplifications to the zoom toolbar that are possible due to not needing the feature flag. - Also leverage i18n to get the zoom button tooltips This is in preparation for removing the zoom buttons from the UI entirely when the PDFViewerUpdates feature flag is enabled. Bug: 1099550 Change-Id: I1546d7ad3eedfb52c3925056763c35b8cc3a5b78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270811 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#783735}
-
Xida Chen authored
This CL converts base::Bind to base::BindRepeating in the captive_portal/ folder. This is a code health CL, no behavior change. Bug: 1007635 Change-Id: I334a3487d1a253ca0322ee0fd215e446a96b992a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274517 Auto-Submit: Xida Chen <xidachen@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#783734}
-
Jinsuk Kim authored
Simulating motion events causes flakiness in gesture navigation instrumentation tests, and only on certain os version for some. This CL replaces the motion events with direct call to NavigationHandler#onScroll with computed event coordinates to have the same effect for testing but seemingly more stable results. Bug: 1041233, 1091417 Change-Id: I6bc91eeafee9d5d520509070b9cd1992463c858d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269439 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#783733}
-
Scott Little authored
The histograms OfflinePages.PrefetchEnabled and OfflinePages.PrefetchUsage are still in use, so this CL extends the expiration of these histograms. Fixed: 1089149 Change-Id: I977b0a40344eaea850f0d1c78c22fd0a040b2845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269297 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#783732}
-
Nektarios Paisios authored
When selecting backwards in a native text field, such as <input> or <textarea>, a significant slowdown would sometimes be experienced if using Jaws. The cause was the fact that we were not reporting the correct direction of the selection. We were always reporting the selection start to be less than the selection end, similar to how the DOM APIs "selectionStart/End" work on a text control element. Unfortunately, it was not possible to simplify the code that retrieves the current selection from a text control. It turns out that the Selection method of the TextControlElement class can correctly handle cached selection offsets which was the main modivator behind having our own AXSelection::FromCurrentSelection(TextControlElement&) method. If the text control is currently not focused its selection is cached. However, the TextControlElement::Selection() method does not return a selection that is anchored to the text control, but to the static text node inside it. R=dmazzoni@chromium.org, aleventhal@chromium.org AX-Relnotes: Performance improvement when selecting backward using Jaws in a text field. Change-Id: I07c68e84998343bf5314b27f39cbd9339eb9104d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273060 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#783731}
-
Scott Little authored
This CL extends the expiration of several OfflinePages.StorageInfo.* histograms that are still in use: OfflinePages.StorageInfo.ExternalArchiveSizeMiB OfflinePages.StorageInfo.ExternalFreeSpaceMiB OfflinePages.StorageInfo.InternalArchiveSizeMiB OfflinePages.StorageInfo.ExternalUsagePercentage OfflinePages.StorageInfo.InternalFreeSpaceMiB OfflinePages.StorageInfo.InternalUsagePercentage Fixed: 975246, 1089162 Change-Id: I10573dc7a038073fc69309ff80b2b1fe142858fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269500 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#783730}
-
Bruce Dawson authored
When using bisect-builds.py it is often necessary to pass additional arguments to Chrome but the syntax for doing this is not obvious. This change explicitly documents the syntax so that I will remember next time. Change-Id: I5d19b0fb2eeeea56d96b9823c1c5106aa79d16d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274082 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/master@{#783729}
-
Mustafa Emre Acer authored
This CL displays the lookalike interstitial for remaining IDN spoof check results with a few exceptions, as described in the comments. Bug: 1095120 Change-Id: I13c2fb2517b8c5104ef7902b15d11c9531b2c672 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271166 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#783728}
-
Taylor Bergquist authored
This is also partial progress towards https://crbug.com/1093972 Bug: 1096645 Change-Id: I78cc212f224bdc6d7ba6bd2bd180e779e8d62ccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261874Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#783727}
-
Daniel Cheng authored
Bug: 1099945 Change-Id: If0e381bbaf57687b37b89796d76ddaeb2771a74d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271257 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#783726}
-
Dale Curtis authored
TBR=nasko Bug: 1055282 Change-Id: I1cd244fe06d6494f1ca7282ad05e37f7d0322e56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273622Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#783725}
-
Scott Little authored
These histograms seem to have been removed from the code, and the latest milestone that I can find any data for them is M60, so I'm marking them as obsolete. Fixed: 1089123 Change-Id: I15d1e6c9442f00e2a081ef89f938d5878051d568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268201 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#783724}
-