Closed
Bug 621588
Opened 15 years ago
Closed 15 years ago
file permissions are wrong for android save as pdf files
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: blassey, Assigned: mbrubeck)
Details
Attachments
(1 file)
|
1.84 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
https://mxr.mozilla.org/mobile-browser/source/chrome/content/browser-ui.js#1368
that's expecting octal, not hex.
| Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
| Assignee | ||
Comment 1•15 years ago
|
||
Most of the front-end team is on vacation. Brad, can you rubberstamp this?
| Assignee | ||
Updated•15 years ago
|
OS: Linux → Android
Hardware: x86_64 → All
| Reporter | ||
Updated•15 years ago
|
Attachment #499945 -
Flags: review?(blassey.bugs) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Can you give STR please? Or a way to verify this?
Comment 4•14 years ago
|
||
I've performed the following steps to verify this bug:
1. Open Fennec
2. Save a PDF file
3. On Desktop side, open console window
4. Run "adb shell"
5. Use "ls -l" for the saved PDF file
After step 5, the permission result is: -rwxrwxr-x as it was expected.
Note:
I've verified this issue as mbrubeck suggested on IRC:
18:31 mbrubeck If you have ADB installed, then you can run "adb shell" and use the "ls -l" command on a saved PDF to verify that the permissions are 666 (should show up as "rwrwrw")
--
Mozilla/5.0 (Android;Linux armv7l;rv:8.0a2)Gecko/20110908
Firefox/8.0a2 Fennec/8.0a2
Device: Samsung Galaxy S
OS: Android 2.2
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•