Closed Bug 204398 Opened 22 years ago Closed 22 years ago

about:cache : "Inactive Storage" badly aligned

Categories

(Core :: Networking: Cache, defect)

defect
Not set
trivial

Tracking

()

VERIFIED FIXED
mozilla1.4final

People

(Reporter: jo.hermans, Assigned: gordon)

References

()

Details

Attachments

(2 files, 1 obsolete file)

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>
Applying my mind-reading powers to guess at what you really meant... :)
Assignee: asa → gordon
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
Attached image screenshot
Damn, I wanted to write about:cache, but I wrote about:mozilla. Sorry. I just ate too much yuka con carne :-)
I have a patch ready to go for this one...
Attached patch patch to fix alignment (obsolete) — Splinter Review
Patch to fix alignment of 'Inactive storage' and 'Cache directory' in about:cache
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 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 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+
Attached patch updated patchSplinter Review
Updated patch to address the nit darin had with the previous patch
Attachment #122461 - Attachment is obsolete: true
Attachment #122461 - Flags: superreview?(bryner)
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 on attachment 123029 [details] [diff] [review] updated patch r=darin
Attachment #123029 - Flags: review?(darin) → review+
I can r=gordon this, if we want darin to provide an sr=.
I'm fine with that arrangement. Do you want me to change the requests in the patch manager?
Sure. Darin reads review requests more often than bug comments :-)
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+
Attachment #123029 - Flags: superreview?(darin) → superreview+
Comment on attachment 123029 [details] [diff] [review] updated patch r=gordon
Attachment #123029 - Flags: review?(gordon) → review+
Attachment #123029 - Flags: approval1.4?
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+
Can someone please checkin this simple patch? Thanks
Sure, I'll check it in this afternoon.
Status: NEW → ASSIGNED
Patch checked in. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.4final
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.

Attachment

General

Creator:
Created:
Updated:
Size: