Terrence Cole
5b1edb6c21
Bug 1058105 - Fix a typo in placesNodeAnnotationChanged; r=mconley
...
--HG--
extra : rebase_source : 5e04a73997a6d62d5664e350c42a284f8879e0ba
2014-08-25 12:28:38 -07:00
Ed Morley
18a50dd690
Bug 577266 - Correct another handful of incorrect spellings
2014-08-13 09:04:36 +01:00
Gijs Kruitbosch
99d47e6b47
Bug 987230 - use consumeanchor attribute to fix button click, r=enn,mconley
...
--HG--
extra : rebase_source : 8e52a377eeb708e258f0190fcbc5902c5477c2b8
2014-07-01 01:09:43 +01:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Jared Wein
1171c1f07f
Bug 983681 - Show some content in the downloads panel when it is empty. r=mak
2014-04-23 17:34:49 -04:00
Gijs Kruitbosch
820ad0464c
Bug 963143 - Australis - fix nits for download finish notification patch, rs=mak
...
--HG--
extra : rebase_source : dec8b20839abdfccb9429d949b2e20709495ad9d
2014-03-15 19:21:36 +01:00
Gijs Kruitbosch
5c52c42a0c
Bug 963143 - downloads animation no longer showing when button is in Australis' menu or overflow panel, r=mak
...
--HG--
extra : rebase_source : 2e74cb17e9a080a2dd5bd27b501b4fe1719bd310
2014-03-14 17:01:34 +01:00
Alice0775 White
8a8151622e
Bug 978291 - about:downloads can't handle drag events if downloads list is empty; r=mak77
2014-03-07 09:06:00 -05:00
Masayuki Nakano
a183cc5385
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 Bonardo
3a79e9b75a
Bug 945707 - Pausing a download fails when done after a retry. r=paolo
2014-01-29 17:00:17 -05:00
Gijs Kruitbosch
6617f6491c
Bug 944947 - Australis - fix binding and styling for wrapped toolbarbuttons to correctly hide/show wrapped labels, r=Enn
...
--HG--
extra : rebase_source : 30f5fd0fb1f4cbf8503390076dbf31df17f989e7
2014-01-24 09:39:31 +00:00
Gijs Kruitbosch
c536cf1017
Bug 944947 - label truncation is not fully supported in Australis menu widgets, r=Enn,MattN
...
--HG--
extra : rebase_source : 24d502659b30d59371b8e33bba65091c546763d5
2014-01-17 18:51:02 +01:00
Gijs Kruitbosch
af6f8f6fef
Merge mozilla-central and ux
2013-11-12 09:27:50 +01:00
Gijs Kruitbosch
7ec6121dd6
Bug 935836 - should ensure button is operational when it's not, r=mconley
2013-11-11 14:24:54 +01:00
Matthew Noorenberghe
be474fa47a
Merge mozilla-central to UX
2013-11-05 01:04:20 -08:00
Wes Kocher
e400a12724
Merge inbound to m-c
2013-11-04 21:09:17 -08:00
Neil Deakin
f3270a29d5
Bug 596723, Don't consume clicks outside of arrow panels by default, always consume the clicks on anchors of all popups, r=dao,neil
2013-11-04 11:22:24 -05:00
Paolo Amadini
147dff90bb
Bug 899110 - Remove the code to switch between different back-ends from the Downloads Panel. r=enn
2013-11-04 19:21:13 +01:00
Gijs Kruitbosch
a5d4fcfa22
Merge m-c to ux
2013-10-13 23:58:05 +02:00
Gijs Kruitbosch
d2c7103f90
Bug 916256 - download animation should anchor on panel anchor when the downloads button is in a panel, r=mconley
2013-10-07 15:54:25 +02:00
Gijs Kruitbosch
4ef230e3b8
Merge m-c to ux
2013-10-03 17:20:04 +02:00
Gijs Kruitbosch
3c0e16851b
Bug 922847 - Separate animation from download button, r=mconley
2013-10-01 14:15:00 +02:00
Gijs Kruitbosch
d201e77eae
Bug 923186 - Download button should use regular XBL. r=mconley
2013-10-02 19:53:25 +02:00
Gijs Kruitbosch
d4692f3c09
Merge m-c to UX
2013-10-01 12:00:42 +02:00
Gijs Kruitbosch
63ef7da6bd
Bug 845408 - unify download-indicator and download-button, r=mconley
2013-09-18 21:32:16 +02:00
Gijs Kruitbosch
aeaa73f245
Merge m-c to UX
2013-09-18 10:31:05 +02:00
Paolo Amadini
d201131137
Bug 910236 - The Downloads Panel shows one extra download for the number in "+ X other downloads". r=enn
2013-09-17 19:37:00 +02:00
Mike de Boer
7945880281
Bug 881905: attach downloads panel to the chevron if overflowed. r=jaws,mak
2013-09-17 12:44:13 +02:00
Gijs Kruitbosch
1ea72c3a1a
Merge mozilla-central and ux
2013-09-10 16:46:22 +02:00
Neil Deakin
c3c6d3fde3
Bug 907062, resolve the promise if the popup is already open so that the test doesn't occasionally fail, r=paolo
2013-09-09 20:13:58 -04:00
Gijs Kruitbosch
27fc510686
Merge m-c to ux
2013-08-20 10:49:07 +02:00
Paolo Amadini
3e8d68c340
Bug 906314 - Allow using the JavaScript API instead of nsIDownloadManager when removing finished downloads. r=enn
2013-08-19 17:18:25 +02:00
Mike Conley
4def8eedd7
Bug 899608 - Remove cruft from XULWidgetGroupWrapper, and move areaType getter into group wrappers. r=Gijs, rs=mak.
2013-08-01 12:18:01 -04:00
Mike de Boer
b8f61af7a9
Bug 873517: Update CSS selectors for Downloads indicator on Linux to show icon. r=mak
2013-08-01 12:47:11 +02:00
Gijs Kruitbosch
b6a1409293
Merge m-c to ux
...
--HG--
rename : browser/themes/windows/browser.css => browser/themes/shared/identity-block.inc.css
2013-06-29 11:18:15 -04:00
Gijs Kruitbosch
4795fb7939
Merge after merge.
2013-06-28 17:36:09 -04:00
Mike Conley
2402dc3ea1
Bug 885452 - Remove retrieveToolbarIconsizesFromTheme now that we only support one icon size. r=jaws.
2013-06-28 17:04:50 -04:00
Gijs Kruitbosch
71d6d5310e
Merge mozilla-central and ux
2013-06-28 17:03:38 -04:00
Abhishek Potnis
0b29e4f870
Bug 924098: Fixed mismatch in variable name |aReason| in allDownloadsViewOverlay.js, r=gijs
2013-10-10 22:09:00 +02:00
Paolo Amadini
2c0c0de513
Bug 747018 - Download widget stylesheets applied twice to browser.xul. r=mak
2013-06-27 22:00:08 +02:00
Blake Kaplan
547ba36ed6
Bug 872317 - Make the download indicator toolbar button work with the changes in bug 653881. r=mak77
...
--HG--
extra : rebase_source : 10c15e0779da5e645584543ef4a642ae341a00be
2013-05-14 16:41:24 -07:00
Mike Conley
5ff05fe34d
Bug 873058 follow-up - AREATYPE_MENU_PANEL does not exist. Have to use TYPE_MENU_PANEL instead. r=trivial.
2013-06-14 19:34:10 -04:00
Mike Conley
96f4899d16
Bug 873053 - Make Downloads button open the Library if it's in the menu panel. r=mak.
2013-06-11 17:10:57 -04:00
Xidorn Quan
aa5ed0415a
Bug 861613 - Make animation of download notification togglable. r=mak
2013-06-10 08:30:44 -04:00
Girish Sharma
a48c98f528
Bug 844606 - Remove all selected entries while removing items from history. r=mano
2013-05-31 11:26:13 +05:30
Michael Brennan
d4e26648fd
Bug 865312 - Remove DownloadsIndicatorView functions onDragLeave and onDragExit. r=mak
2013-05-13 09:22:30 -04:00
Girish Sharma
815e0cf063
Bug 857801 - Prevent glowing Download Notification Effect of Toolbar Button with Panel opened. r=mconley
2013-05-04 00:01:16 +05:30
Girish Sharma
0f2f69bb7a
Bug 856935 - Suppress downloads complete indicator glow when downloads view is open. r=mconley
2013-05-04 00:02:11 +05:30
Paolo Amadini
fedd338868
Bug 832672 - Downloads Panel gives no indication or feedback on missing files. r=mak ui-r=shorlander
2013-04-24 02:19:49 +02:00
Marco Bonardo
0e69d13800
Bug 851519 - Keyboard commands may executed on the wrong download in the panel
...
r=Mano
2013-04-17 16:16:09 +02:00