Josh Aas
|
6cca5db344
|
Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin
|
2013-02-05 15:40:34 -06:00 |
|
Josh Aas
|
db8f8bd1e1
|
Back out fix for bug 647216 due to test failures. CLOSED TREE
|
2013-02-04 10:05:06 -06:00 |
|
Josh Aas
|
3b7d143de0
|
Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin
|
2013-02-04 09:00:42 -06:00 |
|
Justin Lebar
|
7b2202ed44
|
Bug 811466 - Add include guards around some headers which were missing them. r=khuey
|
2012-11-19 20:05:34 -05:00 |
|
Josh Aas
|
deb9073056
|
Back out both patches for bug 647216 due to regression documented in bug 806244.
|
2012-11-01 09:19:24 -04:00 |
|
Markus Stange
|
87dfe99f41
|
Bug 647216: Allow testing of MozMouseHittest window dragging. r=enndeakin
|
2012-10-26 15:40:11 -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 |
|
Jim Mathies
|
1a69ccb098
|
Bug 781977 - Add optional pressure and source parameters to nsIDOMWindowUtils's sendMouse methods, r=roc+smaug.
|
2012-08-14 09:27:39 -05:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
744e754a48
|
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 (dom parts); r=bzbarsky
|
2012-06-14 22:31:55 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masayuki Nakano
|
175196be05
|
Bug 630811 part.3 Improve nsDOMWindowUtils::send*Event() for new modifiers r=smaug
|
2012-04-25 12:00:02 +09:00 |
|
Kyle Huey
|
aae6da6770
|
Bug 722428: Fix leaks in mochitest by reworking SpecialPowers and nsDOMWindowUtils. r=mounir,ctalbert
|
2012-04-01 19:23:51 -07:00 |
|
Peter Van der Beken
|
257daf75d5
|
Fix for bug 696817 - Cycle-collect nsDOMWindowUtils. r=jst.
|
2010-11-08 15:50:44 +01:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Benjamin Smedberg
|
499e6430bb
|
Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz
|
2011-03-25 11:03:33 -04:00 |
|
Michael Wu
|
48920d5cba
|
Bug 581596 - Create GetInputMode API, r=masayuki,roc sr=roc a=blocking-fennec
|
2010-11-22 22:48:45 -08:00 |
|
Boris Zbarsky
|
165159c5b2
|
Bug 605999. Don't put stuff that changes the vtable in a C++ block. r=roc, a=blocker
|
2010-10-21 00:09:11 -04:00 |
|
Tatiana Meshkova
|
71ea34d09c
|
Bug 596743 - Need external RenderDocument API for embedding. r=roc a=approval2.0
|
2010-09-16 17:43:23 -07:00 |
|
Chris Jones
|
3918cef4c6
|
Bug 590294, part 0: Add an nsDOMWindowUtils::GetPresShell() helper. r=smaug
|
2010-09-03 15:10:45 -05:00 |
|
Timothy Nikkel
|
203e5bb58c
|
Bug 577579. Add a nsIDOMWindowUtils method to send a mouse event to the window directly instead of via the toplevel window. r=roc
|
2010-08-27 18:15:07 -05:00 |
|
Timothy Nikkel
|
80321610da
|
Bug 563878. Part 15. Fix GetOffsetTo callsites. r=mats
|
2010-07-18 21:23:48 -05:00 |
|
Markus Stange
|
0cdca95bf8
|
Bug 515003 - Rewrite native mouse event handling. Also add tests for native mouse events (bug 470845). r=josh, sr=roc
|
2009-09-23 14:31:37 +12:00 |
|
Benjamin Smedberg
|
28a78c0c2c
|
Bug 481102 - Reorganize dom/public, dom/public/base, and dom/src/base to dom/base, r+sr=jst
|
2009-03-11 10:10:19 -04:00 |
|