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 308731 Details for
Bug 450567
Printing of a page with tables results in unusably blurry output
[?]
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.
[patch]
Patch from bisecting firefox 3 rc2.
numborderpasses_two.patch (text/plain), 4.98 KB, created by
Carl Worth (Ampere)
on 2008-06-09 17:48:09 UTC
(
hide
)
Description:
Patch from bisecting firefox 3 rc2.
Filename:
MIME Type:
Creator:
Carl Worth (Ampere)
Created:
2008-06-09 17:48:09 UTC
Size:
4.98 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> ><head> ><link rel="icon" href="/mozilla-central/index.cgi/static/hgicon.png" type="image/png" /> ><meta name="robots" content="index, nofollow"/> ><link rel="stylesheet" href="/mozilla-central/index.cgi/static/style-gitweb.css" type="text/css" /> > ><style type="text/css"> >div.feed { > float: right; >} >a img { > border-width: 0px; >} >div.log_link { > width: 80px; > background-color: white; >} > >div.log_body { > padding-left: 96px; >} ></style> > ><title>mozilla-central: changeset 14495:f6f36787bc84</title> ><link rel="alternate" type="application/atom+xml" > href="/mozilla-central/index.cgi/atom-log" title="Atom feed for mozilla-central"/> ></head> ><body> > ><div class="page_header"> ><a href="http://developer.mozilla.org/en/docs/Mercurial" title="Mercurial" style="float: right;">Mercurial</a><a href="/mozilla-central/index.cgi/summary">mozilla-central</a> - changeset - 14495:f6f36787bc84 ></div> > ><div class="page_nav"> ><a href="/mozilla-central/index.cgi/summary">summary</a> | <a href="/mozilla-central/index.cgi/shortlog/14495">shortlog</a> | <a href="/mozilla-central/index.cgi/log/14495">changelog</a> | <a href="/mozilla-central/index.cgi/tags">tags</a> | <a href="/mozilla-central/index.cgi/file/f6f36787bc84">files</a> | changeset | <a href="/mozilla-central/index.cgi/raw-rev/f6f36787bc84">raw</a> | <a href="/mozilla-central/index.cgi/archive/f6f36787bc84.tar.bz2">bz2</a> | <a href="/mozilla-central/index.cgi/archive/f6f36787bc84.zip">zip</a> | <a href="/mozilla-central/index.cgi/archive/f6f36787bc84.tar.gz">gz</a> <br/> ></div> > ><div class="title"> >Back out patch for bug 397303 due to serious perf regressions; r/sr=roc <span class="logtags"></span> ></div> ><div class="title_text"> ><table cellspacing="0"> ><tr><td>author</td><td>vladimir@pobox.com</td></tr> ><tr><td></td><td>Sat Apr 19 22:31:30 2008 -0700 (at Sat Apr 19 22:31:30 2008 -0700)</td></tr> > ><tr><td>changeset 14495</td><td style="font-family:monospace">f6f36787bc84</td></tr> ><tr><td>parent 14494</td><td style="font-family:monospace"><a class="list" href="/mozilla-central/index.cgi/rev/59564eaab3e4">59564eaab3e4</a></td></tr> ><tr><td>child 14496</td><td style="font-family:monospace"><a class="list" href="/mozilla-central/index.cgi/rev/82f1d9efa6bc">82f1d9efa6bc</a></td></tr> ></table></div> > ><div class="page_body"> >Back out patch for bug 397303 due to serious perf regressions; r/sr=roc ></div> ><div class="list_head"></div> ><div class="title_text"> ><table cellspacing="0"> ><tr class="parity0"><td><a class="list" href="/mozilla-central/index.cgi/diff/f6f36787bc84/layout/base/nsCSSRendering.cpp">layout/base/nsCSSRendering.cpp</a></td><td></td><td class="link"><a href="/mozilla-central/index.cgi/file/f6f36787bc84/layout/base/nsCSSRendering.cpp">file</a> | <a href="/mozilla-central/index.cgi/annotate/f6f36787bc84/layout/base/nsCSSRendering.cpp">annotate</a> | <a href="/mozilla-central/index.cgi/diff/f6f36787bc84/layout/base/nsCSSRendering.cpp">diff</a> | <a href="/mozilla-central/index.cgi/log/f6f36787bc84/layout/base/nsCSSRendering.cpp">revisions</a></td></tr> ></table></div> > ><div class="page_body"><pre><span style="color:#cc0000;"><a class="linenr" href="#l1" id="l1"> 1</a> --- a/layout/base/nsCSSRendering.cpp Sat Apr 19 14:01:19 2008 -0700 ></span><span style="color:#008800;"><a class="linenr" href="#l2" id="l2"> 2</a> +++ b/layout/base/nsCSSRendering.cpp Sat Apr 19 22:31:30 2008 -0700 ></span><span style="color:#990099;"><a class="linenr" href="#l3" id="l3"> 3</a> @@ -1053,8 +1053,7 @@ ></span><span><a class="linenr" href="#l4" id="l4"> 4</a> case NS_STYLE_BORDER_STYLE_OUTSET: ></span><span><a class="linenr" href="#l5" id="l5"> 5</a> case NS_STYLE_BORDER_STYLE_GROOVE: ></span><span><a class="linenr" href="#l6" id="l6"> 6</a> case NS_STYLE_BORDER_STYLE_RIDGE: ></span><span style="color:#cc0000;"><a class="linenr" href="#l7" id="l7"> 7</a> - /* XXX See bug 397303 why this is 4 instead of 2; this could be optimized further */ ></span><span style="color:#cc0000;"><a class="linenr" href="#l8" id="l8"> 8</a> - numBorderPasses = 4; ></span><span style="color:#008800;"><a class="linenr" href="#l9" id="l9"> 9</a> + numBorderPasses = 2; ></span><span><a class="linenr" href="#l10" id="l10"> 10</a> break; ></span><span><a class="linenr" href="#l11" id="l11"> 11</a> ></span><span><a class="linenr" href="#l12" id="l12"> 12</a> case NS_STYLE_BORDER_STYLE_SOLID: ></span></pre></div> > ><div class="page_footer"> ><div class="page_footer_text">mozilla-central</div> ><div class="feed"> ><a href="/mozilla-central/index.cgi/atom-log"><img src="http://www.mozilla.org/images/livemarks16.png" alt="Feed" title="Feed of repository changes"></a> ></div> ><br /> > ></div> ></body> ></html> >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 450567
:
308731
|
308734