- 10 Apr, 2020 40 commits
-
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fdabfbc3349a..9d8cede79b05 git log fdabfbc3349a..9d8cede79b05 --date=short --first-parent --format='%ad %ae %s' 2020-04-10 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision bc4df9dd..666362b2 (758140:758256) Created with: gclient setdep -r src/third_party/webrtc@9d8cede79b05 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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I7fc23ec3fc42411419ec760a306427452f8bbcc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145927Reviewed-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@{#758349}
-
Ian Swett authored
https://quiche.googlesource.com/quiche.git/+log/e4524052d19d..b86cd3f5fb91 $ git log e4524052d..b86cd3f5f --date=short --no-merges --format='%ad %ae %s' 2020-04-06 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_standard_deviation_for_pto. 2020-04-06 renjietang gfe-relnote: deprecate gfe2_reloadable_flag_quic_writevdata_at_level 2020-04-06 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_minimum_validation_of_coalesced_packets. 2020-04-06 bnc Deprecate --gfe2_reloadable_flag_http2_skip_querying_entry_buffer_error. 2020-04-06 ianswett gfe-relnote: Deprecate unverified flag quic_bbr_one_mss_conservation false, because it increased retransmit rates and all work is now on BBRv2. 2020-04-06 bnc gfe-relnote: Send IETF QUIC, HTTP/3 and QPACK error codes in CONNECTION_CLOSE frames. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. 2020-04-05 bnc gfe-relnote: Refactor QuicConnectionCloseFrame. Not protected. 2020-04-04 bnc gfe-relnote: Delay writes on QPACK streams. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. 2020-04-03 fayang gfe-relnote: In QUIC, split ConfigureMaxDynamicStreamsToSend to two and update max open incoming streams count in stream id manager. Protected by existing gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. 2020-04-03 renjietang Use protocol flag to gate HTTP/3 server push. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=bnc@chromium.org Change-Id: I3412be38f059050a7578ac95806b0d2dcd68599a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137925 Commit-Queue: Ian Swett <ianswett@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#758348}
-
Ramya Nagarajan authored
Bug: 1025857 Change-Id: I4a40cfeb8ad0c63ddf0abcf843130d888661b50a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137516 Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#758347}
-
Tommy Li authored
This CL updates the Header to always show the toggle icon. This CL fixes mouse events for the header, by deriving the control from views::View correctly (instead of Label, which was a typo). It also brings the layout closer to the final layout, with a left-aligned label and the button on the right, by setting the flex on the label to 1. Bug: 1052522 Change-Id: I751dee3a3e73c1f1cba936e6a29b0ff7629a4b74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145822 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Auto-Submit: Tommy Li <tommycli@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#758346}
-
dpapad authored
GetRawDataResource assumes that underlying files are not compressed, whereas LoadDataResourceString automatically decompresses if necessary. This is one of many CLs, in preparation of compressing all HTML, JS, CSS, SVG files by default (meaning without requiring compress="gzip" to be specified). Bug: 1068407 Change-Id: If7df690e2b423ba0d2775d5b7d31a4800d8cd03d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145817 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#758345}
-
Bo Liu authored
Enable wide color gamut in same condition as chrome, except use kUseWindow instead of kUseDisplay. Change-Id: I199bb3545143ad169b13f47ed5986c6d0865728f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143861 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#758344}
-
Wei-Yin Chen (陳威尹) authored
Bug: 836700, 836110 Change-Id: Id22b0e22d95f3b0429c20799f59a95062a99ac5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143691Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#758343}
-
Xianzhu Wang authored
Previously it used RecordSource and RasterSource which did some extra work not needed and caused DCHECK failure in CompositeAfterPaint when one DisplayItemList was handled by RecordSource and RasterSource more than once. In CompositeAfterPaint, ContentLayerClient::PaintContentsToDisplayList() just returns the cached DisplayItemList. Simplify cc::PictureLayer::GetPicture() by directly calling DisplayItemList::Raster(). Change-Id: I17cbf004371861ef901c95d21011f1bc9b07f880 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142695Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#758342}
-
Ben Wagner authored
These radii were being converted to ints too early. Allow them to pass through the CTM before rounding. At the moment Skia will round the radii after mapping them through the CTM. The specification is unclear about how to convert to integer physical pixels, with clarification discussed at https://github.com/w3c/csswg-drafts/issues/3619 . Bug: chromium:719999,chromium:856178,skia:10110 Change-Id: I6a400eb7398c533fcdc46c6f2ca22c11f56a3912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132426Reviewed-by:
Florin Malita <fmalita@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Michael Ludwig <michaelludwig@google.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#758341}
-
Garrett Beaty authored
Change-Id: Id99a39facc81873a57f0e0b3671dcc108e811da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145967 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#758340}
-
Sammie Quon authored
Removes a unnecessary SetSize call after updating the icon. It is unnecessary because we should be using the bounds specified by Layout. Test: manual Bug: 1069428 Change-Id: Ia3c24ed4c94472236c193f1fc85569af36d8e647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145952Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#758339}
-
Sharon Yang authored
For actions that are not supported on the Fuchsia SemanticsManager side, handle those explicitly by running OnAccessibilityActionRequestedCallback with false. This indicates the action was received and deliberately not handled. Add ConvertAction to convert a single Fuchsia action to a Chromium action. Test: Added AccessibilityBridgeTest.PerformUnsupportedAction Bug: fuchsia:16501 Bug: 973095 Change-Id: I32fc33b439ae7cca951c21fcf6d875a07c8fa76c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144343Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/master@{#758338}
-
dpapad authored
These tests were erroneously running only on CrOS, even though chrome://view-cert WebUI is available everywhere where USE_NSS_CERTS is true. Bug: None Change-Id: I11568120a2173ba704b2efb04fec99604f632ab2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145869 Commit-Queue: dpapad <dpapad@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#758337}
-
Ahmed Fakhry authored
In any screen rotation other than 0, the two-finger gesture scrolls to move the focus region of the fullscreen magnifier are broken; i.e. scrolling horizontally would move the focus region vertically or vice versa, and also the scroll directions are not consistent (in some rotations user needs to move fingers in the same direction where the focus region is desired to move, and in other rotations in the opposite direction. This CL fixes these issues. BUG=867537 TEST=Manually by enabling the fullscreen magnifier, rotating the screen in various orientations, and performing 2-finger scrolls. New test was added. Change-Id: I17bd9dfe79d1c042f12fafdac11ede70e7b4697f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143115 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#758336}
-
Xinghui Lu authored
This is the first step of local blacklist clean up on Java side. The interface init(observer, enableLocalBlacklists) will be removed eventually. Add its default implementation in this CL, so when the upstream implementation is removed, the build won't break. Bug: 1054179 Change-Id: I72f9b183f3090172ac96898107a67bb08e51ad29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143113 Commit-Queue: Daniel Rubery <drubery@chromium.org> Auto-Submit: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#758335}
-
Yu Han authored
Prior to this CL, when a slot with imperatively assigned nodes is removed from its shadow root, assignment recalc is deferred until an API (Slot.assignedNodes, Node.assignedSlot) or a LifeCycleUpdate triggers the recalc. If no assignment recalc is triggered and the slot is added back to its original shadow root, its imperatively assigned nodes will reappear. This is an unwanted side effect because if an assignment recalc is trigger before slot is added back, its assigned nodes will be cleared. This CL fixes this side effect by clearing a slot's imperatively assigned nodes whenever it's removed from its parent node. Thus, regardless of whether a recalc is trigger before the slot is added back or not, the end result is that the slot's assigned nodes are empty. Note: With this CL, even moving the slot inside it's shadow root will clear out its imperatively assigned nodes. See example: host ---sr --s1 --s2 --c1 s2.assign([c1]); sr.insertBefore(s2, s1); assert_array_equals(s2.assignedNodes(), []); I believe this is correct behavior. The output should be the same as removed = sr.removeChild(s2) sr.appendChild(removed); Bug: 869308 Change-Id: Ie1247684b77d5c4b8e5f113421807c0c187224f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135371Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Yu Han <yuzhehan@chromium.org> Cr-Commit-Position: refs/heads/master@{#758334}
-
Ionel Popescu authored
Calling preventDefault for touchstart is going to suppress the click event that actually updates the color format. The fix here is to simply avoid handling the touchstart event since the default behavior is doing what we want. Bug: 1068066, 1069818 Change-Id: I9990d2001a2de8978019053b4615f7bbf2676372 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144460 Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#758333}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/c2dcb3eec9ad..07e64e6eeffc git log c2dcb3eec9ad..07e64e6eeffc --date=short --first-parent --format='%ad %ae %s' 2020-04-10 btolsch@chromium.org Fix mac loopback checking Created with: gclient setdep -r src/third_party/openscreen/src@07e64e6eeffc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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 Bug: None Tbr: jophba@chromium.org Change-Id: I8a9d29e66915e0eb62f7c75d4936dd78491ffda6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145917Reviewed-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@{#758332}
-
Sandeep Vijayasekar authored
Bug: internal b/151166224 Test: cast video on Smart Display Change-Id: I50fafbac4dab0c01b9679c3eb5e25074a00cdc46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145870 Commit-Queue: Sandeep Vijayasekar <sandv@google.com> Auto-Submit: Sandeep Vijayasekar <sandv@google.com> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#758331}
-
Matt Menke authored
We want to remove the single argument version of the method, rather than have consumers assemble a header in the form of "foo: bar" by joining two strings. Having AddHeaders itself do this in only one place is safer and allows it to validate the key and value arguments are reasonable. Also, the single argument overload places limitations on the implementation of AddHeaders works, unless we want to have AddHeaders potentially parse the single string (that many consumers just merged from two separate strings) into a name/value pair, so ideally we can just remove it, once consumers are all converted to use the two-argument overload. Bug: 1068194 Change-Id: Ida6ec5cf190a397d9f0f896da0d6f876580bf761 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144821Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#758330}
-
Aaron Gable authored
This tester runs three kinds of tests: * chromium_mac_gtests, which are completely swarmed * chromium_mac_rel_isolated_scripts, which are also swarmed * chromium_mac_scripts, which are identical to chromium_linux_scripts, and which run on linux just fine This means that the OS of the Mac10.15 Tests builder shouldn't matter, all that matters is the OS of the hosts running its triggered swarming tasks, which this CL doesn't change. Assuming this goes well, I will also convert the other Mac testers (10.10, 10.11, 10.12, 10.13, and 10.14, all on the main waterfall) to also use Linux hosts. This will both free up some mac capacity to use for compilers and testers, and make these builders "builderless" which should help with capacity and scheduling. Bug: 1061582 Change-Id: I307db015865288136e7fec0921942e051547be90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146053 Commit-Queue: Aaron Gable <agable@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Aaron Gable <agable@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#758329}
-
Yue Zhang authored
For some devices in landscape mode, the IPH entrance might not be completely showing on the screen and thus Espresso cannot correctly perform a click. This is causing the test to fail on x86 Pie trybots. This CL fixes this issue by making it scroll to a position where the view is completely showing for Espresso to click. Bug: 1069809 Change-Id: I7ec8b5f43ebdfb318472ae923bce4080c917f7df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144455 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#758328}
-
Reilly Grant authored
This test appears to be flaky. Disabling the test on ASan to reduce noise on the waterfall. Bug: 1047723 Change-Id: Iace17cdb214d851ffe4fecde2a715aa80f0b2a77 Tbr: brucedawson@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145958Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#758327}
-
Carlos Knippschild authored
Also addresses other issues with the archive publishing code and fixes one DCHECK that would trigger when it shouldn't. Bug: 1010916 Change-Id: Ie6d47201260d86f8ecca944c2655c967803440d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138633Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#758326}
-
Garrett Beaty authored
Bug: 1067057 Change-Id: Ib925c0fdd2ea15bc5eca2da14b7260f48e156190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140929 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#758325}
-
Daniel Rubery authored
This was functionally incorrect (unregistering the wrong tokens) and is causing crashes in M83, blocking the WebProtect release. Since it was only added to support privacy requirements for APP scanning, simply remove this functionality and I'll correctly re-introduce it in M84. Bug: 1068732 Change-Id: I38ac3ba3a39564f1342c3cb4f9f57794bf2aeace Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144467Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#758324}
-
Bettina authored
Based on the custom attributes sent from update client, if there is a key that describes the extension as malware, disable the extension. The custom attributes are stored in an extension-specific pref. An extension is disabled if a "_malware" key is found otherwise it checks if it needs to be re-enabled if it was previously disabled remotely. Bug: 1038797 Change-Id: I6aa72bac49417778df7b723b462752a7c0e6a560 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073064 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#758323}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/95c26efc9049..daf94c56bcb3 git log 95c26efc9049..daf94c56bcb3 --date=short --first-parent --format='%ad %ae %s' 2020-04-10 bsalomon@google.com Fix attrib order with local coords in AALinearizingConvexPathRenderer 2020-04-10 egdaniel@google.com Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." Created with: gclient setdep -r src/third_party/skia@daf94c56bcb3 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 csmartdalton@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 Bug: None Tbr: csmartdalton@google.com Change-Id: Id3fc04ca45447199629f8e8b598083181307fd01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145915Reviewed-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@{#758322}
-
Bill Budge authored
- Adds kCodeCacheDeduplicationStudy feature. - Adds kCodeCacheDeduplicationThreshold feature parameter. Bug: chromium:936107 Change-Id: Ibb9f2cca2b14c4dccba59c1194560f84f2ba906c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124972Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mythri Alle <mythria@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#758321}
-
David Bertoni authored
The CL adds a synchronization point between the browser and the renderer at the transition from incognito mode disabled to enabled. Bug: 1015136 Change-Id: Id29f5dc115f318cd5a7e08beac85d50d4793aa01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039595 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#758320}
-
Bettina authored
The if statement for change_password_button was reversed and used the object when it was null. Bug: 1068396 Change-Id: I13fce75f5aaeee0749a59de08bd439362d93b4ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145677 Auto-Submit: Bettina Dea <bdea@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#758319}
-
dpapad authored
GetRawDataResource assumes that underlying files are not compressed, whereas LoadDataResourceString automatically decompresses if necessary. This is one of many CLs, in preparation of compressing all HTML, JS, CSS, SVG files by default (meaning without requiring compress="gzip" to be specified). Bug: 1068407 Change-Id: I1605422bd71e8712547ab93a29dff20e2f54c5f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144457Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#758318}
-
Reilly Grant authored
This test appears to be flaky. Disabling to reduce noise on the CQ and waterfall. Bug: 1048623 Change-Id: Ib103cf4bc7d2cbc61e355f9ffea2b68052b03291 Tbr: vakh@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145682Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#758317}
-
Sam Bowen authored
Bug: 1064748 Change-Id: I74627723099d1b09359cd6fa7575136a39b0d01a Binary-Size: The binary size of the generated code was reduced as much as possible in https://crrev.com/c/2144773 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137514 Commit-Queue: Sam Bowen <sgbowen@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#758316}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/68353dd74e3e..3431cbde4e5a Created with: gclient setdep -r src-internal@3431cbde4e5a 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 nhiroki@google.com,reillyg@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 Bug: chromium:1046880,chromium:1058152 Tbr: nhiroki@google.com,reillyg@google.com Change-Id: I6b3191fd5ddc060cb9b60ecbb79d2b49df254c37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145914Reviewed-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@{#758315}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: Ib65dd541d00deed6c72dcf5596358c00974b4b8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145382Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#758314}
-
Jian Li authored
Bug: 1044139 Change-Id: I1ecaf8f68dd047353ea746fa94f73004a5a35205 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142952 Commit-Queue: Jian Li <jianli@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#758313}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/cf9ec0ae80a4..b36549d189fb git log cf9ec0ae80a4..b36549d189fb --date=short --first-parent --format='%ad %ae %s' 2020-04-10 brgoddar@microsoft.com Network: Update Search to Activate Requests when clicked Created with: gclient setdep -r src/third_party/devtools-frontend/src@b36549d189fb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: chromium:1068747 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I15a2a576a693f60226b00cc28f5f85fe468134fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145918Reviewed-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@{#758312}
-
ssid authored
The experiment is not launched yet due to few bugs and the current release delays. So, extend till 86. BUG=1068217 Change-Id: Ia1562665588d7fa6872e929990905381e1000051 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143887Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#758311}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: I2aa3940ad452f340d6d50361fb742f9d653e5e84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145374Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#758310}
-