OLD | NEW |
---|---|
(Empty) | |
1 This directory is created to hold test data for Firefox importer browser tests. | |
2 | |
3 Since Firefox 3.5, instead of search.sqlite, all search engines are stored in | |
4 search.json. The test data in this directory is intended for Firefox 3.5 and | |
5 later. | |
6 | |
7 The search.json is grabbed from profile directory of Firefox 28.0 that runs in | |
8 Ubuntu 12.04.4 LTS. To make this test search.json light weight, the keys | |
9 |_iconURL| and |_iconMapObj| are removed from each search engines' dictionary. | |
10 Moreover, each list of |engines| is updated to respect existing |kFirefoxKeyword s|. | |
Ilya Sherman
2014/05/06 04:21:49
nit: Please wrap to 80 columns per line.
Tapu Ghose
2014/05/06 05:18:53
I should be more careful. Usually, I run "git cl f
Ilya Sherman
2014/05/06 19:00:12
Yeah, I think "git cl format" only formats C++ fil
| |
11 Please NOTE that values of |filePath| is dependant on workstation. They NEED to be | |
Ilya Sherman
2014/05/06 04:21:49
nit: Ditto here.
| |
12 updated in order to pass the test in corresponding workstation. | |
Ilya Sherman
2014/05/06 04:21:49
Hmm. Do you mean that the test you're adding will
Tapu Ghose
2014/05/06 05:18:53
No. The test should run for all platforms. Here, I
Ilya Sherman
2014/05/06 19:00:12
Is it possible to include the XML files in the tes
| |
13 | |
14 All other files are grabbed from | |
15 /src/chrome/test/data/firefox35_profile because | |
16 | |
17 1) They respect the existing |kFirefoxBookmarks|, |kFirefoxPasswords| | |
18 of firefox_importer_browsertests.cc. | |
19 2) Unlike search.sqlite, their behavior have not changed. | |
OLD | NEW |