- 04 Oct, 2019 40 commits
-
-
v.paturi authored
CSS filters such as invert, greyscale etc. are not available in DarkModeImageClassifier where the extraction of features happens. So we end up extracting the features on the original image which is not what is seen on the user's screen. Until we have a way to take the css filters into consideration while extracting the features, it's safer to just skip the feature extraction altogether when such filters do exist. Bug: 1007925 Change-Id: I1b082a628709178e64aed488bb4656dd7044386a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824051Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Aran Gilman <gilmanmh@google.com> Reviewed-by:
Prashant Nevase <prashant.n@samsung.com> Commit-Queue: Varun Chowdhary Paturi <v.paturi@samsung.com> Cr-Commit-Position: refs/heads/master@{#702739}
-
Lei Zhang authored
Fix lint errors along the way. Change-Id: If87c1c8c330d191e1ca0d422c4d2bce299b24ce5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838709Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#702738}
-
Lei Zhang authored
Change-Id: Id64281b03e209469b14591849c97ff05feeb148a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838528Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#702737}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/2ae2841e85ac..e65131f1a930 git log 2ae2841e85ac..e65131f1a930 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 saklein@chromium.org BuildsChrome: Call implementation. 2019-10-04 vapier@chromium.org cros_build_lib: run: add encoding/errors options 2019-10-04 jrosenth@chromium.org httplib2: upgrade to upstream and make python3 compatible Created with: gclient setdep -r src/third_party/chromite@e65131f1a930 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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 CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I9b2817e075e6aff3e69cf2c35c21bab40ac04ecb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838690Reviewed-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@{#702736}
-
Samuel Huang authored
This CL performs a "horizontal" update to IsWebUiHostInDevUiDfm(), so that all WebUI hosts chosen to be in the DevUI DFM become affected by its flow. Specifically (on Android): * Accessing the (chrome://) URLs of these hosts triggers DevUI DFM install and/or load. * These hosts are not accessible unless the DevUI DFM is installed. The updates here are quite mechanical, so it makes sense to do them all at once (at least in draft), thereby reducing churn and edit / review burden. Hereafter, we can focus on moving resources from resources.pak to dev_ui_page_resources.pak. Bug: 927131 Change-Id: I9fc1471e84bb1219eaafad6e751b90cc425a1b23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834426 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#702735}
-
BUG=762641 TBR=achuith@chromium.org Change-Id: I1bf56ef030f33c57361b9b0397f8207bb0d5e4d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839236Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#702734}
-
Hitoshi Yoshida authored
Before this CL, a default dictionary value {} was not usable for union types that contains a dictionary type, though it is allowed in spec. This CL makes it possible. Bug: 839389, 984949 Change-Id: I4c053a482d5b9623dea665e63ae9ad267555730e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838800Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#702733}
-
Miyoung Shin authored
This change converts VRService mojom interface client in blink to use BrowserInterfaceBroker, and converts VRService{Ptr, Request} in chrome, content and blink to the new Mojo type. Bug: 936482, 955171, 978694 Change-Id: Ib2d982ea3402c570c825e2b55d7aec2c77b2d8c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828717 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#702732}
-
Rika Fujimaki authored
Delete unnecessary function definition in ModuleRecordResolverImpl. Change-Id: Ib9b54429487f772565222c6dbb16bd8e905cfe7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839276Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Rika Fujimaki <rikaf@google.com> Cr-Commit-Position: refs/heads/master@{#702731}
-
Melissa Zhang authored
This CL moves the GetPickerAction and GetDestinationPlatform function calls out of RecordUma such that ChromeOSAppsNavigationThrottle can call its own GetDestinationPlatform which sets the platform for when a preferred activity is found. BUG=968411 Change-Id: Ia838828ec4d03f1543243827f87601bfa2534c4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836293 Commit-Queue: Melissa Zhang <melzhang@chromium.org> Reviewed-by:
Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#702730}
-
Samuel Huang authored
This CL applies a similar fix as http://crrev.com/c/1807069 (for APK breakage) to unit_tests. In addition, we also include DevUI DFM classes that are in the base module. This change will be needed for tests to work, once the set of chosen DevUI pages are associated en mass with the DevUI DFM. Bug: 927131 Change-Id: I4caa7fba245b77aed3b880846c436a2fc9e99ca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835066 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#702729}
-
David Staessens authored
This CL adds extra command line options to the video_decode_accelerator_tests to control the format and amount of video frames saved to disk when --output_frames is specified: --output_format: allows switching the file format between png and yuv. --output_limit: allows putting a limit on the number of frames saved to disk. TEST=ran new VDA tests on caroline BUG=962354 Change-Id: Ifc0556986b28309b79ac7df9597154b85f08cc29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831728 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#702728}
-
Matt Falkenhagen authored
Bug: 998399 Change-Id: I69c12d797898cd0dbb71d76a90a35b303539f3b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838838 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Auto-Submit: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#702727}
-
Xianzhu Wang authored
Let FileInputUploadControl::PaintedOutputHasNoEffectRegardlessOfSize() return false because it always paints the button. Bug: 1009827 Change-Id: Ib74ea880c3b984adf3eee707f8285508e3300b53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836659 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#702726}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f3c5fefedbf9..94c33f91b3c2 git log f3c5fefedbf9..94c33f91b3c2 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@94c33f91b3c2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org 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=agable@chromium.org Bug: None Change-Id: Id6cff5d3dc7f19147f798f320b4d4b3b32f45177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838544Reviewed-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@{#702725}
-
Eric Willigers authored
The WebDisplayMode enum is redundant in C++ now that we have blink::mojom::DisplayMode. The following header is no longer needed: third_party/blink/public/common/manifest/web_display_mode.h // TODO(dgozman): instead of this enum, use blink.mojom.DisplayMode directly. WebDisplayMode.java is added to chrome/android/java/..., replacing the WebDisplayMode.java file that was previously generated from the above header. (The mojom-generated Java class DisplayMode is not a direct replacement for the Java annotation type @WebDisplayMode.) The DisplayMode enum constants now following the naming guide: kUndefined kBrowser kMinimalUi kStandalone kFullscreen https://google.github.io/styleguide/cppguide.html#Constant_Names TBR=jochen@chromium.org TBR=reillyg@chromium.org TBR=yusufo@chromium.org Bug: 1009909 Change-Id: Ida01048bd5001e9217601d35a2ef3770d4d7bf54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834804 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#702724}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d2cf50492a3f..35a60f622c58 git log d2cf50492a3f..35a60f622c58 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@35a60f622c58 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC rmistry@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 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=rmistry@google.com Bug: None Change-Id: I49a58d5fbc518a1adec7d6d3d660ec195ea4efef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839415Reviewed-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@{#702723}
-
Julie Jeongeun Kim authored
This CL converts UDPSocket from udp_socket.mojom to new Mojo types using PendingRemote, Remote, PendingReceiver, Receiver, and UniqueReceiverSet. Bug: 955171 Change-Id: I344a2808ca8da42a1a5c0cb6166c8916a5159a40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831623Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Julie Kim(OoO until 4 Oct) <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#702722}
-
Ankit Kumar 🌪️ authored
Document links may have zoom values defined in the PDF. Currently the zoom values are not taken into account during navigation of document links. This CL adds the zoom value for document links. Tests have been modified to validate the zoom value. Bug: 982176 Change-Id: Ibcd585b20eb2506a1c01066de2548e36da6ffc4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811408Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Cr-Commit-Position: refs/heads/master@{#702721} -
Yu-Hsuan Hsu authored
The change is related to CL:1813257. Add histogram information in histograms.xml to make the histogram visible on chromedashboard. BUG=b:141286272 Change-Id: Ic8f94aa183decb6f108954c1249428af6f00d4f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837450Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Yu-Hsuan Hsu <yuhsuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#702720}
-
dpapad authored
In Polymer3 relative CSS url()s inside style modules are resolved by default with respect to the main HTML document, which results in incorrect URLs. In Polymer2 these were resolved with respect to the location of the HTML file hosting the style module, but in Polymer3 styles are hosted in JS. Explicitly adding an |assetpath| attribute to auto-generated Polymer3 style modules fixes the issue. Bug: 965770 Test: Use css_icons_css.m.js from a Polymer3 WebUI page. Verify that icons are properly displayed. Change-Id: I12b3e9283bded368976469bdd7ab5e2ef0c79a3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838554 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#702719}
-
Nate Fischer authored
No change to logic. This updates C++ code in the metrics component to use nullptr instead of NULL. This is to align with the chromium C++ styleguide. Bug: 1010369 Test: git cl presubmit --upload Change-Id: Ib4133584972ae6069e469c58798cd1a323b4eeec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835091Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#702718}
-
Andrew Luo authored
Change-Id: I7a84805a01edad11df3ba65762aec013bdf2488a Bug: 1010211 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832482Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#702717}
-
Yoichi Osato authored
TBR=achuith@chromium.org Bug: 1010866 Change-Id: Idb04a7a87cfd1bf71e79e90f2202010954f711ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838793Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702716}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1f08ab28305d..5549ef0451f9 git log 1f08ab28305d..5549ef0451f9 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 m.maiya@samsung.com Vulkan: Fix content synchronization for textures bound to images 2019-10-03 timvp@google.com Trigger a flush() when the command graph contains too many objects Created with: gclient setdep -r src/third_party/angle@5549ef0451f9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cwallez@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 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=cwallez@google.com Bug: None Change-Id: I5a3085c3ee848b7f47fcc232a17145550f13b6e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839204Reviewed-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@{#702715}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/42e79b023ed5..595c588d9706 Created with: gclient setdep -r src-internal@595c588d9706 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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 CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Ie081fa70c99d08b625ad752f8a39763c2dc3d99c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839411Reviewed-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@{#702714}
-
Alexey Baskakov authored
According to go/chrome-bmo design doc sync data model, we should have two copies of app's name and theme_color fields. Rename specifics to sync_data. Rename proto to local_data. Add is_sync_placeholder flag. Add comments. All these fields will be used in WebAppSyncBridge implementation: https://chromium-review.googlesource.com/c/chromium/src/+/1830494 Bug: 860583 Change-Id: Idce95b5fdd4843cf9a8e290fe61293bffb938bc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833347 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#702713}
-
Yoichi Osato authored
TBR=bengr@chromium.org Bug: 1010865 Change-Id: I01a9b4390fb0147c95c7f915d4a15d442a0faddc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838778Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702712}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=cmasso@chromium.org Change-Id: I5407542ba98db5c8ed0d0efaf1362f508eb68561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838387Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#702711}
-
Nico Weber authored
Move GOOGLE_CHROME_BUILD into just the cc files, so that the dep on //build:branding_buildflags doesn't have to be a public_deps and to make branding affect internal APIs less. Bug: 961769 Change-Id: I41f0dfc5df304ea34b35d4298e389573a1bd2119 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830088Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#702710}
-
Ramya Nagarajan authored
Bug: 1010782 Change-Id: Iadba4ee9eaf703d05c38de9154cf17925b4050f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838955 Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#702709}
-
David Schinazi authored
https://quiche.googlesource.com/quiche.git/+log/67840e16ec81..f518a2641c6d $ git log 67840e16e..f518a2641 --date=short --no-merges --format='%ad %ae %s' 2019-10-03 vasilvv gfe-relnote: Call NeuterHandshakePackets() once per connection. Protected by reloadable flag quic_neuter_handshake_packets_once. 2019-10-03 vasilvv gfe-relnote: Call NeuterHandshakePackets() once per connection. Protected by reloadable flag quic_neuter_handshake_packets_once. 2019-10-03 bnc Remove SETTINGS_NUM_PLACEHOLDERS. 2019-10-03 nharper Call ProofHandler::OnProofVerifyDetailsAvailable in TLS handshake in QUIC 2019-10-03 bnc Remove QpackEncoder::DebugVisitor. 2019-10-03 vasilvv [build] Include ostream in quic_ip_address.h 2019-10-02 bnc Fix QPACK crash by unregistering observers with QpackHeaderTable. 2019-10-02 bnc Enable histogram logging events in QpackEncoder even if there is no debug_visitor_. 2019-10-02 bnc Change QpackHeaderTable::observer_ type and swap RegisterObserver() argument order. 2019-10-02 fayang gfe-relnote: Check for partial write when crypto frame gets retransmitted. This only affects T099 which supports amplification factor. 2019-10-02 wub gfe-relnote: (n/a) Rate limit a QUIC_LOG(ERROR) in BandwidthSampler. Logging only. 2019-10-02 vasilvv Implement a QuicSession subclass for QuicTransport client. 2019-10-02 fayang gfe-relnote: In QUIC, consider packets (which cannot be sent because of write blocked) as sent from unacked_packet_map and congestion control's perspectives. Protected by gfe2_reloadable_flag_quic_treat_queued_packets_as_sent. 2019-10-01 quiche-dev Enable QUIC v48 for Quartc 2019-10-01 wub gfe-relnote: (n/a) Add unit tests for quic::MaxAckHeightTracker. Test only. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I7ec255e103eb06aa47d9611f7888f71b8014af11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838167 Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#702708}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/68d22ef43dcd..d2cf50492a3f git log 68d22ef43dcd..d2cf50492a3f --date=short --no-merges --format='%ad %ae %s' 2019-10-04 tandrii@google.com Revert "Roll recipe dependencies (trivial)." 2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-03 rmistry@google.com Revert "Roll recipe dependencies (trivial)." 2019-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@d2cf50492a3f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC rmistry@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 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=rmistry@google.com Bug: None Change-Id: Ic349f0af6224e6649029060e37e643f97d9094bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839182Reviewed-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@{#702707}
-
Yoichi Osato authored
TBR=changwan@chromium.org Bug: 1011204 Change-Id: Ib740b099ed79125201df083d85669610de8f649f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839273Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702706}
-
Regan Hsu authored
screenshot: https://screenshot.googleplex.com/4Mrmorn61Ep Bug: 993828 Change-Id: Ief3e762760989d92403dcf3c350d608bfa06c545 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828130 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#702705}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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 CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I07952bc30df770f98c100b64e5083d7d67b38e3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838982Reviewed-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@{#702704}
-
Yoichi Osato authored
TBR=wangxianzhu@chromium.org Bug: 1011191,1011188 Change-Id: I3ebc1ef0c5c5553e21b6c8fb09cd5ce81b810838 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838777Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702703}
-
Fred Mello authored
Also renamed param from status to errorCode. Bug: 1005802 Change-Id: Iee6991724fb10b9e30ca7919ae21e5a4829e3324 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838415 Commit-Queue: Fred Mello <fredmello@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#702702}
-
Yoichi Osato authored
TBR=battre@chromium.org Bug: 1011194 Change-Id: Ibefb2fa2483c7d20633159a07180127cc15c8b00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838776Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702701}
-
Yoichi Osato authored
TBR=csharrison@chromium.org Bug: 1011205 Change-Id: I91122be48ec9968746a601440556b8d9000aaac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839216Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702700}
-