Stephen A Pohl
|
4d8d5af55e
|
Bug 429824: Let OSX's native menu system handle keyboard shortcuts that we did not handle ourselves via XBL prototype handlers. This allows for handling of custom shortcuts, but does not allow for reassignment of existing shortcuts. r=mstange
|
2017-05-15 22:59:28 -04:00 |
|
Stephen A Pohl
|
a36485071e
|
Backout 2823fca4f547 (bug 429824) for causing bug 1334140 in e10s. r=backout
|
2017-01-26 16:14:19 -05:00 |
|
Stephen A Pohl
|
809ee539b8
|
Bug 429824: Let OSX's native menu system handle keyboard shortcuts that we did not handle ourselves via XBL prototype handlers. This allows for handling of custom shortcuts, but does not allow for reassignment of existing shortcuts. r=mstange
|
2017-01-25 09:25:52 -05:00 |
|
Stephen A Pohl
|
1ea96b29d3
|
Bug 1292527: Make OSX application menu localizable at runtime. r=mstange
|
2016-11-29 21:22:13 -05:00 |
|
Stephen A Pohl
|
690dbdef24
|
Bug 1319911: Revert changeset 3d7142a4f06d from bug 1292527 due to reported regression. r=me
|
2016-11-24 09:20:39 -05:00 |
|
Stephen A Pohl
|
d4f23f3305
|
Bug 1292527: Make OSX application menu localizable at runtime. r=mstange
|
2016-11-22 11:18:48 -05:00 |
|
Jonathan Watt
|
5c3f5ca9f0
|
Bug 1265953, part 3 - Convert more widget code from nsAutoPtr to UniquePtr. r=mstange
|
2016-04-19 23:29:16 +01:00 |
|
Jonathan Watt
|
738a8b9942
|
Bug 1265953, part 1 - Convert most of the cocoa widget code from nsAutoPtr to UniquePtr. r=mstange
|
2016-04-19 11:28:12 +01:00 |
|
Stephen A Pohl
|
46183c3388
|
Bug 1199547 - Backout workaround from bug 722676 as it causes issues on at least OSX 10.10 and 10.11. r=mstange
|
2016-04-05 10:42:00 +02:00 |
|
Steven Michaud
|
ed196fbf40
|
Bug 1151345 - Firefox app menu sometimes contains only "Quit" on OS X. r=spohl
|
2015-06-03 16:19:51 -05:00 |
|
Andrea Marchesini
|
b8630baa2d
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Paul Rouget
|
818fd35b93
|
Bug 1127205 - Can't quit B2G Desktop on Mac. r=mstange
|
2015-02-18 16:34:00 +01:00 |
|
Ehsan Akhgari
|
23cde4928f
|
Bug 1117044 - Mark virtual overridden functions as MOZ_OVERRIDE in widget; r=roc
|
2015-01-02 09:02:51 -05:00 |
|
Tim Taubert
|
1cf6004192
|
Bug 1068384 - Remove legacy code that handled the app menu's update item r=mstange,stefanh
|
2014-09-19 13:40:40 +02:00 |
|
Benoit Jacob
|
288db3b12f
|
Bug 1028588 - Fix dangerous public destructors of Mac-specific reference-counted classes - r=mstange
|
2014-07-06 11:25:31 -04:00 |
|
Steven Michaud
|
8350bdf133
|
Bug 722676 - View menu item stays selected when returning from opened window. r=josh
|
2014-01-13 16:01:52 -06:00 |
|
Ehsan Akhgari
|
243c878d26
|
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 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Josh Aas
|
4619529a63
|
Bug 729246: Fix clang warnings in Cocoa widgets. r=smichaud
|
2012-02-21 20:44:40 -05:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|