- 21 Mar, 2018 40 commits
-
-
Peter Wen authored
Use apk analyzer to parse dex files in apks. Make use of .jar.info files to attribute size to source files. Bug: 723820 Change-Id: I5cdbff6000d585d7903a40bccaaf95ead0370b34 Reviewed-on: https://chromium-review.googlesource.com/949452 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#544792}
-
chaopeng authored
This issue is caused by force_enable_zoom is not updated to the recreated input router when open the new tab. In this patch, we record the force_enable_zoom in RenderWidgetHostImpl, then update the state to new input router when we create. Bug: 821447 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I33308abe484de70f1e4d2189de4896a04b05d7ef Reviewed-on: https://chromium-review.googlesource.com/961781 Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#544791}
-
Nasko Oskov authored
When a content script is injected into a document, it can make requests to origins in its manifest. With recent changes to allow Chrome to block cross-site documents, the initiator of content scripts requests was changed to reflect the extension origin. This change meant that SameSite cookies were not attached to those requests. This CL introduces a check for content scripts making subresource requests and tags those requests to allow attaching SameSite cookies. Bug: 796480 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I021156e346035267d98802cfb0205fc419e970bd Reviewed-on: https://chromium-review.googlesource.com/896690 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#544790}
-
Qiang Xu authored
changes: Do not clear kPreMinimizedShowStateKey in tablet mode, instead let it persist before/after tablet mode. Bug: 823175, 783310 Test: manual test and added test coverage. Change-Id: Icec1675da9c7d1b5b955ae5c05a71d96547afeee Reviewed-on: https://chromium-review.googlesource.com/969455Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#544789}
-
Bret Sepulveda authored
In order to kick off the launch process, this patch changes the single value flag to a proper base::Feature and enables it by default. Bug: 822111 Change-Id: I33779ba96d2dd40300a3877355b0045f1e2d761d Reviewed-on: https://chromium-review.googlesource.com/972607 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#544788}
-
Kevin Marshall authored
This roll incorporates a recent fix with the SDK blobstore FVM size. (This remedies the roll in commit 4b825d77, which used a SDK hash that was cut too soon.) TBR=sergeyu Bug: 707030 Change-Id: I14e3dc7e7db0e3c3e832a815f1e91e9c7315494a Reviewed-on: https://chromium-review.googlesource.com/972446Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#544787}
-
Samuel Huang authored
By defaulti, Zucchini deletes the output (patch or patched "new") file upon failure. The "-keep" debug flag overrides this behavior, so the bad output file can be examined. This CL adds the flag for Zucchini-gen and Zucchini-apply. This CL also removes a duplicated call to Ensemble::CheckOldFile(), which checks the CRC32 of the "old" file. This removal prevents redundant work and slightly speed up Zucchini-apply (by ~5%). Bug: 729154 Change-Id: I9ba8e9b00b7783661de06b39fae010761bedc6e6 Reviewed-on: https://chromium-review.googlesource.com/973746Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#544786}
-
Eric Karl authored
Skia currently dumps wrapped objects, and Chrome tries to alias these objects with Chrome's own dumps. This isn't always possible, so instead this change uses a new Skia API to ask Skia to skip dumping these. Bug: 795358 Change-Id: I143082aa340495f083a651532c8bbce621516490 Reviewed-on: https://chromium-review.googlesource.com/969709Reviewed-by:
Brian Salomon <bsalomon@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#544785}
-
Juan Antonio Navarro Perez authored
- No need to mention installing psutil anymore. Point to .vpython file for dependencies. - Simplify instructions for deaing with WebView. - Few style nits. Bug: 711073 Change-Id: Iebb0b2946a1e668704229f29861b2044cec92512 Reviewed-on: https://chromium-review.googlesource.com/973371Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#544784}
-
Sandra Sun authored
As specified in the spec, when the snap-container has scroll-snap-type: proximity, we should only consider snap positions that are close to the current scroll offset. https://drafts.csswg.org/css-scroll-snap-1/#snap-strictness Bug: 823820 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I6312f98df421e303eb538f422ede39cea8dd5d38 Reviewed-on: https://chromium-review.googlesource.com/971466 Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544783}
-
Dmitry Gozman authored
This reverts commit 250e22d9. Reason for revert: Not needed anymore, since another fix was landed. Original change's description: > Null-check LocalFrame::Client() before accessing in LocalWindowProxy > > When the frame has already been detached, Client() will be nullptr. > Since we can call LocalWindowProxy methods even when detached, > e.g. through ToV8ContextEvenIfDetached(), we should null-check the client. > > This is a band-aid fix, because we actually should not initialize context > on a detached frame and change ToV8ContextEvenIfDetached to never force > context. However, the proper solution has many risks and needs additional > investigation. > > Bug: 805882 > Change-Id: Idcd6bbc0e6eec9b2de53acfb646b30bd9636d797 > Reviewed-on: https://chromium-review.googlesource.com/949603 > Commit-Queue: Dmitry Gozman <dgozman@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Yuki Shiino <yukishiino@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543266} TBR=dgozman@chromium.org,dcheng@chromium.org,peria@chromium.org,yukishiino@chromium.org,haraken@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 805882 Change-Id: Ia9bf73134c13c3f0bb2c29e69f9d88dbed336ce6 Reviewed-on: https://chromium-review.googlesource.com/973468Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#544782}
-
braveyao authored
This CL adds support for MEDIASUBTYPE_RGB32 back in Windows platform. It's firstly added in cl https://codereview.chromium.org/1036063002. But a next cl, https://codereview.chromium.org/1039383002, might remove it due to merge error very soon. TEST=WebRTC sample with DXTory capturing on Solitaire. Bug: 819947 Change-Id: Ifaddb682090f738ecc8879078d8e0426bf3def4c Reviewed-on: https://chromium-review.googlesource.com/972543Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Commit-Queue: Weiyong Yao <braveyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544781}
-
Sahel Sharify authored
Link to revert cl: https://chromium-review.googlesource.com/909699 This cl relands the touchscreen browser side fling and its follow up cls while fixing the regression on Android webview: While scrolling the viewport if a synchronous compositor exists, the fling controller progress the fling only if the OnComputeScroll from aw_contents is called. This change makes sure that fling animation doesn't happen when the App has overridden OnComputeScroll to implement its own fling. The follow up re-landed cls: -Browser side fling works properly with oopif. The fling progress must get called on begin frame in rwhv_child_frame. rwhv_android and rwhv_aura are already calling ProgressFling on begin frame, I missed to do the same thing in rwhv_child_frame and it was breaking the fling on a oopif. Test: SitePerProcessBrowserTest.GestureFlingStart Change-Id: I4319f5cc9fe5863331f8babf4cde3a08d773f106 Reviewed-on: https://chromium-review.googlesource.com/901959 Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#535162} -Fling controller notifies the client after fling cancellation. Android relies on getting the notification when a fling cancels/stops. This cl calls client_->DidStopFlinging() in input_router_impl which used to get called after a DidStopFlinging message from renderer. Test: FlingControllerTest.ControllerNotifiesTheClientAfterFlingStart Change-Id: Icfd7966c19b8f4c770163bb4973548ddc50b35dc Reviewed-on: https://chromium-review.googlesource.com/907412Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#535147} -TouchStart should be uncancelable during an active touchscreen fling. This is a follow up patch for touchscreen browser side fling. I haven't deleted the render part of the code that would treat touchstart event listeners as pasive during a fling. This is because there are two regrssions on android Webview due to touchscreen fling on the browser, and I might need to revert both this patch and the original one. I'll do the clean up once browser side fling implementation is complete, and touchscreen browser side fling is more stable. Test: NonBlockingEventBrowserTest.TouchStart_during_fling Change-Id: I0fd493e5ad8fb287cfd27330ba1d2f8bb1379f26 Reviewed-on: https://chromium-review.googlesource.com/899950Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#534471} TBR: nasko@chromium.org Bug: 249063 Change-Id: Id6b3146abcc0214f6847d9cd3dfbf72308e5e8c4 Reviewed-on: https://chromium-review.googlesource.com/931998 Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#544780}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/f120c92..b04881b BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I4fd8a16f02cfcbf5a5b45a604e93d0ee43b525ba Reviewed-on: https://chromium-review.googlesource.com/973381Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#544779}
-
Marijn Kruisselbrink authored
There is discussion in https://github.com/whatwg/html/pull/3584 about no longer allowing this, so measure how often this actually is used. Bug: None Change-Id: Id4ccf910993df37fa1754954f4fe9fc05cbd4493 Reviewed-on: https://chromium-review.googlesource.com/973693Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#544778}
-
Brian Salomon authored
Change-Id: I8ea66d1b3bb8db174deab690a0cdacc39cf81992 Reviewed-on: https://chromium-review.googlesource.com/973267Reviewed-by:
Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#544777}
-
Jérôme Lebel authored
Adding an histogram to log the error while creating the sentinel file. Bug: 822806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5eff6df7986837fde5cb168cb3adb3b198e5afd8 Reviewed-on: https://chromium-review.googlesource.com/969261Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#544776}
-
chrome://connection-helpCarlos IL authored
Moved connection-help out of AboutUI and into its own WebUI, also separated strings in the grd file, and implemented the content as an HTML template that is filled with those strings. Compression was also enabled for resources. Bug: 813792 Change-Id: Ibc3e86206a7662490570cecff4a304030ba767f2 Reviewed-on: https://chromium-review.googlesource.com/957877 Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Edward Jung <edwardjung@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#544775}
-
rbpotter authored
Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I329273eb229f63be362e551cb67f8472e1867ae8 Reviewed-on: https://chromium-review.googlesource.com/972198Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#544774}
-
Theresa authored
Remove dead code associated with old prototypes for the contextual suggestions carousel and bottom sheet content section. Also remove SuggestionsBottomSheetContent and associated resources. Adds a new flag for ContextualSuggestionsBottomSheet to replace the removed flags. BUG=822842,814528 Change-Id: Ie76371cbb0528f3759e8f85eba90148b2e4e61b7 Reviewed-on: https://chromium-review.googlesource.com/967274 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544773}
-
Yuqian Li authored
Change-Id: I1d6f235b599e9de37299dff82cb5201a4791c375 Reviewed-on: https://chromium-review.googlesource.com/973189Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Yuqian Li <liyuqian@chromium.org> Cr-Commit-Position: refs/heads/master@{#544772}
-
https://skia.googlesource.com/skia.git/+log/486ee3d4c633..e65a5cd3fc34 $ git log 486ee3d4c..e65a5cd3f --date=short --no-merges --format='%ad %ae %s' 2018-03-21 angle-skia-autoroll Roll skia/third_party/externals/angle2/ b2c60b1a1..8574357f1 (2 commits) 2018-03-21 herb Simplify format_rowbyts calculation. 2018-03-21 herb Try to have glyph count go through to allow easier glyphid sets 2018-03-21 herb Remove more uses of SkAutoGlyphCache. 2018-03-16 caryclark handle extreme dashes Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jvanverth@chromium.org Change-Id: I22f2c2f7d0f7f87789b51dcd8d0f5fc0676a0ade Reviewed-on: https://chromium-review.googlesource.com/973696Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544771}
-
Xiaohan Wang authored
This replaces |is_chrome_branded| check for better readibility and control, especially when the check is combined with the check of |enable_widevine_cdm_host_verification|, and |enable_widevine| (in future CLs). This CL also removes "widevine_signature_scripts" target which was added for Linux but not used anywhere now. Bug: 772160 Change-Id: Iffd10ca32534edc9e57dedf21202847c41aa3fbe Reviewed-on: https://chromium-review.googlesource.com/971352 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#544770}
-
Nick Carter authored
CORB -- implemented outside the renderer -- replaces this renderer-based stats gathering mechanism. Bug: 268640, 786505, 771038 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ifcc7c48a5173b92098ff3a89f2495b7632af7707 Reviewed-on: https://chromium-review.googlesource.com/964887Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Nick Carter <nick@chromium.org> Cr-Commit-Position: refs/heads/master@{#544769}
-
Alex Newcomer authored
Collapse whitespace when the FolderNameView loses focus. Bug: 823238 Change-Id: I9695853e61fc201be0e37a808e4503ba9787e1d8 Reviewed-on: https://chromium-review.googlesource.com/969650Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#544768}
-
Qiang Xu authored
changes: Mostly mechanical changes. Eliminate MagnificationControllerImpl and make the methods the same order in .cc and .h. Bug: none Test: manual test and test coverages Change-Id: I549aeb9722b9b86690de6db28c1dd0d98da68f6d Reviewed-on: https://chromium-review.googlesource.com/972606 Commit-Queue: Qiang Xu <warx@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#544767}
-
Benoit Lize authored
Bug: 816837 Change-Id: Ic2d2b600c5ab2483f85c6be1447fd091c8aec1fe Reviewed-on: https://chromium-review.googlesource.com/971222 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#544766}
-
Alexander Dunaev authored
As sandbox is not yet supported by ASAN in Windows, it's better to add --no-sandbox there. Change-Id: I38430c95b4a0f5cfeee3ab389ddcb3e78721c027 Reviewed-on: https://chromium-review.googlesource.com/968421 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#544765}
-
Naoki Fukino authored
Source file's path was passed by a pointer to string, but the string can be destroyed since OpenFileDescriptor() runs asynchronously. When it is destroyed, finding source file fails then copy fails. This CL fixes it by passing a copy of FilePath. Bug: 810119 Test: Manually tested following the bug description. Change-Id: I1be1b9375ac601a66996ce2fa179e36a95cc4dd4 Reviewed-on: https://chromium-review.googlesource.com/970981Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#544764}
-
Lei Zhang authored
Change-Id: Iec9648c228c63be6d46fe3a6db9c8bc84780dfaf Reviewed-on: https://chromium-review.googlesource.com/973697Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#544763}
-
Koji Ishii authored
This patch rebaselines text-only failures that have matched images, from the following bot result on ToT. https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_layout_tests_layout_ng/4313 From this time, the script applies class-name normalization (LayoutNG to Layout) to non-text dumps. This identifies rebaselines in paint JSON dumps. 757 text dumps found among 1094 text-only failures. Following failures were reviewed manually. 3 categories are rebaselined in this CL. 1 category turned out not possible to rebaseline. How to handle them is a future issue. * Has image and normalized text dump match (5) css2.1/t051201-c23-first-line-00-b.html css2.1/t051202-c26-psudo-nest-00-c.html fast/css/pseudo-first-line-border-width.html fast/layers/overflow-scroll-auto-switch.html virtual/gpu-rasterization/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html * Has image and normalized non-text dump match (16) paint/invalidation/table/border-collapse-change-collapse-to-separate.html paint/invalidation/table/border-collapse-change-separate-to-collapse.html paint/invalidation/table/composited-table-background-col-initial-empty.html paint/invalidation/table/composited-table-background-col-span-initial-empty.html paint/invalidation/table/composited-table-background-col-span.html paint/invalidation/table/composited-table-background-col.html paint/invalidation/table/composited-table-background-colgroup-initial-empty.html paint/invalidation/table/composited-table-background-colgroup.html paint/invalidation/table/composited-table-background-composited-row-initial-empty.html paint/invalidation/table/composited-table-background-composited-row.html paint/invalidation/table/composited-table-background-section-composited-row-initial-empty.html paint/invalidation/table/composited-table-background-section-composited-row.html paint/invalidation/table/composited-table-background-section-initial-empty.html paint/invalidation/table/composited-table-background-section.html paint/invalidation/table/composited-table-background.html paint/invalidation/table/invalidate-cell-in-row-with-offset.html * No image but non-text dump match (3) compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page.html fast/multicol/composited-layer.html paint/invalidation/scroll/scrolled-iframe-scrollbar-change.html * Following failures are class-name-only in paint JSON dumps, but they are written as ref-tests (expectations are in "-expected.html") that we can't rebaseline. paint/invalidation/table/cached-cell-append.html paint/invalidation/table/cached-change-cell-border-color.html paint/invalidation/table/cached-change-cell-border-width.html paint/invalidation/table/cached-change-col-border-width.html paint/invalidation/table/cached-change-colgroup-border-width.html paint/invalidation/table/cached-change-row-border-width.html paint/invalidation/table/cached-change-table-border-width.html paint/invalidation/table/cached-change-tbody-border-width.html paint/invalidation/table/collapsed-border-change-rowspan.html paint/invalidation/table/table-cell-collapsed-border.html paint/invalidation/table/table-outer-border.html TBR=atotic@chromium.org, eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I2918f16dc95db680ad118dde0c70742aa2bf7a73 Reviewed-on: https://chromium-review.googlesource.com/973821 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#544762}
-
Alexander Potapenko authored
BUG=823077 TBR=rhalavati@chromium.org,eroman@chromium.org Change-Id: I1aa9de378251746704f9c358de45f5ff1540397e Reviewed-on: https://chromium-review.googlesource.com/973607Reviewed-by:
Alexander Potapenko <glider@chromium.org> Commit-Queue: Alexander Potapenko <glider@chromium.org> Cr-Commit-Position: refs/heads/master@{#544761}
-
Xiaohan Wang authored
So long! Bug: 772160 Change-Id: I03b8e919de477bf55d35d14ecde97b0e2524b34b Reviewed-on: https://chromium-review.googlesource.com/971826Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#544760}
-
Lei Zhang authored
Make sure the start index passed to FPDFText_CountRects() is valid. BUG=823374 Change-Id: I5407fa2d169acd71b860322d280fee11536c85bc Reviewed-on: https://chromium-review.googlesource.com/972678Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#544759}
-
Matthew Cary authored
This adds two switches, --force-native-prefetch and --native-prefetch-ordered-only. The former forces prefetch, even if orderfile memory optimization is active. The latter prefetches only ordered code as defined in base/android/library_loader/anchor_functions.h. These two switches operate independently. Bug: 758566 Change-Id: Ie237eb9b7dc5905906e721c4ab9496fb0f79af0d Reviewed-on: https://chromium-review.googlesource.com/970658Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#544758}
-
Olivier Robin authored
Adding MDCAlertControllerView. Bug: 823767 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I219d7dbbac4f0fb6dd6b7cdfa51890f35e696e2c Reviewed-on: https://chromium-review.googlesource.com/973203Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544757}
-
Chris Harrelson authored
Intent to ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/DHSUFGpZafc Bug: 723076 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I09d422e0fa9888610cfb3a8acfcea6c9f8c8de24 Reviewed-on: https://chromium-review.googlesource.com/831397 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#544756}
-
Vaclav Brozek authored
On Android, when the user exports passwords from Chrome's settings, a progress bar might be shown if the action takes too long. Once shown, it is also kept up for at least one second. The delaying logic in particular is rather complicated, and it is not clear how often it is used. Therefore this CL adds UMA to measure its use. Bug: 823695 Change-Id: I074a123cbca0187b9c8da4ef9577a768aa9e3cbb Reviewed-on: https://chromium-review.googlesource.com/970343 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#544755}
-
Brian Anderson authored
Adds a Histogram interface with two implementations. One for ratios with most of it's precision just above 1 and another for latency with higher precision near vsync intervals. The Histogram can be queried for approximate percentiles, which will be useful for UKM based frame metrics. Bug: 807463 Change-Id: I83b251e2d50166cd4c376a10050ee344e312368f Reviewed-on: https://chromium-review.googlesource.com/972194Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Brian Anderson <brianderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#544754}
-
Sammie Quon authored
Shadow bounds are usually applied after an animation occurs, so they do not get placed in the right location if the grid changes bounds without an animation. Set the shadow bounds manually if the grid changes bounds without animation. Test: ash_unittests WindowSelectorTest.ShadowBounds Bug: 823468 Change-Id: I1836458124f6f30ae3db8b1c5eaa90671b39f9b5 Reviewed-on: https://chromium-review.googlesource.com/971402Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#544753}
-