Frank-Rainer Grahl
|
449a2405d0
|
Bug 1591776 - Add downloads taskbar progress support for gtk3 to SeaMonkey. r=IanN
|
2019-10-30 19:04:41 +01:00 |
Frank-Rainer Grahl
|
92b3d8d359
|
Bug 1588875 - Detect OS using AppConstants.platform. r=IanN
|
2019-10-30 19:04:34 +01:00 |
Frank-Rainer Grahl
|
9e261051b2
|
Bug 1588876 - Part 3: Use Services.dirsvc whenever possible in SeaMonkey. r=IanN
|
2019-10-20 17:40:58 +02:00 |
Frank-Rainer Grahl
|
7124e0ecad
|
Bug 1588876 - Part 2: Use Services.io in SeaMonkey if possible. r=IanN
|
2019-10-20 17:40:58 +02:00 |
Frank-Rainer Grahl
|
de6236d6e8
|
Bug 1588876 - Part 1: Use Services obs and prefs if possible in SeaMonkey. r=IanN
|
2019-10-20 17:40:58 +02:00 |
Frank-Rainer Grahl
|
45aebbfeee
|
Bug 1562537 - Fix links in download progress dialog. r=IanN
|
2019-10-13 13:00:02 +02:00 |
Alex Vincent
|
785e9edaa7
|
Bug 1508169 - Remove performAction* from nsITreeView.idl in comm-central. r=jorgk
performAction, performActionOnRow and performActionOnCell are methods of the
nsITreeView interface that are never called. This is to remove these methods.
The mozilla-central patch is https://phabricator.services.mozilla.com/D39273.
Differential Revision: https://phabricator.services.mozilla.com/D39274
|
2019-08-24 10:42:07 +02:00 |
Magnus Melin
|
06179f8d01
|
Bug 1520643 - Port bug 1514594: correct previous changesets by changing 'const' to 'var', various misc. fixes. rs=bustage-fix,jorgk
|
2019-01-29 22:21:26 +01:00 |
Geoff Lankow
|
ed26cc6a11
|
Bug 1520643 - Port bug 1514594: Change import call sites using kmag's script. rs=bustage-fix,jorgk
|
2019-01-29 11:25:29 +01:00 |
Frank-Rainer Grahl
|
2ef66368de
|
Bug 1514585 - Fix missing idl parameter to only flash Download Manager when requested via pref. r=IanN
|
2018-12-18 20:24:18 +01:00 |
Frank-Rainer Grahl
|
bec924abf4
|
Bug 1514604 - Fix referrer for "Go to Download Page" in download manager. r=IanN
|
2018-12-16 21:09:50 +01:00 |
Frank-Rainer Grahl
|
6a7897acc5
|
Bug 1456589 - Part 3 Port Bug 1440284 [change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules]. r=IanN
|
2018-07-23 22:06:15 +02:00 |
Frank-Rainer Grahl
|
7508f10655
|
Bug 1474946 - Use right loader instead of LazyScriptGetter for modules. r=IanN
Also make sure ChromeUtils or lazyModuleGetter(s) are used.
|
2018-07-18 14:01:47 +02:00 |
Frank-Rainer Grahl
|
303fc111e5
|
Bug 1474946 - Fix time elapsed display in the Download Manager and removed unused DownloadsViewPrototype. r=IanN
Also fixes a typo in downloadmanager.js.
|
2018-07-18 14:01:47 +02:00 |
Frank-Rainer Grahl
|
576df92a1f
|
Bug 888915 - Part 5. Remove remaining uses of nsIDownloadManager and fix preferences options. r=IanN
|
2018-07-09 17:00:21 +02:00 |
Frank-Rainer Grahl
|
09c45e4e05
|
Bug 888915 - Part 4. Fix remaining Download Manager problems. r=IanN
|
2018-07-09 17:00:21 +02:00 |
Frank-Rainer Grahl
|
64f7001a5a
|
Bug 888915 - Part 3. Fix the downloads taskbar progress. r=IanN
|
2018-06-05 12:53:23 +02:00 |
Frank-Rainer Grahl
|
217411d1c8
|
Bug 888915 - Part 2. Remove obsolete nsISuiteDownloadManagerUI. r=IanN
|
2018-06-05 12:53:08 +02:00 |
Frank-Rainer Grahl
|
1bc27e833c
|
Bug 888915 - Part 1. Align Download Manager file structure with other components. r=IanN
--HG--
rename : suite/modules/DownloadTaskbarProgress.jsm => suite/components/downloads/DownloadsTaskbar.jsm
rename : suite/common/downloads/DownloadProgressListener.js => suite/components/downloads/content/DownloadProgressListener.js
rename : suite/common/downloads/downloadmanager.js => suite/components/downloads/content/downloadmanager.js
rename : suite/common/downloads/downloadmanager.xul => suite/components/downloads/content/downloadmanager.xul
rename : suite/common/downloads/progressDialog.js => suite/components/downloads/content/progressDialog.js
rename : suite/common/downloads/progressDialog.xul => suite/components/downloads/content/progressDialog.xul
rename : suite/common/downloads/treeView.js => suite/components/downloads/content/treeView.js
rename : suite/common/downloads/uploadProgress.js => suite/components/downloads/content/uploadProgress.js
rename : suite/common/downloads/uploadProgress.xul => suite/components/downloads/content/uploadProgress.xul
rename : suite/common/downloads/tests/browser/browser.ini => suite/components/downloads/tests/browser/browser.ini
rename : suite/common/downloads/tests/browser/browser_nsISuiteDownloadManagerUI.js => suite/components/downloads/tests/browser/browser_nsISuiteDownloadManagerUI.js
rename : suite/common/downloads/tests/chrome/chrome.ini => suite/components/downloads/tests/chrome/chrome.ini
rename : suite/common/downloads/tests/chrome/test_action_keys_respect_focus.xul => suite/components/downloads/tests/chrome/test_action_keys_respect_focus.xul
rename : suite/common/downloads/tests/chrome/test_basic_functionality.xul => suite/components/downloads/tests/chrome/test_basic_functionality.xul
rename : suite/common/downloads/tests/chrome/test_cleanup_search.xul => suite/components/downloads/tests/chrome/test_cleanup_search.xul
rename : suite/common/downloads/tests/chrome/test_clear_button_disabled.xul => suite/components/downloads/tests/chrome/test_clear_button_disabled.xul
rename : suite/common/downloads/tests/chrome/test_close_download_manager.xul => suite/components/downloads/tests/chrome/test_close_download_manager.xul
rename : suite/common/downloads/tests/chrome/test_delete_key_cancels.xul => suite/components/downloads/tests/chrome/test_delete_key_cancels.xul
rename : suite/common/downloads/tests/chrome/test_delete_key_removes.xul => suite/components/downloads/tests/chrome/test_delete_key_removes.xul
rename : suite/common/downloads/tests/chrome/test_drag.xul => suite/components/downloads/tests/chrome/test_drag.xul
rename : suite/common/downloads/tests/chrome/test_enter_dblclick_opens.xul => suite/components/downloads/tests/chrome/test_enter_dblclick_opens.xul
rename : suite/common/downloads/tests/chrome/test_multi_select.xul => suite/components/downloads/tests/chrome/test_multi_select.xul
rename : suite/common/downloads/tests/chrome/test_multiword_search.xul => suite/components/downloads/tests/chrome/test_multiword_search.xul
rename : suite/common/downloads/tests/chrome/test_open_properties.xul => suite/components/downloads/tests/chrome/test_open_properties.xul
rename : suite/common/downloads/tests/chrome/test_removeDownload_updates_ui.xul => suite/components/downloads/tests/chrome/test_removeDownload_updates_ui.xul
rename : suite/common/downloads/tests/chrome/test_search_clearlist.xul => suite/components/downloads/tests/chrome/test_search_clearlist.xul
rename : suite/common/downloads/tests/chrome/test_search_keys.xul => suite/components/downloads/tests/chrome/test_search_keys.xul
rename : suite/common/downloads/tests/chrome/test_select_all.xul => suite/components/downloads/tests/chrome/test_select_all.xul
rename : suite/common/downloads/tests/chrome/test_space_key_pauses_resumes.xul => suite/components/downloads/tests/chrome/test_space_key_pauses_resumes.xul
rename : suite/common/downloads/tests/chrome/test_space_key_retries.xul => suite/components/downloads/tests/chrome/test_space_key_retries.xul
rename : suite/common/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul => suite/components/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul
|
2018-06-05 12:52:52 +02:00 |