- 28 Sep, 2018 40 commits
-
-
Gauthier Ambard authored
This CL removes the limitation of the width of the tools menu string as it is now possible to span them on multiple lines. Bug: 833947 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I98126537ff4e57a23e297a8dee3b862c2b6a1120 Reviewed-on: https://chromium-review.googlesource.com/1238502Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#595019}
-
Ramin Halavati authored
The following preferences are removed from the persistent storage list for incognito mode: - kBackgroundTracingLastUpload - kDefaultAudioCaptureDevice - kDefaultTasksByMimeType - kDefaultTasksBySuffix - kDefaultVideoCaptureDevice - kMediaGalleriesRememberedGalleries - kMediaGalleriesUniqueId - kPartnerBookmarkMappings - kPepperFlashSettingsEnabled - kPerformanceTracingEnabled - kWebRTCIPHandlingPolicy - kWebRTCMultipleRoutesEnabled - kWebRTCNonProxiedUdpEnabled These preferences are either never changed from incognito mode, or if changed, they do not need to be written to user profile. Bug: 861722 Change-Id: I03fb38784b57460b4d2e74c1abfdb01e83ddbda2 TBR: guidou@chromium.org TBR: oysteine@chromium.org TBR: satorux@chromium.org TBR: tommycli@chromium.org TBR: wychen@chromium.org TBR: zork@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1250521 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#595018}
-
Mikel Astiz authored
The class allows legacy datatypes (non-USS), which implement SyncableService, to be integrated within the USS architecture, making it possible to reuse central objects like ClientTagBasedModelTypeProcessor and ModelTypeWorker. Design Doc (Googlers only): https://docs.google.com/document/d/14ScYZ0sop921gjBwXuReIEuQJlwftqkuSM1jMK_A_x4 In this first patch, we introduce the bridge itself. Follow-up patches will introduce the necessary plumbing to exercise it. Expected main benefits: - Unify logic across datatypes by avoiding subtle behavioral differences across architectures. - Remove lots of code (~25K LoC), hence: a) reduce Chrome binary size. b) reduce maintenance cost. c) eng ramp-up time. - Improve resource footprint (less RAM, ~50% savings). - Reduce the gap for datatypes to actually migrate to USS. - Unblock multiple cleanup work, including a massive simplification of DataTypeManager and related classes, including controllers. Bug: 870624 Change-Id: I1bd7f553bf22886c5136e7e12f13b37a3dc77a39 Reviewed-on: https://chromium-review.googlesource.com/1164742Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#595017}
-
Sylvain Defresne authored
Two overloads of TestChromeBrowserState::AddTestingFactory were introduced to prevent downstream tree while landing CL https://crrev.com/c/1235718. Remove them as the downstream tree has been ported to the new API. Bug: 809610 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I802f40e3a31ccb306fb08a1d8256ac12674b8702 Reviewed-on: https://chromium-review.googlesource.com/1248703Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#595016}
-
Andreas Haas authored
R=mcilroy@chromium.org Bug: v8:7295 v8:8015 Change-Id: I5de6e97a1e1ede6da0dc678579685bf5161abd35 Reviewed-on: https://chromium-review.googlesource.com/1237674Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#595015}
-
Alexandre Courbot authored
Add the V4L2Queue class, that manages buffers allocations and queuing. Users of this class don't have to manage the set of free buffers themselves, which will help factorizing a considerable amount of code and reduce the potential for bugs. Users of V4L2Queue can obtain a unique reference to a free buffer that they can prepare and queue. Dequeued buffers come in the form of a refcounted buffer instance, which puts the V4L2 buffer back into the list of free buffer as it is destroyed. This greatly simplifies V4L2 buffers lifecycle, which is now managed by short functions which invariants can be precisely enforced. BUG=792790 TEST=Make sure VDA test was compiling and running Change-Id: I7b4724fbc444c4cd8ed077617a1aaadcbe4c8011 Reviewed-on: https://chromium-review.googlesource.com/1170706 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Cr-Commit-Position: refs/heads/master@{#595014}
-
Simon Zünd authored
R=lazyboy@chromium.org Bug: v8:7283, v8:8015 Change-Id: I7a311c864bb2c6a5587215fc8e4057247ec15d8a Reviewed-on: https://chromium-review.googlesource.com/1238454 Commit-Queue: Simon Zünd <szuend@google.com> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#595013}
-
Kent Tamura authored
:unresolved selector is a part of Custom Elements V0, and should be removed with document.registerElement(). This is a leftover of http://crrev.com/587495. Intent to Deprecate and Remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/h-JwMiPUnuU/sl79aLoLBQAJ This CL also fixes an issue of CSSSelectorParser:: RecordUsageAndDeprecations(). It didn't show a deprecation message if the function was called with style_sheet_==nullptr, then was called with a valid style_sheet_. Change-Id: I5b1b16c722da7bc85fe24a63432e0805fbbed087 Bug: 660759, 889336 Reviewed-on: https://chromium-review.googlesource.com/1250345Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#595012}
-
Gauthier Ambard authored
Bug: none Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Id18a4a4fb0495a77dfae370f8e5cf2118614aae9 Reviewed-on: https://chromium-review.googlesource.com/1249207Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#595011}
-
Chris Hall authored
This change corrects the accessibility semantics of the bookmarks folder navigation tree. Before this change, the indices on the bookmark folder items were incorrectly always being read out as '1 of 1' even when there were multiple items within the menu, this was because each role='treeitem' was followed by a role='group' sibling. This change uses aria-owns to reparent the descendents role='group' under the containing folder, which more closesly matches the semantic meaning of the nested folders. Now indicies are read out correctly as '1 of 2' or similar. This also changes the top level role from 'navigation' to 'tree' as aria requires that every 'treeitem' is within either a 'tree' or 'group'. Change-Id: I58ade626e8df6a7bd87be32d05d9d86679bc6200 Bug: 854345 Reviewed-on: https://chromium-review.googlesource.com/1238756 Commit-Queue: Chris Hall <chrishall@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#595010}
-
Kinuko Yasuda authored
Bug: 884220 Change-Id: I02ab44bb09d69a75bfdc5336fb1250a7b574c758 Reviewed-on: https://chromium-review.googlesource.com/1250501Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#595009}
-
Kent Tamura authored
"The Great Blink mv" renamed CamelCase file names to snake_case, but it didn't update comments. This CL fixes it in core/{dom,editing,html}. Such comments were found by |git grep "//.*\\b[A-Z][a-zA-Z]*\\.[a-z]"| This CL has no behavior changes. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I7a71e9252625fd80338a2739c139f9eaf82f6322 Reviewed-on: https://chromium-review.googlesource.com/1250322 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#595008}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/45984b703fb3..466fcd2bc4b3 Created with: gclient setdep -r src-internal@466fcd2bc4b3 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I559106edb89775922e322983a8950a6beacb9bdc Reviewed-on: https://chromium-review.googlesource.com/1250117Reviewed-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@{#595007}
-
Yuki Yamada authored
This CL adds blink::Event::IsErrorEvent() and also defines the type cast ToErrorEvent() as blink::BeforeUnloadEvent does. These will be used in following CL: https://chromium-review.googlesource.com/c/chromium/src/+/1215512 Bug: 872138 Change-Id: Iaa2f6a1eb54dc8f4baecaeac44dc4cf48c6d8f04 Reviewed-on: https://chromium-review.googlesource.com/1250502Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Yuki Yamada <yukiy@google.com> Cr-Commit-Position: refs/heads/master@{#595006}
-
BUG=762641 TBR=minch@google.com Change-Id: If91d77ac45a938440f5fe90843bf405017ad106e Reviewed-on: https://chromium-review.googlesource.com/1249739Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595005}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e8dd07969872..c0b82333ab27 git log e8dd07969872..c0b82333ab27 --date=short --no-merges --format='%ad %ae %s' 2018-09-28 jgilbert@mozilla.com Polyfill BitCount for ARM/ARM64 on MSVC. Created with: gclient setdep -r src/third_party/angle@c0b82333ab27 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=syoussefi@chromium.org Change-Id: I3553bab8ded47484da804e803954e085ead62c10 Reviewed-on: https://chromium-review.googlesource.com/1250112Reviewed-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@{#595004}
-
Leo Zhang authored
FATAL:binding_state.cc(90)] Check failed: !is_bound(). Attempting to bind interface that is already bound: chromeos.ime.mojom.InputChannel ::TestClientChannel::CreateInterfacePtrAndBind() Bug: 859432 Change-Id: I7b2ac928afe97b8adb1a1f89348a904d47be851b Reviewed-on: https://chromium-review.googlesource.com/1250564Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#595003}
-
Tsuyoshi Horo authored
Before this patch: The SXG accept header is sent to all origins when SignedHTTPExchange feature or SignedHTTPExchangeOriginTrial feature is enabled. After this patch: The SXG accept header is sent when - SignedHTTPExchange feature is enabled. or - SignedHTTPExchangeOriginTrial feature and SignedHTTPExchangeAcceptHeader feature are enabled and the origin of the URL is in the OriginList of SignedHTTPExchangeAcceptHeader field trial. Bug: 887201 Change-Id: Ic67a8bc0644b1b6172030ff75162c04663dd33f0 Reviewed-on: https://chromium-review.googlesource.com/1242768Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#595002}
-
Jennifer Apacible authored
More organisational work. Change-Id: If77efd0bd31b0355069fa633538548152d92f3d0 Reviewed-on: https://chromium-review.googlesource.com/1250084Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Commit-Queue: apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#595001}
-
John Z Wu authored
Bug: 886956 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ida9f92b1bea9093d6a46b5d9eeb4ee7da4306141 Reviewed-on: https://chromium-review.googlesource.com/1249919 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#595000}
-
Yoshifumi Inoue authored
This patch makes line dirty marking faster introduced by the patch[1] as below[2]: - layout/attach-inlines.html +19.6% - layout/line-layout-repeat-append.html +1.5% - paint/appending-text.html 932.06ms to 152.46ms (on local machine) For "layout/line-layout-repeat-append.html" and "paint/appending-text.html", |MarkLineBoxesDirtyFor()| for no longer source of slowness and isn't appeared in profiling resulting. This patch does two things: 1. Change |LayoutText::RemoveAndDestroyTextBoxes()| makes number of calls of DirtyLinesFromChangedChild() as same as both legacyn and LayoutNG. 2. Change |NGPaintFragment::MarkLineBoxesDirtyFor()| not to scan next siblings. [1] http://crrev.com/c/1235267 Introduce line dirtiness to NGPaintFragment [2] https://pinpoint-dot-chromeperf.appspot.com/job/144d34a7640000 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I95262ba6f4b525e7e452ab866cfff5b78ba3a757 Reviewed-on: https://chromium-review.googlesource.com/1248622Reviewed-by:Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#594999}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a82c66710062..45984b703fb3 Created with: gclient setdep -r src-internal@45984b703fb3 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I629fb43b01bd5730e2c4d6bf00fae2bb6635094d Reviewed-on: https://chromium-review.googlesource.com/1250116Reviewed-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@{#594998}
-
Koji Ishii authored
These tests fail because of stale or no-longer-necessary flag-specific expectations. Updated or removed by reviewing the recent test results. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I83fb87ec7820c9e99342f37aeabc292e711f61f2 Reviewed-on: https://chromium-review.googlesource.com/1250384 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#594997}
-
Koji Ishii authored
popup-allowed-from-gesture-initiated-event was changed to testharness.js. LayoutNG had flag-specific expected.txt due to different space collapsing in text dump. This patch removes the stale expected.txt. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Id6b262611153d3cc0ad44a6454c3d7ede44d7d48 Reviewed-on: https://chromium-review.googlesource.com/1249472 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#594996}
-
Koji Ishii authored
These failures are due to recent changes in its base expectations, but LayoutNG flag-specific rebaselines were still old. Re-reviewed the differences from the new base, they are only inline positioning differences. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I7261b7a2a380acb46da3832c780c2d5dbe7e61a7 Reviewed-on: https://chromium-review.googlesource.com/1249470 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#594995}
-
Findit authored
This reverts commit 3e67df64. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 594943 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzNlNjdkZjY0YmJmOTFkOGE3YjYxZDliZGYwYjBmMWVkZTNmMDViZmEM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Linux%20ChromiumOS%20MSan%20Tests/8744 Sample Failed Step: chromeos_unittests Original change's description: > Install Messages PWA when host is set or verified. > > This change moves the logic for installing the Android Messages PWA into > a helper class which is a HostStatusProvider::Observer. This allows it > to install the PWA when a host is set and also when signing into a new > Chromebook if the account already has a valid host. > > Bug: 887775 > Change-Id: I1a1433b03010d391f9b8256754fc578dfb8a140b > Reviewed-on: https://chromium-review.googlesource.com/1248130 > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Commit-Queue: Jeremy Klein <jlklein@chromium.org> > Cr-Commit-Position: refs/heads/master@{#594943} Change-Id: I7c249598402a82eaa23aca2e8c06acb429d9097c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 887775 Reviewed-on: https://chromium-review.googlesource.com/1249737 Cr-Commit-Position: refs/heads/master@{#594994}
-
Hayato Ito authored
It looks we forgot to move these at https://crrev.com/c/640275. Bug: 738794 Change-Id: I0cd4cf3f90068619a8899dddcf4dd1d5fc871378 Reviewed-on: https://chromium-review.googlesource.com/1250385Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#594993}
-
John Z Wu authored
- Placed behind sync flag. - Hooked up signinclient and tokenprovider to use CWVSyncController. - Don't persist signin state between cold launches. Bug: 867548 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Icf49e985aadec33b690552ff9973aadb4a5d1dba Reviewed-on: https://chromium-review.googlesource.com/1211976 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#594992}
-
Sunny Sachanandani authored
Removes the FilteredSender abstraction that was created specifically for tests, and replaces it with a simpler method to initialize GpuChannel for tests. Should make it simpler to change IPC channel initialization for associating image decode accelerator mojo interface. Bug: 868400 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 Change-Id: Ifc57407fe8fac36daa0ace155c88cd54c04b39b4 Reviewed-on: https://chromium-review.googlesource.com/1250139Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#594991}
-
Xu Xing authored
Also move more GLRenderer API from protected into private. BUG=None Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I56a923febc502ab68cda4680d6f006f2f6ebd121 Reviewed-on: https://chromium-review.googlesource.com/1235341 Commit-Queue: Xing Xu <xing.xu@intel.com> Reviewed-by:
weiliangc <weiliangc@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#594990}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5315071e31be..a82c66710062 Created with: gclient setdep -r src-internal@a82c66710062 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Id04ecffe20de19ca9c5a228ffe66a0e9cb1ec13b Reviewed-on: https://chromium-review.googlesource.com/1250115Reviewed-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@{#594989}
-
Morten Stenshorne authored
The special code was already in place and working, but with this CL it will be skipped for fragments with block children. This eliminates the need for checking whether an object is inline-level in AssociateWithLayoutObject() (and bailing if it's not). Just DHCECK that it's the case instead. Multicol was the only known case where this could happen, but once we support NG painting of fragments with block children, this will happen a lot. This is a preparatory patch for NG fieldset painting. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Iac13f27c51993dc5f3c211941d11a282201469bf Reviewed-on: https://chromium-review.googlesource.com/1249273Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#594988}
-
Christopher Cameron authored
Add to chrome::mojom::AppShim a CreateContentNSViewBridgeFactory method. This will instantiate a content::NSViewBridgeFactoryImpl. The caller of this method (AppShimHost, in the browser), creates a content::NSViewBridgeFactoryHost to manage this interface. This may be used (e.g, by content::RenderWidgetHostViewMac:: MigrateNSViewBridge), to create NSViews in an app shim process. Add content/browser as a dependency of app_shim. R=dominickn TBR=avi Bug: 821651 Change-Id: Ice2b46f2d75a9725f5e8e8ad7d2c05e3d70b18eb Reviewed-on: https://chromium-review.googlesource.com/1240154 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#594987}
-
Yutaka Hirano authored
As we now have CORS-cross-origin, we don't need to rely on kNotSharableCrossOrigin for scripts coming from network. This CL completely removes kNotSharableCrossOrigin by migrating occurences to either kSharableCrossOrigin or kOpaqueResource. Bug: 875153 Change-Id: I12d12e9d67ca3329fe8b5e1dd7b74798f4817729 Reviewed-on: https://chromium-review.googlesource.com/1179509 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#594986}
-
Hayato Ito authored
There members are no longer necessary after Incremental Shadow DOM is shipped. Bug: 887827 Change-Id: Ic1e389f248de401f367d031f5ae13242e1fe6dca Reviewed-on: https://chromium-review.googlesource.com/1249474Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#594985}
-
Hiroki Nakagawa authored
This flag is no longer necessary because updateViaCache was enabled by default in M68: https://www.chromestatus.com/feature/6059838387781632 Bug: 675540 Change-Id: I03c5e00b83b150f83edd7022dd38d1fa657d324f TBR: kinuko@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1249471 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#594984}
-
Aleks Totic authored
This is not the kind of fix I like, that gets to the core of the problem and fixes it for good. BUG ANALYSIS: The bug was that the floats were not being painted. Floats were supposed to be painted by NG container. They were not being painted because layer did not paint with PaintPhase::kFloat. PaintLayer did not paint with kFloat because it did not have needs_paint_phase_float_ flag set. The flag was not set because float's ContainingBlock().ContainsFloats() returned false. ContainsFloats() returned false because none of the floats it knew about had ShouldPaint() == true. ShouldPaint() was false because in first part of the test float was self-painting. In 2nd part of the test, float becomes not self-painting, and should have its flag reset. This does not happen in NG, because LayoutBlockFlow::InsertFloatingObject never resets the flag because flags do not get set if floating object is already there. How does the flag get reset in Legacy? In Legacy, all floats get cleared on Layout, so when float is added again, the flag gets set correctly. Removing all floats in NG on layout would be the "correct" fix, matching existing behavior. But, this cannot be done easily. Float descendants from cached fragments do not get added back on relayout. Adding descendants from cached fragments would be a big fix, we'd need to keep a list in cache. We can talk about whether we want to do this. I can imagine there are other not-tested float scenarios, that fail even with this patch. But since I am not a float expert, I can't come up with any. Long term, the need for legacy float list will go away. I'd hold off on complicated fix until we encounter real-world problems. THE FIX: Instead of resetting flag by removing the float, NG resets the flag after insertion. Bug: 864398 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ib09b59669644ebe574a6e41cb1ef6426598296c5 Reviewed-on: https://chromium-review.googlesource.com/1249839Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#594983}
-
Koji Ishii authored
TBR=mstensho@chromium.org NOTRY=true Bug: 890135 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ic9cdb318551df65d26a7d4c52749f48278fd7b33 Reviewed-on: https://chromium-review.googlesource.com/1250462 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#594982}
-
Malay Keshav authored
Adds the skottie animation class that is a wrapper around the Skia's implementation of lottie player. The class manages its own timeline with the help of a timer object. This is the phase 1 implementation of native skottie which rasterizes the animation on the UI thread. Subsequent changes will move this rasterization to worker threads(phase 2) and then to GPU (phase 3). Adds unittests as well. Design Doc: go/cros-skottie Bug: 867147 Change-Id: I2501710a38874f247ab3ab56a743675e3d07edfb Component: gfx, skottie, vector animation Reviewed-on: https://chromium-review.googlesource.com/1189056 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#594981}
-
Charles Zhao authored
This will allow us to try different weights from finch. Bug: 871674 Change-Id: I20412f7a0d15fab4c2f1fc45aba4e817b472ea0b Reviewed-on: https://chromium-review.googlesource.com/1248404 Commit-Queue: Charles . <charleszhao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#594980}
-