Trevor Saunders
|
08fdf22a1b
|
bug 845562 - remove GetFrameSelection() from nsISelectionPrivate r=smaug
|
2013-02-15 15:09:28 -05:00 |
|
Robert O'Callahan
|
e0d76efca2
|
Bug 805697. Remove StCaretHider since it's not needed anymore. r=mats
|
2012-10-29 17:31:26 +13:00 |
|
Matt Woodrow
|
e813da3696
|
Bug 539356 - Part 9c - Remove old invalidation code. r=bz
|
2012-08-29 17:39:31 +12:00 |
|
Ed Morley
|
ed4fe023b5
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
|
Matt Woodrow
|
24eaff95c9
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-08-29 17:38:58 +12: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 |
|
Ehsan Akhgari
|
d07e155f48
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Matt Woodrow
|
145d424c02
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
478ad1a412
|
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
|
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 |
|
Mats Palmgren
|
c12d6a33ea
|
Bug 312156 - Implement CSS3 text-overflow. r=roc
|
2011-06-22 20:11:48 +02:00 |
|
Ms2ger
|
f640c3ab8a
|
Bug 657160 - Remove NS_NewCaret; r=ehsan,roc
|
2011-05-15 12:17:09 +02:00 |
|
Jan Küchler
|
8774547613
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
|
2011-04-07 18:04:40 -07:00 |
|
Timothy Nikkel
|
dc59fe3a05
|
Bug 607857. If caret is in a frame that needs reflow we can wrongly position the caret rect. r=roc a=blocking-final
|
2010-11-24 19:35:01 -06:00 |
|
Ehsan Akhgari
|
46b3144105
|
Bug 593211 - Part 2: Back out bug 581585 r,a=roc
|
2010-09-08 20:15:24 -04:00 |
|
Ehsan Akhgari
|
2097ee8d96
|
Bug 581585 - Cache the frame for caret; r=roc approval2.0=dbaron
|
2010-07-26 20:05:14 -04:00 |
|
Masayuki Nakano
|
af51af1a23
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 11:35:48 +09:00 |
|
Masayuki Nakano
|
088a5ea83d
|
Bug 554822 backout the previous patch
|
2010-04-01 02:31:06 +09:00 |
|
Masayuki Nakano
|
8efd003cb0
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 02:12:43 +09:00 |
|
Mats Palmgren
|
05fd5110eb
|
Bug 544852, part 4: Add nsCaret::GetGeometryForFrame. r=roc
|
2010-03-14 23:56:26 +01:00 |
|
Mats Palmgren
|
3e4490c16a
|
Bug 544852, part 3: Merge UpdateHookRect into UpdateCaretRects. r=roc
|
2010-03-14 23:54:11 +01:00 |
|
Mats Palmgren
|
93d54c91d5
|
Bug 544852, part 2: Use nsCaret::GetGeometry. r=roc
|
2010-03-14 23:52:45 +01:00 |
|
Mats Palmgren
|
1bcfba098e
|
Bug 544852, part 1: Remove nsCaret::GetCaretCoordinates. r=roc
|
2010-03-14 23:52:07 +01:00 |
|
Mats Palmgren
|
b90679346c
|
Bug 544852, part 0: Remove unused code. r=roc
|
2010-03-14 23:50:36 +01:00 |
|
Robert O'Callahan
|
f09c34aa56
|
Bug 526394. Part 24: Create sane nsCaret::GetGeometry API to obsolete nsCaret::GetCaretCoordinates. r=mats
|
2010-01-12 10:45:16 +13:00 |
|
Mats Palmgren
|
33a7f012d0
|
Flag nsCaret::mPendingDraw if the on-cycle draw was suppressed; update the caret when the pres shell tells us that painting is unsuppressed. b=520720 r=roc
|
2009-10-16 12:55:32 +02:00 |
|
Simon Montagu
|
c480b83cc3
|
Make display of the directional hook on the caret dependent on the bidi.browser.ui pref. Bug 418513, r=uriber, sr=roc (for core) r=mano, gavin.sharp (for browser)
|
2008-12-14 01:05:39 -08:00 |
|
Masayuki Nakano
|
d6efce8b96
|
Bug 449955 – Remove #ifdef of nsCaret.cpp for IME r+sr=roc
|
2008-08-13 10:55:39 +09:00 |
|
John Daniels
|
2aef16c1bf
|
Bug 419532 – deCOMtaminate nsICaret. r+sr=roc
|
2008-07-16 12:52:01 +02:00 |
|
Michael Ventnor
|
05474ecba8
|
Bug 118308, NS_THEME_TEXTFIELD_CARET implementation (GTK), r+sr=roc
|
2008-06-23 11:50:52 +03:00 |
|
|
|
a27febcb18
|
Bug 335359. Make the caret thicker when it's at a Kanji character. r+sr=mrbkap,a=damon
|
2008-04-22 20:13:55 -07:00 |
|
|
|
2864676da0
|
Bug 420987. The caret size should be specified in CSS pixels and it should be rounded like borders --- rounding down to the nearest device pixel, but not down to zero. r+sr=mrbkap,a=schrep
|
2008-04-14 14:09:23 -07:00 |
|
|
|
c546b87735
|
Bug 420499 - "Caret browsing mode wrongly engaged" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-01 01:35:11 -07:00 |
|
|
|
4c01718945
|
Bug 394473 - "caret/cursor in View Source is invisible since 20070628 {not rendered, seen, can't, cannot, shown, displayed}" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv r+sr=roc a1.9=beltzner]
|
2008-02-26 17:49:46 -08:00 |
|
|
|
750ad2685e
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
|
|
|
ab003c9c6b
|
Fix for bug 387380 (No visible caret when caret browsing). r=smaug, sr=jst, a=dbaron.
|
2007-08-10 06:19:13 -07:00 |
|
sharparrow1@yahoo.com
|
2da748b9c2
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
|
uriber@gmail.com
|
a31f02572b
|
Moved mCaretBidiLevel and its accessors from nsPresShell to nsFrameSelection. Also added sBidiKeyboard as a static service to nsContentUtils. bug=346891 r+sr=roc
|
2006-08-08 05:14:52 +00:00 |
|
mrbkap@gmail.com
|
ee90fb2b77
|
Update the caret position after reflows to avoid turds. bug 334649, r+sr=roc
|
2006-04-28 04:33:41 +00:00 |
|
roc+@cs.cmu.edu
|
3d6bf8748c
|
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
|
60a54b1d58
|
Make the caret paint in the same color as the foreground so it's not always painted black. bug 334635, r+sr=roc
|
2006-04-21 19:13:58 +00:00 |
|
mrbkap@gmail.com
|
bcd931fd57
|
Draw the caret in the normal path of frame painting instead of doing it directly to the current view. bug 287813, r+sr=roc
|
2006-04-17 23:16:46 +00:00 |
|
dbaron@dbaron.org
|
2441f6a36b
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
|
smontagu@smontagu.org
|
406d191d8d
|
Bug 305798: Bidi: After deleting last character of reverse-direction text, arrow keys move caret incorrectly. Patch by Uri Bernstein <uriber@gmail.com, r=smontagu, sr=roc
|
2005-11-16 09:37:01 +00:00 |
|
aaronleventhal@moonset.net
|
46e78f6536
|
Bug 193316. Caret not visible in readonly fields (HTML or XUL). r=mrbkap, sr=smfr
|
2005-10-04 03:14:03 +00:00 |
|
mats.palmgren@bredband.net
|
8c4a658633
|
Caret drawn at incorrect position after typing a single LTR character in a blank RTL input field (or vice versa) while caret is visible. b=307533 r=uriber sr=bzbarsky
|
2005-09-10 11:14:48 +00:00 |
|
mats.palmgren@bredband.net
|
04d2dd9ec7
|
Don't use a Frame pointer to remember where we last painted the caret, instead use Content+offset+hint. b=296464 r=mrbkap sr=roc a=cbeard
|
2005-08-11 03:44:16 +00:00 |
|
bryner@brianryner.com
|
ca100921ee
|
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
|
2005-01-31 23:47:26 +00:00 |
|