Kris Maglione
e51750a9c4
Bug 1322235: Part 6 - Replace AddonPolicyService with a stub implementation in ExtensionPolicyService. r=mixedpuppy,zombie
...
This replaces the JS policy service stubs with a pure C++ version which
directly makes policy decisions based on active WebExtensionPolicy objects.
This is the first step in a larger refactoring, which will remove the
ExtensionManagement module entirely, and replace the current add-on policy
service with direct, non-virtual access to native WebExtensionPolicy objects.
It will also be followed by related changes to migrate the content script and
extension page matching to native code, based on the existing MatchPattern and
WebExtensionPolicy bindings.
MozReview-Commit-ID: 2MpbmXZGiPZ
--HG--
extra : rebase_source : 8b268618164b45605143e858665e592de829a6fa
2017-06-03 17:12:14 -07:00
Paolo Amadini
93316227a7
Bug 1364050 - Part 3 - Remove obsolete code from the nsIDownloadManager implementation. r=mak
...
A missing dependency in "nsTypeAheadFind.h" is also fixed to allow the removal of the include files from "nsToolkitCompsModule.cpp".
MozReview-Commit-ID: EefZA9bEUW0
--HG--
extra : rebase_source : 8ddfaf72f2b89c6e906561710045ec677e46da79
2017-05-15 11:55:50 +01:00
Kris Maglione
a5b730ac2f
Bug 1358846: Part 4 - Merge various startup information stores into a single JSON file. r=rhelmer,jonco
...
MozReview-Commit-ID: Bs8xMqzVOcl
--HG--
extra : rebase_source : 38ea250029f1626896ab8c3a062b8e14b80c7947
extra : source : 98b57ff82a5477e3f0c0f880c0a72cc115cdf9af
2017-05-12 09:37:50 -07:00
Iris Hsiao
6559420d58
Backed out 15 changesets (bug 1358846, bug 1356826) for talos error. a=backout
...
Backed out changeset 96ea13bb00c5 (bug 1358846)
Backed out changeset b533d7f9b9c2 (bug 1358846)
Backed out changeset 7dcb80a051a3 (bug 1358846)
Backed out changeset 26825f1e33dd (bug 1358846)
Backed out changeset 98b57ff82a54 (bug 1358846)
Backed out changeset b9088593e34f (bug 1358846)
Backed out changeset cb2518673c56 (bug 1358846)
Backed out changeset 889c487a5d41 (bug 1358846)
Backed out changeset 459b36092b7a (bug 1356826 )
Backed out changeset c861e23ec8ef (bug 1356826 )
Backed out changeset d47998fa24cd (bug 1356826 )
Backed out changeset b02e89c67132 (bug 1356826 )
Backed out changeset c46fed6e4f6a (bug 1356826 )
Backed out changeset 237268e3d9d2 (bug 1356826 )
Backed out changeset 527435fc20db (bug 1356826 )
2017-05-12 17:45:21 +08:00
Kris Maglione
273fc8c0fb
Bug 1358846: Part 4 - Merge various startup information stores into a single JSON file. r=rhelmer,jonco
...
MozReview-Commit-ID: Bs8xMqzVOcl
--HG--
extra : rebase_source : fe9eec8d21c0602b079224890a26f797a39c3f28
2017-05-11 16:54:46 -07:00
Shane Caraveo
f6660740ac
Bug 1326298 implement off-main-thread delivery with start/stop/error listeners, r=kmag
...
MozReview-Commit-ID: Ke4NsthrbP2
--HG--
extra : rebase_source : 0324030e5f7f534256ff0c469bb486dc52e282c2
2017-04-18 15:50:53 -07:00
Jared Wein
97e69eb233
Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp
...
MozReview-Commit-ID: Duwu5vZOhtF
--HG--
extra : rebase_source : 564542010fd854c92978defba889b18a73f398f9
2016-08-31 19:28:29 -04:00
David Rajchenbach-Teller
4c829da9f9
Bug 1246277 - Don't forget to register nsPerformanceStatsService on non-Nightly;r=me
...
MozReview-Commit-ID: EsaLZ8oB9r5
--HG--
extra : rebase_source : 2aa8108ca27cb084e0c49472022c02fee965f605
2016-02-17 23:47:36 +01:00
Kit Cambridge
0d37a8bacb
Bug 1227300, Part 1 - Add an alert notification component. r=MattN,wchen
...
--HG--
extra : commitid : Jd0utRQq7sC
extra : rebase_source : 1ff47988d3e031af5fb7169e2c604b3dbf76c2d8
2015-12-03 08:44:25 -08:00
Kris Maglione
9768c79d20
Bug 1213632: Prevent WebExtensions from using versioned JavaScript. r=billm
...
--HG--
extra : commitid : 3aQ4wS5I7LP
extra : rebase_source : 252277140f700ab305877f3bfd0ba9b582ff0b7a
2015-10-22 23:25:43 -07:00
David Rajchenbach-Teller
3ff3f77f9e
Bug 1208747 - Move most of Stopwatch-related code to XPCOM-land (XPCOM-level + XPConnect-level);r=froydnj
...
--HG--
extra : transplant_source : %91G%19%1A%B33%A8%2C%F4%D0%D1%A3%E0%20G%86%CE%DF%A5%9D
2015-10-02 23:44:23 +02:00
Carsten "Tomcat" Book
a55a2ef59a
Backed out changeset 33afbc6c4997 (bug 1208747)
2015-10-21 11:39:22 +02:00
David Rajchenbach-Teller
625e50b7af
Bug 1208747 - Move most of Stopwatch-related code to XPCOM-land (XPCOM-level + XPConnect-level);r=froydnj
...
--HG--
extra : transplant_source : %AD%3B%3C%98%15/%F1%CD/%FB%D7%F4%88%22%7E%3D7%7B%CB%A0
2015-10-02 23:44:23 +02:00
Emanuel Hoogeveen
7d1e52f2ff
Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell
2015-07-07 04:17:00 +02:00
Eric Rahm
ff74bcf961
Bug 1146580 - Make FinalizationWitnessService listen for xpcom shutdown. r=bholley
2015-06-10 15:12:33 -07:00
David Rajchenbach-Teller
15afd14713
Bug 1153657 - Performance Monitoring is not ready to ride the trains. r=yoric
2015-04-18 14:26:13 +02:00
Robert Strong
91cf4cb89f
Bug 1152997 - Cleanup app update build to exclude android. r=glandium, r=mossop
...
--HG--
rename : toolkit/mozapps/update/moz.build => toolkit/components/timermanager/moz.build
rename : toolkit/mozapps/update/nsIUpdateTimerManager.idl => toolkit/components/timermanager/nsIUpdateTimerManager.idl
rename : toolkit/mozapps/update/nsUpdateTimerManager.js => toolkit/components/timermanager/nsUpdateTimerManager.js
rename : toolkit/mozapps/update/nsUpdateTimerManager.manifest => toolkit/components/timermanager/nsUpdateTimerManager.manifest
rename : toolkit/mozapps/update/tests/unit_timermanager/consumerNotifications.js => toolkit/components/timermanager/tests/unit/consumerNotifications.js
rename : toolkit/mozapps/update/tests/unit_timermanager/xpcshell.ini => toolkit/components/timermanager/tests/unit/xpcshell.ini
2015-04-14 17:00:02 -07:00
David Rajchenbach-Teller
b6feb17d3f
Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop
...
--HG--
rename : toolkit/components/aboutcompartments/jar.mn => toolkit/components/aboutperformance/jar.mn
rename : toolkit/components/aboutcompartments/nsCompartmentInfo.h => toolkit/components/aboutperformance/nsPerformanceStats.h
extra : rebase_source : a857d61a49542727fb4a496e785d175620103132
2015-03-31 12:40:59 +02:00
Paolo Amadini
c3952b24ed
Bug 1114624 - Don't register the legacy nsIDownloadManager implementation of nsITransfer by default anymore. r=mak,marco,margaret,fabrice
2015-02-05 11:19:01 +00:00
David Rajchenbach-Teller
3d6212aad5
Bug 1044020 - Don't build the Terminator under B2G. r=yoric
2014-11-10 14:55:02 +01:00
Alessio Placitelli
e4bd988256
Bug 992894 - Add a native file watcher component to notify about file/directory changes (Windows). r=Yoric
2014-09-02 06:34:00 -04:00
David Rajchenbach-Teller
eb93e16fa1
Bug 1038342 - Add a Shutdown watchdog. r=froydnj, r=ted, sr=bsmedberg
2014-08-26 14:54:43 +02:00
Bill McCloskey
2bf03b15e6
Bug 1017302 - Faster mapping of paths to add-on IDs (r=irving)
2014-06-21 11:54:28 -07:00
Doug Turner
8538cb176e
Bug 1006051 - Implement nsIParentalControlsService on the Mac. r=smichaud
2014-05-05 11:24:25 -07:00
Henri Sivonen
2182f447b0
Bug 943252 m-c part - Remove dead code related to the old Character Encoding menu implementation. r=Unfocused.
2014-04-30 10:41:15 +03:00
David Rajchenbach-Teller
b2b8e65b0f
Bug 961665 - Native implementation of OS.File.read, native bits. r=froydnj, r=bz, r=paolo
2014-03-14 10:13:26 -04:00
Ryan VanderMeulen
d2b4456c69
Backed out changesets c6ca1aa3887a, d741e117a033, 1fd26e822e73, and 720962c9f993 (bug 961665) for build bustage and xpcshell failures.
2014-03-13 10:32:57 -04:00
David Rajchenbach-Teller
a458688066
Bug 961665 - Native implementation of OS.File.read, native bits. r=froydnj, r=bz, r=paolo
2014-03-13 09:51:22 -04:00
Birunthan Mohanathas
f2fd740542
Bug 798033 - Remove 'using namespace' from toolkit/ headers. r=bsmedberg
2013-12-08 21:53:46 -05:00
Birunthan Mohanathas
6f158bc61c
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
...
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
2013-10-23 16:36:09 -04:00
David Rajchenbach-Teller
28aeb4c8b9
Bug 903433 - Add FinalizationWitnessService. r=Waldo, r=glandium, sr=Mossop
2013-10-12 14:17:43 -04:00
Birunthan Mohanathas
9deb678652
Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (2/2); r=ehsan
2013-10-10 16:38:19 -04:00
Monica Chew
e8c34403bb
Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp)
...
* * *
Bug 842828: Mark attributes of nsIApplicationReputationQuery as readonly, remove unused field (r=mossop)
* * *
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-26 06:51:59 -07:00
Ryan VanderMeulen
439417c819
Backed out changesets af0dda676cb7, 550e2f5b4224, and bb76828c5f22 (bug 842828) for B2G bustage and xpcshell failures.
...
CLOSED TREE
2013-09-25 11:50:51 -04:00
Monica Chew
8e6e0a7c88
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-25 07:03:31 -07:00
Neil Deakin
d6c64eaffc
Bug 853901 - Add platform-specific completion operations for downloads. r=paolo
2013-09-03 13:23:37 -04:00
Monica Chew
5a474cd13e
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 21:25:43 -07:00
Ryan VanderMeulen
b006c9d0a4
Backed out changeset 21f094a18c5c (bug 837199) for Werror bustage.
...
CLOSED TREE
2013-07-25 13:50:50 -04:00
Monica Chew
3604aed215
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 09:08:03 -07:00
Marshall Culpepper
5ca7854451
Bug 764683: Manage /system mount permissions when applying Gecko updates in B2G, and download them to /data/local. r=rstrong r=bbondy r=cjones
2012-08-27 12:27:14 -03:00
William Chen
d95a8ff25b
Bug 776134 - Part 2: Make AlertsService remote alerts from content process to chrome process. r=dougt
2012-07-26 18:25:02 -04:00
Ehsan Akhgari
2362f4b5ee
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Henri Sivonen
6792924c2c
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
...
--HG--
rename : toolkit/components/feeds/nsIScriptableUnescapeHTML.idl => parser/html/nsIScriptableUnescapeHTML.idl
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.cpp => parser/html/nsParserUtils.cpp
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.h => parser/html/nsParserUtils.h
2012-02-27 13:57:48 +02:00
Henri Sivonen
3ec758cd7c
Bug 650784 part 1 - Introduce a new API for converting HTML to plain text. r=smaug.
2012-02-27 13:57:48 +02:00
Matheus Kerschbaum
2074f211f6
Bug 597789 - Remove --disable-rdf; r=ted
2011-11-08 11:42:54 +00:00
Gian-Carlo Pascutto
9a5f444432
Bug 669410 - Add PrefixSet datastructure for SafeBrowsing. r=dcamp
2011-09-08 22:15:08 +02:00
Mark Finkle
b448cb7549
Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
...
--HG--
rename : mobile/components/build/nsIPhoneSupport.idl => mobile/components/build/nsIShellService.idl
rename : mobile/components/build/nsPhoneSupport.cpp => mobile/components/build/nsShellService.cpp
rename : mobile/components/build/nsPhoneSupport.h => mobile/components/build/nsShellService.h
2011-08-08 22:37:57 -04:00
Mehdi Mulani
54cb96daf9
Bug 572463 - Switch nsUrlClassifierHashCompleter from C++ to a JS implementation. r=dcamp,Mossop
2011-04-26 16:57:45 -07:00
Fabrice Desré
27a2f554ac
Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey
2010-10-15 14:16:45 -04:00