Closed
Bug 204398
Opened 22 years ago
Closed 22 years ago
about:cache : "Inactive Storage" badly aligned
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
VERIFIED
FIXED
mozilla1.4final
People
(Reporter: jo.hermans, Assigned: gordon)
References
()
Details
Attachments
(2 files, 1 obsolete file)
9.09 KB,
image/png
|
Details | |
3.04 KB,
patch
|
gordon
:
review+
darin.moz
:
superreview+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030502
The row with 'Inactive Storage' is badly aligned compared with the 2 rows above
('Maximum storage size', and 'Store In Use'), because it's defined in a separate
table. See the code below.
I tried to find a duplicate, but I didn't find one.
<table>
<tr>
<td><b>Number of entries: </b></td>
<td><tt>333</tt></td>
</tr>
<tr>
<td><b>Maximum storage size: </b></td>
<td><tt>9216 k</tt></td>
</tr>
<tr>
<td><b>Storage in use: </b></td>
<td><tt>7641 k</tt></td>
</tr>
</table>
<table>
<tr><td><b>Inactive Storage:</b></td><td><tt> 7456 k</tt></td></tr>
</table>
![]() |
||
Comment 1•22 years ago
|
||
Applying my mind-reading powers to guess at what you really meant... :)
Assignee: asa → gordon
URL: about:cache
Component: Browser-General → Networking: Cache
OS: MacOS X → All
QA Contact: asa → cacheqa
Hardware: Macintosh → All
Summary: about:mozilla : "Inactive Storage" badly aligned → about:cache : "Inactive Storage" badly aligned
Reporter | ||
Comment 2•22 years ago
|
||
Damn, I wanted to write about:cache, but I wrote about:mozilla. Sorry. I just
ate too much yuka con carne :-)
Comment 3•22 years ago
|
||
I have a patch ready to go for this one...
Comment 4•22 years ago
|
||
Patch to fix alignment of 'Inactive storage' and 'Cache directory' in
about:cache
Comment 5•22 years ago
|
||
Comment on attachment 122461 [details] [diff] [review]
patch to fix alignment
Requesting review for patch to fix alignment of 'Inactive storage' and 'Cache
directory' in
about:cache
Attachment #122461 -
Flags: review?(gordon)
Comment 6•22 years ago
|
||
Comment on attachment 122461 [details] [diff] [review]
patch to fix alignment
Requesting review for a patch to fix incorrect alignment of 'Inactive storage'
and 'Cache
directory' in
about:cache
Attachment #122461 -
Flags: superreview?(bryner)
Attachment #122461 -
Flags: review?(gordon)
Attachment #122461 -
Flags: review?(darin)
Comment 7•22 years ago
|
||
Comment on attachment 122461 [details] [diff] [review]
patch to fix alignment
>Index: mozilla/netwerk/protocol/about/src/nsAboutCache.cpp
>+ mBuffer.Append("</table>\n");
>+
> mBuffer.Append("\n<br />");
nit: combine these two Append calls into one! ;-)
r=darin
Attachment #122461 -
Flags: review?(darin) → review+
Comment 8•22 years ago
|
||
Updated patch to address the nit darin had with the previous patch
Attachment #122461 -
Attachment is obsolete: true
Updated•22 years ago
|
Attachment #122461 -
Flags: superreview?(bryner)
Comment 9•22 years ago
|
||
Comment on attachment 123029 [details] [diff] [review]
updated patch
Requesting review and superreview for the updated patch.
Darin: I'm not sure if you have to review the patch again. I'm asking again
just to be on the safe side.
Attachment #123029 -
Flags: superreview?(bryner)
Attachment #123029 -
Flags: review?(darin)
Comment 10•22 years ago
|
||
Comment on attachment 123029 [details] [diff] [review]
updated patch
r=darin
Attachment #123029 -
Flags: review?(darin) → review+
Assignee | ||
Comment 11•22 years ago
|
||
I can r=gordon this, if we want darin to provide an sr=.
Comment 12•22 years ago
|
||
I'm fine with that arrangement. Do you want me to change the requests in the
patch manager?
Assignee | ||
Comment 13•22 years ago
|
||
Sure. Darin reads review requests more often than bug comments :-)
Comment 14•22 years ago
|
||
Comment on attachment 123029 [details] [diff] [review]
updated patch
I'm changing the requests for review and superreview again because gordon said
he would r= if darin did the sr= (see bug comments). I'm hoping this will be
the last time I have to change these.
Attachment #123029 -
Flags: superreview?(darin)
Attachment #123029 -
Flags: superreview?(bryner)
Attachment #123029 -
Flags: review?(gordon)
Attachment #123029 -
Flags: review+
Updated•22 years ago
|
Attachment #123029 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 15•22 years ago
|
||
Comment on attachment 123029 [details] [diff] [review]
updated patch
r=gordon
Attachment #123029 -
Flags: review?(gordon) → review+
Updated•22 years ago
|
Attachment #123029 -
Flags: approval1.4?
Comment 16•22 years ago
|
||
Comment on attachment 123029 [details] [diff] [review]
updated patch
a=asa (on behalf of drivers) for checkin to 1.4.
Attachment #123029 -
Flags: approval1.4? → approval1.4+
Comment 17•22 years ago
|
||
Can someone please checkin this simple patch?
Thanks
Assignee | ||
Comment 19•22 years ago
|
||
Patch checked in. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.4final
Reporter | ||
Comment 20•22 years ago
|
||
verified as fixed in build 2003051408 on Mac OS X 10.2.6
thanks
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•