Ehsan Akhgari
|
cf5e28e06b
|
Bug 902111 - Forward-declare nsIFrame in nsISelectionPrivate.h; r=bzbarsky
|
2013-08-06 16:19:11 -04:00 |
|
Trevor Saunders
|
c214d0f60b
|
bug 845562 - remove GetFrameSelection() from nsISelectionPrivate r=smaug
|
2013-02-15 15:09:28 -05:00 |
|
Trevor Saunders
|
7722fdab93
|
bug 841706 - remove nsSelectionIterator r=smaug
|
2013-02-15 05:52:57 -05:00 |
|
Trevor Saunders
|
ed98905091
|
bug 839059 - make nsISelection{,Private} builtinclass r=smaug
|
2013-02-11 13:14:01 -05:00 |
|
Trevor Saunders
|
b78687bf94
|
bug 828138 - remove nsISelectionPrivate::SetPresShell() r=ehsan
|
2012-12-18 17:30:11 -05: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 |
|
David Zbarsky
|
03039446fa
|
[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
|
5f2a19ee6e
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
6d6c4efbab
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Jignesh Kakadiya
|
556a73089d
|
Bug 751785 - Make Selection.toString() API use DOMString instead of wstring
|
2012-06-09 15:15:12 -07:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
feba9c5092
|
Bug 755200 - Simplify SetSelectionAroundHeadChildren; r=ehsan
|
2012-05-18 10:29:39 +02:00 |
|
Ms2ger
|
0a9de2eb5f
|
Bug 750053 - Part a: Add nsISelection::Collapsed(); r=smaug
|
2012-05-18 10:29:39 +02:00 |
|
Adam Dane [:hobophobe]
|
a4e77c0d40
|
Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc
|
2012-03-19 21:09:50 -05:00 |
|
David Zbarsky
|
e38d101da0
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Michael Wu
|
ee4abbe5cb
|
Reapply change dropped from bug 676465 due to bug 672536 merging idls
|
2011-08-27 08:45:25 -07:00 |
|
David Zbarsky
|
feef9bcb83
|
Bug 672536 - Merge nsISelection2 into nsISelectionPrivate r=smaug
|
2011-08-07 16:17:00 -04:00 |
|
Ehsan Akhgari
|
5ce917a794
|
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
|
cfff67f8c9
|
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
|
6662efd338
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
|
peterv@propagandism.org
|
90c374d7c3
|
Backing out to fix orange.
|
2007-06-27 16:21:05 -07:00 |
|
peterv@propagandism.org
|
7bf2741259
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 15:29:45 -07:00 |
|
roc+%cs.cmu.edu
|
4667a9b409
|
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
|
2006-04-26 01:57:22 +00:00 |
|
mrbkap%gmail.com
|
5187e69f5f
|
bug 303399: Bidi: Problems with caret positioning on blank lines. Patch by Uri Bernstein <uriber@gmail.com>. r=mrbkap sr=roc
|
2005-08-24 17:44:28 +00:00 |
|
gerv%gerv.net
|
9d2ee4928c
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
|
leon.zhang%sun.com
|
526c0515e9
|
Bug 199412: optimize nsTypedSelection::ScrollIntoView r/sr=sfraser
|
2003-04-20 01:03:40 +00:00 |
|
sfraser%netscape.com
|
05e5f933f1
|
Forward-declare nsIPresShell in nsISelectionPrivate.h.
|
2003-04-04 02:36:12 +00:00 |
|
sfraser%netscape.com
|
28c61bb42b
|
Remove nsIIndpendentSelection, moving its one method onto nsISelectionPrivate. Bug 192827. r/sr=kin.
|
2003-04-04 01:45:06 +00:00 |
|
gerv%gerv.net
|
1968b7dad2
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
|
jst%netscape.com
|
f7460d0269
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 16:46:42 +00:00 |
|
akkana%netscape.com
|
d53a276b40
|
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
|
2001-01-08 21:01:29 +00:00 |
|
cmanske%netscape.com
|
f731cf305a
|
Reinstating table selection work for bug 57863 and fixed textfield.value bug 63376. r=kin, sr=sfraser
|
2000-12-20 22:13:54 +00:00 |
|
leaf%mozilla.org
|
c7984c2caa
|
backing out regression-causing changes to reopen tree
|
2000-12-20 18:09:53 +00:00 |
|
cmanske%netscape.com
|
b6319b5e1c
|
Convert IDL defines from short to long so enums are PRInt32 on all platforms (fixing build bustage)
|
2000-12-20 03:15:16 +00:00 |
|
cmanske%netscape.com
|
3313e50daa
|
Table selection work (part of b=57863): Moved param for GetTableSelectionDate from .h to .idl, requiring change from PRUint32 to PRInt16 for all users. Table Cell ranges are now added in document order (location in table) when selecting multiple cells. Refactored table selection methods and fixed leaks. r=mjudge, sr=kin
|
2000-12-20 01:36:41 +00:00 |
|
mjudge%netscape.com
|
d74f430c75
|
private interface for selection
|
2000-09-14 05:24:18 +00:00 |
|