David Rajchenbach-Teller
460377a28b
Bug 1153657 - Performance Monitoring is not ready to ride the trains. r=yoric
2015-04-18 14:26:13 +02:00
Robert Strong
0dad2cc28f
Bug 1152997 - Cleanup app update build to exclude android. r=glandium, r=mossop
2015-04-14 17:00:02 -07:00
David Rajchenbach-Teller
17eb84580e
Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop
2015-03-31 12:40:59 +02:00
Paolo Amadini
d16d2efda7
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
84b1ee81e8
Bug 1044020 - Don't build the Terminator under B2G. r=yoric
2014-11-10 14:55:02 +01:00
Alessio Placitelli
e5feb2777b
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
eedde0ff80
Bug 1038342 - Add a Shutdown watchdog. r=froydnj, r=ted, sr=bsmedberg
2014-08-26 14:54:43 +02:00
Bill McCloskey
4974c39702
Bug 1017302 - Faster mapping of paths to add-on IDs (r=irving)
2014-06-21 11:54:28 -07:00
Doug Turner
3215a293f4
Bug 1006051 - Implement nsIParentalControlsService on the Mac. r=smichaud
2014-05-05 11:24:25 -07:00
Henri Sivonen
84445fd4f3
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
560f78c8d5
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
8699cfbd9c
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
2fa5a3b3c2
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
9443b4d9dd
Bug 798033 - Remove 'using namespace' from toolkit/ headers. r=bsmedberg
2013-12-08 21:53:46 -05:00
Birunthan Mohanathas
b73a375748
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
2013-10-23 16:36:09 -04:00
David Rajchenbach-Teller
d5d699b028
Bug 903433 - Add FinalizationWitnessService. r=Waldo, r=glandium, sr=Mossop
2013-10-12 14:17:43 -04:00
Birunthan Mohanathas
37fac24a80
Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (2/2); r=ehsan
2013-10-10 16:38:19 -04:00
Monica Chew
2acefcc514
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
2660569d9d
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
aca2470772
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-25 07:03:31 -07:00
Neil Deakin
838928c0bf
Bug 853901 - Add platform-specific completion operations for downloads. r=paolo
2013-09-03 13:23:37 -04:00
Monica Chew
a080037c41
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 21:25:43 -07:00
Ryan VanderMeulen
e753681662
Backed out changeset 21f094a18c5c (bug 837199) for Werror bustage.
...
CLOSED TREE
2013-07-25 13:50:50 -04:00
Monica Chew
673c82e0f1
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 09:08:03 -07:00
Marshall Culpepper
6c7db8dc75
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
bd0a13593a
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
e1af685c9b
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.
2012-05-22 10:50:04 -04:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Henri Sivonen
3f74408bad
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
2012-02-27 13:57:48 +02:00
Henri Sivonen
e74effb0db
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
3ebd8fcb38
Bug 597789 - Remove --disable-rdf; r=ted
2011-11-08 11:42:54 +00:00
Gian-Carlo Pascutto
5638eb8aa2
Bug 669410 - Add PrefixSet datastructure for SafeBrowsing. r=dcamp
2011-09-08 22:15:08 +02:00
Mark Finkle
d8509f9bcc
Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
2011-08-08 22:37:57 -04:00
Mehdi Mulani
8bcf292d5f
Bug 572463 - Switch nsUrlClassifierHashCompleter from C++ to a JS implementation. r=dcamp,Mossop
2011-04-26 16:57:45 -07:00
Fabrice Desré
83cb5d5e9a
Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey
2010-10-15 14:16:45 -04:00
Gavin Sharp
4056737a1d
Backed out changeset 7e10dcf5f763 (bug 590225) due to bustage, a=me
2010-10-04 13:33:14 -04:00
Brad Lassey
b02c027c7f
Bug 590225 - webapps OS level integration : Android a=blocking-fennec, r=mwu, r=vladimir
2010-10-04 10:54:40 -04:00
Benjamin Smedberg
68eb98db57
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
2010-06-10 14:11:40 -04:00
Jason Duell
e9af2d6253
# User Michal Novotny <michal.novotny@gmail.com>
...
# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
2010-05-21 14:03:02 -07:00
Mark Banner
0fe3cfe149
Bug 555658 Move Find Service and intl charset-menu code to toolkit. r=dtownsend
2010-04-29 19:35:39 +01:00
Mark Banner
42c0a31f11
Bug 550145 NS_APPSTARTUP_CONTRACTID should exist in nsToolkitCompsCID.h and not nsXPFEComponentsCID.h (kill nsXPFEComponentsCID.h). r=benjamin
2010-03-05 12:11:55 +00:00
Mark Banner
c2cee1ab28
Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil
2010-03-03 11:19:57 +00:00
Marco Perez
e7b6e9c1de
Bug 495583 - [SeaMonkey] Remove SUITE_USING_XPFE_DM remnants; r=neil
2009-05-31 04:42:02 +02:00
Justin Wood
60ec6f28e5
Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway
2008-06-25 21:12:25 -04:00
902f0ed247
Bug 425979 - "Win2003 SDK and MinGW build error in ../mozilla/toolkit/components/parentalcontrols/src/nsParentalControlsServiceWin.cpp (add --disable-parental-controls)" [p=jmathies@mozilla.com (Jim Mathies) r=bsmedberg a1.9=beltzner]
2008-04-08 23:25:43 -07:00
a2e93d21f5
Bug 412374 - "Download Mgr bypasses Vista Parental Controls' file-blocking flag" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh sr=bsmedberg a=blocking-firefox3+]
2008-03-29 00:12:13 -07:00
b5cf76dceb
Back out Jim Mathies's patch from bug 412374 due to build bustage on non-Vista systems.
2008-03-19 23:34:26 -07:00
4302ab673e
Bug 412374 - "Parental Controls can be easily bypassed by going back to the download source" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh sr=bsmedberg a=blocking-firefox3+]
2008-03-19 23:01:26 -07:00
0bec2e2102
Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner
2008-01-29 12:57:18 -08:00
b11f05276e
Back out bug 402611 for bloat-test orange
2008-01-28 17:58:15 -08:00