Josh Aas
|
880df492b1
|
Bug 827979: Add Growl support back due to change in notification plans. r=backout
|
2013-01-28 10:04:51 -05:00 |
|
Josh Aas
|
f4b7abb12c
|
Bug 822620: Disable Notification Center support for Firefox 19 and 20, it isn't ready. r=dougt
|
2012-12-31 14:16:57 -05:00 |
|
Neil Rashbrook
|
41d5c4cd99
|
Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron
|
2012-12-22 20:40:37 +00:00 |
|
Jared Wein
|
559bb353e8
|
Bug 796111. Adjust styling of nsIAlertService alert windows. r=dao
|
2012-10-06 19:17:07 -07:00 |
|
Jared Wein
|
7ec6e242c0
|
Bug 786125 - followup, store the magic number in a const. r=Unfocused
--HG--
extra : rebase_source : 4c3b1411afd7cc4cd1aa82b7efe93fdb1b9ed238
|
2012-10-04 00:07:18 -07:00 |
|
Jared Wein
|
58473068b7
|
Bug 786125 - Alert showing/hiding animation is janky (nsIAlertsService). r=Unfocused
|
2012-10-03 23:59:36 -07:00 |
|
Josh Aas
|
464d550838
|
Bug 777409: Remove Growl support. Replaced by Notification Center support on OS X 10.8, which has much smaller code size and doesn't do main thread i/o. r=dougt
|
2012-09-18 10:08:17 -04:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Luke Wagner
|
68160897b6
|
Bug 625199 - Convert one more JSAutoEnterCompartment in ObserverPair.h (r=bustage)
|
2012-08-23 18:13:08 -07:00 |
|
Luke Wagner
|
ad90af9ca5
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
|
2012-08-21 18:42:53 -07:00 |
|
Ehsan Akhgari
|
002ff646d5
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-08-23 11:30:56 -04:00 |
|
Josh Aas
|
5918e55b6e
|
Bug 728106: Add Notification Center support for OS X 10.8. r=smichaud,dougt
--HG--
rename : toolkit/components/alerts/mac/nsGrowlAlertsService.h => toolkit/components/alerts/mac/nsMacAlertsService.h
rename : toolkit/components/alerts/mac/nsGrowlAlertsService.mm => toolkit/components/alerts/mac/nsMacAlertsService.mm
|
2012-08-22 15:30:13 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
William Chen
|
d95a8ff25b
|
Bug 776134 - Part 2: Make AlertsService remote alerts from content process to chrome process. r=dougt
|
2012-07-26 18:25:02 -04:00 |
|
William Chen
|
e1cec5724c
|
Bug 776134 - Part 1: Rename files of Growl nsIAlertsService implementation. r=dougt
|
2012-08-01 20:31:11 -04:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Jared Wein
|
f74aa35f5f
|
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
|
5fc630a647
|
Bug 230959 - Inconsistent extra 1 pixel width of XUL window; r=Neil
|
2011-09-07 22:14:04 +12:00 |
|
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Ehsan Akhgari
|
dc33d2c38d
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit parts); r=jrmuizel
|
2012-06-19 23:27:32 -04:00 |
|
Neil Rashbrook
|
eaedd546e8
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-26 00:11:16 +01:00 |
|
Ed Morley
|
f58ad725ea
|
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
|
2012-06-25 19:14:43 +01:00 |
|
Neil Rashbrook
|
aee62bb4bd
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-25 09:24:49 +01:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
a147767a14
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-05-05 11:00:05 +02:00 |
|
Ms2ger
|
77ca860259
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
5a2d0a8476
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-04-14 15:05:01 +02:00 |
|
aceman
|
d2a90f50d5
|
Bug 738568 - remove Services.prefs.getBranch(null) occurences. r=gavin
|
2012-03-29 11:48:40 +02:00 |
|
Phil Ringnalda
|
9b1872fcc9
|
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
|
36a12e41b8
|
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
|
2012-03-28 21:00:14 -04:00 |
|
Gavin Sharp
|
6bae99c0d1
|
backout 110452fddc2a (bug 738568) since it broke viewsource
|
2012-03-27 18:06:10 -07:00 |
|
aceman
|
8e811fc635
|
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
|
2012-03-27 19:17:35 -04:00 |
|
Siddharth Agarwal
|
1e964a8ce4
|
Bug 699014 - Toolkit alerts shouldn't be displayed if the user's in a fullscreen app, presentation mode, or in Windows 8 immersive mode. r=bbondy, ui-r=limi
|
2012-03-08 02:39:04 +05:30 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Benjamin Smedberg
|
f85430f5f5
|
Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted
|
2012-01-11 11:28:21 -05:00 |
|
Markus Stange
|
4dbb784be5
|
Bug 691662 - Remove unnecessary condition which doesn't work with Growl 1.3. r=sdwilsh
|
2011-11-13 09:03:23 +01:00 |
|
Markus Stange
|
9284729c41
|
Bug 691662 - Update Growl license. r=gerv
|
2011-11-13 09:03:11 +01:00 |
|
Markus Stange
|
fe403fad4e
|
Bug 691662 - Update shipped Growl framework to 1.2.2 for compatibility with Growl 1.3. r=smichaud
|
2011-11-13 09:02:52 +01:00 |
|
Gregory Szorc
|
1a1f7b30ae
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Brian R. Bondy
|
cbe27ca75a
|
Bug 674957 - mochitests-5: test_alerts.htmltimed out after 330 seconds. r=sdwilsh
|
2011-09-21 12:54:50 -04:00 |
|
Masayuki Nakano
|
163fc7efff
|
Bug 669028 part.14 toolkit should use mozilla::LookAndFeel rather than nsILookAndFeel r=neil
|
2011-09-09 11:27:13 +09:00 |
|
Ehsan Akhgari
|
5b93c455d2
|
Backout changesets 8e9aea2febed, 604544452285 and 9f150c4e1a48 because of Mac OS X 32-bit reftest orange
--HG--
extra : rebase_source : dbc017628f469e980efc8edfa26f8cce0ac7a956
|
2011-09-08 11:30:22 -04:00 |
|
Geoff Lankow
|
76c5c61cfa
|
Bug 230959 - Inconsistent extra 1 pixel width of XUL window. r=neil
|
2011-09-07 22:14:04 +12:00 |
|
Javi Rueda
|
19a852d5de
|
Bug 355846 - Add a pref to disable sliding effect for alerts. r=enndeakin
|
2011-08-22 18:43:37 +02:00 |
|
Josh Matthews
|
677290f8fb
|
Bug 681061 - Avoid compartment mismatch error when displaying a growl notification. r=mrbkap
|
2011-08-22 17:20:52 -04:00 |
|
Malini Das
|
c20b68638f
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
|
2011-08-12 12:21:44 -04:00 |
|