gecko-dev/toolkit
Nicholas Nethercote 5daac04ccf Bug 1316792 - gtestify toolkit/components/places/tests/cpp/test_IHistory.cpp. r=mak.
This is a most minimal gtest conversion possible. It leaves in place
significant amounts of non-typical-for-gtest code.

Notable changes:

- All the mock Link and URLSearchParams method definitions are no longer
  needed.

- The changes adds a new constructor for Link that doesn't set mHistory.
  Without that, leaked URLs occur at shutdown.

- The output printed by the test is slightly streamlined, mostly by omitting
  the test filename.

- It disables TestMediaFormatReader.cpp, which was causing problems. That test
  is slated for removal in bug 1318225 anyway.

--HG--
rename : toolkit/components/places/tests/cpp/mock_Link.h => toolkit/components/places/tests/gtest/mock_Link.h
rename : toolkit/components/places/tests/cpp/moz.build => toolkit/components/places/tests/gtest/moz.build
rename : toolkit/components/places/tests/cpp/places_test_harness.h => toolkit/components/places/tests/gtest/places_test_harness.h
rename : toolkit/components/places/tests/cpp/places_test_harness_tail.h => toolkit/components/places/tests/gtest/places_test_harness_tail.h
rename : toolkit/components/places/tests/cpp/test_IHistory.cpp => toolkit/components/places/tests/gtest/test_IHistory.cpp
extra : rebase_source : b7def3f9afce3a44e99f5ed35cb220f7814551cd
2016-11-12 06:22:01 +11:00
..
components Bug 1316792 - gtestify toolkit/components/places/tests/cpp/test_IHistory.cpp. r=mak. 2016-11-12 06:22:01 +11:00
content Bug 1282768 - Part 2 - Move the secondary actions of doorhanger notifications to their own menu button. r=paolo 2016-11-20 18:40:22 +01:00
crashreporter Bug 1318204 - Provide fallback date/time formatting in about:crashes for Android, where Intl API is not available. r=gandalf 2016-11-19 12:48:46 +00:00
forgetaboutsite Backed out changeset f6f28be8d8f2 (bug 1315781) for XPCShell test timed out 2016-11-10 14:53:46 +08:00
identity Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws 2016-11-11 15:22:34 -08:00
library Bug 1313556 - update rust parser for pssh parsing. r=rillian 2016-11-10 14:50:30 +08:00
locales Bug 1282768 - Part 3 - Convert permission notifications to use two buttons and a checkbox instead of multiple secondary actions. r=florian 2016-11-20 18:40:26 +01:00
modules Bug 1282768 - Part 2 - Move the secondary actions of doorhanger notifications to their own menu button. r=paolo 2016-11-20 18:40:22 +01:00
mozapps Bug 1318371: Flush jar caches by path rather than creating a nsIFile in the content process. r=billm 2016-11-17 20:00:30 -08:00
pluginproblem Fix merge conflict bustage for removed file from bug 1307445 part A. 2016-10-18 09:32:57 -04:00
profile Bug 1310297 - Remove test annotations using b2g, mulet or gonk: toolkit. r=RyanVM 2016-11-05 11:29:22 +01:00
system Bug 862395 - Part 1: Add requireInteraction property to web notifications. r=baku 2016-10-12 17:27:40 -07:00
themes Bug 1282768 - Part 2 - Move the secondary actions of doorhanger notifications to their own menu button. r=paolo 2016-11-20 18:40:22 +01:00
xre Backed out changeset 1a72c4919371 (bug 1147911) 2016-11-18 00:58:51 +01:00
.eslintrc.js Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws 2016-11-11 15:22:34 -08:00
moz.build Bug 1312143 - Delete toolkit/obsolete. r=John-Galt 2016-10-24 18:23:24 -07:00
moz.configure Bug 1316844 - Remove unused dependencies. r=chmanchester 2016-11-11 12:52:37 +09:00
nss.configure Bug 1295480 - Move --enable-dbm to python configure. r=chmanchester 2016-08-17 11:01:44 +09:00
toolkit.mozbuild Bug 1316657 - Clean up the webrtc-related gtest entries in toolkit.mozbuild. r=jesup 2016-11-11 10:32:54 -05:00