Monica Chew
0e414605b1
Bug 928536: Integrate signature verification info into application reputation call in download manager (r=paolo)
2014-01-27 13:39:00 -08:00
Phil Ringnalda
d5fec3f193
Backed out 3 changesets (bug 928536) for build bustage
...
CLOSED TREE
Backed out changeset 750054102e68 (bug 928536)
Backed out changeset baa309383864 (bug 928536)
Backed out changeset 1ff2aed7f76f (bug 928536)
2014-02-05 08:29:17 -08:00
Monica Chew
6a36540abe
Bug 928536: Integrate signature verification info into application reputation call in download manager (r=paolo)
2014-01-27 13:39:00 -08:00
Neil Rashbrook
faa06fc386
Bug 514173 Make literal string buffers shareable r=dbaron,ehsan,bholley
2014-01-08 20:51:38 +00:00
Ehsan Akhgari
68bfe70f09
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Trevor Saunders
b4ae5fdd96
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Chris Kitching
69fdb42135
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
2013-11-12 10:41:01 -08:00
Ryan VanderMeulen
4501219603
Backed out 7 changesets (bug 913985) for intermittent Android crashes.
...
Backed out changeset 53513a959cf0 (bug 913985)
Backed out changeset d23d1e678417 (bug 913985)
Backed out changeset a9c9187b4f4a (bug 913985)
Backed out changeset c6b02e4a3e35 (bug 913985)
Backed out changeset 895dae322e3c (bug 913985)
Backed out changeset 3d97e6a53313 (bug 913985)
Backed out changeset 892bb017f8ba (bug 913985)
2013-11-19 10:56:09 -05:00
Chris Kitching
e115439e46
Bug 913985 - Part 5: refactor the Bridge to use the generated code. r=kats
2013-11-12 10:41:01 -08:00
Reuben Morais
988cb04771
Bug 904298 - Use CheckPermission to check for the desktop-notification permission. r=sicking
2013-11-11 21:56:21 -02:00
Paolo Amadini
93ef94dbfb
Bug 928349 - Add a build-time setting to use only the JavaScript API for downloads, and enable it in Firefox for Desktop. r=enn
2013-10-23 21:46:47 +02: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
Chris Kitching
69f2f80f9a
Bug 794981 - Part 4: Consistently pass nsAString into the JNI methods, instead of the veritable smorgasbord of string types previously used. r=kats
2013-09-09 08:57:36 -04:00
Doug Turner
7767c0773f
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
2013-08-25 16:56:53 -07:00
Quentin Glidic
00ec58d593
Bug 884708 - Port GTK2 to GTK3, build fixes. r=karlt
2013-06-13 14:24:31 +02:00
Paolo Amadini
458d385d2d
Bug 895403 - Disable methods of nsIDownloadManager that are replaced by the JavaScript API. r=enn
2013-08-16 11:02:24 +02:00
Monica Chew
f32c46b257
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Christian Ascheberg
c983760972
Bug 863063: quitting private browsing mode does not delete partially downloaded files, r=mak
2013-05-15 01:47:25 +02:00
Ryan VanderMeulen
8cbc0543b0
Backed out changeset 019382e24635 (bug 858234) for Linux mochitest-5 leaks.
2013-05-31 16:06:10 -04:00
Monica Chew
9e205b5979
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Christian Ascheberg
3c4572f214
Bug 872330 - Remove senseless code in nsDownload::Cancel. r=mak
2013-05-29 20:22:09 +02:00
Jan Horak
d41dc71b8b
Bug 860213 - Use async version of set metadata. r=Neil
2013-05-06 09:04:16 -04:00
William Chen
4c059d6277
Bug 782211 - Part 2: Updated the nsIAlertsService API and its implementation to include support for bidi overrides and a method to close notifications. r=dougt
2013-03-18 06:24:53 -07:00
Marco Bonardo
af09e77c2d
Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
...
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Ehsan Akhgari
5ab06de081
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
2013-01-29 13:12:13 -05:00
Josh Matthews
29a7eee956
Bug 830271 - Make download UI notification take an nsIDownload. r=mak sr=mossop
2013-01-21 16:11:45 +00:00
Marco Bonardo
3d2741245a
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
...
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
Ehsan Akhgari
3dea511c8d
Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin
2012-12-29 20:01:34 -05:00
Ed Morley
3d7710e4c9
Backout f6af3c44e395 (bug 810208) for crashes on a CLOSED TREE
2013-01-02 21:32:36 +00:00
Ehsan Akhgari
aa203e6bc4
Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin
2012-12-29 20:01:34 -05:00
Marco Bonardo
32dc9ae234
Bug 766799 - Notify hidden visits to history observers.
...
Redirect sources and framed visits are considered hidden and thus not shown in
common UI history queries. So far were not even notified, but the right thing
to do is to let the observer handle them based on its needs.
r=Mano sr=Mossop
2012-12-20 23:45:00 +01:00
Jeff Walden
8a6657de57
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
2012-12-14 18:58:45 -05:00
Josh Matthews
7be9f34a8e
Bug 812627 - Use the proper db connection when retrieving the last insert ID for downloads. r=mak
2012-11-19 15:22:58 +00:00
Josh Matthews
1751e5415b
Bug 722859 - Support concurrent private/public downloads in the download manager. r=paolo/mak sr=bz ui-r=shorlander
2012-05-25 12:24:35 +01:00
Ed Morley
95de4450da
Backout f077ad362ca3 (bug 722859) for bustage
2012-11-16 10:44:20 +00:00
Josh Matthews
b8d89e66fa
Bug 722859 - Support concurrent private/public downloads in the download manager. r=paolo/mak sr=bz ui-r=shorlander
2012-05-25 12:24:35 +01:00
Ed Morley
1c43a0ebb9
Backout 00cc23d1f72b (bug 722859) for compilation failures
2012-11-16 10:01:14 +00:00
Josh Matthews
b01027b918
Bug 722859 - Support concurrent private/public downloads in the download manager. r=mak/paolo
2012-05-25 12:24:35 +01:00
Josh Matthews
1e7b568eaf
Bug 780533 - Add GUIDs to download manager entries, and a faux-async retrieval by GUID. r=paolo
...
Bug 780533 - Add GUIDs to download manager entries, and a faux-async retrieval by GUID. r=paolo
* * *
Bug 780533 - Interdiff
2012-08-05 23:20:19 -04:00
Monica Chew
402cb842aa
Bug 811889 - Set download state to DOWNLOAD_POLICY_BLOCKED if the av scan fails. r=jimm
2012-11-15 20:34:57 -05:00
Josh Matthews
e77a3bf92a
Bug 723005 - Remove all checks for global privacy status in history-related code, and add them to callers when appropriate. r=mak sr=gavin
2012-02-18 01:40:10 -05:00
Brian R. Bondy
f7f607b8c1
Bug 795887 - Mirror existing sleep notification handling with process suspend notification handling. r=bsmedberg
2012-11-09 10:34:10 -05:00
Jan Horak
45687dada2
Bug 797349 - Add support for metadata::download-uri for later display in file manager by GIO. r=Neil
2012-10-08 01:46:00 -07:00
Josh Matthews
b223263160
Bug 794606 - Make resuming a download correctly share the privacy status of the original download. r=mak
2012-10-04 15:08:28 -04:00
Josh Matthews
ddc698df44
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
1fd22c60bb
Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE.
2012-10-04 19:34:19 -04:00
Josh Matthews
92d64e2b43
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
2012-10-04 15:07:51 -04:00
Josh Matthews
7ef1f3744b
Bug 794606 - Make resuming a download correctly share the privacy status of the original download. r=mak
2012-10-04 15:08:28 -04:00
Josh Matthews
a6d9debc97
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Randell Jesup
3b4961b603
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00