- 18 Oct, 2019 40 commits
-
-
Wei Li authored
The only custom action in HoverButton's manual layout is to position title label vertically in its parent. We create a small custom view class for its parent to change its position upon bound change. Therefore, we can remove the manual layout in HoverButton. BUG=1005568 Change-Id: Iea0f9a8236a519373e299b31550d4240551cda7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866981 Commit-Queue: Wei Li <weili@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#707575}
-
Matt Menke authored
It was only being used on iOS, but the system handles wkWebView-initiated data URL requests there, and they aren't needed for internal requests, so this CL also removes all of iOS's uses of the class. I'll remove DataProtocolHander and URLRequestDataJob in followup CLs that make sure we don't lose test coverage of the data URL parsing code, which is still in use. Change-Id: I5e6789b36c457a7ab06f7a8e0c1cf1dcee2929b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868837 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#707574}
-
Adam Ettenberger authored
With Narrator and UIA enabled if the user navigates to the end of a document, then the document is modified such that Narrator now has a range whos |start_| or |end_| position is at the end or start of the document respectively, |NormalizeTextRange| would have created a NULL_POSITION for that range edge. To avoid this, if there is no next/previous character for that edge of the range, then that edge position will not be modified. Bug: 1015593 Change-Id: If706057eaf533dfd0ab5e544eefd102d95ca767e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869716Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Commit-Queue: Adam Ettenberger <adettenb@microsoft.com> Cr-Commit-Position: refs/heads/master@{#707573}
-
Carlos IL authored
Bug: 1015501 Change-Id: Ifb0d0f12229ee37fe9abeecfbc46218a4314ea34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865758 Commit-Queue: Carlos IL <carlosil@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#707572}
-
gogerald authored
Bug: 1015976 Change-Id: Iffe5eb9fbde4c2abb666f174700699d0025b3c6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869711 Auto-Submit: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#707571}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/9bd9f4b3ed64..f28d5287c68b git log 9bd9f4b3ed64..f28d5287c68b --date=short --no-merges --format='%ad %ae %s' 2019-10-18 dneto@google.com Remove utils/build.py (#841) Created with: gclient setdep -r src/third_party/shaderc/src@f28d5287c68b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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=radial-bots+chrome-roll@google.com Bug: None Change-Id: I01ea6b78988bcaeaafacdc16fe5aad5ff234b876 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869764Reviewed-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@{#707570}
-
Christy Chen authored
The presubmit script did not warn about the missing example tag for placeholders. This Cl added more details to the error message. https://imgur.com/a/9I7hXfx Bug: 941561 Change-Id: I2a950e4dd1fecc0a4dfea7467216c71c964c97b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845580 Commit-Queue: Christy Chen <chrche@microsoft.com> Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Reviewed-by:
Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#707569}
-
Nasko Oskov authored
The terminology we use in the SiteInstance and process model code is "site" not "web site", therefore it makes more sense for the IsSameWebSite method to be named IsSameSite and be more consistent with the rest of the code. Bug: 1015882 Change-Id: Icb4ba1464b8559ff07c10d2dc338014ec79522ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869761Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#707568}
-
Manas Verma authored
Logging whether or not the user perceived any latency between selecting a card and being prompted for authentication. This would help us determine if our efforts to reduce user-perceived latency were successful. When the user is opted-out, it also determines how often we can actually present the user with the opt-in flow. Bug: 949269 Change-Id: I9ef2a34d05ec04e97d572f4d563fca92eeef9dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810022 Commit-Queue: Manas Verma <manasverma@google.com> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#707567}
-
James Cook authored
Chrome OS used to use the mojo preferences service, which required prefs used across the browser/ash boundary to be flagged as PUBLIC. Since mustash was cancelled we don't use the mojo service any more, so the flag isn't needed. This helps clarify which prefs are still actually using the mojo preference service (e.g. assistant). This CL is just cleanup, no behavior changes expected. Bug: none Change-Id: I4f53ff4f1dcaba600a797f61774c186459c751aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869672 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#707566}
-
Frank Kastenholz authored
https://quiche.googlesource.com/quiche.git/+log/13753e667da5..b5a8b9ebfa6e $ git log 13753e667..b5a8b9ebf --date=short --no-merges --format='%ad %ae %s' 2019-10-18 wub Internal QUICHE change 2019-10-17 renjietang Remove redundant handshake confirmed method. 2019-10-17 dschinazi Deprecate quic_reply_to_old_android_conformance_test 2019-10-17 renjietang Support GOAWAY in HTTP/3. 2019-10-17 bnc Do not track unacknowledged references on the encoder stream in QpackBlockingManager. 2019-10-17 wub gfe-relnote: (n/a) In QUIC BBR and BBRv2, add a flag for MaxAckHeightTracker to determine when to start a new ack aggregation epoch. No behavior change. 2019-10-17 wub gfe-relnote: (n/a) Reduce the rate limit a QUIC error log in BandwidthSampler. Logging only. 2019-10-17 quiche-dev Run quartc_peer_test cases until bandwidth targets are met. 2019-10-17 dschinazi Deprecate and remove v47 Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ic8f605ccba1f9f712fbaf3c31005a50035484435 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869030 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#707565}
-
Henry Jian authored
Previously, the ideal size for WebAPK's adaptive icon is set to be 108dp. It neglects the fact that a total of 30% padding is needed to bridge the gap in safe zone percentage between the web spec (https://www.w3.org/TR/appmanifest/#icon-masks) and the Android spec (https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive). This CL changes it to the right value, 83dp. Bug: 977173 Change-Id: I99411d10751e410a87ae3946bfe5175fe295057d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869372 Commit-Queue: Henry Jian <hzjian@google.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#707564}
-
Wei-Yin Chen (陳威尹) authored
The string was wrongly translated in at least one locale. Add more context to help avoid that more systematically. Bug: 1014772 Change-Id: Ie7f56ee69bd7be7fc4ece189478ed12e24d68bfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864016 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#707563}
-
David Grogan authored
This only modifies the content size suggestion from https://drafts.csswg.org/css-flexbox/#content-size-suggestion, the transferred size suggestion https://drafts.csswg.org/css-flexbox/#transferred-size-suggestion isn't done yet. The 4th case from https://cs.chromium.org/chromium/src/third_party/blink/web_tests/css3/flexbox/minimum-size-image.html now passes. Bug: 845235 Change-Id: Id731437de2a116f94cdada1a93e6bcce86f5f9eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842618Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#707562}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/72b2be2e56ff..0cb09633d68c git log 72b2be2e56ff..0cb09633d68c --date=short --no-merges --format='%ad %ae %s' 2019-10-18 lanwei@chromium.org Revert "Add more test_utils functions." Created with: gclient setdep -r src/third_party/angle@0cb09633d68c 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 jmadill@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=jmadill@google.com Bug: None Change-Id: Iafda603eff91bf2b2c5af5d82b2d5337d1ed9460 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868657Reviewed-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@{#707561}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8fbf366d1dac..a286fcc59c3a Created with: gclient setdep -r src-internal@a286fcc59c3a 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,chromium:None Change-Id: Ib569330bd25829ac2077519c76968b6f996ca96b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869027Reviewed-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@{#707560}
-
David Benjamin authored
I noticed this as I was poking at those tests. Splitting this out separately. Bug: none Change-Id: I449615d0af9a89fffaf40453bc9d9caca87d5790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869497 Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#707559}
-
Peter Kotwicz authored
This CL adds MockCertVerifierRuleAndroid#setResult() which enables individual tests to customize the certificate verification result. BUG=997796 Change-Id: I9efd46db72523049fd72754103dafaff33e75021 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869763Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#707558}
-
Chris Lu authored
Bug: 1014959 Change-Id: I72f36884a3bc36e7d39a93314ec3c4e770ddd10a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869371 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#707557}
-
Kevin Schoedel authored
Bug: b/141992733 Change-Id: Ifff0300df4c36ae8eed67541bda35a5fb0187013 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869832Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Kevin Schoedel <kpschoedel@chromium.org> Cr-Commit-Position: refs/heads/master@{#707556}
-
Daniel Rubery authored
Bug: 1015974 Change-Id: I643d415f8dca086461c54a4080286f27ef0929c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869028 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#707555}
-
Kevin Bailey authored
Although unlikely, it's possible that AutocompleteMatch:: InlineTailPrefix() could access past the end of its classification. Check for this and avoid it. Also adds unit test. Bug: 1013103 Change-Id: Iccb23643c06ca952567a99bfa7cbe7cdeb335d3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869117Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#707554}
-
Philip Rogers authored
Change-Id: Idb32f317aadba2d4480bd5d01034ac3e45f86d76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869720 Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#707553}
-
Jan Wilken Dörrie authored
This change adds a "TouchToFill.UserActions" histogram and enum and adds corresponding logging logic. This histogram records how users interact with the Touch To Fill sheet and logs whether they select a credential, dismiss the sheet explicitly or select the "Manage Passwords" option. Bug: 1013134 Change-Id: Ic8dc3da3b6ae8339ad299373760e20c9453c5925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868954Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#707552}
-
Gayane Petrosyan authored
Screenshot on Android 8 https://screenshot.googleplex.com/UVZOQ5FA2nh.png Bug: 993920 Change-Id: Id5036c2183ec28ef029e2fb8e19a35b83d7c5755 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848370 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#707551}
-
meacer authored
Change-Id: I2412e00ef5686d9b551bdae4a7dc8e1f4a696876 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869718Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#707550}
-
evliu authored
This CL creates the Media History database and the accopmanying tables that will be used to store information relating to media engagement. Design doc: https://docs.google.com/document/d/1RAq_RY-R87Dlrkbjnq5ghs7Joax2JIKBHuFBHMlqFdc Bug: 997813 Change-Id: I3848d172a8cda7b42ead4aa6f409435d6fc83412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857044 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#707549}
-
Lan Wei authored
media/video-currentTime.html is flaky on Mac 10.13. https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests%20%28dbg%29 TBR=srirama.m@samsung.com Bug: 1015975 Change-Id: I437a177d43f614653c26ab4369d15d62c7021cc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869683Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#707548}
-
Chandani Shrestha authored
This change adds aria-label and aria-describedby to inputs. This change was reviewed earlier here https://chromium-review.googlesource.com/c/chromium/src/+/1648916 which has been split into small changes. Bug: 963183 Change-Id: Ia9c29f1aeb4d95b2535d755d0b7772bbaff161cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817413Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Reviewed-by:
John Emau <John.Emau@microsoft.com> Commit-Queue: Chandani Shrestha <chshrest@microsoft.com> Cr-Commit-Position: refs/heads/master@{#707547}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 65bb2a31. With Chromium commits locally applied on WPT: 6386d9d8 "Update service_worker_unregister_and_register()" 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" ba49a3d6 "autofocus: Change the timing of 'flush autofocus candidates'" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I9084a620d63de61da10b37a73219905a0be1bff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869287Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#707546}
-
Lan Wei authored
SitePerProcessBrowserTestWithSadFrameTabReload.ReloadHiddenTabWithCrashedSubframe is flaky on Linux. https://ci.chromium.org/p/chromium/builders/ci/linux-trusty-rel TBR=jyasskin@chromium.org Bug: 1015971 Change-Id: Ib5c06204dfce22f0ccd2622cbfacba4d90613c30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869762Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#707545}
-
Xianzhu Wang authored
Background attachment doesn't apply to color backgrounds. We should always treat them as default attachment. The added condition is like how we check if there is effective fixed-attachment background elsewhere using The changed code is special because we check background-attachment of individual fill layer. FillLayer: :AnyLayerHasFixedAttachmentImage(). Change-Id: I877bf7e3cb1a9e23f463d53b64acb507720d37e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868839Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#707544}
-
Joe DeBlasio authored
Change-Id: Id181aa4fe87701830b5e843bc693ef8eb4041b63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866552 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#707543}
-
meacer authored
This CL refers to these two images: https://storage.cloud.google.com/chromium-translation-screenshots/4cac9b5f4f523d130b9c666ea7978a6ccd2c29d1 https://storage.cloud.google.com/chromium-translation-screenshots/9459e00d739be97acb35e43a6d3b4d1b34dece2d Bug: 1013374 Change-Id: I3c77c4a949c3daf0c00ea48f2f537fc263ca96f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869830Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Auto-Submit: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#707542}
-
Denis Kuznetsov authored
This is a reland of 0908b290 Original change's description: > Fix calculation of inner padding of OOBE dialog depending on outer margins > > Bug: 1007294 > Change-Id: I99b7b3cc46e12c0fb060f76e086f5f31bd4cb812 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865216 > Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> > Auto-Submit: Denis Kuznetsov <antrim@chromium.org> > Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#707055} Bug: 1007294 Change-Id: Iba03d0ed0f931ed50ced79b30dea18735fb127f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868990Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#707541}
-
Tommy Li authored
I made a fuzzer for this because this code is kind of complex. Also, the user's clipboard can contain pretty arbitrary data, so we want to validate we can handle all inputs with no problems. Change-Id: Ifaa25d47d5cdc247bf7f73425011bab8deadd135 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869075Reviewed-by:
Kevin Bailey <krb@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#707540}
-
Kai Ninomiya authored
This works around the fact that the 10.14 config is not complete and doesn't work for [ Mac ] expectations. Also refactors our test_suites.pyl entries to deduplicate our giant list of command line flags and tighten down on unnecessary flags on some systems. Bug: 984818 # WebGL CTS tracking issue Bug: 1014785 # Worked-around expectations bug Change-Id: I215a01a349262cecdf54bcbc6f6c8137b4426f5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1867990Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#707539}
-
Steven Bennetts authored
Regression from: https://chromium-review.googlesource.com/c/chromium/src/+/1842222 Bug: 1014915 TBR=khorimoto@chromium.org Change-Id: I8b26ffc6015d1ed6e7fce8391c935f5f7ae83b94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865753Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#707538}
-
Ted Meyer authored
Note: this will also be used by D3D11VideoDecoder in the future. The old way of just checking D3D11Device->CheckFormatSupport lies about whether the processor / enumerator really can support those profiles. This cl makes a new checker which can create an enumerator and then check the formats that way. Change-Id: I9f25e633c161095410909afa3ba88ca4f2e09000 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864349 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#707537}
-
Renjie Tang authored
Things that will be logged under normal mode: PADDING_FRAME: The number of padding bytes. NEW_CONNECTION_ID_FRAME: the new connection id, and its sequencer_number. NEW_TOKEN_FRAME: The address validation token received. RETIRE_CONNECTION_ID_FRAME: the sequencer number. MESSAGE_FRAME: the frame length. Change-Id: Id66fbe17dd9a35437fe1d5162b57d5a0b995134a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832717Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#707536}
-