Matthew Noorenberghe
3b28f19dd8
Bug 1208685 - Dedupe alert.css and cleanup alert.js heading. r=bgrins
2015-09-25 17:36:08 -07:00
Michael Weisz
c1986c33a2
Bug 935434 - Make XUL alertNotifcations use dir/bidi parameter by setting the according css direction attribute. Set lang attribute for labels. r=jaws
2015-03-18 14:34:55 +01:00
Jim Blandy
39dc0c6097
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
William Chen
9f1783d7ea
Bug 856858 - Always add observer to observe alert windows closing. r=Mossop
2013-05-22 00:19:30 -07:00
William Chen
e86f5ff604
Bug 782211 - Part 8: Updated existing XUL alerts to implement the Notification API. r=enn
2013-03-18 06:24:54 -07:00
Jared Wein
2ed5209a59
Bug 796111. Adjust styling of nsIAlertService alert windows. r=dao
2012-10-06 19:17:07 -07:00
Jared Wein
d358d635b0
Bug 786125 - followup, store the magic number in a const. r=Unfocused
2012-10-04 00:07:18 -07:00
Jared Wein
f06621d26c
Bug 786125 - Alert showing/hiding animation is janky (nsIAlertsService). r=Unfocused
2012-10-03 23:59:36 -07:00
Jared Wein
c518252edf
Bug 770433 - Update borders and background of alert (toast) notifications on Windows. ui-r=shorlander r=dao
2012-07-26 10:55:23 -07:00
Geoff Lankow
9aed6e8f4b
Bug 230959 - Inconsistent extra 1 pixel width of XUL window; r=Neil
2011-09-07 22:14:04 +12:00
Neil Rashbrook
3f194429dd
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
4bd90ea948
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
d9a10be7eb
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
aceman
bd62801033
Bug 738568 - remove Services.prefs.getBranch(null) occurences. r=gavin
2012-03-29 11:48:40 +02:00
Phil Ringnalda
941a3ed11c
Back out 0cb85ff0f764 (bug 738568), 9949bb092303 (bug 730209), 095fd525afa7 (bug 729924), dcf8929a8115 (bug 633602) because of widely scattered and unclear bustage on a CLOSED TREE
2012-03-28 22:37:46 -07:00
aceman
5b045964d6
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
2012-03-28 21:00:14 -04:00
Gavin Sharp
596779abed
backout 110452fddc2a (bug 738568) since it broke viewsource
2012-03-27 18:06:10 -07:00
aceman
7684f16e43
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
2012-03-27 19:17:35 -04:00
Javi Rueda
f51e1019a2
Bug 355846 - Add a pref to disable sliding effect for alerts. r=enndeakin
2011-08-22 18:43:37 +02:00
Javi Rueda
81614245ad
Bug 652536 - Remove workaround for bug 133527. r=ventron
2011-07-12 20:02:10 +02:00
Ed Morley
7c35bdd0e4
Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend
2011-04-29 12:38:26 +02:00
Paul O’Shannessy
b90959017b
Bug 499822 - Toaster notification boxes are slow on Windows CE, r=vlad
2009-07-08 14:59:08 -07:00
Michael Ventnor
e9e3050581
Bug 342261 - [nsIAlertsService] all of notification window should be clickable. r=gavin
2008-12-08 08:44:49 +01:00
Nickolay_Ponomarev
324d42fc09
Bug 322534: Sliding alert (nsIAlertsService) should dismiss itself when clicked. r=gavin, ui-r=beltzner
2008-08-07 15:16:11 +01:00
jwalden@mit.edu
d18ede5730
Bug 279698 - Some .js files in jars are not stripped of license headers via preprocessing (pass 1). r=mconnor
2007-03-11 02:21:48 +00:00
gavin@gavinsharp.com
3015d2054e
Bug 133527: New mail notification banner at wrong place (always pops up at bottom right hand corner), patch by Jens Bannmann <jens.b@web.de>, r=biesi, r=bsmedberg, sr=neil
2006-07-19 19:47:19 +00:00
gavin@gavinsharp.com
21812419f6
Bug 310900: Avoid 1-pixel gap caused by sizeToContent() in alerts service code, patch by Jens Bannmann <jens.b@web.de>, r=mscott for toolkit part, r+sr=neil for xpfe
2006-04-09 21:16:20 +00:00
scott@scott-macgregor.org
daca70b8e4
Bug #310226 --> new mail alert popup isn't tall enough on Windows.
...
Fix a regression introduced by Bug #305375
r=jens
2005-09-30 20:58:57 +00:00
allan@beaufour.dk
8e172f8e76
Build alerts service on non-Win32 platforms (gtk1/2). Bug 305375, r=bsmedberg, patch by Jens Bannmann
2005-09-16 11:52:56 +00:00
gerv@gerv.net
c7ca93d489
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 17:07:35 +00:00
cbiesinger@web.de
04ad7ad688
Bug 267089 Remove nsIAlertListener from toolkit
...
patch by Alexander Opitz <opi@gmx.at > r=mconnor
2004-12-12 16:46:33 +00:00
ben@bengoodger.com
aa0e37b3d9
215467, Part I. New Download Manager.
2003-11-27 00:54:33 +00:00