Andrea Marchesini
|
c00b76ce22
|
Bug 1134280 - Get rid of Tag() - patch 2.13 - Fix all the occurrences, m=smaug, r=surkov
|
2015-03-03 11:09:00 +00:00 |
|
Neil Deakin
|
6d419c8622
|
Bug 1102039, Ensure that the popup's widget visibility is updated after rollup, allows popups to disappear at the start of the minimize animation rather than after, r=tn
|
2015-01-07 20:52:20 -05:00 |
|
Bob Owen
|
f99d179889
|
Bug 1029494 Part 6: Replace AutoPushJSContext in nsMenuX::MenuConstruct. r=bholley
|
2014-06-26 12:16:27 +01:00 |
|
Neil Deakin
|
a2576ac5b0
|
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 |
|
Masayuki Nakano
|
ed3fbdf704
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
|
Masayuki Nakano
|
c23797df63
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Masayuki Nakano
|
4a5dc45e59
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
|
Ms2ger
|
5a51413d49
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Gabor Krizsanits
|
9d5f7191e2
|
Bug 864335 - Remove GetScriptGlobalObject. r=mrbkap
|
2013-06-21 16:25:20 +02:00 |
|
Bobby Holley
|
c3247a55cf
|
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
|
2013-05-22 10:05:26 -06:00 |
|
Bobby Holley
|
edbaddcb05
|
Bug 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap
|
2013-02-26 11:04:13 -08:00 |
|
Jim Mathies
|
a5dae8eff6
|
Bug 819888 - Check the result of nsBaseWidget::GetActiveRollupListener. r=enndeakin
|
2012-12-31 11:27:04 -06:00 |
|
Josh Aas
|
c7e8d524c1
|
Bug 801601: Remove code specific to OS X 10.5 in Cocoa widgets. r=smichaud
|
2012-11-09 05:22:36 -05:00 |
|
Neil Deakin
|
26ade209e9
|
Bug 701760, merge <select> and popup manager rollup handling, so that select elements don't cancel out any popup rollup listeners, r=mats
|
2012-10-26 09:15:22 -04:00 |
|
Neil Deakin
|
5ed1efa8b0
|
Bug 772808, Menuitems should inherit hidden attribute from commands, r=neil,smichaud
|
2012-10-19 16:04:07 -04: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 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Neil Deakin
|
73742603fa
|
Bug 757485, remove nsIXBLService and use nsXBLService directly, r=bz
|
2012-05-23 14:46:04 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Cameron McCormack
|
7ce11ac0b6
|
Bug 715024 - Remove duplicate functions on nsCocoaFeatures and nsToolkit. r=bgirard
|
2012-05-17 17:53:20 +10:00 |
|
Cameron McCormack
|
16270bcb0a
|
Back out bug 715024 due to bustage.
|
2012-05-17 12:13:02 +10:00 |
|
Cameron McCormack
|
24310eb7f8
|
Bug 715024 - Remove duplicate functions on nsCocoaFeatures and nsToolkit. r=bgirard
|
2012-05-17 11:36:56 +10:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|