- 22 Oct, 2020 40 commits
-
-
Andrew Grieve authored
The check was never updated to support --gn-paths. Also adds missing --output arg to error messages when missing. Bug: 1141255 Change-Id: I1e5fa5b6926247f3f00ae2687c72b894c666e2c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491521Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#819963}
-
Kevin Marshall authored
Finishes transitioning layout and GPU tests from using "web_engine" to using "web_engine_with_webui" instead, and strips unused resources from "web_engine". Bug: 1092729 Change-Id: Id6da0e6a051554ee330a219e15e4c9ae25775413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485341 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#819962}
-
yjliu authored
This flag is not used for other platforms except MAC so wrapping it in the Chromium code search has a bug where references for Mac are not indexed (128985) so it is confusing that code search doesn't show the four references to this flag inside the #if defined (OS_APPLE) in gl_renderer.cc. Bug: n/a Change-Id: Ife127ec0297e7fccb41e6be68665cde29210b0cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488722Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Auto-Submit: Jun Liu <yjliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#819961}
-
Bence Béky authored
https://quiche.googlesource.com/quiche.git/+log/5504d2fb5434..37c5f8fa5ffc $ git log 5504d2fb5..37c5f8fa5 --date=short --no-merges --format='%ad %ae %s' 2020-10-21 renjietang Fix original issue of QNZR by only forcing the first CHLO to be inchoate. Also replace the connection option with QNZ2. 2020-10-21 quiche-dev Rename SpdyHeaderBlockPeer to Http2HeaderBlockPeer. 2020-10-20 bnc Introduce granular QPACK encoder/decoder stream error codes. 2020-10-20 mattm Add flag counts for quic_enable_aead_limits and quic_key_update_supported. 2020-10-20 danzh Add QuicPathValidator implementation. 2020-10-20 mattm Add kMaxValue alias to KeyUpdateReason enum. 2020-10-20 quiche-dev Record stats for packets reset for missing connection ID & version. 2020-10-20 dschinazi Send version negotiation in response to short connection IDs 2020-10-20 quiche-dev Rename SpdyHeaderBlock to Http2HeaderBlock, with a using alias. 2020-10-20 vasilvv Replace QuicheWrapUnique with absl::WrapUnique. 2020-10-20 dschinazi Reduce number of packets sent by ROWP 2020-10-20 vasilvv Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ie948110e226652a14c84e5927520d70e1528ffb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491516Reviewed-by:
Renjie Tang <renjietang@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#819960}
-
Alex Turner authored
Use of base::Bind and base::Callback is deprecated in favor of the more explicit Once/Repeating versions. A presubmit enforces this, except on a set of files and directories that have not yet been converted. This list, however, has not always been updated when a directory is migrated. This cl removes the legacy exemption for a number of directories that have been converted over, but not yet removed from the list. This will help prevent regressions. Bug: 1141533, 1007649, 1007666, 1007703, 1007704, 1007835 Change-Id: I1ab08a12fb8eded644272440c7d1d4d0acc9f033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490801Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#819959}
-
James Cook authored
This code path is used by chrome://downloads, devtools, and elsewhere to show a file in the operating system's native file explorer. Wire the call in lacros to the equivalent call in ash via crosapi. This is a new interface, instead of part of "SelectFile", because SelectFile deals exclusively with opening/saving files. It's an implementation detail on Chrome OS that the open/save dialog and the general purpose file explorer share the same implementation. Bug: 1139128 Test: Download a file, "Show in folder" in chrome://downloads works Change-Id: I6234ea03e673ca4c9ca2566721e281d52041e101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488396 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Darin Fisher <darin@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#819958}
-
Geoff Lang authored
Tell ANGLE that it doesn't need to perform robust resource init on the result texture for YUV to RGB copies because the entire result will be overwritten. Also block GLES clients from modifying the resource initialization state. Bug: chromium:1132514 Change-Id: Ie233bc129a4e3acdd13e77110b2dc572347bbf15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476414Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#819957}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b3a1dbae309e..bf66f2d5f6b3 2020-10-22 brucedawson@chromium.org Allow TLS 1.2 and print error codes 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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/+doc/master/autoroll/README.md Bug: None Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I75bfc01b02e89a0e5fc08868d1d1451ce110ca05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492168Reviewed-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@{#819956}
-
Manuel Rego Casasnovas authored
This patch avoids to check for "auto" margins if MayHaveMargin() is true in BlockAlignment(). The patch also modifies the calls to SetMayHaveMargin() so they are also called for "auto" margins. BUG=1098231 Change-Id: I400c0c0b92f52ffbd4c0333a27e17e7083c4bae2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489301Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#819955}
-
Mitsuru Oshima authored
This reverts commit 41d30701. Reason for revert: to investigate crbug.com/1139657. I did run revert and ony saw 0.5~0.9% improvements. I'll revert this first and reland with ctor change. Original change's description: > Introduce gfx::MaskFilterInfo to define a filter based mask on a layer. > > This is a preparation to add GradientMask[1] support. > > [1] https://docs.google.com/document/d/1AXgfk66ROEr225roqAuPxrqWNsnDh91lHCQJ_cw8RrI/edit# > > Bug: 1039003 > Change-Id: Ib452c83e3408a1cbdcfb743e0a5ce819258f5ff3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459429 > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Khushal <khushalsagar@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: Mitsuru Oshima <oshima@chromium.org> > Cr-Commit-Position: refs/heads/master@{#817987} TBR=sky@chromium.org,dcheng@chromium.org,oshima@chromium.org,khushalsagar@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1039003 Change-Id: If5c3d49100e0bbb4dcd712b0e158c29536f79d34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491242Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#819954}
-
Mei Liang authored
Prior to this CL, only the StackLayoutBase, OverviewListLayout and StartSurfaceLayout calls Layout#doneShowing. With crrev.com/c/2486623, LayoutStateObserver#onFinishedShowing should be called on all Layouts, not just the three above. This CL make sure Layout#doneShowing is always called when Layout finish showing. Change-Id: Iebf5b36eb231a3001694ae9801109535f1735734 Bug: 1108496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483031Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#819953}
-
Ahmed Mehfooz authored
Bug: 1138541 Change-Id: I3984809ea6144823145d70eaeb443c730563fb4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473379 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#819952}
-
Nate Fischer authored
No change to behavior. This removes the Variations.AppSeedRequestState histogram and the associated tests. Fixed: 1130651 Test: run_webview_instrumentation_test_apk -f *Variations* Change-Id: If7102fe04758c864e00cadd671fc4875af98322a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491184 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#819951}
-
Tommy Li authored
These histograms were obsoleted recently. I would like to bring them back to validate the hypothesis that the HistoryQuickProvider / InMemoryURLIndex cache is not needed. Details of experiment: go/chrome-omnibox-hqp-ablate-cache-file Specifically, my theory is that the time it takes to restore + save the cache file is in the same order of magnitude as it takes to rebuild the index from the History DB. The cache causes two known problems: 1. Saving it is responsible for roughly 10% of shutdown hangs. 2. Restoring it seems to take a lot of memory. This CL is a partial revert of: https://chromium-review.googlesource.com/c/chromium/src/+/2324551 Bug: 750845, 1032679, 1141539 Change-Id: I7e679c0ba602cf48ab10ad0a89bd75bc3dbf5ee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490148Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#819950}
-
David Schinazi authored
When cl/331651056 landed in the QUICHE shared code and changed QuicConnectionDebugVisitor::OnPacketSent, it failed to update the overrides in Chrome. This caused us to stop sending QUIC_SESSION_PACKET_SENT events to netlog. This CL fixes that and adds a test to ensure we don't regress. R=renjietang@chromium.org Bug: 1141254 Change-Id: I2f6679ffa42779901cc9c088fbbff716f4e56a30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492167 Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Renjie Tang <renjietang@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#819949}
-
Xinghui Lu authored
Server-side CL: http://cl/337577068. Bug: 1138689 Change-Id: Id73358981c6f70afc4977ee86805d2e2a2a3fc57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482046Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#819948}
-
Chris Blume authored
This CL adds a histogram to track the number of frames produced in either sRGB or Wide. It does not include HDR frames. This will be used to see how (in)frequently users see wide colors. Change-Id: I36ec1cad6177411a298d7f2e9f8cd413ce60235f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458546Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#819947}
-
Alex Gough authored
The output or temp files do need to be writeable, but the input files do not, e.g. https://source.chromium.org/chromium/chromium/src/+/master:chrome/services/file_util/public/cpp/sandboxed_zip_analyzer.cc;l=45;bpv=1;bpt=1 Bug: 1130762 Change-Id: I22773721de3ec35c920e45f3a1ec29e4a31d32dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486458Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#819946}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/ea52b3c2d270..3b334b2b8e1a 2020-10-22 johnkslang@users.noreply.github.com Merge pull request #2429 from ben-clayton/test-gn-presubmit If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jonahr@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,jonahr@google.com Change-Id: I8b2719367162b1737307c1b1297ce8ab09def5c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492165Reviewed-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@{#819945}
-
Christoph Schwering authored
It adds the English patterns, restricted to non-label values (i.e.,name and id attributes) to all non-English patterns. Bug: 1141407 Change-Id: I093e0364df5cead253d6e164ce104bfde7dd26ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488564Reviewed-by:
Christoph Schwering <schwering@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#819944}
-
minch authored
The chromevox navigation of collapse button has been improved at crrev.com/c/2032508. The collapse button is actually always enabled now. Remove the useless logic of it. Bug: 1131543 Change-Id: I3cb398ec7aed15f9eebcb53c567540b7ee3ac586 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488385 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#819943}
-
Matt Menke authored
Add a feature to disable applying NetworkIsolationKey to reporting and Network Error Logging. It's a bit late to hook up this policy, as NIK is wired up through the reporting and NEL code; however, nothing is actually passing in a non-empty NetworkIsolationKey yet. Bug: 993805 Change-Id: I3c826384f7fea017f39e57443b573954ac787601 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485173Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#819942}
-
David Van Cleve authored
Right now, blink::SecurityOrigin's Create(scheme, host, port) method smushes (that's the technical term, right?) the arguments together with some URL glue substrings like "://", feeds the result into KURL, and feeds the resulting KURL into the SecurityOrigin(KURL) constructor. Even though this mostly works, it's kind of complex, and it's different than how the corresponding url::Origin(url::SchemeHostPort) constructor works. The difference is that url::Origin(url::SchemeHostPort) imposes a precondition that its input be valid, so that the resulting origin is never opaque. This lets url::Origin(url::SchemeHostPort) just take the given scheme, host, and port and store them in Origin's fields. The immediate motivation for this change is that I'm working on a concurrent CL that will fix up SecurityOrigin's handling of URLs with port 0 (crbug.com/1136678). There are a bunch of parameterized tests that take input structs containing a scheme, a host, and a port, and they need to support arguments like {"file", "", 0} which should yield the non-opaque tuple origin ("file", "", 0) with serialization "file://", as well as arguments like {"http", "davids.website", 0} which should yield the non-opaque tuple origin ("http", "davids.website", 0). In the latter case, the current implementation omits the 0 from the string it passes to the KURL constructor, and gives back SecurityOrigin(KURL("https://davids.website")), which means there's no way to construct these test cases for the URL "https://davids.website:0", in a manner yielding an origin distinguishable from one constructed with the default port. Instead of the implemented fix, I considered just making the method unconditionally add the port to the string it passes to the KURL constructor. But this doesn't work for the {file, "", 0} case, because "file://:0" is an invalid URL. Bug: 1136678 Change-Id: Ifa5deadfd3a5a79fc6e00a2af1291c2063434203 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464363Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#819941}
-
Geoff Lang authored
DoScheduleCALayerInUseQueryCHROMIUM uses a signed int for the number of textures. The handler correctly validates the buffer size is large enough but does not validate that n > 0 before sending it to DoScheduleCALayerInUseQueryCHROMIUM where it is silently cast to an unsigned value. Bug: chromium:1135937 Change-Id: I44d04c3c1b1c09ad20c265e0fd8dd5f88a93bfeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485532Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#819940}
-
Brian Geffon authored
According to the UMA metrics Mojo.Channel.WriteQueuePendingMessages at least 22% of the time there are more than 2 messages queued while flushing messages on POSIX systems. This CL introduces a change where when there is more than one message pending it will try to use writev(2). It's important to note that we cannot use writev(2) when FileHandles are involved and it handles that situation. However, according to Mojo.Channel.WriteMessageHandles sending FileHandles is rare and 98.4% of the time messages do not contain a FileHandle. So we should be able to benefit from writev(2) frequently. Bug: b:171251106 Change-Id: Ie632479da835c457d573ba4aa91bb22b8df084b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486501 Commit-Queue: Brian Geffon <bgeffon@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#819939}
-
Trevor Perrier authored
A previous CL (https://crrev.com/c/2446991) made all activity overrides ues Resources#updateConfiguration. This caused several bugs with NightMode rendering and tablet view. This CL splits the locale overrides from the other overrides and *only* the locale overrides use the deprecated method #updateConfiguration. All other overrides use ContextThemeWrapper#applyOverrideConfiguration. Bug: 1139760, 1139811 Change-Id: I608cee113207987719216be317d01bc88ed07752 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490872 Commit-Queue: Trevor Perrier <perrier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#819938}
-
Trent Begin authored
This block already is inside of the OS_CHROMEOS block so there is no need for another check. This makes the block easier to reason about. Bug: none Change-Id: I23f5bd494e45e7699eefc7b6e9c102680ddf928e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490988Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Trent Begin <tbegin@chromium.org> Cr-Commit-Position: refs/heads/master@{#819937}
-
Toni Barzic authored
This removes large portion of home_screen_gesture_controller, to the point where home_launcher_gesture_controller became just a wrapper around swipe_home_to_overview_controller. I think we can retire the class, but I'll leave that for a later patch. BUG=1137452 Change-Id: I5f606a09f9e634bf0125c39a65615bac9cf6f88c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482042Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#819936}
-
Alice Wang authored
This CL removes the waitForIdleSync() usage in AccountPickerBottomSheetTest as the method is no longer allowed in the current code. Bug: 1121536 Change-Id: Id27878f02c1e4fb4f6324cd3e7abf3c0d26204d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489522Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#819935}
-
Jesse Schettler authored
Add page size to ScanSettings and use it to set the scan region. Bug: 1059779 Change-Id: I980c34ef7218ab0f79b69e4ad6a9d8e7cacde57e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487815 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#819934}
-
Chris Fredrickson authored
Change-Id: I76f1154d8130467b04848f206f848a816e3f8c52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491923 Auto-Submit: Chris Fredrickson <cfredric@google.com> Reviewed-by:
Caleb Raitto <caraitto@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#819933}
-
Thomas Guilbert authored
This CL adds the necessary plumbing to use MediaLog from WebCodecs. Future CLs will use MediaLogs to improve the logging reported in the chrome://media-internals tab and the DevTools media tab. Bug: 1139089 Change-Id: I7730fb388c354a4bdd07d14e9768a39e298e5da7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465583 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#819932}
-
Caitlin Fischer authored
Bug: 1126640, 869677 Change-Id: Ic8f8df88880febc088f0d57e94cb0eb6f3316a35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442890Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#819931}
-
Denis Kuznetsov authored
This change does not cover any ids that appear in metrics Bug: 1104120 Change-Id: I6adee2f33835661305c2925d5c2017c7c69eb2f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490048 Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Auto-Submit: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#819930}
-
Edward Lesmes authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //third_party. Bug: 1113033 Change-Id: I132498741f951890f4137330908c1722f1e84163 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492640 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#819929}
-
rbpotter authored
This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/2487885 The build issue that caused the revert has been fixed by https://chromium-review.googlesource.com/c/chromium/src/+/2491241 Bug: 1132403 Change-Id: I85c905a2f4294259370699b61e9de33a701f55a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490873Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#819928}
-
minch authored
Collapse button use kUnifiedMenuExpandIcon now, remove the old one. And update the function name from OnEnabledChanged to UpdateVectorIcon. Bug: 1131543 Change-Id: I5d42a7941b07255da1ccc267bc5b44934dc4f492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486661 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#819927}
-
Jack Lynch authored
This CL increases the maximum enum size accepted by DevToolsUIBindings::RecordEnumeratedHistogram from 100 to 1000. Bug: 1140386 Change-Id: I72ca6b48825cb4e3e681322cd6107d729a817578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488561Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Jack Lynch <jalyn@microsoft.com> Cr-Commit-Position: refs/heads/master@{#819926}
-
Moe Ahmadi authored
Fixed: 1141138 Change-Id: Ic99a4259b1a0eb35fac38625a309256352d7d380 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490861Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#819925}
-
Vasiliy Telezhnikov authored
This CL adds UseGles2ForOopR to devui to help debug issues that might be related to this feature. Change-Id: I171d4c61d2269b83969d1aab0f1140a857f53a26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490989Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#819924}
-