Dave Townsend
86f03db916
Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8
...
--HG--
extra : commitid : CKT2WDkxE4k
extra : rebase_source : 0be50c483317355b1e9af5985d53e85604748432
extra : histedit_source : 65d203f57ebd38b8c130e5db9aaa8ae3f507e7ac
2015-11-30 13:05:00 -08:00
Dave Townsend
2438882fb4
Bug 1229224: Fix linting for some browser files that tests depend on. r=felipe
...
--HG--
extra : commitid : 63xJ7CuQ3vP
extra : rebase_source : 5bb977edee31a299d13ef82acdebb9fe6808f8fa
2015-12-17 15:19:00 -08:00
Nicholas Parmar
619d5103d0
Bug 842356 - Set focus to downloads list box in about:downloads page on page load if list not empty, and made background and focus ring transparent if list empty. r=mak
2015-11-11 21:18:00 +01:00
Gijs Kruitbosch
fbf89fb02e
Bug 120684 - use ChromeNodeList in toolkit's listboxes' selectedItems implementation, r=dao,smaug
...
--HG--
extra : commitid : DzQPAIbbhpX
extra : rebase_source : 4bd9ac283e1c789c2577dc5d4cc85511f35ac27d
2015-10-26 17:25:29 +01:00
Alexandre Poirot
89cb263b54
Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop
...
--HG--
rename : devtools/shared/Console.jsm => toolkit/modules/Console.jsm
2015-10-15 03:45:22 -07:00
Matthew Turnbull
e8fcc4d761
Bug 1213620 - Expose DownloadsButton to the global scope for addon-compat. r=gijs
2015-10-11 14:35:00 +02:00
Carsten "Tomcat" Book
08997000eb
Backed out 2 changesets (bug 1202902
) to recking bug 1202902
to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902
)
Backed out changeset d70c7fe532c6 (bug 1202902
)
2015-10-07 14:03:21 +02:00
Sebastian Hengst
cdcff6d0a7
Backed out changeset c6b267589d0d (bug 1202902
) for Mulet Reftest, W3C Platform Test and other failures. r=backout a=backout on a CLOSED TREE
2015-10-07 13:36:26 +02:00
Carsten "Tomcat" Book
e7ef778c9d
Backed out 1 changesets (bug 1202902
) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902
)
--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo
d06b6030f6
Bug 1202902
- Scripted fix the world.
2015-10-06 14:00:31 -07:00
Shu-yu Guo
52e365bb7b
Bug 1202902
- Fix the world. (r=ato for marionette, rs=Mossop for rest)
2015-10-06 14:00:30 -07:00
Tooru Fujisawa
e3e8c7540e
Bug 1207491 - Part 6: Remove use of expression closure from browser/components/downloads/. r=Gijs
...
--HG--
extra : commitid : 8BIIBSCXIf9
extra : rebase_source : cca677e0c83e99cca719f5b6f794060fa0144205
2015-09-23 18:36:20 +09:00
J. Ryan Stinnett
efe328f1b2
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
--HG--
extra : commitid : F2ItGm8ptRz
extra : rebase_source : b082fe4bf77e22e297e303fc601165ceff1c4cbc
2015-09-21 12:04:18 -05:00
Shu-yu Guo
64db2267cf
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Nazim Can Altinova
5483bf7f34
Bug 1198235 - abuse of bind(this) with add/removeEventListener in downloads.js. r=mak
2015-08-31 14:04:00 +02:00
Ian Neal
4dda949249
Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following landing of bug 1127867 r=paolo
...
--HG--
extra : amend_source : a3240e58de847078529160c82c83f75f3b50b731
2015-08-17 15:26:29 -07:00
Ehsan Akhgari
157be033a5
Bug 1192120 - Fix warnings that show up when opening the downloads window in private browsing mode; r=mconley
2015-08-07 18:32:10 -04:00
Neil Deakin
5773c52824
Bug 1132518, add an attribute to the xul document root element to allow focus on document navigation to be retargetted to another element, such as the urlbar, r=smaug,dao
2015-07-13 06:07:50 -04:00
Matthew Noorenberghe
11b4575562
Bug 848569 - Replace DownloadsLogger with usage of ConsoleAPI. r=paolo
...
--HG--
extra : commitid : EMrV14ODX7k
extra : rebase_source : 38c4f62ec0097e5ae75054d3164c8b6b7252f679
2015-06-12 10:56:50 -07:00
Birunthan Mohanathas
3ffa8d565d
Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan
2015-05-21 21:49:30 +01:00
ziyunfei
e1db0f779e
Bug 1102219 - Part 4: Replace String.prototype.contains
with String.prototype.includes
in chrome code. r=till
2015-04-30 00:32:05 +09:00
Nithin Murali
27530083d8
Bug 974718 - the download indicator stayhighlighted after "clear downloads" selected. r=paolo
2015-02-19 08:04:00 +01:00
Jared Wein
f757e6dc0a
Bug 1146907 - Dismissing the unblock related dialog window unblocks the download. r=paolo
...
--HG--
extra : rebase_source : 877c28ba9d60b2f64bbf73040bb6834114a047c4
2015-03-25 13:39:01 -04:00
Bill McCloskey
2cbf53b22f
Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin)
2015-03-20 11:57:38 -07:00
Sebastian Hengst
bb17128a40
Bug 1139427 - Define file-based metadata in /browser/components. r=gavin
...
Add bugzilla components as metadata to moz.build files for easier bugfiling into the correct component. More information:
https://gecko.readthedocs.org/en/latest/build/buildsystem/mozbuild-symbols.html#bug-component
2015-03-08 20:43:22 +01:00
Paolo Amadini
b4fb5f75ce
Bug 1139942 - Define bug components for Downloads code. r=gps
2015-03-06 14:16:19 +00:00
Jared Wein
33c5317337
Bug 1137909 - part 3: fix browser_confirm_unblock_download.js to use correct enum values. r=paolo
...
--HG--
extra : rebase_source : 1f856f4de7666615d9f6d1c3457492cd2045e83b
2015-03-05 12:25:48 -05:00
Jared Wein
2d7032360c
Bug 1137909 - part 2: context menuitem to unblock downloads and an X button to confirm the blocked download. r=paolo
...
--HG--
extra : rebase_source : 5c72469031f9d452c9fc4b579c8e4cb2a7099f88
2015-03-05 12:25:45 -05:00
Paolo Amadini
7de2b29a33
Bug 1137996 - Can't drag items from downloads panel. r=mak
2015-03-03 10:23:12 +00:00
Marco Bonardo
448c1ef44d
Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils imports. r=paolo
2015-02-26 19:06:15 +01:00
Paolo Amadini
cd4b3c7397
Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to a JavaScript code module. r=mak
...
--HG--
rename : browser/components/downloads/content/downloadsViewCommon.js => browser/components/downloads/DownloadsViewUI.jsm
2015-02-16 18:49:56 +00:00
Paolo Amadini
640e8f8b8a
Bug 1129896 - Part 1 of 2 - Keep cached metadata for history downloads indefinitely. r=mak
2015-02-16 18:49:54 +00:00
Paolo Amadini
6e91f09568
Bug 1127867 - Use the new back-end property to get the size of downloads asynchronously. r=mak
2015-02-16 18:49:52 +00:00
Paolo Amadini
69d94e3fbd
Bug 1117141
- Part 2 of 2 - Refactor notifications and remove the DownloadsDataItem object. r=mak
2015-02-16 18:49:51 +00:00
Paolo Amadini
797528c9fe
Bug 1117141
- Part 1 of 2 - Bypass all the DownloadsDataItem properties. r=mak
2015-02-16 18:49:49 +00:00
Paolo Amadini
91501caee2
Bug 1117139 - Move code controlling the "download.xml" binding to a common place. r=mak
2015-02-16 18:49:47 +00:00
Paolo Amadini
1f1b323a7d
Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload objects. r=mak
2015-02-16 18:49:46 +00:00
Paolo Amadini
63cb33d173
Bug 1115983 - Keep only minimal state information in the DataItem. r=mak
2015-02-16 18:49:44 +00:00
Paolo Amadini
334a6f40b2
Bug 1115421 - Simplify download annotations handling in the Library. r=mak
2015-02-16 18:49:43 +00:00
Paolo Amadini
c3952b24ed
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
Gijs Kruitbosch
115bc7f78f
Bug 1115248 - let DownloadLastDir work even if the window it depends on goes away, r=felipe
...
--HG--
extra : rebase_source : 79decdb5e95dc3b31cd97d806705f16444eb4e31
2015-01-16 11:50:32 +00:00
Paolo Amadini
83cac2819e
Bug 1120429 - Remove unused code handling nodeAnnotationChanged. r=mak
2015-01-14 17:30:28 +00:00
Paolo Amadini
b485a8907c
Bug 1115972
- Don't fall back to the Places icon for downloads without the target file name annotation. r=mak
2015-01-14 17:30:27 +00:00
Paolo Amadini
7f0c635e2f
Bug 1115971 - Don't fall back to the Places title for downloads without the target file name annotation. r=mak
2015-01-14 17:30:27 +00:00
Paolo Amadini
a541c7a926
Bug 1115379 - Streamline DownloadsViewItemController construction and remove now unneeded identifiers. r=mak
2015-01-14 17:30:27 +00:00
Paolo Amadini
d5519cad10
Bug 1115369 - Use notifications instead of getViewItem for DownloadsView. r=mak
2015-01-14 17:30:27 +00:00
Paolo Amadini
e16f605ff2
Bug 1114614 - Remove nsIDownloadManagerUI from Firefox for Desktop. r=mak
2015-01-12 12:49:06 +00:00
Paolo Amadini
d4c5c8ca0b
Bug 1115364 - Downloads Panel code style refresh. r=jaws
2014-12-29 12:35:27 +00:00
Chris Peterson
9d28632ec4
Bug 1102131 - Part 6: Remove deprecated let block in DownloadsCommon.jsm. r=mak
...
--HG--
extra : rebase_source : d8b36142d84edf02fd88cb303b7fa61140bccc48
2014-11-19 23:50:58 -08:00
Alex Bardas
e95da48b1b
Bug 1068660 - Add confirmation dialog to unblock downloads. r=Paolo r=MattN
2014-10-14 11:19:00 +02:00