Closed
Bug 824023
Opened 13 years ago
Closed 12 years ago
while testing robocop, I see mention of unknown host exceptions in the logfile
Categories
(Firefox for Android Graveyard :: Add-on Manager, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: jmaher, Assigned: mfinkle)
Details
Attachments
(2 files)
1.52 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
38.15 KB,
application/x-compressed-tar
|
Details |
http://mxr.mozilla.org/mozilla-central/source/mobile/android/app/recommended-addons.json?raw=1&ctype=application/json
I cannot access either of these url's, nor can mfinkle.
Assignee | ||
Comment 1•13 years ago
|
||
The URLs in the recommended-addons.json file were of a scheme no longer supported by AMO. I updated those two URLs in the file to the current 32px URLs.
I also pretty-printed the file to make it easier to edit.
I also updated the Full Screen version to 3.4, the current version.
Assignee: nobody → mark.finkle
Attachment #694924 -
Flags: review?(wjohnston)
Updated•12 years ago
|
Attachment #694924 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → Firefox 21
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
This patch appears to have caused a ~1.2 meg regression in startup resident memory usage. Is that expected? See the jan 9 "Start" line data points at http://people.mozilla.com/~kgupta/awsy/
Comment 5•12 years ago
|
||
Just from eyeballing the about:memory dumps, core.odex goes up from 1.85 to 2.36 megs, libcrypto.so goes up from 0.05mb to 0.37mb. I'll try to come up with a better way to compare the dumps and diagnose these regressions.
Assignee | ||
Comment 6•12 years ago
|
||
I think it could be expected. Previously, for fresh profiles we were using a pre-seed file for showing recommended add-ons that contained 404 URLs. That means the code path that loaded the images for add-ons in about:home fell back to showing the "no image" for the add-ons.
Now, we use real URLs so the code path is exercised. The URLs are https:// so I bet that loads crypto, but I don't know abut core.odex - what is that?
I can try to use http URLs. If it works, I'll post a patch.
Comment 7•12 years ago
|
||
I think core.odex just refers to java library code from libcore that ships with android. I guess it corresponds to the java https libraries that also pull in libcrypto.
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•