- 02 Nov, 2019 30 commits
-
-
Dana Fried authored
Exactly what it says on the tin. This is a fix for legacy layouts (fill, box, grid) which aren't derived from LayoutManagerBase and which do not benefit from the logic in that class which handles the invalidation. LayoutManagerBase still overrides this logic with something more sophisticated. If in the future a legacy layout overrides ViewVisibilitySet(), it should either call the base implementation or handle the invalidation on its own. Bug: 1003500 Change-Id: I9eccef21784175820816852e1b9c05d0713ef2eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894260 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#711966}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/aadf1619..b3cc49df Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Icb00fdd967ed46148a5c624f18d1e6de513acf34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895400Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#711965}
-
Dale Curtis authored
Skia added support for these recently, so lets expose them in gfx::ColorSpace. This will allow us to correct our YUV conversions for BT.2020 content in GpuMemoryBuffer upload and PaintCanvasVideoRenderer. BUG=960620 TEST=unittests pass R=ccameron Change-Id: I6a659de0da7f21070857b855796d65bdce227a2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894770 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#711964}
-
Brian Geffon authored
On ChromeOS we have a kernel memory change which allows us to fix the amount of page cache is available. This is primarily used to try to keep the browser process resident while under memory pressure to avoid user jank. This feature/experiment will compare the performance of locking the browser text directly while also lowering the min_filelist_kb kernel tunable from https://crrev.com/c/1880966 For more context see go/min_filelist_kb BUG=chromium:1014871 TESTED=On a betty image Change-Id: I8fe9b3fd71b26c95097c71f42d6b2200ececbecc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885298Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
George Burgess <gbiv@chromium.org> Commit-Queue: Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#711963}
-
Bettina authored
Adding field trial entry for sending sampled pings for allowlist domains to Safe Browsing. Bug: 953106 Change-Id: Ifdcbf0d80a026667f7f78a39e7123fdc39d76ba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894247 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#711962}
-
Miyoung Shin authored
This CL converts CastApplicationMediaInfoManager{Ptr, Request} in chromecast to the new Mojo type Bug: 955171 Change-Id: I3b60c6e76e166ede239df86359959a4523f60d75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871879 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#711961}
-
Wez authored
Memory is implicitly allocated/deallocated in response to mmap() and munmap() calls when working with MAP_ANONYMOUS mmaps. Fuchsia's Zircon kernel separates reservation of address space through Virtual Memory Address Ranges (VMARs) from allocation of pages through Virtual Memory Objects (VMOs). This implementation creates and maps a new VMO for each call to SystemAllocPagesInternal(). Each of these VMOs has is named based on the PageTag of the subsystem (e.g. V8, Blink) making the allocation, making it easier to identify which subsystems are consuming memory. DecommitSystemPagesInternal() will be implemented once Fuchsia provides the vmar_op_range(DECOMMIT) API. Bug: 927411 Change-Id: Ie7966f9dcf487e308326e940ca3941c0f87487f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859677Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#711960}
-
Dan Beam authored
Keep it white in light mode. Fixed: 1019120 Change-Id: I232652f3784ed4151eff4f1a8a69f5799dc5010b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895944 Commit-Queue: Dan Beam <dbeam@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#711959}
-
Gary Kacmarcik authored
CL landed before I uploaded the changes from the review comments. This cl contains those mods. Change-Id: Iab52d890798053fde11f63f1c08aa7ed8709f85c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895920 Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#711958}
-
Toni Barzic authored
Inset app list main view bounds horixontally by shelf size when displaying app list with side shelf (to ensure app list content does not overlap with shelf). BUG=1020534 Change-Id: I2cbec885ad2c7c0095f77d1909f9f219020ac63f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895782 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#711957}
-
Julie Jeongeun Kim authored
This CL converts VideoEncodeAccelerator to new Mojo types using PendingReceiver, PendingRemote, Remote and SelfOwnedReceiver. Bug: 955171 Change-Id: I2b8acd2c1e9e2f033679d5574a183a3067e0ae8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886281Reviewed-by:
Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#711956}
-
Ken Rockot authored
This converts remaining users to the new DataDecoder API which does not depend on Service Manager. Bug: 977637 Change-Id: Iaaa102f28ff63256a4c2090b6d6837085bb56103 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892125 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#711955}
-
Yun Liu authored
Bug: 985581 Change-Id: I51700b131ff79f33dfc8ba5b19abe798d7bd6139 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895884Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#711954}
-
Gyuyoung Kim authored
This CL converts remained old Mojo types of InterfaceFactory interface to new Mojo types. Major changes are as below, - Convert mojom::InterfaceFactoryPtr to mojo::PendingRemote|Remote<mojom::InterfaceFactory> - Convert mojo::InterfaceFactoryRequest to mojo::PendingReceiver<mojom::InterfaceFactory> - Convert mojo::Binding to mojo::Receiver Bug: 955171 Change-Id: I76bc67227ce76897ae321e23dd58932f0e2f88c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893600 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#711953}
-
Peter Boström authored
These strings aren't necessarily final but are probably closer to what we want. Putting these in so that we can get a better feel for them. Bug: chromium:943702 Change-Id: I2a003a8f85c87d3e3c3a15e1283be7cc9ea5ad7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894769 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#711952}
-
Sinan Sahin authored
On Android L, the tint we set to the EditText's background (line under the text field) wouldn't get cleared after leaving the activity. Turns out this is a known issue. So, we used a workaround found in Android TextInputLayout code. The workaround above also fixes an issue on KitKat where tinting the background wouldn't work at all. Bug: 1020077 Change-Id: I6fe5886ff5959a983dae43851ffcdca29b0d50a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895073 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#711951}
-
Daniel Hosseinian authored
The tests that validate the 'getPrinters' and 'getPrinterCapabilities' Web UI calls contain lines of code that can be used again once more tests are added. Remove some deprecated base::ListValue from tests. Bug: 487875 Change-Id: Ic49fc6b62ba44b3a548f026d68162446a852998e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893974 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#711950}
-
Ian Struiksma authored
In captured sites tests, we inject some javascript via WPR to check for element readiness on the page. After crrev.com/c/1884815, one password test (sign_up_fill/dreambox) has a page with unrelated javascript errors which caused frame.remove() to fail, so switching the frame destruction to use document.body.removeChild(frame) instead. Reran rest of test suite and verified passes for all password tests this way. Bug: 984664 Change-Id: I420427dc898affb62a0a200e59c72e470064dc92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895882 Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#711949}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/029ba5a777d6..e05bb7d9638b Created with: gclient setdep -r src-internal@e05bb7d9638b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I94cbb2e24e01c6f7ea0d0ca01324e77f1ec33281 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896137Reviewed-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@{#711948}
-
Nathan Parker authored
Left over from pre-Pver4 code. Change-Id: I4a5845c7a216e485b710479a027ce9f742a008ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895964Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Nathan Parker <nparker@chromium.org> Cr-Commit-Position: refs/heads/master@{#711947}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ie42dec58aa302c1d97372e9117d202400da95eac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895891Reviewed-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@{#711946}
-
Matt Menke authored
Previously, it was only hooked up to the GPU process (Also the renderer process, though that doesn't use the same bindings). This was causing Features only read in the NetworkService process to not update corresponding FieldTrial state. Bug: 1018329 Change-Id: I94d2c15db86e0fb004c824f9cb66e0e6b6213942 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884823 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#711945}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f5eca592259a..5321943693c5 git log f5eca592259a..5321943693c5 --date=short --no-merges --format='%ad %ae %s' 2019-11-01 sky@chromium.org Disables enable_push_sync Created with: gclient setdep -r src/third_party/catapult@5321943693c5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@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=oysteine@google.com Bug: None Change-Id: I9dc2a51aa0d65e28b7ee21b643cc379032142743 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895883Reviewed-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@{#711944}
-
Ken Rockot authored
This adds new ParseXml() and ParseXmlIsolated() calls to the DataDecoder client API, which works without Service Manager. Media Router code and all other ParseXml clients are ported to use this API. MediaRouter is also moved off of SafeJsonParser. No net functional changes. Bug: 977637 Change-Id: I3a04a343d9f24747deeb9eac61df246d4e0129c2 Tbr: dmazzoni@chromium.org Tbr: tbarzic@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884593 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#711943}
-
Benjamin Beaudry authored
This change fills the font-family, font-size, font-weight, italic, bold and color attributes of the AXNode with exposed values from the PDFium APIs. I've also added a PDF accessibility tree dump test using the filter properties to dump those attributes in the expected file. The test file is "text-style.pdf". Somehow, I added in a previous change text-format-expected-blink.txt. This file should have never been committed. I removed it in this CL. Bug: 985604 Change-Id: I70a4729269aea69e184e61710d7977425b431704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755412Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Ian Prest <iapres@microsoft.com> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#711942}
-
Frank Tang authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/481b5ca7b..88ea42af73 88ea42a Sort variants in locale code. Bug: v8:9741 Change-Id: Iccd5d661d439babaae59f358059bd6c1bb1f0606 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896236Reviewed-by:
Jungshik Shin <jshin@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#711941}
-
Eric Willigers authored
We define a new 'app.display_mode' key to record the display from the web app manifest. https://w3c.github.io/manifest/#display-modes Back and Reload buttons are only shown when a bookmark app is opened in a window, and 'display' in the web app manifest is minimal-ui or browser (or omitted). Equivalent functionality was recently implemented for BMO web_apps, after the design discussion summarized in https://docs.google.com/document/d/11E_gSSeJlECwvFqO_Tf-urmpYbx4c5MowHDC53xj0Ig/edit?usp=sharing TBR=ellyjones@chromium.org Bug: 1014346 Change-Id: I7dab174905e43f829a1b13bbe714d716ed8aeda1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888611Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#711940}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/9faf2ee6c3b6..4d17287a4eae git log 9faf2ee6c3b6..4d17287a4eae --date=short --no-merges --format='%ad %ae %s' 2019-11-01 gbiv@google.com build_stages: remove a broken test assertion Created with: gclient setdep -r src/third_party/chromite@4d17287a4eae If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I2405cb35380048aead051c09acc889eac298f4f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895890Reviewed-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@{#711939}
-
Gary Kacmarcik authored
Add 2 command line options, one each to query the current state of the Accessibility and Screen Recording permissions. MacOS-only. Change-Id: Ic5a6323f71509327b4af00c56db15e8beb2bba8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874504Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#711938}
-
Peter Boström authored
Uses explicit deletion instead, removes use of base/macros.h. Bug: chromium:1010217 Change-Id: I907f74658c7667794d5c0ef7555104d5fb7cccbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895082 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#711937}
-
- 01 Nov, 2019 10 commits
-
-
Vladimir Levin authored
This patch implements intrinsic-size to work with a grid container. The general strategy is to treat intrinsic-size, if specified in a direction, as size containment in that direction while overriding the correct size. Adds tests for the both intrinsic dimensions specified, as well as only one specified and the other left as legacy to ensure that the correct override is picked in the code. R=rego@igalia.com, chrishtr@chromium.org Bug: 991096 Change-Id: I1eefda7ae5288442716eb19cf945770cba2f1dca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893734Reviewed-by:
Javier Fernandez <jfernandez@igalia.com> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#711936}
-
Christopher Cameron authored
Change interfaces to use cc::PaintCanvas and SkIRect. Immediately convert back to gfx types. Touch up colors so that the diffs in layout tests will be minimized. Add code to paint the corner. Share this with the track painting code, and split the track painting code into helper functions for this purpose. Bug: 961835 Change-Id: I451f16711afce8e4a0bff5e963f1dc3e06f22410 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896044Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#711935}
-
Xinghui Lu authored
Since some Android devices are more sensitive on network and data usage, we want to enable real time url lookup on high end devices first. Whether a device is high end or not is based on its system memory size. The memory size threshold is controlled by an experiment parameter. Bug: 1014202 Change-Id: I2dd399e71b35694b08ae0024140918d5e0d390ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893989 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#711934}
-
Alex Newcomer authored
In the future we will animate when the hotseat state changes. Ensure that the bounds are set before the state changes, so that the animations know where to animate to. Change-Id: Icad9b0d1024bbe5d10d00fc369439b2418c16963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896082Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#711933}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/dd9ef1c0d58f..c3a91730e33e git log dd9ef1c0d58f..c3a91730e33e --date=short --no-merges --format='%ad %ae %s' 2019-11-01 tsepez@chromium.org Make CPDFSDK_Pageview observable across mouse move callbacks 2019-11-01 dhoss@chromium.org Remove jumbo usage in GN files throughout PDFium 2019-11-01 tsepez@chromium.org Run another embedder test with javascript disabled. Created with: gclient setdep -r src/third_party/pdfium@c3a91730e33e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=pdfium-deps-rolls@chromium.org Bug: chromium:1017494 Change-Id: Ib0f25d57b2868bbec3fc46b5825d6085611dc284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896139Reviewed-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@{#711932}
-
Jinsuk Kim authored
This CL handles the following issues on intestitial pages 1 - The links for privacy, support etc will be open in a CCT. This is accomplished by any time there is a request to open in new tab, we will use CCT. 2 - The link Back to Safety will go to the previous page. If there is no previous page, i.e. previous page is NTP, the preview tab will be closed. Bug: 1014689 Change-Id: I469fd4597800796bc1eaa47569012d9e937082c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868094 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#711931}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6751f171c662..8e083eee8ece git log 6751f171c662..8e083eee8ece --date=short --no-merges --format='%ad %ae %s' 2019-11-01 robertphillips@google.com Tighten up min and max vertex indices passed to GrTextureOp's meshes 2019-11-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-11-01 michaelludwig@google.com Progress towards consolidating aa mask and edge distances 2019-11-01 ethannicholas@google.com Revert "Implement sample mask and sample locations support in Vulkan" 2019-11-01 ethannicholas@google.com Implement sample mask and sample locations support in Vulkan 2019-11-01 kjlubick@google.com [canvaskit] Add relative SkPath operators 2019-11-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-11-01 robertphillips@google.com Revert "Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp" 2019-11-01 borenet@google.com Revert "[recipes] Assert that Git is obtained from CIPD" 2019-11-01 senorblanco@chromium.org Dawn: update to recent texture proxy changes. Created with: gclient setdep -r src/third_party/skia@8e083eee8ece 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 jcgregorio@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jcgregorio@google.com Bug: chromium:b/143572065 Change-Id: Id9323154e625a1afb52244869e82e64559905ded Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896136Reviewed-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@{#711930}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c39a77883d7b..79d9e4b8508d git log c39a77883d7b..79d9e4b8508d --date=short --no-merges --format='%ad %ae %s' 2019-11-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@79d9e4b8508d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: None Change-Id: I1b2c3524e105cdcf69e20ce5a1bed7d4c1517e21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896138Reviewed-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@{#711929}
-
shrekshao authored
Besides the implementation, there's little refactor happending for DisallowedFeatures struct as we triggered the complex class/struct explict out-of-line constructor conditions. Bug: 455150 Change-Id: I84e52c4818a8a95aa3c8cb08e5e08d0e6f75ac72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881482Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#711928}
-
Jonathan Freed authored
Bug: 1020661 Change-Id: I720511c79c6a161352223c8a7b610806af0f177f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895169Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Jonathan Freed <freedjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#711927}
-