Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 891296 Details for
Bug 1093188
evolution hangs when reading large e-mails
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
source code where it loops
file_1093188.txt (text/plain), 1.08 KB, created by
EMR_Fedora
on 2014-04-30 21:04:10 UTC
(
hide
)
Description:
source code where it loops
Filename:
MIME Type:
Creator:
EMR_Fedora
Created:
2014-04-30 21:04:10 UTC
Size:
1.08 KB
patch
obsolete
> >It seems to be stuck in a loop at this part of the code: > for (RenderObject* r = renderer()->firstChild(); r; r = r->nextSibling()) { > if (r->isAnonymousBlock()) > return IncludeObject; > } > >It seems that the r->isAnonymousBlock() is: > bool isAnonymousBlock() const > { > // This function is kept in sync with anonymous block creation conditions in > // RenderBlock::createAnonymousBlock(). This includes creating an anonymous > // RenderBlock having a BLOCK or BOX display. Other classes such as RenderTextFragment > // are not RenderBlocks and will return false. See https://bugs.webkit.org/show_bug.cgi?id=56709. > return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread() >#if ENABLE(FULLSCREEN_API) > && !isRenderFullScreen() > && !isRenderFullScreenPlaceholder() >#endif >#if ENABLE(MATHML) > && !isRenderMathMLBlock() >#endif > ; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1093188
:
891295
| 891296 |
891590
|
894190
|
936630