Masayuki Nakano
|
b285541889
|
Bug 602787 part.10 Create TextRange.h for separating TextEvents.h r=roc
|
2013-10-22 22:27:36 +09:00 |
Wes Kocher
|
e3f57c4d94
|
Backed out 9 changesets (bug 602787) on suspicion of breaking mochitest-metro on a CLOSED TREE
Backed out changeset 1730bcae2c45 (bug 602787)
Backed out changeset 70606b9b1e42 (bug 602787)
Backed out changeset 57ca2861ea30 (bug 602787)
Backed out changeset 3b9f1062d915 (bug 602787)
Backed out changeset 3ee56eacc84b (bug 602787)
Backed out changeset 1c35693be3d3 (bug 602787)
Backed out changeset ef095c3aef98 (bug 602787)
Backed out changeset 4827bdae97fd (bug 602787)
Backed out changeset fa0f355e7871 (bug 602787)
|
2013-10-22 13:11:53 -04:00 |
Masayuki Nakano
|
1c98507f75
|
Bug 602787 part.10 Create TextRange.h for separating TextEvents.h r=roc
|
2013-10-22 22:27:36 +09:00 |
Birunthan Mohanathas
|
e3709383ec
|
Bug 784739 - Switch from NULL to nullptr in layout/; r=ehsan
--HG--
extra : rebase_source : 0d0d9e11be9d39e4457bddd0bac7e19a50b91b0b
|
2013-10-08 14:47:21 -04:00 |
Masayuki Nakano
|
9aaf116c1c
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
Masayuki Nakano
|
393cc936d4
|
Bug 920377 part.18 Get rid of nsTextRangeStyle r=roc
|
2013-10-01 16:22:59 +09:00 |
Masayuki Nakano
|
015140fe0d
|
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
|
2013-09-25 20:21:19 +09:00 |
Masayuki Nakano
|
4983de6d4c
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
Robert Longson
|
0c55559813
|
Bug 889329 - Implement deselectAll(). r=cam,sr=roc
|
2013-07-03 08:41:53 +01:00 |
Joshua Cranmer
|
1f24ef2b5e
|
Bug 856108 - Port static analyses to clang, part 2e: use MOZ_STACK_CLASS in layout. r=mats
|
2013-04-11 22:20:45 -05:00 |
Trevor Saunders
|
a678d5982d
|
bug 845562 - nsFrameSelection doesn't need to inherit from nsISupports r=smaug
|
2013-02-15 16:32:19 -05:00 |
Trevor Saunders
|
8d7e7dd8d7
|
bug 781409 - remove nsITableLayout r=roc,davidb
|
2012-08-08 09:05:17 -04: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 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Mats Palmgren
|
f83707d78e
|
Bug 777578 - Make mLimiter and mAncestorLimiter strong refs. r=smaug
|
2012-07-26 23:44:10 +02: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 |
Aryeh Gregor
|
7737d5d63f
|
Bug 762862 - Rename nsTypedSelection to mozilla::Selection; r=ehsan
--HG--
rename : layout/generic/nsTypedSelection.h => layout/generic/Selection.h
|
2012-06-08 17:20:55 +03:00 |
Robert O'Callahan
|
3c90d15cd6
|
Bug 757807. Don't store an nsMouseEvent in nsFrameSelection, it's unnecessary and leaky. r=smaug
|
2012-05-24 22:36:08 +12:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Trevor Saunders
|
bfcb62b32b
|
bug 693933 - make nsFrameSelection::GetSelection() return nsTypedSelection* r=smaug
|
2012-04-06 17:54:38 -04:00 |
Ehsan Akhgari
|
4ec820fdcb
|
Bug 726592 - Uninitialised value use in nsTextFrame::GetChildFrameContainingOffset; r=roc
--HG--
extra : rebase_source : 3e5d2fafc028edb2940bef07302161670692d5a1
|
2012-03-26 09:09:38 -07:00 |
David Zbarsky
|
e38d101da0
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
Jeff Walden
|
e5f13d7b5f
|
Bug 704687 - Mark final classes as MOZ_FINAL, now that nsDerivedSafe no longer exists again. r=dbaron
--HG--
extra : rebase_source : f6a25c06275e4fbb2e69462118f242d380bdce03
|
2011-12-19 13:48:15 -05:00 |
Mats Palmgren
|
498185f3f0
|
Bug 619273 - Move the selection state bit from frames to content nodes. r=smaug
|
2011-12-20 10:15:41 +01:00 |
Jeff Walden
|
df2b7cbc5c
|
Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones
--HG--
extra : rebase_source : d95a3b3e726f810f299314358ba8c5e23557698e
|
2011-11-20 22:21:16 -08:00 |
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Masayuki Nakano
|
bfc72b90bf
|
Bug 675865 backout new dragginf for selection handling code from Mozilla8 r=smaug (backed out patches are: bug 552707, bug 644621, bug 670058, bug 670508, bug 671319)
|
2011-08-03 12:39:02 +09:00 |
Masayuki Nakano
|
3511882bcf
|
Bug 670058 Stop drag handling for selection when the dragging frame selection detaches presShell r=smaug
|
2011-07-11 13:20:46 +09:00 |
Masayuki Nakano
|
35028f63a8
|
Bug 552707 While we're expanding selection by dragging, the selection root element should capture mouse events and all scrollable elements should be scrollable r=roc+smaug, ui=faaborg
|
2011-07-06 11:16:18 +09:00 |
Craig Topper
|
6d35e0da33
|
Bug 658143 - Part 3: Remove nsFrameSelection QI and createInstance support. r=roc
|
2011-05-18 22:28:54 -07:00 |
Ehsan Akhgari
|
7883671dc5
|
Bug 605138 - Scripts from topix.net apparently causing page to scroll down when opening; r=roc a=blocking-final+
|
2010-10-21 16:56:20 -04:00 |
Ehsan Akhgari
|
39534c1d71
|
Bug 332636 - Handle backspace for Unicode plane 1 characters correctly; r=roc
--HG--
extra : rebase_source : a343610b06983d3328f3ddb2e7025193ab275094
|
2010-06-04 13:28:19 -04:00 |
Justin Lebar
|
5befe0c6b2
|
Bug 496275 - Expose JS API for modifying page's selection. r=mats, sr=jst
|
2010-04-28 19:47:23 +02:00 |
Robert O'Callahan
|
29d6e5186d
|
Bug 526394. Part 26: Rework nsSelection to use frames only. r=mats
|
2009-09-10 17:16:18 +12:00 |
Robert O'Callahan
|
cfa270791d
|
Bug 526394. Part 17: Convert some selection-related code in nsTextControlFrame and nsSelection. r=mats
|
2009-09-03 17:23:47 +12:00 |
Masayuki Nakano
|
4bf3154454
|
Bug 42676 Can't drag to extend selection out of blocks with overflow:hidden/auto/scroll r=Olli
|
2009-12-12 13:25:21 +09:00 |
Alexander Surkov
|
1c8c857964
|
Bug 417929 - nsIAccessiblTable selectRows does not unselect previously selected rows, r=marcoz, davidb, ginn, smaug, sr=roc
|
2009-09-10 11:06:54 +08:00 |
Arpad Borsos
|
498f72af15
|
Bug 509380 - Optimize nsPeekOffsetStruct for memory usage; r+sr=roc
|
2009-08-10 09:47:11 +02: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 |
Boris Zbarsky
|
15b0e0b5f3
|
Bug 486547 part 7. Simplify some more of the table code in nsFrameSelection. r+sr=smaug
|
2009-04-06 13:21:30 -04:00 |
Boris Zbarsky
|
aa115a4e74
|
Bug 486547 part 6. Simplify some cell-related code in nsFrameSelection. r+sr=smaug
|
2009-04-06 13:20:32 -04:00 |
Boris Zbarsky
|
17796c6f64
|
Bug 486547 part 5. Switch various table cell selection stuff off nsIDOMRange. r+sr=smaug
|
2009-04-06 13:20:30 -04:00 |
Boris Zbarsky
|
fe07c58568
|
Bug 486547 part 4. Switch some more code off nsIDOMNode/nsIDOMRange r+sr=smaug
|
2009-04-06 13:17:38 -04:00 |
Boris Zbarsky
|
f92fc0c496
|
Bug 486547 part 2. Switch nsFrameSelection::mMaintainRange to storing nsIRange, not nsIDOMRange. r+sr=smaug
|
2009-04-06 13:17:38 -04:00 |
arno renevier
|
ea2a2d55c4
|
Arno Renevier - Bug 481960 - mIsEditor in nsFrameSelection is not used anywhere
|
2009-03-07 00:39:32 +01:00 |
Peter Van der Beken
|
122dcedc98
|
Fix for bug 471126 (leak content nodes (and sometimes dom windows) after clicking on nytimes.com articles). r=bent, sr=bz.
|
2009-01-14 13:24:10 +01:00 |
Mats Palmgren
|
4097da34ae
|
Don't crash if views were destroyed while flushing notifications. b=421839 r+sr=roc
|
2008-12-08 00:11:37 +01:00 |
Theppitak Karoonboonyanan
|
88e1b95b7b
|
Bug 157546. The 'delete' key should delete an entire cluster. r=peterv,r+sr=roc
|
2008-10-16 20:44:32 +13:00 |