Closed
Bug 578618
Opened 15 years ago
Closed 15 years ago
Make /sys/kernel/high_watermark check MAEMO=5 only
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file, 2 obsolete files)
1.52 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
we are checking special file and not using any system API for handling low memory on maemo... and that is common now for all maemo platforms...
I think we should make current implementation MAEMO 5 only,
and then find proper low mem API for maemo/meego platform
Attachment #457275 -
Flags: review?(doug.turner)
Comment 1•15 years ago
|
||
Comment on attachment 457275 [details] [diff] [review]
Make maemo5 only mem check
what about MOZ_PLATFORM_MAEMO == 4
Assignee | ||
Comment 2•15 years ago
|
||
> what about MOZ_PLATFORM_MAEMO == 4
Will (MOZ_PLATFORM_MAEMO <= 5) work?
Assignee | ||
Comment 3•15 years ago
|
||
Assignee: nobody → romaxa
Attachment #457275 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #459577 -
Flags: review?(doug.turner)
Attachment #457275 -
Flags: review?(doug.turner)
Comment 4•15 years ago
|
||
Comment on attachment 459577 [details] [diff] [review]
mem <= 5
we are about to remove this code very soon and replacing it with a new system.
Attachment #459577 -
Flags: review?(doug.turner) → review+
Comment 5•15 years ago
|
||
Comment on attachment 459577 [details] [diff] [review]
mem <= 5
gnu doesn't support comparisons. :(
Attachment #459577 -
Flags: review+ → review-
Assignee | ||
Comment 6•15 years ago
|
||
Attachment #459577 -
Attachment is obsolete: true
Attachment #459715 -
Flags: review?(doug.turner)
Assignee | ||
Comment 7•15 years ago
|
||
>
> we are about to remove this code very soon and replacing it with a new system.
my goal here is get rid of annoying NS_ERRORS on maemo platform > 5
Updated•15 years ago
|
Attachment #459715 -
Flags: review?(doug.turner) → review+
Comment 8•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•