Ehsan Akhgari
|
ce9c4676d6
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
|
Ehsan Akhgari
|
161bc424ea
|
Bug 949445 - Part 1: Move selectionLanguageChange to nsISelectionPrivate; r=bzbarsky
|
2013-12-17 09:12:17 -05:00 |
|
Masayuki Nakano
|
9b8afa1588
|
Bug 920377 part.18 Get rid of nsTextRangeStyle r=roc
|
2013-10-01 16:22:59 +09:00 |
|
Masayuki Nakano
|
3dd88b59ba
|
Bug 912956 part.4 Create mozilla/TextEvents.h r=roc
|
2013-09-24 19:04:15 +09:00 |
|
Ehsan Akhgari
|
45d655ec96
|
Bug 919325 - Minimize the #includes in content/ IDL files; r=bzbarsky
--HG--
extra : rebase_source : 923a665eadc62046c9d5398a25187a3331fd8d25
|
2013-09-22 19:23:30 -04:00 |
|
Ehsan Akhgari
|
d8b97b0c48
|
Bug 902111 - Forward-declare nsIFrame in nsISelectionPrivate.h; r=bzbarsky
|
2013-08-06 16:19:11 -04:00 |
|
Trevor Saunders
|
60678a2f23
|
bug 845562 - remove GetFrameSelection() from nsISelectionPrivate r=smaug
|
2013-02-15 15:09:28 -05:00 |
|
Trevor Saunders
|
4bc29b1b63
|
bug 841706 - remove nsSelectionIterator r=smaug
|
2013-02-15 05:52:57 -05:00 |
|
Trevor Saunders
|
6dda3041a7
|
bug 839059 - make nsISelection{,Private} builtinclass r=smaug
|
2013-02-11 13:14:01 -05:00 |
|
Trevor Saunders
|
acb9fa5812
|
bug 828138 - remove nsISelectionPrivate::SetPresShell() r=ehsan
|
2012-12-18 17:30:11 -05:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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
|
d50e4a7565
|
[Bug 780428] Don't include nsIFrame.h in places where it's not necessary r=roc
|
2012-08-05 23:00:56 -04:00 |
|
Ryan VanderMeulen
|
891e38e528
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
f497d31a0a
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Jignesh Kakadiya
|
46a0dd6a93
|
Bug 751785 - Make Selection.toString() API use DOMString instead of wstring
|
2012-06-09 15:15:12 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
f427fc956f
|
Bug 755200 - Simplify SetSelectionAroundHeadChildren; r=ehsan
|
2012-05-18 10:29:39 +02:00 |
|
Ms2ger
|
4d045d4362
|
Bug 750053 - Part a: Add nsISelection::Collapsed(); r=smaug
|
2012-05-18 10:29:39 +02:00 |
|
Adam Dane [:hobophobe]
|
f6bfd29afb
|
Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc
|
2012-03-19 21:09:50 -05:00 |
|
David Zbarsky
|
e96cf389ad
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Michael Wu
|
9b8b4f4ffd
|
Reapply change dropped from bug 676465 due to bug 672536 merging idls
|
2011-08-27 08:45:25 -07:00 |
|
David Zbarsky
|
b849d09dcc
|
Bug 672536 - Merge nsISelection2 into nsISelectionPrivate r=smaug
|
2011-08-07 16:17:00 -04:00 |
|
Ehsan Akhgari
|
2f51d73796
|
Bug 674558 - Implement the HTML5 selectionDirection property for text controls (input and textarea); r=bzbarsky
|
2011-07-28 13:51:22 -04:00 |
|
Masayuki Nakano
|
3ad00a6eb6
|
Bug 482138 [TSF] nsTextFrame has to draw composition string by TIP specified style r+sr=roc
|
2009-04-23 12:27:12 +09:00 |
|
peterv@propagandism.org
|
76a2c4d37f
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
|
peterv@propagandism.org
|
0f0097ffc5
|
Backing out to fix orange.
|
2007-06-27 16:21:05 -07:00 |
|
peterv@propagandism.org
|
51dda63979
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 15:29:45 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|