Commit Graph

1265 Commits

Author SHA1 Message Date
Mohamed Waleed
897df4d813 Bug 1062894 - Avoid batching tag changes if number of changed tags is low. r=mak, ttaubert 2015-04-27 21:24:21 +02:00
Tim Taubert
6ee42bcb86 Bug 1095415 - Convert mochitest-chrome in toolkit/components/places/tests/chrome to Bookmarks.jsm API r=mak 2015-05-05 12:48:21 +02:00
Marco Bonardo
84bbd186d9 Bug 1160450 - Places Maintenance never runs. r=ttaubert 2015-05-01 10:42:48 +02:00
Wes Kocher
c793bf091f Merge fx-team to m-c a=merge CLOSED TREE 2015-04-29 16:46:00 -07:00
Marco Bonardo
0d18bb5ad2 Bug 1159346 - Existing livemarks are broken. r=ttaubert 2015-04-29 10:57:20 +02:00
Wes Kocher
cee2c0116a Backed out changeset 0162f8b040d6 (bug 1062894) for JP orange 2015-04-27 15:05:13 -07:00
Ryan Hamley
dfd648c850 Bug 1150484 - replace LOG() with do_print and remove LOG() function. r=mak DONTBUILD 2015-04-27 22:12:52 +02:00
Marco Bonardo
a2f7b3bd65 Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
Marco Bonardo
920cd28ef4 Bug 1150484 - replace LOG() with do_print and remove LOG() function. r=mak 2015-04-27 22:12:52 +02:00
Mohamed Waleed
e33ee2cb09 Bug 1062894 - Avoid batching tag changes if number of changed tags is low. r=mak, ttaubert 2015-04-27 21:24:21 +02:00
Marco Bonardo
e95ca3f2b5 Bug 1158833 - Intermittent test_mozIAsyncLivemarks.js. r=me 2015-04-27 18:43:02 +02:00
Marco Bonardo
5d741f1de4 Bug 1094900 - Livemarks service should use the new Bookmarks.jsm. r=ttaubert 2015-04-25 10:51:48 +02:00
Marco Bonardo
f625d9a875 Bug 1148459 - Use new keywords API in tests. r=ttaubert 2015-04-21 22:21:52 +02:00
Chirag Bhatia
369c68dee7 Bug 967196 - tagURI should trim tags. r=mak 2015-04-17 05:04:00 +02:00
Tim Taubert
f3513faeea Bug 1129498 - Replace remove_all_bookmarks() with .eraseEverything() r=mak 2015-04-20 12:29:37 +02:00
Antonio Fernando Santos Ladeia
02f678b5ca Bug 1123372 - Remove use of .toLocaleFormat() from Places. r=mak 2015-04-27 14:33:00 -04:00
Ryan VanderMeulen
239f027c15 Merge m-c to inbound. a=merge 2015-04-16 16:21:05 -04:00
Neil Deakin
dd30a1f3eb Bug 1153248, re-enable a bunch of tests that now work with e10s, r=billm 2015-04-16 15:38:12 -04:00
Marco Bonardo
929f8f5da2 Bug 1148466 - Use new keywords API in BookmarkHTMLUtils and BookmarkJSONUtils. r=ttaubert 2015-04-16 12:13:43 +02:00
David Rajchenbach-Teller
cc4a76b65a Bug 1076775 - Implement History.removeHistoryByFilter .r=mak 2015-04-10 11:23:07 +02:00
Carsten "Tomcat" Book
8893c456a1 Backed out changeset c426c7eb3b43 (bug 1076775) for XPC Shell Test failures 2015-04-10 17:02:35 +02:00
David Rajchenbach-Teller
d328847c0b Bug 1076775 - Implement History.removeHistoryByFilter. r=mak 2015-04-10 11:23:07 +02:00
Marco Bonardo
2f8c3fd738 Bug 1149488 - PlacesUtils.keywords.fetch should be able to fetch by url. r=ttaubert 2015-04-03 15:03:15 +02:00
Hiroyuki Ikezoe
b5e1dddec2 Bug 1139254 - Use MockRegistrar in toolkit/components. r=Unfocused 2015-03-24 19:47:00 -04:00
Tim Taubert
e031a2283c Bug 1100294 - PlacesUtils.keywords.fetch() should, instead of throwing, resolve to null when passing an empty string r=mak 2015-03-27 12:21:27 +01:00
Tim Taubert
b344a1a003 Bug 1100294 - Remove remaining uses of PlacesUtils.getURLAndPostDataForKeyword() from tests r=mak 2015-03-27 09:16:25 +01:00
Marco Bonardo
0840844637 Bug 1125117 - Use the new keywords API in autocomplete. r=ttaubert 2015-03-26 21:16:07 +01:00
Wes Kocher
0667f1171e Backed out changeset a4cc519364b5 (bug 1100294) 2015-03-26 14:30:20 -07:00
Wes Kocher
84993db5da Backed out changeset 54f37e45c70b (bug 1125117) for bc1 orange CLOSED TREE 2015-03-26 14:23:55 -07:00
Marco Bonardo
40804828e2 Bug 1125117 - Use the new keywords API in autocomplete. r=ttaubert 2015-03-26 21:16:07 +01:00
Tim Taubert
d91238709e Bug 1100294 - Remove remaining uses of PlacesUtils.getURLAndPostDataForKeyword() from tests r=mak 2015-03-26 10:02:05 +01:00
Marco Bonardo
6f126cf2b8 Bug 1146299 - Fix bookmark keywords, after the previous schema migration broke most of them. r=ttaubert 2015-03-24 16:22:29 +01:00
Ehsan Akhgari
33bb32f549 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
Marco Bonardo
85346ab28e Bug 1125115 - Remove (now) pointless test that is failing to reopen a CLOSED TREE 2015-03-20 12:08:47 +01:00
Marco Bonardo
71b939a449 Bug 1125115 - Write a new keywords pseudo-API in PlacesUtils. r=ttaubert 2015-03-20 09:39:25 +01:00
Marco Bonardo
2016ffcb1b Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert 2015-03-20 09:39:20 +01:00
Boris Zbarsky
54c64f20a9 Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp.  The
rest of this diff was generated by running the following commands:

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
2015-03-19 10:13:33 -04:00
Tim Taubert
5dfb44a32d Bug 1094909 - Convert xpcshell-tests in toolkit/components/places/tests/expiration to Bookmarks.jsm API r=mak 2015-03-13 15:51:07 +01:00
Tim Taubert
caa3c54472 Bug 1095418 - Convert xpcshell-tests in toolkit/components/places/tests/favicons to Bookmarks.jsm API r=mak 2015-03-12 11:29:01 +01:00
Tim Taubert
de34910bbc Bug 1094906 - Convert xpcshell-tests in toolkit/components/places/tests/queries to Bookmarks.jsm API r=mak 2015-03-12 14:26:28 +01:00
Tim Taubert
249a02cd65 Bug 1095421 - Convert xpcshell-tests in toolkit/components/places/tests/unifiedcomplete to Bookmarks.jsm API r=mak 2015-03-13 16:30:38 +01:00
Ryan VanderMeulen
fd511a4b5b Merge inbound to m-c. a=merge 2015-03-12 18:05:45 -04:00
Tim Taubert
49f7da5471 Bug 1127277 - Default to TYPE_BOOKMARK when no type is given for Bookmarks.insert() r=mak 2015-03-11 14:54:05 +01:00
Jonathan Griffin
84011a87cc Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Chris Peterson
927f45dd80 Bug 1133277 - Remove nonstandard let blocks from toolkit/components and modules. r=mak 2015-02-05 22:53:14 -08:00
Hiroyuki Ikezoe
389659417d Bug 1129794 - Remove 'firefox-appdir = browser' from places/autocomplete xpcshell test. r=mak 2015-02-04 22:24:00 +01:00
Marco Bonardo
f3dc73caae Bug 1125116 - Remove keywords support from Bookmarks.jsm. r=ttaubert 2015-02-09 17:10:19 +01:00
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