Closed
Bug 205598
Opened 22 years ago
Closed 22 years ago
History displays 0..6 instead of Today/Yesterday/etc
Categories
(Core Graveyard :: Embedding: Packaging, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4final
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
Attachments
(1 file)
|
577 bytes,
patch
|
bryner
:
review-
|
Details | Diff | Splinter Review |
since we moved back to the trunk, history stopped displaying folder names
correctly because we're missing the dtd in the jar file
patch upcoming
| Assignee | ||
Comment 1•22 years ago
|
||
changing product
Component: History → Embedding: Packaging
Product: Camino → Browser
Target Milestone: --- → mozilla1.4final
Version: unspecified → Trunk
| Assignee | ||
Comment 3•22 years ago
|
||
| Assignee | ||
Comment 4•22 years ago
|
||
Comment on attachment 123235 [details] [diff] [review]
add history dtd to embed manifest
needing r/sr on this for camino
Attachment #123235 -
Flags: superreview?(sfraser)
Attachment #123235 -
Flags: review?(bryner)
Comment 5•22 years ago
|
||
Comment on attachment 123235 [details] [diff] [review]
add history dtd to embed manifest
I'm not sure I like this. Global history isn't really part of the "embedding
build" currently; Camino pulls in Mozilla's global history implementation
separately. So, it seems to me that this should be something camino-specific.
Maybe we should create a custom jar file for Camino?
Attachment #123235 -
Flags: review?(bryner) → review-
Comment 6•22 years ago
|
||
I agree that we shouldn't pollute the embedding manifest.
| Assignee | ||
Comment 7•22 years ago
|
||
i assert the embedding manifest is a farce, needs to be totally refactored to be
of any use to any app, and is basically useless in its current form.
Comment 8•22 years ago
|
||
That's absolutely true. We don't have a good mechanism in place to allow for
different embedders to grab different things.
| Assignee | ||
Comment 9•22 years ago
|
||
fixed by adding a build phase that manually adds the file to embed.jar before we
copy it from dist.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Flags: blocking1.4?
| Assignee | ||
Updated•22 years ago
|
Attachment #123235 -
Flags: superreview?(sfraser)
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•