Bernardo P. Rittmeyer
31ae466fd3
Bug 706005 - Chrome migrator notifies user to close browser. r=MattN
2015-08-07 23:36:32 -07:00
Matthew Noorenberghe
26e57c126f
Bug 706973 - Support migration from Chromium/Canary. r=Mano
2015-08-06 00:02:22 -07:00
Riadh Chtara
94592a7179
Bug 707044 - Tests for Google Chrome password import on Windows. r=MattN
2015-07-27 19:34:30 -07:00
Makoto Kato
5db9042697
Bug 707044 - Import login data from Google Chrome on Windows. r=MattN
2015-07-27 19:31:53 -07:00
Tim Nguyen
5270104652
Bug 1172357 - Use new tree-container class for about:welcomeback tree. r=jaws
2015-07-17 14:35:51 -07:00
Birunthan Mohanathas
a29151dc87
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Ryan VanderMeulen
0dad538ee1
Merge m-c to fx-team. a=merge
2015-07-07 14:41:18 -04:00
Emanuel Hoogeveen
b30abdc582
Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell
2015-07-07 04:17:00 +02:00
Hector Zhao
87879b0dd7
Bug 1178166 - Handle gbk encoded login.ini from 360 secure browser. r=mak
2015-06-25 15:18:44 +08:00
Hector Zhao
f3cb670681
Bug 1164752 - Include 360 secure browser in migration. r=mak
2015-05-13 18:00:55 +08:00
Matthew Noorenberghe
b457b3086f
Bug 1162205 - Don't import encrypted cookies from Chrome. r=mak
2015-05-08 11:41:10 -07:00
Marco Bonardo
d90008e8ab
Bug 1094876 - Migrators should use new Bookmarks.jsm API. r=ttaubert
2015-04-20 16:32:49 +02:00
Marco Bonardo
adffb2fd02
Bug 1155705 - Safari bookmarks migration is broken. r=Gijs
2015-04-17 21:22:40 +02:00
Marco Bonardo
54351e6886
Bug 1154294 - write a test for IE cookies migration. r=Gijs
2015-04-16 10:16:19 +02:00
Gijs Kruitbosch
1d867babfb
Bug 1154472 - fix expiry dates in IE cookie imports, r=mak
2015-04-15 10:28:16 +01:00
Gijs Kruitbosch
7d920d91b8
Bug 1153900 - fix use of 'File' constructor in IEProfileMigrator.js, r=mak
2015-04-14 05:37:00 +01:00
Shu-yu Guo
c944f22777
Bug 1153900 - Fix TDZ issue in IEProfileMigrator.js, r=gijs
2015-04-13 21:25:00 +01:00
Abhishek Bhattacharya
817d790315
Bug 1123309 - Remove Dict.jsm. r=mak,gfritzsche,felipe
2015-04-08 15:49:47 -03:00
Ehsan Akhgari
ea41d8de48
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Magnus Melin
8e9aef019d
Bug 1138322 - TelemetryEnvironment.jsm should not use |ProfileTimesAccessor|. r=vladan
2015-03-07 18:53:36 +02:00
Sebastian Hengst
ef109b3851
Bug 1139427 - Define file-based metadata in /browser/components. r=gavin
...
Add bugzilla components as metadata to moz.build files for easier bugfiling into the correct component. More information:
https://gecko.readthedocs.org/en/latest/build/buildsystem/mozbuild-symbols.html#bug-component
2015-03-08 20:43:22 +01:00
Carsten "Tomcat" Book
5b8186b277
merge mozilla-inbound to mozilla-central a=merge
2015-02-16 15:59:56 +01:00
Tim Nguyen
cc879e0490
Bug 1128882 - Fix welcomeback restore button not working. r=jaws
2015-02-13 11:50:00 +01:00
Neil Rashbrook
ae3687114e
Bug 1100118 Allow migration from Firefox to Firefox Developer Edition r=MattN
2015-02-14 21:29:49 +00:00
Chris Peterson
bcec56d259
Bug 1129321 - Remove nonstandard let blocks from browser. r=ttaubert
2015-01-24 23:39:14 -08:00
Christoph Kerschbaumer
fc2d9ddd3d
Bug 1087726: Make JS callers of ios.newChannel call ios.newChannel2 in browser/ (r=gijs)
2014-10-24 14:36:11 -07:00
Tim Nguyen
d55b0835cd
Bug 1087618 - Part 4: Update html structure of about:tabcrashed, sessionrestore and welcomeback. r=jaws
2015-01-21 05:44:00 -05:00
Mark Hammond
5215d48783
Bug 972196 - copy signedInUser.json on Firefox reset to keep sync working. r=MattN
2015-01-05 09:05:14 +11:00
Paolo Amadini
cb63d54303
Bug 1112088 - Use Downloads.jsm functions to get download directories in the Safari Migrator. r=mak
2014-12-24 18:10:04 +00:00
Chris Peterson
1d85269cb4
Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps
2014-12-10 22:56:31 -08:00
Gijs Kruitbosch
363dd789e7
Bug 639134 - update pref UI and internet explorer profile migration code for new tristate pref, r=jaws
2014-11-27 19:12:03 +00:00
Gijs Kruitbosch
86f71cce59
Bug 1096787 - copy new logins.json database when using fx reset, r=MattN
2014-11-12 00:35:02 +00:00
Matthew Noorenberghe
7760db54c6
No bug - Stop pre-processing aboutWelcomeBack.xhtml. r=me
2014-11-04 17:59:31 -08:00
Mark Hammond
0259377f6a
Bug 1080934 - add radio buttons to about:welcomeback. r=Unfocused
2014-10-24 10:56:33 +11:00
Mark Hammond
de3cb2df63
Backed out changeset 0b08eb8e264b (Bug 1080934) for bc failures.
2014-10-23 16:20:13 +11:00
Mark Hammond
cb72edd598
Bug 1080934 - add radio buttons to about:welcomeback. r=Unfocused
2014-10-23 15:00:23 +11:00
Mark Hammond
1880a8918e
Bug 1063710 - Make Reset Profile write the reset's timestamp to times.json. r=gps
2014-10-23 15:00:23 +11:00
Mark Hammond
5ebb8af8c6
Bug 1063714 - migrate FHR related data to new profile on profile migration/reset. r=gps
2014-10-23 15:00:22 +11:00
Mark Hammond
4f82da56ce
Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN
2014-10-11 12:37:16 +11:00
Andrew Halberstadt
11b824f09b
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Steven MacLeod
b0b7eba867
Bug 1035557 - Migrate crash checkpoints with the session so that we don't appear to crash during reset. r=ttaubert
2014-08-11 16:41:27 -04:00
Birunthan Mohanathas
32a88e8a97
Bug 1038458 - Part 4: Flatten browser/components/migration/{public,src}/ directories. r=mak
2014-07-26 09:31:57 -07:00
Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Birunthan Mohanathas
254f890e2e
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Matthew Noorenberghe
cf2fe6720a
Bug 705927 - Support friendly names for profile selection during migration. r=Mano
2014-06-04 00:56:18 -07:00
Birunthan Mohanathas
eeb9aaaa94
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Carsten "Tomcat" Book
53b171342e
Merge mozilla-central to fx-team
2014-03-21 15:35:37 +01:00
Boris Zbarsky
3591403a3b
Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff
2014-03-20 23:19:42 -04:00
Jared Wein
be3f4ecc3d
Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs
2014-03-20 20:23:36 -04:00
Phil Ringnalda
d33bfd0bf4
Back out bbb44c125553 (bug 940393) for breaking WinXP
2014-03-20 20:57:39 -07:00