Closed
Bug 948829
Opened 12 years ago
Closed 12 years ago
Temporarily disable Nuwa until about:memory fixed.
Categories
(Core :: IPC, defect)
Tracking
()
People
(Reporter: kk1fff, Assigned: kk1fff)
References
Details
Attachments
(1 file)
|
750 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
See discussion in bug 930282 comment 53 and 54. As nuwa introduced some regressions, we disable nuwa temporarily before about:memory on b2g is fixed.
Attachment #8345726 -
Flags: review?(khuey)
Comment 1•12 years ago
|
||
(In reply to Patrick Wang [:kk1fff] from comment #0)
> Created attachment 8345726 [details] [diff] [review]
> Patch: disable nuwa
>
> See discussion in bug 930282 comment 53 and 54. As nuwa introduced some
> regressions, we disable nuwa temporarily before about:memory on b2g is fixed.
So US is currently sleeping right now - is there anyone else that can review this on the Taipei side in order to get this landed before US wakes up? It would be great if we could get this in before the next nightly build is generated for 1.3 & 1.4.
Attachment #8345726 -
Flags: review?(khuey) → review+
blocking-b2g: --- → 1.3+
This didn't really need to be reviewed.
Updated•12 years ago
|
Summary: Temporarily Nuwa before about:memory fixed. → Temporarily disable Nuwa until about:memory fixed.
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Comment 5•12 years ago
|
||
status-b2g-v1.3:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Comment 6•12 years ago
|
||
That patch didn't work for me, I had to do that:
diff --git a/b2g/confvars.sh b/b2g/confvars.sh
--- a/b2g/confvars.sh
+++ b/b2g/confvars.sh
@@ -52,13 +52,13 @@ MOZ_TIME_MANAGER=1
MOZ_B2G_CERTDATA=1
MOZ_PAY=1
MOZ_TOOLKIT_SEARCH=
MOZ_PLACES=
MOZ_B2G=1
if test "$OS_TARGET" = "Android"; then
-MOZ_NUWA_PROCESS=0
+MOZ_NUWA_PROCESS=
fi
MOZ_FOLD_LIBS=1
MOZ_JSDOWNLOADS=1
| Assignee | ||
Comment 7•12 years ago
|
||
Ah, yes. It's my fault, I forgot build script tests MOZ_NUWA_PROCESS as text.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•12 years ago
|
| Assignee | ||
Comment 8•12 years ago
|
||
| Assignee | ||
Comment 9•12 years ago
|
||
Comment 10•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•