Commit Graph

17 Commits

Author SHA1 Message Date
Chris Peterson
f554e798e4 Bug 778472 - Part 3: Standardize order of import statements: org.mozilla, com, net, org, android, java. r=mfinkle 2012-07-27 17:53:54 -07:00
Chris Peterson
7cc0a9ac2f Bug 709230 - Part 4: Remove unused imports. r=blassey 2012-07-15 13:20:43 -07:00
Geoff Brown
18d65efbbd Bug 735461 - Parse -profile <path> argument properly in Fennec; r=blassey 2012-06-29 15:34:15 -07:00
Wes Johnston
4e9b1512a7 Bug 766297 - Create a default prefs.js for webapps. r=mfinkle 2012-06-26 11:56:03 -07:00
Vladimir Vukicevic
3f58a4b71f b=740586, [mobile] launch web apps in basic chromeless window; r=wesj,mfinkle 2012-06-18 13:03:03 -04:00
Wes Johnston
8a294189a1 Bug 715307 - Read and write profiles.ini for Android. r=mfinkle 2012-06-15 09:02:11 -07:00
Ryan VanderMeulen
d209a15376 Backout 802fbaed034c (bug 715307) due to suspected perma-red. 2012-06-09 14:35:22 -04:00
Wes Johnston
f5bd571270 Bug 715307 - Ability to read and write profiles.ini. r=mfinkle 2012-06-07 10:28:09 -07:00
Gian-Carlo Pascutto
b1d496a02c Bug 746860 - Ensure profiles are moved to internal storage before accessing them. Use migrator. r=blassey 2012-05-09 00:51:07 +02:00
Gian-Carlo Pascutto
f9a9ef1da3 Bug 746860 - Don't fail when creating directories that already exist. r=blassey 2012-05-09 00:50:52 +02:00
Wes Johnston
596ab989e3 Bug 721084 - Don't move profile to sdcard when Fennec moves there. r=blassey a=blocking-fennec 2012-04-18 09:11:08 -07:00
Brian Nicholson
0a2169f1e4 Bug 718240 - Use 30 second timeout for crash restore. r=mfinkle 2012-03-19 11:20:42 -07:00
Brian Nicholson
425981b0e8 Backout f8b7d116a096 for Tp regression 2012-03-21 17:29:43 -07:00
Brian Nicholson
dbe55b3f5c Bug 718240 - Use 30 second timeout for crash restore. r=mfinkle 2012-03-19 11:20:42 -07:00
Kartikaya Gupta
c3ea07fa03 Bug 726382 - Ensure the mDir and mMozDir variables are protected by synchronization. r=rnewman
It is possible that two threads will call getDir(), or getDir() and
moveProfilesToAppInstallLocation() simultaneously. Without this patch,
this would attempt to double-create the mozilla or profile directories,
which would then result in an IOException and failure when it shouldn't.
2012-02-26 18:08:03 -05:00
Kartikaya Gupta
df1633e270 Bug 723295 - Prevent startup crashes on devices with API level >= 8 and no SD card. r=wesj 2012-02-25 23:22:40 -05:00
Kartikaya Gupta
56e190cf8f Bug 726382 - Fold the GeckoDirProvider and a bunch of duplicated/complicated code into a new GeckoProfile class. r=wesj 2012-02-25 23:22:40 -05:00