Commit Graph

2564 Commits

Author SHA1 Message Date
Tim Taubert
18375d510d Bug 1129978 - sed -i '' 's/promiseAddVisits/PlacesTestUtils.addVisits/g' for toolkit/components/places r=mak 2015-02-09 15:01:22 +01:00
Tim Taubert
869cee9b4a Bug 1129978 - Replace promiseAddVisits() usage with PlacesTestUtils.addVisits() r=mak 2015-02-05 22:36:55 +01:00
Christoph Kerschbaumer
6279dde8e9 Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places -tests (r=mak) 2015-02-06 13:54:45 -08:00
Christoph Kerschbaumer
a102f192d4 Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places (r=mak) 2015-02-06 13:54:35 -08:00
Andrew McCreight
8413cc973c Back out Bug 1127201 (part 2) for various problems. 2015-02-06 15:04:32 -08:00
Nicholas Nethercote
3629781b69 Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Tim Taubert
f784b5ed68 Bug 1094846 - Update head_common.js r=mak 2015-01-23 15:37:10 +01:00
Carsten "Tomcat" Book
0dcb26b187 Merge mozilla-central to fx-team 2015-02-02 13:24:19 +01:00
Hiroyuki Ikezoe
2f532a3e76 Bug 1127612 - Remove promiseAsyncUpdates from head.js, use PlacesTestUtils.promiseAsyncUpdates instead. r=mak77 2015-02-01 21:08:00 +01:00
Swapnil R Patil
87c071cbdc Bug 1085428 - Replaced do_log_info with do_print. r=mak 2015-01-30 22:36:34 +01:00
Mike Hommey
824818ee98 Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
--HG--
rename : memory/mozalloc/fallible.h => memory/fallible/fallible.h
2015-02-02 09:56:13 +09:00
Marco Bonardo
ed784ca5b5 Bug 1117072 - updatePlaces can mistakenly overwrite typed and hidden attributes of a page. r=ttaubert 2015-01-27 18:36:40 +01:00
Carsten "Tomcat" Book
39defe4e2f merge fx-team to mozilla-central a=merge 2015-01-27 15:27:01 +01:00
Tim Taubert
6739c4ffa6 Bug 1125374 - Let Bookmarks.fetch() support DEFAULT_INDEX r=mak 2015-01-23 23:13:47 +01:00
Ehsan Akhgari
52f2938664 Bug 1118413 - Mark virtual overridden functions as MOZ_OVERRIDE in places; r=mak 2015-01-24 14:51:35 -05:00
Joel Maher
875f8b67f0 Bug 1125958 - test_bug_461710_perwindowpb.html fails when run as a standalone directory. r=ehsan 2015-01-26 16:12:24 -05:00
Ryan VanderMeulen
8809377386 Backed out changeset 638a3da0cf2f (bug 1123372) for xpcshell failures that appeared after being merged to m-c.
CLOSED TREE
2015-01-22 20:48:51 -05:00
Antonio Ladeia
5eed0a6171 Bug 1123372 - Stop using Date.toLocaleFormat() in Places code. r=mak 2015-01-22 08:10:12 -03:00
Tim Taubert
345359ed79 Bug 1113178 - Replace removeAllPages() in toolkit/components/places/ r=mak
--HG--
rename : toolkit/components/places/tests/expiration/test_removeAllPages.js => toolkit/components/places/tests/expiration/test_clearHistory.js
rename : toolkit/components/places/tests/unit/test_history_removeAllPages.js => toolkit/components/places/tests/unit/test_history_clear.js
2015-01-17 19:31:32 +01:00
Tim Taubert
a2fb6ca431 Bug 1113178 - Add PlacesTestUtils.clearHistory() r=mak 2015-01-15 20:20:51 +01:00
Hiroyuki Ikezoe
d4454f6e86 Bug 1118749 - Need promiseAsyncUpdates() before frecencyForUrl. r=mak 2015-01-20 01:13:00 -05:00
Seth Fowler
8d4cbee78d Bug 1121802 - Only add #-moz-resolution to favicon URIs that end in ".ico". r=Unfocused 2015-01-17 00:38:41 -08:00
anirudhgp
a2f93ab9ff Bug 1116600 - Change RegExp constructor to RegExp literal. r=mak 2015-01-15 06:25:00 -05:00
Tim Taubert
e6d9194259 Bug 1113175 - Implement async History.clear() r=mak 2015-01-13 11:23:16 +01:00
Tim Taubert
f31b261cde Bug 1101553 - Remove nsPIPlacesHistoryListenersNotifier r=mak 2015-01-12 14:39:32 +01:00
Blair McBride
8f17fda978 Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo 2015-01-08 22:38:48 +13:00
Carsten "Tomcat" Book
c854a16b1a Backed out changeset c5feceed953a (bug 1094567) 2015-01-08 12:17:20 +01:00
Blair McBride
903ddf9633 Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo 2015-01-08 22:38:48 +13:00
Marco Bonardo
ff401675b0 Bug 1081108 - Implement reorder in Bookmarks.jsm. r=Mano
--HG--
extra : rebase_source : d9327202388828855c8579646ace390887eadaf6
2014-12-30 21:33:14 +01:00
Mark Hammond
243a2df124 Bug 1109120 - use a geoip xhr request for more reliable country detection for search. r=gavin 2014-12-23 22:17:12 +11:00
Hiroyuki Ikezoe
22c59567cc Bug 1071357 - Need yield against checkItem and promiseAsyncUpdates after each importFromFile/exportToFile in test_bookmarks_json.js. r=mak 2014-12-22 02:53:00 +01:00
Hiroyuki Ikezoe
4477c924d8 Bug 1079387 - Need promiseAsyncUpdates after each importFromFile/exportToFile to ensure bookmarks updated. r=mak 2014-12-10 20:38:00 -05:00
Tom Schuster
939f404e73 Bug 783829 - Make PlacesUtils.nodeAncestors a new generator. r=mak 2014-12-17 00:28:39 +01:00
abdelrhman
605c00590b Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Wes Kocher
624683558a Merge fx-team to m-c a=merge 2014-12-12 17:18:42 -08:00
Christoph Kerschbaumer
3db8bbb93f Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - toolkit/ changes (r=gcp) 2014-12-12 09:07:48 -08:00
Asaf Romano
fb76677ab4 Bug 1110101 - Bookmarks.remove doesn't remove folder contents properly. r=mak. 2014-12-12 13:02:05 +02:00
Phil Ringnalda
9c4b09285b Backed out 15 changesets (bug 1087442)
Backed out changeset 3f4166fb5e37 (bug 1087442)
Backed out changeset 0c9c9123a0a9 (bug 1087442)
Backed out changeset 1d85d298042d (bug 1087442)
Backed out changeset 51f3ce397d68 (bug 1087442)
Backed out changeset f3b81a623692 (bug 1087442)
Backed out changeset 472e8fa74596 (bug 1087442)
Backed out changeset 12f97df7b79c (bug 1087442)
Backed out changeset 253cde88d3c5 (bug 1087442)
Backed out changeset b44f9ebd56cb (bug 1087442)
Backed out changeset 48e412887726 (bug 1087442)
Backed out changeset a2c76343f7a9 (bug 1087442)
Backed out changeset 0b5b07cfef0e (bug 1087442)
Backed out changeset 2931c35342a4 (bug 1087442)
Backed out changeset 681ce9dcad64 (bug 1087442)
Backed out changeset 47c505856954 (bug 1087442)
2014-12-11 21:58:21 -08:00
Christoph Kerschbaumer
03d8c2da80 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - toolkit/ changes (r=gcp) 2014-12-11 20:46:59 -08:00
Asaf Romano
c7c3c1ab3a Bug 1107308 - Round dateAdded and lastModified values to milliseconds precision in places cpp components. r=mak 2014-12-04 14:09:48 -08:00
Ryan VanderMeulen
1235490c83 Merge inbound to m-c. a=merge
CLOSED TREE
2014-12-10 16:01:20 -05:00
Asaf Romano
4257bdd89a Bug 1105866 - Implement folderShorcutNode.targetFolderGuid (guid version of folderShortcutNode.folderItemId). r=mak 2014-12-10 19:03:15 +02:00
Marco Bonardo
9705506225 Bug 1098552 - Bookmarks.jsm should use case-insensitive keywords. r=Mano
--HG--
extra : rebase_source : 50db985a28194821d3e5e48d829e5af240ffdb31
extra : histedit_source : 8f26bfec9edbb82c4e1f5487c45583a563bb491f%2Cc41fba608e5de3958c8702adc5b779be30b0b0d7
2014-12-10 17:56:57 +01:00
Hiroyuki Ikezoe
24f7ba5f6c Bug 1079387 - Need yield for checkItem to avoid intermittent failures. r=mak 2014-12-09 03:11:00 -05:00
Asaf Romano
1117f5b119 Bug 1104796 - Bookmarks.remove disallows removing any direct child of the places root. r=mak 2014-12-04 10:57:20 -08:00
Wes Kocher
c659ea6bce Backed out changeset bf25101e66cf (bug 1095098) for build bustage 2014-12-08 16:27:12 -08:00
Denis Volk
c3639f1324 Bug 1095098: move do_QueryObject templates into their own header r=froydnj 2014-11-20 12:20:10 +01:00
Asaf Romano
e2db91ed10 Bug 1105208 - regression: (null) title for Bookmarks Toolbar, Bookmarks Menu, Unsorted Bookmarks. r=mak. 2014-11-27 22:44:29 +02:00
Ryan VanderMeulen
5df3040f12 Merge m-c to inbound. a=merge 2014-11-26 21:43:23 -05:00
Ryan VanderMeulen
d8461340ac Merge fx-team to m-c. a=merge 2014-11-26 21:08:54 -05:00