Carsten "Tomcat" Book
9857d2af8e
merge mozilla-inbound to mozilla-central a=merge
2017-02-20 14:05:25 +01:00
Jessica Jong
e370cc3706
Bug 1338911 - Ensure page is loaded before proceeding in test_refresh_firefox.py. r=Gijs
...
--HG--
extra : rebase_source : c44d6c06a392118210da6e3cf87470f79eb7ad42
2017-02-19 19:18:00 -05:00
Dão Gottwald
75df2a0b7d
Bug 1338522 - Add telemetry for UI responsiveness during import of profile data from another browser. r=francois,Gijs
...
MozReview-Commit-ID: Cmh0rhZEPDo
--HG--
extra : rebase_source : 303278eeced0fa177a2147d0fe1e010c976e7c76
2017-02-18 00:01:50 +01:00
Dão Gottwald
f7593c2488
Bug 1339413 - Implement prefs for capping the amount of history we import from Chrome. r=Gijs
...
MozReview-Commit-ID: BdlNxS76Ko9
--HG--
extra : rebase_source : 242297a27bf5b363b0e3883de79da72485c8b490
2017-02-15 18:42:15 +01:00
Gregory Moore
ea25a9f712
Bug 883627 - Updated CreateResetProfile() to use the existing profile name for the newly created profile, r=gijs
...
MozReview-Commit-ID: Gkul477NIDG
--HG--
extra : amend_source : 239723bbd06e20dde68f2ac82ff4bc149c2b46d6
2017-02-09 15:29:58 -08:00
Dão Gottwald
e247cf9a5f
Bug 1338812 - Call TelemetryStopwatch only once per item (history / bookmarks / logins) rather than for each resource. r=Gijs
...
MozReview-Commit-ID: 7c5DgKDIFTv
--HG--
extra : rebase_source : 9141f895c95f31b682e047d7df203aed32e3d65b
2017-02-11 21:14:52 +01:00
Gijs Kruitbosch
c87ff7ce1d
Bug 1335442 - update wording of automigration notification bar and add tests, r=jaws
...
MozReview-Commit-ID: EkuOQmRjqOF
--HG--
extra : rebase_source : 6e3818fe8f0e739ba01852f4e152950ed880aea3
2017-02-03 14:04:40 +00:00
Gijs Kruitbosch
48f9baa59d
Bug 1335442 - deal correctly with not importing anything, r=jaws
...
MozReview-Commit-ID: 3WZCxXV48Ms
--HG--
extra : rebase_source : f4ac27b2d9e26b8d9330e7b4839ccd05286c1098
2017-02-03 14:04:23 +00:00
Andrea Marchesini
8cf1cb8c2f
Bug 1335536 - File.createFromNsIFile and File.createFromFileName should be async - part 1 - tests, r=smaug
2017-02-08 10:18:32 +01:00
Marco Bonardo
f8239567d1
Bug 1336944 - Change Sqlite.jsm to bind TypedArrays as Blobs, not common Arrays. r=Gijs
...
Currently an Array is bound as a blob. Unfortunately this occupies the best javascript
code path to bind an array to an IN clause in the future.
We would like Arrays to bind to IN lists, while still keeping a nice interface to bind blobs.
This patch makes Uint8Array bind to blob, while Array is left available for future use.
MozReview-Commit-ID: 7xzumBs8JTe
--HG--
extra : rebase_source : e9f63f06892d9db801951243648eddd148646426
2017-02-06 19:30:19 +01:00
Gijs Kruitbosch
9b3d8d687b
Bug 1335349 - add survey link option to 'undo' for automigration, r=Dolske
...
MozReview-Commit-ID: BGsxAdsTu7X
--HG--
extra : rebase_source : 02dc08207387bef370e7d7926346d0c9124cd931
2017-01-31 12:32:27 +01:00
Gijs Kruitbosch
02a488dd3f
Bug 1333734 - fix chrome password import if it contains items we can't read as a URI, r=mak
...
MozReview-Commit-ID: CAwIVNz70hs
--HG--
extra : rebase_source : f6b7998f9edf69d96c8fd2c312c84b3b8bf071e6
2017-01-30 10:51:21 +01:00
Gijs Kruitbosch
b6dca22dac
Bug 1333233 - part 2: add telemetry for the time it takes to do individual undo operations, r=bsmedberg,Dolske
...
MozReview-Commit-ID: Lf7roH3EswB
--HG--
extra : rebase_source : 679b0c32b960aff809e1650e6f2cd1e32a5a935f
2017-01-26 17:00:00 +00:00
Gijs Kruitbosch
569e10b1e0
Bug 1333233 - part 1: add telemetry for error counts from undo operations, r=bsmedberg,Dolske
...
MozReview-Commit-ID: EdelbiibVWi
--HG--
extra : rebase_source : 21d376c84c66e7dc6ff3ae05f1c0a8826ad68d82
2017-01-26 15:54:41 +00:00
Gijs Kruitbosch
5860c43474
Bug 1333484 - make Firefox refresh marionette test not rely on previous tests, r=mikedeboer
...
MozReview-Commit-ID: APQf2XMG8JV
--HG--
extra : rebase_source : cdcef16ec3b3934214f19367329df6dc3996818a
2017-01-24 18:29:46 +00:00
George Veneel Dogga
809e98f68a
Bug 887876 - Use Sqlite.jsm in browser/components/migration. r=mak
2017-01-20 04:35:00 -05:00
Mark Banner
16e6d381ac
Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
...
MozReview-Commit-ID: 62Hp5ISxowJ
--HG--
extra : rebase_source : daa8efb3409031fea553f4fd0c9d0746e38dc308
extra : histedit_source : b4c23aacf678ba0d0ac9c09191a7c494ead11a08
2017-01-18 10:30:39 +00:00
Gijs Kruitbosch
d527f98427
Bug 1331800 - catch errors from history removals and don't block undo on them, r=Dolske
...
MozReview-Commit-ID: JhWAs6rvBnW
--HG--
extra : rebase_source : 55afb05588c8e9a4734f0a4172ad5b7c1f1e2b23
2017-01-18 18:07:47 +00:00
Gijs Kruitbosch
8079695555
Bug 1331888 - immediately remove (and don't reshow) notification bars once user chooses to undo, r=dao
...
The automated test verifies that we remove the notification bars immediately.
Unfortunately, I couldn't think of a way to verify we won't allow reshowing the notification bar while an undo is ongoing,
because for that to happen I'd need to get one to show while an undo is ongoing, which isn't reliably possible in an
automated test.
MozReview-Commit-ID: EYHNIPEaOOo
--HG--
extra : rebase_source : 00177261942c757fdd41b3b54a9da002217d8c53
2017-01-18 11:07:47 +00:00
Florian Quèze
85611a7b6d
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
...
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00
Gijs Kruitbosch
a5d7653858
Bug 1330384 - force a refresh of the new tab page after automigration undo, r=jaws
...
MozReview-Commit-ID: KoqbAgPkcLC
--HG--
extra : rebase_source : b5745aa5e9812dcb6fcc671b1884ca7ebfaab995
2017-01-12 16:00:27 +00:00
Mark Banner
582fcb8090
Bug 1329614 - [eslint] Catch more cases of importing globals from 'var foo = Cu.import('...');'. r=jaws
...
MozReview-Commit-ID: 5NKHHb70YA6
--HG--
extra : rebase_source : 4551e56f56065349fb9ddc8d90e67f9dc84c1701
2017-01-09 10:12:26 +00:00
Florian Quèze
028a82f682
Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws.
2017-01-09 20:27:25 +01:00
Jared Wein
f64146d9d7
Bug 1329014 - Enable the no-extra-bind rule and use eslint --fix to autofix the errors. r=standard8
...
MozReview-Commit-ID: BwK94W2mHXS
--HG--
extra : rebase_source : a905658829084d3a4018df81f51bb210ef1e645b
2017-01-05 16:43:29 -05:00
Gijs Kruitbosch
66df3660b9
Bug 1322730 - display undo migration message on about:newtab, r=Dolske
...
MozReview-Commit-ID: 8nIGdD9XyFH
--HG--
extra : rebase_source : edb3034962fb0f29e7bd245974096b6609718313
2017-01-04 19:05:50 +00:00
Sebastian Hengst
e5329fbf68
Backed out changeset 9647d2c82af4 (bug 1322730) for eslint failures. r=backout
2017-01-04 20:05:06 +01:00
Gijs Kruitbosch
71aae2ba87
Bug 1322730 - display undo migration message on about:newtab, r=Dolske
...
MozReview-Commit-ID: 8nIGdD9XyFH
--HG--
extra : rebase_source : 82e1ca0b02602a69510da54de9a329289b5d57ce
2016-12-15 16:54:36 +00:00
Jared Wein
9141469edf
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
--HG--
extra : rebase_source : 8ab34c4e46a7c3075b459bf44786ec184d10d203
2016-12-30 21:47:25 -05:00
Jared Wein
560afd3f8e
Bug 1326479 - Fix 'indent' eslint errors now that eslint scans multiline array and object definitions. r=Gijs
...
MozReview-Commit-ID: 99mWjxu8PPn
--HG--
extra : rebase_source : f78d800263b8544ce0accbdb2dc57b303969543f
2017-01-03 10:07:50 -05:00
Jared Wein
4e35ed6e8a
Bug 1326479 - Enable more options for the 'indent' rule. r=Gijs
...
MozReview-Commit-ID: EuxayyLNHNt
--HG--
extra : rebase_source : f13b679204d89861e608adcb774a32cf8a960e43
2016-12-30 18:32:56 -05:00
Jared Wein
ecab54a7c9
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Aman Dwivedi
6cbcc32370
Bug 1323685 - Remove workarounds for bug 449811. r=mak
2016-12-22 16:33:28 +05:30
Gijs Kruitbosch
33b498ac62
Bug 1285577 - part 4: save, use and delete implementations for import undo state, r=mak
...
MozReview-Commit-ID: FVy2MMpvV65
--HG--
extra : rebase_source : e330deab2d1e2601fb9c435f3c6a5ae1d5d5cfc4
2016-12-20 22:49:05 +00:00
Gijs Kruitbosch
70e962988d
Bug 1285577 - part 3: keep track of added visits in an import and allow removing them, r=mak
...
MozReview-Commit-ID: 7HCA7cKhws4
--HG--
extra : rebase_source : 711f3575093b84bf6dfb18e7750f49c58858ebbc
2016-11-30 11:56:25 +00:00
Gijs Kruitbosch
f9853bee1e
Bug 1285577 - part 2: keep track of added logins in an import and allow removing them, r=MattN
...
MozReview-Commit-ID: JZbOkmZ7ZZG
--HG--
extra : rebase_source : fc36e4a137e6eef890091fb46e5f149a3cc1c46f
2016-11-30 11:50:38 +00:00
Gijs Kruitbosch
fb5973dfbc
Bug 1285577 - part 1: keep track of added bookmarks in an import and allow removing them, r=mak
...
MozReview-Commit-ID: 8pKlBmDVX5X
--HG--
extra : rebase_source : 88a07f15e920d570576d0220f541f156f6da86f9
2016-11-30 11:48:03 +00:00
Gijs Kruitbosch
8d66045e8d
Bug 1285577 - part 0a: make login manager return the login we're creating with addLogin, r=MattN
...
This patch also addresses logic issues in LoginHelper.maybeImportLogin, renames
a parameter of maybeImportLogin to be consistent and adds a test.
MozReview-Commit-ID: 12llkOyF7ne
--HG--
extra : rebase_source : 371688e1112a91b6068bbd4780d33231dbaef7fd
2016-11-30 11:03:21 +00:00
Sebastian Hengst
db0773ee3e
Backed out changeset 61029bd1995a (bug 1285577) for failing test_autofill_https_upgrade.html at least on Linux. r=backout
2016-12-20 22:56:02 +01:00
Sebastian Hengst
e36b2e502c
Backed out changeset 12aa73f4a982 (bug 1285577)
2016-12-20 22:54:35 +01:00
Sebastian Hengst
7ed2722b24
Backed out changeset 78a3cd5bf313 (bug 1285577)
2016-12-20 22:54:31 +01:00
Sebastian Hengst
d87d8e6640
Backed out changeset 10388e609fe3 (bug 1285577)
2016-12-20 22:54:26 +01:00
Sebastian Hengst
35be83c7bc
Backed out changeset 1ffe78f2ab5a (bug 1285577)
2016-12-20 22:53:48 +01:00
Sebastian Hengst
ecf9125f08
Backed out changeset e66794fae8f7 (bug 1285577)
2016-12-20 22:53:30 +01:00
Gijs Kruitbosch
8c2667b6ec
Bug 1285577 - followup: Fix eslint complaining about unused vars and spaces, rs=bustage a=bustage
...
MozReview-Commit-ID: KtjRdtulyLN
2016-12-20 19:56:54 +00:00
Gijs Kruitbosch
cb7ec389a9
Bug 1285577 - part 4: save, use and delete implementations for import undo state, r=mak
...
MozReview-Commit-ID: FVy2MMpvV65
--HG--
extra : rebase_source : 5187ce09771d6288ad864a44d1f3fd86ec60ce22
2016-12-19 21:56:20 +00:00
Gijs Kruitbosch
75e4193f12
Bug 1285577 - part 3: keep track of added visits in an import and allow removing them, r=mak
...
MozReview-Commit-ID: 7HCA7cKhws4
--HG--
extra : rebase_source : 16091dde8d36cb05d794a4a32341f57d470242be
2016-11-30 11:56:25 +00:00
Gijs Kruitbosch
7ae04355c1
Bug 1285577 - part 2: keep track of added logins in an import and allow removing them, r=MattN
...
MozReview-Commit-ID: JZbOkmZ7ZZG
--HG--
extra : rebase_source : c6f10003226c22404a31b1c33a5c4bef654fed4a
2016-11-30 11:50:38 +00:00
Gijs Kruitbosch
d50600d402
Bug 1285577 - part 1: keep track of added bookmarks in an import and allow removing them, r=mak
...
MozReview-Commit-ID: 8pKlBmDVX5X
--HG--
extra : rebase_source : 0673ea396eff2cfbcc656b7f89cd50ac850e13dc
2016-11-30 11:48:03 +00:00