Ehsan Akhgari
5115e1fdd4
Bug 1015634 - Add the statictitle attribute back to the toolkit download manager's <window>; r=mconley
2014-05-26 10:15:40 -04:00
Nicholas Nethercote
0209e594ae
Bug 996448 - Lazify the loading of PluralForm.jsm everywhere. r=mak.
...
--HG--
extra : rebase_source : 371f4ed436bbdb864edcb593f55bad325d98cfca
2014-04-22 20:19:12 -07:00
Masayuki Nakano
b3b19a9e2f
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
2014-02-15 09:57:39 +09:00
Marco Zehe
0eca0e9a66
Bug 968111 - Fix various accessibility markup issues in Toolkit XUL files, r=da0
2014-02-05 17:33:43 +01:00
Amod Narvekar
b82843c114
Bug 224315 - Poor grammar in 'is a:' message on unknown content type window. r=jaws
2013-05-08 15:05:11 -04:00
Dave Vasilevsky
c3964b9858
Bug 548763 - Show download progress in OS X app dock icon. r=dao r=josh
...
--HG--
rename : widget/tests/taskbar_progress.xul => widget/tests/test_taskbar_progress.xul
2013-03-03 05:58:00 -05:00
Ehsan Akhgari
84c4ac3c75
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Josh Matthews
e78e0cef68
Bug 830066 - Use proper document for dropping links on toolkit download UI. r=mak
2013-01-21 15:09:51 +00:00
Ehsan Akhgari
d1727268c9
Bug 822020 - Remove the global PB specific code from the toolkit downloads UI; r=jdm
2012-12-19 00:13:43 -05:00
Jan Horak
09a39281d4
Bug 567377 - Support drag and drop for Linux. r=mak77
2012-10-25 17:43:24 -04:00
Josh Matthews
f8bc15a806
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Chris Lee
e14a0505c7
Bug 680897 - There should be a colon after "You have chosen to open" in download window. r=MattN
...
--HG--
extra : rebase_source : bf548819f24f58600f75c2ae09626a8ff6ea1f42
2012-06-04 18:26:02 -07:00
Ehsan Akhgari
45fe6d3ae2
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Neil Rashbrook
0c34361ca7
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
58e896dd49
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
7e7b835fdc
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Gavin Sharp
a3c93217a5
Tweak comment that I forgot to update when fixing bug 657462
2012-06-15 11:08:50 -07:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Marco Bonardo
6c788161c3
Bug 735697 - Close the old connection when switching to/from private mode. r=mak.
2012-03-22 13:02:28 -04:00
Gavin Sharp
4f261af49a
Bug 712421: allow pasting of a URL in the download manager window, r=neil
2011-12-20 14:14:10 -08:00
Felix Fung
5730c65256
Bug 397424 - Downloads cause high CPU usage. r=gavin
...
This addresses an issue with the download manager that can cause high CPU usage
when there is an active download. The underlying issue is the frequency of
updates that the download progress listener receives.
Things changed:
- reduced the number of null checks in DownloadUtils.jsm's getDownloadStatus
function by one (down to two from three).
- obtain and format strings from the nsIStringBundle. This removes all the
calls to String.replace in DownloadUtils.jsm.
- modifies the download manager back-end to update the percentComplete and size
property on downloads before dispatching a state changed notification for
downloads entering the DOWNLOAD_DOWNLOADING state. This saves us two calls to
setAttribute on downloads that we know how big they are, and saves us the same
two calls to setAttribute for indeterminate downloads as well as not
dispatching a ValueChange event on the progressmeter every time
onProgressChange is called on the DownloadProgressListener.
- has nsDownload implement nsIClassInfo so we do not need to QueryInterface when
going through the list of active downloads in both the download manager's UI
and the browser's taskbar UI.
2011-11-03 15:25:55 -07:00
Gavin Sharp
780751e5c9
Bug 657462: don't select the first item in the download manager automatically, r=dolske
...
--HG--
extra : rebase_source : d84c3ce6b80048c2a0c8c5dc8fb7302cc22d8349
2011-09-30 09:51:17 -07:00
Paolo Amadini
8343d7173f
Bug 653261 - Add a function to format the date and time displayed in the Download Manager. r=sdwilsh sr=mconnor
2011-07-27 13:08:24 +02:00
Ed Morley
99856dd6e9
Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend
2011-04-29 12:38:26 +02:00
Shawn Wilsher
4172b2fb34
Bug 584316 - Fix DownloadManager usage of deprecated Storage binding APIs
...
r=Mardak
2011-03-31 10:19:31 -07:00
Dão Gottwald
a205009db7
Bug 615515 - Set the whole item as the dragged element. r=enn
2010-12-07 12:59:15 +01:00
Felipe Gomes
027eb6c1e4
Bug 524811 - "add glowing Firefox icon in the taskbar when downloads are completed" [r=sdwilsh ui-r=beltzner]
...
--HG--
extra : rebase_source : 53eb7821e75160557ed7d34e66e1fbcefa7bddd3
2010-05-01 09:55:00 -04:00
Felipe Gomes
8380405515
Bug 544356 - Users are often unaware that they have left the Download Mgr window open when exiting. r=sdwilsh
2010-04-22 14:56:15 +02:00
Siddharth Agarwal
651f2886ae
Bug 474060 - Show download progress in app icon in Windows 7 taskbar. Tests by Felipe Gomes. r=sdwilsh r=mconnor r=sid, sr=vlad, ui-r=faaborg
2010-04-15 00:14:12 +02:00
Dão Gottwald
090e521290
Backed out changeset a352d0413476
2010-03-18 23:48:00 +01:00
Siddharth Agarwal
d44b186b73
Bug 474060 - Show download progress in app icon in Windows 7 taskbar, part 2. Test by Felipe Gomes <felipc@gmail.com>. r=sdwilsh
...
--HG--
extra : rebase_source : e0a037bda886004c681eb38c4ee4b66728c71e23
2010-03-18 19:34:30 +01:00
Dão Gottwald
caf1dccaa5
Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
...
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Phil Lacy
39196a6523
Bug 462172: Drag downloaded items from download manager to folders r=enndeakin
...
--HG--
extra : rebase_source : d51cbf914cf05b7aeb9d1a6b8c8bc7b90d46d26a
2010-02-07 10:44:48 -05:00
Kyle Huey
87966b78d4
Backed out changeset 43a19419ec4b
2010-01-30 09:32:47 -05:00
Phil Lacy
b5bacc4e95
Bug 462172: Drag downloaded items from download manager r=sdwilish,enndeakin
2010-01-30 08:08:37 -05:00
timeless@mozdev.org
1986c2c297
Bug 489994 - Downloads list should honor always remember helper application, r=mconnor
2009-10-26 18:39:23 -07:00
Neil Deakin
c0f8d0fac2
Bug 517819, inherit noinitialfocus into textbox inputs, so that uthe nknown content dialog can use it, prevents focus from appearing on the file type field, r=neil
2009-10-16 10:32:02 -04:00
Jim Mathies
1c5c10ff35
Bug 504804 - Virus scanning prefs cleanup and smarter integration with win policy settings. r=tellrob, r=sdwilsh.
2009-08-11 12:37:38 -05:00
Robert Strong
6da73d93fc
Bug 507481 - [WinCE] Check for Windows version in download manager shouldn't be done for Windows CE. r=sdwilsh
2009-08-10 19:58:54 -07:00
Dão Gottwald
2393c97c87
Bug 500978 - Download Manager treats search terms as regular expressions. r=sdwilsh
2009-06-28 18:03:01 +02:00
Neil Deakin
2737a14b5e
Bug 456106, use new drag and drop api in browser and toolkit, r=mano
2009-06-20 20:04:07 -04:00
Dão Gottwald
88eef4436f
Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn
2009-04-13 19:40:00 +02:00
Robert Strong
5bf4831cc7
Bug 484013 - Unknown content type dialog cut off. r=dao
2009-03-19 12:25:48 -07:00
Ehsan Akhgari
e410f319d6
Bug 464800 - Download manager title window is not cleared when switching to Private Browsing; r=sdwilsh
2009-03-19 21:12:27 +03:30
Ehsan Akhgari
7d88172665
Backed out changeset 69322c1764ff (bug 464800) due to test failures on Mac
2009-03-12 13:37:40 +03:30
Ehsan Akhgari
c768114b78
Bug 464800 - Download manager title window is not cleared when switching to Private Browsing; r=sdwilsh
2009-03-12 12:28:17 +03:30
Anton Samson
6a13897ac8
Bug 374189; hotkey conflict on linux download manager; r+ui-r=mconnor
2009-02-25 16:25:28 +01:00
Marco Zehe
ae20bb4203
bug 469367 - Add ARIA semantics to those search widget types that don't have a Search button, r=dao, r=surkov
2009-02-02 10:38:53 +01:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Markus Stange
34a4a8cfe6
Bug 473233 - Application dropdown in download dialog is stretched, r=dao
2009-01-18 12:06:34 +01:00