Commit Graph

467 Commits

Author SHA1 Message Date
Wes Kocher
1828f92d6f Merge m-c to inbound, a=merge 2015-09-25 18:02:38 -07:00
Gijs Kruitbosch
37fa75546d Bug 1194692 - fix fallback values at callsites of fileTimeToSecondsSinceEpoch, r=MattN 2015-09-22 23:25:28 +01:00
Wes Kocher
9d138a0abc Merge inbound to central, a=merge CLOSED TREE 2015-09-22 16:42:03 -07:00
Jacek Caban
d8065a41a6 Bug 1207100 - Fixed nsEdgeReadingListExtractor.cpp compilation on GCC. r=Gijs 2015-09-22 19:07:10 +02:00
Gijs Kruitbosch
33060e9609 Bug 1205053 - addendum: rebasing mistake due to the new name of the ctypes helper, rs=me 2015-09-22 16:45:06 +01:00
Gijs Kruitbosch
a688b4fb63 Bug 1205053 - use registry typedURLs to import rudimentary history from MS Edge, r=dolske 2015-09-15 22:18:41 +01:00
Tooru Fujisawa
aa4cdf03d4 Bug 1207491 - Part 7: Remove use of expression closure from browser/components/migration/. r=Gijs 2015-09-23 18:36:21 +09:00
Riadh Chtara
a783a87550 Bug 1192035 - Import passwords from Microsoft Edge / Windows 8+ r=Gijs,MattN 2015-09-16 17:34:26 -07:00
Shu-yu Guo
37989840cd Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Ehsan Akhgari
d6254db4c6 Bug 1202039 - Do not pretend to support IE7FormPasswords on Windows 8 and above; r=mattn 2015-09-14 08:04:31 -04:00
Jared Wein
eed3a87e6d Bug 1200656 - followup, use char16ptr_t to fix builds with VS 2015. r=mak 2015-09-09 09:40:56 +02:00
Gijs Kruitbosch
72e8358f64 Bug 1200598 - fix exception thrown when using migration on win8.1 or below, r=MattN 2015-09-08 16:16:56 +01:00
Jared Wein
e41d7793e3 Bug 1200656 - Reading list import from Edge leaks. r=jimm 2015-09-08 08:52:32 -04:00
Riadh Chtara
591805ea25 Bug 682069 - Password Import from IE not available. r=dolske r=mattn 2015-09-01 17:27:04 -07:00
Jared Wein
4b77a8d682 Bug 1200187 - Failed to compile nsEdgeReadingListExtractor.cpp: error C2664: cannot convert argument from 'char16_t *' to 'JET_PCWSTR'. 2015-09-01 18:18:17 +00:00
Ryan VanderMeulen
f6a84499b5 Merge m-c to inbound. a=merge 2015-08-30 22:12:12 -04:00
Nicholas Nethercote
12fec02dfb Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Gijs Kruitbosch
95d597e462 Bug 1193387 - Import reading list from MS Edge. r=jaws 2015-08-26 15:34:02 +01:00
Ryan VanderMeulen
fc5047b7d6 Backed out changeset ef82210d0bf3 (bug 1193387) for various WinXP test failures.
CLOSED TREE
2015-08-28 21:01:27 -04:00
Gijs Kruitbosch
ef01e16420 Bug 1193387 - import reading list from MS Edge, r=jaws 2015-08-26 15:34:02 +01:00
Marco Bonardo
c736ccd166 Bug 1156277 - Fix intermittent failures in test_IE_cookies.js by randomizing and clearing cookies. r=gijs 2015-08-28 14:19:06 +02:00
Gijs Kruitbosch
782aa71caa Bug 1192036 - import cookies from Edge, r=MattN 2015-08-19 16:32:54 +01:00
Nazim Can Altinova
4ea7059a54 Bug 1185893 - abuse of bind(this) with add/removeEventListener r=gijs 2015-08-21 15:31:00 +01:00
Gijs Kruitbosch
5dd713b1f1 Bug 1196311 - actually ship edge migrator, r=jaws 2015-08-19 17:41:30 +01:00
Gijs Kruitbosch
933dbcd040 Bug 1192032 - followup: include windowsregistry jsm to fix test brokenness, rs=bustage 2015-08-13 19:49:48 +01:00
Gijs Kruitbosch
b8a3720667 Bug 1192032 - add edge bookmarks/favorites migrator, r=MattN 2015-08-11 16:53:10 +01:00
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