Commit Graph

205 Commits

Author SHA1 Message Date
Marcos Aruj
ae0083f4e5 Bug 860625 - Use asynchronous getCharsetForURI in BookmarkJSONUtils.jsm. r=mak 2013-05-28 14:17:31 +08:00
Mike Hommey
3cc31cbb39 Bug 842334 - Move distribution/ back to the installation directory. r=bsmedberg,r=gavin 2013-05-11 20:14:58 +02:00
Gavin Sharp
763124291c Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
9b3a4e3071 Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange. 2013-05-02 21:20:08 -04:00
Gavin Sharp
52927e0751 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Raymond Lee
1cce48e69f Bug 852034 - Replace restoreBookmarksFromJSONFile with importFromFile. r=mano 2013-04-17 13:36:02 +08:00
Ryan VanderMeulen
e0ba069546 Backed out 17 changesets (bug 566746, bug 697377) for frequent OSX debug mochitest-5 crashes. 2013-04-11 11:53:13 -04:00
Neil Deakin
1931d66d4d Bug 566746 - main test for asynchronous form history module FormHistory.jsm and changes to notification test, r=mak 2013-04-11 04:01:49 -04:00
Mike Hommey
640e79f848 Bug 755724 - Move browser application in a subdirectory. r=jimm 2013-02-11 14:10:16 +01:00
Marco Bonardo
e7a888df87 Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Raymond Lee
50c193452b Bug 820764 - Stop using addvisit() in browser tests r=mak77 2013-01-25 12:55:22 +08:00
Gregory Szorc
9e63161b8c Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo 2012-12-11 10:53:24 -08:00
Paolo Amadini
6dc2df3e0e Bug 775495 - Replace waitForClearHistory and waitForAsyncUpdates with versions that return promises, and remove waitForFrecency. r=mak 2012-11-11 14:01:49 +01:00
Michal Novotny
596010fc99 Bug 737615 - Remove use of synchronous cache API from unit tests - browser tests, r=bsmith 2012-07-11 11:18:13 +02:00
Asaf Romano
ff2265239e Bug 748569 - Fix few migration regressions (reset profile feature is broken - bug 748047, bookmarks.html not imported during migration - bug 738263, default-browser detection during migration is completely broken and few more minor issues). r=mak 2012-05-28 12:43:59 +03:00
Marco Bonardo
bef0f6ea46 Bug 753205 - Add back separators support to bookmarks HTML import.
r=dietrich

--HG--
rename : browser/components/places/tests/unit/bookmarks.corrupt.html => toolkit/components/places/tests/unit/bookmarks.corrupt.html
rename : browser/components/places/tests/unit/bookmarks.preplaces.html => toolkit/components/places/tests/unit/bookmarks.preplaces.html
rename : browser/components/places/tests/unit/test_384370.js => toolkit/components/places/tests/unit/test_384370.js
rename : browser/components/places/tests/unit/test_398914.js => toolkit/components/places/tests/unit/test_398914.js
rename : browser/components/places/tests/unit/test_bookmarks_html.js => toolkit/components/places/tests/unit/test_bookmarks_html.js
rename : browser/components/places/tests/unit/test_457441-import-export-corrupt-bookmarks-html.js => toolkit/components/places/tests/unit/test_bookmarks_html_corrupt.js
rename : browser/components/places/tests/unit/test_bookmarksRestoreNotification.js => toolkit/components/places/tests/unit/test_bookmarks_restore_notification.js
2012-05-24 17:33:54 +02:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Paolo Amadini
d240aaa722 Bug 728174 - Replace old synchronous favicons calls in the bookmarks HTML import. r=mak
--HG--
extra : rebase_source : ddb3109fa13f41bdfb2f265f7850453905145a07
2012-04-12 12:27:36 +02:00
Ms2ger
22e29fc829 Merge m-c to m-i. 2012-04-09 09:32:28 +02:00
Serge Gautherie
36a4e05837 Bug 739041. (Dv1a-FF) test_384370.js: Move after_import() into run_test(), Use Services.prefs too. f=neil r=mak77. 2012-04-07 01:56:32 +02:00
Serge Gautherie
d5bda02a7b Bug 739041. (Cv1a-FF) test_browserGlue_prefs.js: Move comment back to its related code, s/print/do_log_info/g. r=mak77. 2012-04-06 16:31:25 +02:00
Marco Bonardo
13f1c8ba2e Bug 737841 - Part 3: remove no more useful redirectsMode query option.
r=dietrich rs=gavin

--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
2012-04-07 01:17:53 +02:00
Henri Sivonen
1f2063d730 Bug 482911 addendum - Tell nsBrowserGlue not to import initial bookmarks in a couple of tests to avoid fatal assertions on Mac. r=mak. 2012-03-23 16:57:13 +02:00
Henri Sivonen
511f3c52e5 Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Henri Sivonen
b83f701d54 Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
Henri Sivonen
7168af5fc7 Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Marco Bonardo
bb48eb96ed Bug 735625 - Get rid of ImportHTMLFromFileToFolder.
r=dietrich sr=gavin
2012-03-16 00:12:49 +01:00
Serge Gautherie
f0b09ba492 Bug 731663. (Bv1a-FF) test_bookmarks_html.js: Fix nits, Add/Use do_print(), Improve documentation. r=mak77. 2012-03-05 19:44:47 +01:00
OHZEKI Tetsuharu
6ad86ebbbb Bug 575955 - Replace internal usage of old transactions shim, add a new toolkit test. r=mak
--HG--
rename : browser/components/places/tests/unit/test_placesTxn.js => toolkit/components/places/tests/unit/test_placesTxn.js
rename : browser/components/places/tests/unit/test_txnGUIDs.js => toolkit/components/places/tests/unit/test_txnGUIDs.js
2012-02-28 18:40:38 -05:00
Marco Bonardo
efe05da08b Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option.
r=dietrich sr=gavin
2012-02-24 23:43:49 +01:00
Marco Bonardo
76ac38c278 Bug 613588 (Tests) - Load-on-demand livemarks.
r=dietrich
2012-02-24 13:42:30 +01:00
Rafael Ávila de Espíndola
27f9e95772 Bug 715554 - Missing semicolon. r=mak. 2012-01-09 10:12:15 -05:00
Rafael Ávila de Espíndola
162e027fc8 Bug 715554 - - Send quit-application in browser/components/places/tests/unit/test_clearHistory_shutdown.js. r=mak. 2012-01-09 10:07:42 -05:00
Jeff Muizelaar
02f534aa58 Bug 696163. Remove default livemark. r=mak77, ui-r=limi
The livemark service does sqlite io on the main thread.  The default livemark
has become pretty hard to discover now that we have hidden the bookmarks
toolbar, so there probably won't be a lot of new users using it.  I suggest we
get rid of it so that we're not paying these IO costs for a feature that new
users are unlikely to use.

--HG--
extra : rebase_source : 1ec9c111077e3dbda1316116928582c20a0148f7
2011-10-21 11:28:17 -04:00
Rafael Ávila de Espíndola
935ed2bcfd Bug 673017 - Misc places fixes. r=mak77.
This patch removes places-connection-closing, which is unused, reverts
1d1143dde4bb which was unnecessary and finalizes sql statements.

--HG--
extra : rebase_source : 8923378f4b1c58da8e128009efdf309f8ec29da3
2011-09-21 13:02:40 -04:00
Jeff Walden
1a51bb7cb1 Bug 645922 - Remove nsIJSON.encode/decode, because their functionality is subsumed by JSON.parse and JSON.stringify, and their idiosyncrasies are hindering code improvements. Also remove js_TryJSON and JS_TryJSON, which are no longer used after these changes and have no clear use cases. r=brendan, r=jst 2011-03-28 19:27:15 -07:00
Marco Bonardo
f6fa75c63f Bug 593566 - Bookmarks with blank names are exported as garbage.
r=dietrich
2011-06-08 22:55:49 +02:00
Philipp von Weitershausen
7ca97a9aa8 Merge services-central with mozilla-central 2011-05-23 21:16:34 -07:00
Marco Bonardo
9ddd984a08 Bug 629620 followup - Add test to xpcshell.ini. a=bustage 2011-05-23 21:15:32 -07:00
Marco Bonardo
1d4d6212bb Merge places and mozilla-central. a=developers 2011-05-24 04:51:59 +02:00
Marco Bonardo
8fe7daeae8 Bug 629620 - Copied bookmarks shouldn't inherit all annotations, since they are new entitities.
r=dietrich
2011-05-18 22:41:39 +02:00
Joel Maher
6993636556 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Marco Bonardo
3914c254ba Bug 524091 - Remove microsummaries support. (Places changes) 2011-04-26 14:25:07 +02:00
Marco Bonardo
5d3f667f0f Bug 553885 - Followup for permaorange. 2011-04-13 03:15:39 +02:00
Marco Bonardo
28b33183a7 Bug 539067 - Cleanup and re-enable test_browserGlue_prefs.js.
r=sdwilsh
2011-04-13 02:43:28 +02:00
Marco Bonardo
63f4ad2208 Bug 553885 - cleanup and re-enable test_browserGlue_distribution.js
r=sdwilsh
2011-04-12 16:32:20 +02:00
Marco Bonardo
e5ba4b039e Bug 556721 - cleanup test_browserGlue_migrate.js
r=sdwilsh
2011-04-12 16:31:49 +02:00
Tyler Colgan
6c223fbdc3 Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
DONTBUILD
2011-03-10 21:17:00 -08:00
Marco Bonardo
435698f755 Bug 597995 - Tags of bookmarks is lost doing UNDO after a CUT or DELETE.
r+a=dietrich
2011-01-14 14:51:56 +01:00
Shawn Wilsher
ade39d2c6a Merge mozilla-central to Places. 2010-12-13 15:08:04 -08:00