Commit graph

34 commits

Author SHA1 Message Date
Josh Matthews
1a96454dca Bug 847971 - Make openURL select recent windows that match the current privacy state. r=dolske
--HG--
rename : browser/modules/RecentWindow.jsm => toolkit/modules/RecentWindow.jsm
2013-03-14 17:41:52 -04:00
Asaf Romano
3b829dd6ba Bug 842553 - Double clicking an in-progress download in the Library opens its containing folder. r=mak 2013-03-06 11:43:28 +02:00
Marco Bonardo
51c86162d1 Bug 837117 (follow-up) - Downloaded items change position in the downloads view if Clear List is selected
r=mconley
2013-02-12 23:50:37 +01:00
Asaf Romano
e764c6b73a Bug 836271 - The progress animation in the Downloads view keeps on loading until the view is closed. r=mak. 2013-02-07 23:11:19 +02:00
Asaf Romano
d084336323 Bug 836283 - In the Downloads View the Cancel button stops working. r=mak, mconley. 2013-02-07 22:52:23 +02:00
Marco Bonardo
ed84888317 Bug 831094 - Avoid replacing nodes in Places query results.
r=Mano sr=gavin
2013-02-06 20:48:09 +01:00
Marco Bonardo
21c7510af0 Bug 837117 - Downloaded items change position in the downloads view if Clear List is selected.
r=Mano
2013-02-05 21:56:03 +01:00
Marco Bonardo
b819b99a7a Bug 832471 - Make Library Downloads view actually remove all downloads on Clear Downloads
r=Mano
2013-01-19 11:21:33 +01:00
Asaf Romano
991900775b Bug 830064 - The new downloads view does not support drag and drop. r=mak 2013-01-16 22:39:16 +02:00
Asaf Romano
a678805aff Bug 830329 - Fix the enabled state of the clear downloads command (was: Clear Downloads button is disabled if the view is not focused). r=mak 2013-01-16 14:00:33 +02:00
Asaf Romano
3c6981a89d Bug 826991 - Store download state and end time in an annotation (avoid I/O for new history downloads), part 2. r=mak 2013-01-15 17:32:04 +02:00
Asaf Romano
ebc11bfb70 Bug 826991 - Store download state and end time in an annotation. r=mak 2013-01-15 01:03:08 +02:00
Asaf Romano
ba985c96df Bug 827293 - The first list item in the downloads view should be selected when it's opened (was: Error: TypeError: view.selectNode is not a function). r=mak 2013-01-11 22:48:01 +02:00
Marco Bonardo
2f7329f50c Bug 828247 - Library downloads view does not show the end time for completed downloads.
r=Mano
2013-01-11 00:32:16 +01:00
Marco Bonardo
4e79d4b634 Bug 828895 - keyboard navigation in the Library View is bogus.
r=Mano
2013-01-10 21:48:03 +01:00
Marco Bonardo
eb2a1f51a4 Bug 828232 - Allow to retry history downloads.
r=Mano
2013-01-10 12:08:57 +01:00
Marco Bonardo
c606698310 Bug 828488 - Properly set the "active" attribute for session downloads.
r=Mano
2013-01-09 20:00:38 +01:00
Asaf Romano
addf31861f Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak 2013-01-10 01:01:15 +01:00
Ed Morley
9d0145b229 Backout 912fb83c1820 (bug 828111) for browser-chrome leaks on a CLOSED TREE 2013-01-09 16:31:36 +00:00
Asaf Romano
c516f4a078 Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak 2013-01-09 16:03:41 +02:00
Asaf Romano
a5af73a11c Bug 828243 - Cleanup wasDone, wasInProgress and endTime usage. r=mak 2013-01-09 14:45:08 +02:00
Marco Bonardo
bce5c70495 Bug 827405 - Lazily "activate" download items when they enter the visible richlistbox area.
r=Mano
2013-01-08 21:35:41 +01:00
Marco Bonardo
8ce6ba810e Bug 827298 - Ensure all "Unknown size" downloads have an icon and Remove From History menuitem.
r=Mano
2013-01-07 23:38:27 +01:00
Asaf Romano
6830dc7b3a Bug 826425 - double-click on finished downloads in Library view doesn't open them. r=mak. 2013-01-05 16:49:58 +02:00
Asaf Romano
61bfcf6978 Bug 822343 - Downloads view takes far too long to render. Part 2 - async I/O. r=mak 2013-01-05 16:08:45 +02:00
Marco Bonardo
23ba3ed604 Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
Marco Bonardo
b62908a6e6 Bug 822848 - hide the detailsPane for the new downloads view.
r=Mano
2012-12-28 00:54:51 +01:00
Marco Bonardo
a87f0db724 Bug 825060 - Enable the new Library Downloads view by default when the panel is enabled.
r=mconley
2012-12-28 00:54:48 +01:00
Josh Matthews
3d84247a2f Backed out changeset cce44d592e67 (bug 822848) 2012-12-27 20:44:20 -05:00
Marco Bonardo
de1d7067e7 Bug 822848 - hide the detailsPane for the new downloads view.
r=Mano
2012-12-28 00:54:51 +01:00
Asaf Romano
66407bcd3f Bug 822343 - Downloads view takes far too long to render. Part 4 - Cache the download state so command-updating doesn't check the file size over and over. r=mconley. 2012-12-22 22:13:25 +02:00
Marco Bonardo
21b4eb476f Bug 822710 (part 2) - Reduce annotations queries on downloads view first load.
r=Mano
2012-12-21 15:19:06 +01:00
Asaf Romano
4ac27e8335 Bug 815352 (Part 2) - Add a stub view to implement in-content downloads.
r=mak
2012-12-20 21:20:18 +01:00
Asaf Romano
4a5c1878ff Bug 815352 (part 1) - Move the Library downloads view to an overlay in browser/downloads.
r=mak

--HG--
rename : browser/components/places/content/downloadsView.js => browser/components/downloads/content/allDownloadsViewOverlay.js
rename : browser/components/places/content/download.css => browser/components/downloads/content/download.css
rename : browser/themes/gnomestripe/downloads/downloads.css => browser/themes/gnomestripe/downloads/allDownloadsViewOverlay.css
rename : browser/themes/winstripe/downloads/downloads.css => browser/themes/winstripe/downloads/allDownloadsViewOverlay.css
2012-12-20 12:03:11 +01:00
Renamed from browser/components/places/content/downloadsView.js (Browse further)