- 30 Oct, 2019 40 commits
-
-
Miriam Zimmerman authored
Previously, the background of the header was too light for the text that it contained. With this change, the ratio is now 4.5. BUG=chromium:1005543 TEST=Verified contrast of a screenshot with color contrast checker. Change-Id: Ia3b67419ee4b69181afb6e0084c593d13b00ec05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887727Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org> Cr-Commit-Position: refs/heads/master@{#710595}
-
Javier Fernandez authored
As part of the preferred width computation of LayoutText objects, we have an specific function to implement the min-word-fragment of a text. We are handling the case of break-all and break-word differently, and that's right. However, we are using the BreakIterator only in case of break-all. This caused that we consider valid to break grapheme clusters when computing the min-content size, which leads to wrong values in some cases, like the one described in the bug. This CL changes the mentioned logic to rely always into the BreakIterator, which knows better when is valid to break the text. Bug: 1013775 Change-Id: Ia152d346a61b6b54eaac185a399b0d572e3aba4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857319 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#710594}
-
Jay Harris authored
This lets web apps that can handle files show up in the open-with menu on Linux. Note: This is still experimental and hidden behind the NativeFileSystemAPI and FileHandlingAPI flags. In addition, some work needs to be done to register custom mimetypes with the operating system as in: https://specifications.freedesktop.org/shared-mime-info-spec/latest/ar01s02.html Bug: 829689 Change-Id: I92bcc07cb5dffaa715c409bc6cf07c8410db34ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833027 Commit-Queue: Jay Harris <harrisjay@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#710593}
-
Julie Jeongeun Kim authored
This CL cleans up old mojo types for mojom::P2PTrustedSocketManager using Remote. Bug: 955171 Change-Id: I6db67452dd0cfaa3caafe33f31edcef9b8c7c717 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883348Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#710592}
-
Alan Cutter authored
This CL updates CustomTabBarView to report its class name to native UI devtools. Bug: 853593 Change-Id: I9b56a2138ef08d54a604f67fa5dd7eaf8e9b19b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888851 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Jay Harris <harrisjay@chromium.org> Commit-Queue: Jay Harris <harrisjay@chromium.org> Cr-Commit-Position: refs/heads/master@{#710591}
-
Xianzhu Wang authored
Most of these rebaselines are for the mock scrollbar change which missed rebaselining for CAP. The other rebaselines are for new tests added for virtual/controls-refresh. TBR=schenney@chromium.org Change-Id: Ia710bd0bf371eae8367c1ee3739691985f314840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888572Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#710590}
-
Junyi Xiao authored
Temporarily disable the test for landing this CL: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1874670 Bug: 842488 Change-Id: If5bfe378e5b9d656c645c64ff0a187fa41b81ef7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888378 Commit-Queue: Junyi Xiao <juxiao@microsoft.com> Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Cr-Commit-Position: refs/heads/master@{#710589}
-
Tina Lu authored
Bug: 1018380 Change-Id: I8dbfc8b1d181c39935e3d877675d3fd696c80af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888514Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Tina Lu <ltina@google.com> Cr-Commit-Position: refs/heads/master@{#710588}
-
Yi Xu authored
StrokeRect can get inflated, which may go to infinity. Generalize the validation functions for double and float and validate rect during strokeRect. Bug: 1010586 Change-Id: Id2e057bf1f5789b334a8ad3155a1da0a1a91b8f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869034 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#710587}
-
kdillon authored
Previously, these experiments would not change the compositor priority if it was set to highest or higher in one of the use cases. This precluded the compositor gesture use case in which the priority would be set to low as a proxy for prioritizing loading. We suspect this caused regressions in jankiness metrics during the experiment as the low priority could be changed to very high or normal. This cl changes it so that we will only overwrite compositor priority if it has not been set because of a use case. Bug: 966177 Change-Id: If3ecfa898249f3f9ce52b1afbcfc7320dbbd96b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877814 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#710586}
-
Ahmed Mehfooz authored
Initializing the system tray and message center with chrome vox enabled causes a crash when the tray event filter references the message center bubble before it's constructor is fully executed. This fix ensures this doesn't happen by separating the constructor from the part of the code which shows the bubble. Change-Id: I297bf5212fb82a3372081dc418c25473f22d5cd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881689 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#710585}
-
Austin Tankiang authored
With the removal of the legacy drive client, DriveFsTestVolume can be used instead. Bug: 1003238 Change-Id: I57e99412c4a22c6bfa2d831f3506dc48309fa489 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885865 Commit-Queue: Austin Tankiang <austinct@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#710584}
-
Timothy Loh authored
Change-Id: Ie57165228901ff1c85907ea7c1e20829b3a04e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884403Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#710583}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 9a8fdbed. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Idf4fb87083981a1b900aaf42b42f929309fdef28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888575Reviewed-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@{#710582}
-
Mitsuru Oshima authored
Bug: 1019485 Change-Id: I016c2529ad046180be57e8904a16fff9ff0b6c78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887874Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#710581}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 79 histograms that show frequent access in the past 90 days. These are the 80% most frequently used histograms over that time that do not already have a date later than or within 60 days of 2020-04-26. Change-Id: I606fe320a735c8914ca01400ccc3b8bb3abc553b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886631 Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#710580}
-
Yusuf Sengul authored
?sz={n} query parameter to specify the Google profile image size doesn't work. It may not be supported anymore. This change fixes it as well as adds logging in a couple of places. Bug: 1019032 Change-Id: I4fe794ac5e8f04b3624de2d021dd2a526e565294 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885346Reviewed-by:
Tien Mai <tienmai@chromium.org> Commit-Queue: Yusuf Sengul <yusufsn@google.com> Cr-Commit-Position: refs/heads/master@{#710579}
-
Wei Li authored
The manual layout just put one child view at the start and one in the middle vertically. This CL removes the manual layout by introducing two container views to be placed in equal size vertically. BUG=1005568 Change-Id: Iae552da751d71175d3967deaf788a323221d0a1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884999 Commit-Queue: Wei Li <weili@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#710578}
-
Regan Hsu authored
Currently, the confirm button is not disabled while the password is being checked,serving a confusing experience as users can repeatedly hit the confirm button without a visual ack that the password is being checked. This CL disables the confirm button while the password is being checked. Bug: 999475 Change-Id: I907017dd1f7bfdf4cff318b0621d730b113200bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888150 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#710577}
-
Jesse Schettler authored
Replace PrintMsg_PrintingDone, PrintMsg_PrintPages, and PrintMsg_SetPrintingEnabled IPC messages with new Mojo methods. Update AwPrintManager and HeadlessPrintManager to also use these new methods. Bug: 1008939 Test: Print a webpage and PDF Change-Id: I3a403dd47ffc9c4debe819d26b00eccbd24b1180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876473 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#710576}
-
Avery Musbach authored
The present CL modifies GetGridBoundsInScreenForSplitview so that it uses the correct split view controller when on an external display. SplitViewOverviewSessionInClamshellTestMultiDisplayOnly.Dragging Test: ash_unittests Bug: 1019221 Change-Id: Ibba4867a342d6a4057e7bb724fbd24b0dae85d77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887837 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#710575}
-
Daniele Castagna authored
Add 4 UMA stats for both internal and external monitors. These metrics will help answering OEMs/PMs questions like: - How many users connected an external monitor with resolution X? - How many users are using high refresh rates monitors? Additionally these metrics can be used to drive compositor development efforts. For example, some optimizations might be beneficial for displays with a lot of pixels, but add a constant cost that might not be justifiable for lower resolution screens. ConfigureDisplays.{Internal,External}.Modeset.Resolution tracks the resolution of the mode we're setting on the display. ConfigureDisplays.{Internal,External}.Modeset.RefreshRate tracks the refresh rate used for modesetting. The following metrics can be useful to detect how many times users experience slow display modesetting (a few modes fails) or failure in modesetting (the screen will stay black) ConfigureDisplays.{Internal,External}.Modeset.AttemptSucceeded tracks succeeded attempts at modesetting. ConfigureDisplays.{Internal,External}.Modeset.FinalStatus tracks when a monitor has eventually been mode set (there might be more than one attempt before it succeeds). Test: Plug in a monitor and check about://histograms. Change-Id: I047fd816683983e669e01638a75668e6c7732c45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860299Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#710574}
-
chromium-autoroll authored
Roll broadwell AFDO profile from 80-3931.2-1572259441-benchmark-80.0.3950.1-r1 to 80-3931.2-1572259441-benchmark-80.0.3951.3-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-broadwell-chromium Please CC c-compiler-chrome@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_EXTRA_TRYBOTS= TBR=c-compiler-chrome@google.com Change-Id: Iaf3be37b0b6553f400dae5f9b0c59e6ea1bb0f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888825Reviewed-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@{#710573}
-
Hector Carmona authored
Bug: 876601 Change-Id: If0bd85c62c7f25b46df2ca5c5d0905d2bc9d14b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887845Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Auto-Submit: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#710572}
-
Gyuyoung Kim authored
This is a reland of 78abc7fa Fix an unchanged caller of CreateAssistantAudioDecoder() in AudioStreamHandler::StartAudioDecoder(). Original change's description: > Migrate AssistantAudioDecoderFactory to new Mojo types > > This CL applies the new Mojo types to CreateAssistantAudioDecoder > in AssistantAudioDecoderFactory interface. > > - Convert FooRequest to mojo::PendingReceiver. > - Convert FooPtr to mojo::PendingRemote or mojo::Remote. > > Bug: 955171 > Change-Id: I2de4cb0561c69201335817ec6a873258a30d9a00 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871503 > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> > Reviewed-by: Tao Wu <wutao@chromium.org> > Reviewed-by: Sam McNally <sammc@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709059} Bug: 955171 Change-Id: I0fe2281c64c5c15b8d1d6d324f966329bfac1c82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880236Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#710571}
-
Gyuyoung Kim authored
This CL applies pending_receiver to AcquireWatchTimeRecorder and AcquireVideoDecodeStatsRecorder in MediaMetricsProvider interface. - Convert FooPtr to mojo::PendingRemote or mojo::Remote. - Convert FooRequest to mojo::PendingReceiver. - Convert MakeStrongBinding to MakeSelfOwnedReceiver. Bug: 955171 Change-Id: Ife29eb0e123324305d316b1ec0b9ec3754488e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885851Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#710570}
-
Wenbin Zhang authored
In order to ensure homogeneous fleets, we need to have more specific dimension values when looking for bots. This set of CLs updated some existing dimensions, and added the synthetic_product_name values for dimensions if appropriate. This CL updated the dimensions for linux-perf: - Added synthetic product name 'PowerEdge R230 (Dell Inc.)'; - Updated GPU from '10de:1cb3' to '10de:1cb3-384.90'; - Updated OS from 'Ubuntu' to 'Ubuntu-14.04' Please check the link below for the available bots based on the old/new dimensions: https://chrome-swarming.appspot.com/botlist?c=id&c=task&c=gpu&c=os&c=status&c=synthetic_product_name&d=asc&f=gpu%3A10de%3A1cb3&f=os%3AUbuntu&f=cpu%3Ax86-64&f=pool%3Achrome.tests.perf&s=id Bug: chromium:996830 Change-Id: I0eaaea53448d3044b6f10f9020c8f4c1a27318eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888193Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Cr-Commit-Position: refs/heads/master@{#710569}
-
Julie Jeongeun Kim authored
This CL cleans up old mojo types for mojom::BlobURLStore using SelfOwnedAssociatedReceiverRef instead of StrongAssociatedBindingPtr. Bug: 955171 Change-Id: I5069e33e5397da53cee6138ad070de1d5bc54619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886550Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#710568}
-
Jesse Schettler authored
The switch statment found in GetColorModelForMode() is useful for determining whether a ColorMode is color or monochrome. Move it into a new static function for other classes to use. Change-Id: I834e503744c698ca82a2ef841f9b22484c49b414 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888737 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#710567}
-
Toby Huang authored
According to go/unicros-extensions-dd, we should remove the installed_by_custodian flag, which was originally created to mark remotely force-installed extensions for legacy supervised users. Since legacy supervised users are deprecated, this flag is deprecated as well. Bug: 1014183 Change-Id: Ifcda35765c2ed05e4c5b2025a5778f223cc0c828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861280 Commit-Queue: Toby Huang <tobyhuang@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#710566}
-
Sinan Sahin authored
This CL adds a helper Animation class to browser_controls_offset_manager and separates the top and bottom controls by giving them Animation instances. Currently, the top and bottom controls still animate together, but an upcoming CL will make use of the separated animations. Bug: 989148 Change-Id: I8d7062073cfe300a52d9fa643e47982ef618b811 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862269 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#710565}
-
Reilly Grant authored
The AmbientLightSensor class has not been shipped and is still behind the "SensorExtraClasses" flag. In feature_policy_features.json5 however this policy was only behind the "Sensor" flag, which was marked stable as part of shipping the motion and orientation subset of the Generic Sensor family of APIs. This change fixes the dependency, effectively unshipping this policy. Change-Id: Idce46684545807cce6134021c357051520e6a713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762690Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#710564}
-
Megan Jablonski authored
Bug: 1017489 Change-Id: I5933118b329b9c21297bed80b529f43563eb933d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881810 Commit-Queue: Megan Jablonski <megjablon@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#710563}
-
Gyuyoung Kim authored
The previous CL has missed to apply pending_receiver to Connector::Clone. This CL makes Clone use pending_receiver. - Convert FooRequest to mojo::PendingReceiver Bug: 955171 Change-Id: I506bcf413427c901cbd3ead571c941a9f5f0eb56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886084Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#710562}
-
Kenichi Ishibashi authored
ServiceWorkerContainerHost::Register() should always take a non-null FetchClientSettingsObject. Bug: 937177 Change-Id: I983f8aa25f5f3e66d64c4947d1f8bae0d10c2edb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884400Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#710561}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/eab918f02856..cda1ce2eee02 $ git log eab918f02..cda1ce2ee --date=short --no-merges --format='%ad %ae %s' 2019-10-28 renjietang Remove QuicConnectionPeer::GetVisitor(). Created with: roll-dep src/net/third_party/quiche/src Change-Id: Ifba915730474920589846b0b66f32bf4e77dd0eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888294 Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#710560}
-
Donn Denman authored
Fixes a drawing problem where the ellipsis on contracting text does not erase when it contracts and the icon is drawn over the older version of the text image. This only happens on one brand of devices. Renames the OverlayPanelRepaddingTextView.java file to OverlayPanelAdjustingTextView.java and the actual adjustment is done in native code now (which is not ideal -- see bug for details). BUG=1012835 Change-Id: I4c1068743a54e7970d12dfa5cce23dd1f1733235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883113Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#710559}
-
chromium-autoroll authored
Roll silvermont AFDO profile from 80-3940.0-1572255699-benchmark-80.0.3950.1-r1 to 80-3940.0-1572255699-benchmark-80.0.3951.3-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@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_EXTRA_TRYBOTS= TBR=c-compiler-chrome@google.com Change-Id: I02bfa6f9b731cac63f6964b9b40a193a69d6b7e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889090Reviewed-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@{#710558}
-
Xiaohan Wang authored
- Add AddBaseFactory() to simplify caller code since in most cases we are adding base factories. - Generalize QueryIsRemotingActiveCB and QueryIsFlingingActiveCB into one ConditionalFactoryCB. - Misc cleanups. Bug: 1018372 Test: Updated tests Change-Id: I508957bd11500f8028b2fd4d0d4431069bf38f2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881121 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#710557}
-
dpapad authored
CL produced with ESLint --fix and clang-format. This is in preparation of turning on web-dev style related PRESBUMIT checks for this folder. Bug: 1019312 Change-Id: I6e8400d2125b55a1a22603eb7d81f1889d914b5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887840Reviewed-by:
Dan Beam <dbeam@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#710556}
-