uriber%gmail.com
|
8bb8328952
|
Bug 16203: double-click drag should do selection in "word-by-word" mode. r+sr=roc
|
2006-07-12 07:07:36 +00:00 |
martijn.martijn%gmail.com
|
cd1c4aef17
|
Bug 342422 - Using createRange() and then adding that range to the selection with addRange throws exception, r+sr=bzbarsky
|
2006-06-22 19:07:33 +00:00 |
mark%moxienet.com
|
82a9eea34f
|
209989 After Find Again (Ctrl-G/F3), text highlighting color becomes green. Patch (tweak) by Peter Kasting <pkasting@google.com>. r=dbaron
|
2006-06-20 00:30:18 +00:00 |
mark%moxienet.com
|
c2320b3bdf
|
209989 After Find Again (Ctrl-G/F3), text highlighting color becomes green. Patch by Peter Kasting <pkasting@google.com>. r=mconnor sr=dbaron
|
2006-06-17 01:05:26 +00:00 |
mrbkap%gmail.com
|
1b0fb73e2f
|
Avoid a crash in nsAutoScrollTimer by keeping a reference to the content instead of the view. bug 322084, patch by jpl24 <jlurz24@gmail.com>, r+sr=roc
|
2006-06-16 01:54:31 +00:00 |
brettw%gmail.com
|
25540dcbe5
|
Bug 337871 r+sr=roc Screen jumps around with multiple textboxes and spellchecking
|
2006-05-30 21:59:56 +00:00 |
uriber%gmail.com
|
90b450d9d1
|
Adjust the fix for bug 334256 so that it does not affect non-normal selections. bug=338315, r+sr=roc
|
2006-05-22 16:56:44 +00:00 |
uriber%gmail.com
|
94c0e90d85
|
Bug 336590: Caret can not be placed after space at the end of a wrapped line in textarea, using the mouse. r+sr=roc
|
2006-05-11 16:28:01 +00:00 |
darin%meer.net
|
7d3e7d7acd
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
uriber%gmail.com
|
4c67069911
|
Fixed reversed order of parameters for call to nsPrevNextBidiLevels::SetData(). bug=336617 r+sr=roc
|
2006-05-06 12:56:45 +00:00 |
cvshook%sicking.cc
|
36f352636c
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
roc+%cs.cmu.edu
|
031918bc24
|
Bug 336186. Fix use of uninitialized rv. patch by Marc Liddell, r+sr=roc
|
2006-05-03 21:39:55 +00:00 |
bzbarsky%mit.edu
|
e9dc794e8f
|
Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
|
2006-05-01 05:25:52 +00:00 |
mrbkap%gmail.com
|
60b3288089
|
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
|
a3843dbea2
|
Fixing Windows bustage
|
2006-04-26 02:45:18 +00:00 |
roc+%cs.cmu.edu
|
d4d6564919
|
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
|
2006-04-26 02:01:07 +00:00 |
mrbkap%gmail.com
|
a4650e1989
|
Don't cache the result of GetPointFromOffset if it failed, since subsequent queries for that offset will return the bogus offset. bug 334608, r+sr=roc
|
2006-04-24 21:18:44 +00:00 |
uriber%gmail.com
|
ccfa09d4f1
|
Set the hint to HINTRIGHT when setting selection programatically. bug=334256 r+sr=roc
|
2006-04-19 20:21:25 +00:00 |
gavin%gavinsharp.com
|
b2af559787
|
Bug 317269: fix comment, r+sr=roc
|
2006-04-17 22:06:25 +00:00 |
martijn.martijn%gmail.com
|
0af8d302e2
|
Backing out the patch for bug 333136, since it causes regressions
|
2006-04-17 20:56:25 +00:00 |
sharparrow1%yahoo.com
|
08d42136e0
|
Bug 328395: deal with an nsTypedSelection existing after its presentation is destroyed so it doesn't crash. r=bzbarsky, sr=roc
|
2006-04-14 00:28:22 +00:00 |
martijn.martijn%gmail.com
|
1f16a802d5
|
Bug 333136 - scrollSelectionIntoView should try to scroll the complete selection into view, r+sr=roc
|
2006-04-13 15:40:52 +00:00 |
uriber%gmail.com
|
c7ab706687
|
Implemented bidi.edit.caret_movement_style pref, default is "visual, but logical during selection". bug=330175 r=smontagu sr=roc
|
2006-04-08 14:45:48 +00:00 |
uriber%gmail.com
|
e7e462ef26
|
For left/right arrows, don't flip the hint in PeekOffset(); instead figure it afterwards in MoveCaret(). bug=331444 r=smontagu sr=roc
|
2006-03-28 18:33:37 +00:00 |
uriber%gmail.com
|
7471aa589e
|
Bug 331440: Remove eSelectDir from nsSelectionAmount enum, and all references to it. r+sr=roc
|
2006-03-23 18:36:44 +00:00 |
uriber%gmail.com
|
bd1aafafb3
|
Simplified bidi code in GetFrameFromDirection; changed bidi semantics of eDirPrevious, eDirNext. bug=330815 r=smontagu sr=roc
|
2006-03-23 08:30:30 +00:00 |
uriber%gmail.com
|
4c05ba4736
|
In nsTextEditRules::CheckBidiLevelForDeletion(), use nsSelection::GetPrevNextBidiLevels to determine bidi levels. bug=330460 r=smontagu sr=roc
|
2006-03-23 08:20:29 +00:00 |
dbaron%dbaron.org
|
5774d84eac
|
Fix clamping of scrollable area in light of ability to scroll to the left. b=330732 r+sr=roc
|
2006-03-23 00:13:07 +00:00 |
sharparrow1%yahoo.com
|
a92f04468d
|
Bug 329031 - home/end/ctrl+home/ctrl+end offset calculation cleanup. r=uriber, sr=roc.
|
2006-03-13 01:13:25 +00:00 |
uriber%gmail.com
|
3dc4772ea9
|
Bug 328655: Pressing "Home" or "End" on a blank line in a textarea in a bidi page moves the caret to the top of the textarea. r=smontagu sr=roc
|
2006-03-01 19:34:00 +00:00 |
sharparrow1%yahoo.com
|
c85638a9e7
|
Bug 320326: deCOMtaminate GetContentAndOffsetsFromPoint, plus some slight behavior changes. r+sr=roc.
|
2006-02-27 05:57:37 +00:00 |
cbiesinger%web.de
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
dbaron%dbaron.org
|
512a7260de
|
Don't store or use a widget in the delayed caret data; it's not important, and it might have been destroyed. b=307989 r+sr=roc
|
2005-12-16 04:58:33 +00:00 |
roc+%cs.cmu.edu
|
cdc6395d43
|
Bug 316281. Rework GetContentAndOffsetsFromPoint. r=uriber,sr=roc,patch by Eli Friedman
|
2005-12-07 23:08:39 +00:00 |
timeless%mozdev.org
|
b20620f6ab
|
Bug 106386 Correct misspellings in source code
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
|
2005-11-20 22:05:24 +00:00 |
smontagu%smontagu.org
|
cc432849d5
|
Bug 313602: Bidi: Caret appears incorrectly when using up/down arrows to move into a blank line surrounded by reverse-direction text. Patch by Uri Bernstein <uriber@gmail.com, r=smontagu, sr=roc
|
2005-11-16 09:40:52 +00:00 |
smontagu%smontagu.org
|
31ce373202
|
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 |
dbaron%dbaron.org
|
8e1263ab28
|
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
|
2005-11-14 20:09:51 +00:00 |
mats.palmgren%bredband.net
|
6a0603dafe
|
Restore Mac-specific caret movement when there is a selection. b=299417 r=uriber sr=roc
|
2005-10-17 00:51:46 +00:00 |
mozilla.mano%sent.com
|
1c3b08acd8
|
Bug 312620 - Bidi: Caret doesn't move correctly when arrowing where line wraps, if the wrapped line starts with a single reverse-direction character. patch from uriber@gmail.com, r+sr=roc.
|
2005-10-16 23:26:22 +00:00 |
mozilla.mano%sent.com
|
a232038976
|
Bug 308017 - Bidi: up/down-arrow sometimes behave incorrectly after switching keyboard layout. patch from Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc.
|
2005-09-18 14:18:28 +00:00 |
mrbkap%gmail.com
|
3ed4a0b811
|
bug 299622: BiDi: Pressing End in a blank line moves the caret back, to the end of the previous line. Patch by Uri Bernstein <uriber@gmail.com>. r=smontagu sr=roc
|
2005-08-24 17:46:45 +00:00 |
mrbkap%gmail.com
|
24bc2f5eea
|
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 |
bzbarsky%mit.edu
|
692c9e00f2
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
|
2005-08-22 22:24:29 +00:00 |
roc+%cs.cmu.edu
|
65ca570548
|
Bug 305239. Fix regression in text entry. r+sr=roc, patch by Uri Bernstein
|
2005-08-22 01:32:03 +00:00 |
roc+%cs.cmu.edu
|
9764ae7e75
|
Bug 16311. Instead of using geometric scanning to find the ends of lines, just look at the frame hierarchy. patch by uriber, r+sr=roc
|
2005-08-18 17:04:51 +00:00 |
mozilla.mano%sent.com
|
3fb86c3639
|
Bug 301033 - Bidi: Caret placed in wrong position when arrowing over a single reverse-direction character. patch from Uri Bernstein <uriber@gmail.com>, r+sr=roc, a=asa.
|
2005-08-08 07:35:48 +00:00 |
rbs%maths.uq.edu.au
|
4325d752be
|
Avoing crashing due to outdated text pointers by flushing pending reflows before finding out where to scroll the selection, b=252970, r+sr=bzbarsky, a=bsmedberg
|
2005-07-30 02:43:17 +00:00 |
cbiesinger%web.de
|
6abb426d0c
|
254278 assign to |result| in the loop, to terminate at the right place
r+sr=bz a=asa
|
2005-07-14 15:48:11 +00:00 |
jst%mozilla.jstenback.com
|
c4b8dd4f16
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |