https://bugs.documentfoundation.org/show_bug.cgi?id=93635

Michael Weghorn <m.wegh...@posteo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected
                 CC|                            |m.wegh...@posteo.de
         Whiteboard|bibisectRequest             |bibisected

--- Comment #4 from Michael Weghorn <m.wegh...@posteo.de> ---
I (bi)bisected this bug.
The two regressions (slow loading of the document and incorrect scaling)
actually do start at the same commit.

result:

cc44ace348bc71b8e0411f3c4a3dbcec4852c8a5 is the first bad commit
commit cc44ace348bc71b8e0411f3c4a3dbcec4852c8a5
Author: Matthew Francis <mjay.fran...@gmail.com>
Date:   Sun Mar 15 01:57:21 2015 +0800

    source-hash-41aa970b3120837ca9cadb12997a53ad322145a4

    commit 41aa970b3120837ca9cadb12997a53ad322145a4
    Author:     Miklos Vajna <vmik...@collabora.co.uk>
    AuthorDate: Wed Aug 27 15:24:37 2014 +0200
    Commit:     Miklos Vajna <vmik...@collabora.co.uk>
    CommitDate: Wed Aug 27 15:34:41 2014 +0200

        DOCX import: fix handling of embedded DOCX files

        The problem was that SwXTextEmbeddedObject::getEmbeddedObject()
returned
        an empty reference for those embedded objects, so the HTML filter
        couldn't extract their content when it wanted to do so.

        It turns out the reason for this was that the DOCX importer only
handled
        the replacement image + raw native data for the object. Fix this by
        creating the embedded object with the correct CLSID and import the
        raw data into the empty embedded document model.

        This is similar to what is done for XLSX-in-PPTX in
        oox::drawingml::ShapeExport::WriteOLE2Shape(), just for the import
part.

        Change-Id: Ieb1dcb1774d2d4da00117e3a35160053066c78aa

:040000 040000 e8cb4e3b985c04b5016f70818a5e2706a479eac8
5e02d229804ec183756cea153845f8c59530ea74 M    opt


$ git bisect log
# bad: [cf6ea17155fabb2a120ba07c150735591ac861d7]
source-hash-3f94c9e9ddfd807b449f3bb9b232cf2041fa12d2
# good: [fc71ac001f16209654d15ef8c1c4018aa55769f5]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
git bisect start 'latest' 'oldest'
# good: [8cf60cc706948588e2f33a6d98b7c55d454e362a]
source-hash-f340f0454627939f1830826fb5cc53a90e6c62a4
git bisect good 8cf60cc706948588e2f33a6d98b7c55d454e362a
# bad: [7beddf3808dadd525d7e55c00a5a90a2b44c23d3]
source-hash-2f10386ce577f52e139aa23d41bc787d8e0b4d59
git bisect bad 7beddf3808dadd525d7e55c00a5a90a2b44c23d3
# bad: [7d319609d8266af06aa3256fd3773d052b9150dc]
source-hash-1fec67aab152e0c0ad6dd85082c50f1beff7d520
git bisect bad 7d319609d8266af06aa3256fd3773d052b9150dc
# bad: [ff24df9a7aadef7aaf721b131c9e06f19fa9239a]
source-hash-653025e6f10d07d0a95f7b75d56ff457f1902e82
git bisect bad ff24df9a7aadef7aaf721b131c9e06f19fa9239a
# good: [9460f8d13abf06281723950db84607788db19966]
source-hash-2a93ed09240c6e9871593641dabbb7502af87986
git bisect good 9460f8d13abf06281723950db84607788db19966
# bad: [f44a1fe93fe524dedbabd854b038fc047b1d38f4]
source-hash-4e96f7ffdb5d7b84ea70888626523dcdc5dfe0ac
git bisect bad f44a1fe93fe524dedbabd854b038fc047b1d38f4
# bad: [62faa37985c66e2f50919f9392257d209d21520a]
source-hash-7db1ac59128ecc175ec1fd943ee77d469dcb0ea1
git bisect bad 62faa37985c66e2f50919f9392257d209d21520a
# good: [bdcbaae61e7c235354288d519d1b594f07fcece0]
source-hash-aebcabd54cc5587f3856c48db0a4c4fc0f3f8ce8
git bisect good bdcbaae61e7c235354288d519d1b594f07fcece0
# good: [8a57560ef0c2aea5599c42505850ffbf4cbcb97b]
source-hash-2fb876d85ddbfea0e6b6a38f71135e3dbe4233bb
git bisect good 8a57560ef0c2aea5599c42505850ffbf4cbcb97b
# bad: [50a379bc8660b76fcefac17317f4c1602db662a6]
source-hash-56c9850145faa9ac04c3f09633e56b6c8c22c6c4
git bisect bad 50a379bc8660b76fcefac17317f4c1602db662a6
# good: [031648eed9b726609afbdac0f32b9fd4b0abda71]
source-hash-b77bf9759a74454391fa5d2f4a6ec4594d6d3e89
git bisect good 031648eed9b726609afbdac0f32b9fd4b0abda71
# good: [961df52bc82aa28f9afaeac1878343cc25c47d62]
source-hash-be84c0e8752cff050fbf8056848fa47a56be6b03
git bisect good 961df52bc82aa28f9afaeac1878343cc25c47d62
# bad: [ee2d6fb217add1dfeb44a80bfa2071d93f310309]
source-hash-804d60d2ee4c099f685a6e42438fa0de15ca29be
git bisect bad ee2d6fb217add1dfeb44a80bfa2071d93f310309
# bad: [cc44ace348bc71b8e0411f3c4a3dbcec4852c8a5]
source-hash-41aa970b3120837ca9cadb12997a53ad322145a4
git bisect bad cc44ace348bc71b8e0411f3c4a3dbcec4852c8a5
# first bad commit: [cc44ace348bc71b8e0411f3c4a3dbcec4852c8a5]
source-hash-41aa970b3120837ca9cadb12997a53ad322145a4

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to