smontagu%smontagu.org
0a2168427f
When text is displayed from right to left natively, reverse the coordinates of selection decoration to match. Bug 349352, r=uriber, sr=bz
2006-09-13 08:10:19 +00:00
mats.palmgren%bredband.net
63da0cfd56
Remove an optimisation that prevented views from being reparented in some situations. b=351225 r+sr=roc
2006-09-12 03:47:38 +00:00
uriber%gmail.com
38c1e056e9
Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc
2006-09-11 20:43:01 +00:00
uriber%gmail.com
0fa608ce5e
Backing out bug 300131 until I figure out how to deal with the bustage.
2006-09-11 08:03:28 +00:00
uriber%gmail.com
d869620f7f
Change nsIFrame::PeekOffset back to NS_IMETHOD to fix bustage from bug 300131
2006-09-11 07:44:59 +00:00
uriber%gmail.com
95b377fc13
Refactor nsIFrame::PeekOfset to use iteration instead of recursion, and some related refactoring. bug=300131 r+sr=roc
2006-09-11 06:39:56 +00:00
sayrer%gmail.com
9395f31ee3
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
bzbarsky%mit.edu
f230b8c84b
Update our cached YMosts when our regions are cleared. Bug 351202, r+sr=roc
2006-09-07 03:01:25 +00:00
smontagu%smontagu.org
c54186691c
Make the test for visual order before Arabic shaping more fine-grained. Bug 258099, r=uri, sr=roc
2006-08-30 14:20:46 +00:00
uriber%gmail.com
ca5218736c
Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc
2006-08-30 13:38:16 +00:00
uriber%gmail.com
186084ac05
Use the caret visual position as a base for visual movement, but the logical position as a base for logical movement. bug=350012 r=smontagu sr=roc
2006-08-30 09:26:39 +00:00
bzbarsky%mit.edu
33ea7b8269
When cleaning up anonymous content, let the ESM know; that way if any of it is
...
:hover or :active the state will be updated accordingly. Bug 314346, r+sr=roc
2006-08-29 22:00:26 +00:00
bzbarsky%mit.edu
c36c5046fd
Speed up ClearFloats for cases when we have lots of floats. Bug 349113, r+sr=roc
2006-08-29 21:56:51 +00:00
joshmoz%gmail.com
a8722319b3
use slower idle event timer for plugins that are hidden by tabs. b=336060 r=mento sr=jst
2006-08-29 19:14:53 +00:00
timeless%mozdev.org
97d86b0df2
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
mats.palmgren%bredband.net
31e06677ed
Don't iterate past the beginning line (crash fix). b=350370 r+sr=bzbarsky
2006-08-28 07:30:01 +00:00
mats.palmgren%bredband.net
889bd7963e
Don't overlap scroll frame margin box with float (regression). b=350046 r+sr=roc
2006-08-25 22:55:32 +00:00
bzbarsky%mit.edu
3ff9bf85e8
Remove some unnecessary members and code. Bug 335477, patch by Marc Liddell
...
<marcldl+mozbugs@gmail.com>, r+sr=roc
2006-08-25 16:46:22 +00:00
mats.palmgren%bredband.net
d246a69ba0
Don't steal floats from descendant float containing blocks. b=348887 (patch B) r+sr=roc
2006-08-25 04:17:41 +00:00
smontagu%smontagu.org
c9243fd53d
Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping (hunk missed in original checkin). Bug 280936, r=jshin, sr=rbs
2006-08-24 07:34:29 +00:00
mats.palmgren%bredband.net
fd99ce03ed
1. Make scroll frames non-splittable.
...
2. Make a placeholder splittable only if the out-of-flow is.
3. If a float placeholder is not splittable then place it immediately
instead of failing to reflow it because it can't be split.
b=337419 (Patch B) r+sr=roc
2006-08-24 05:22:16 +00:00
mats.palmgren%bredband.net
197aeb9174
Don't steal floats from descendant float containing blocks. b=348887 r+sr=roc
2006-08-22 03:04:18 +00:00
mats.palmgren%bredband.net
02eaae11b6
Improve error handling in nsCSSFrameConstructor::CreateContinuingFrame() and its callers. b=337419 r+sr=roc
2006-08-22 01:33:46 +00:00
mats.palmgren%bredband.net
ed6210be3f
Leave the placeholder's pointer to the out-of-flow intact because the float cache depends on it later on. b=348688 r=bzbarsky sr=roc
2006-08-17 13:15:26 +00:00
smontagu%smontagu.org
f523dcb211
Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping. Bug 280936, r=jshin, sr=rbs
2006-08-17 09:23:13 +00:00
roc+%cs.cmu.edu
4624c28ff3
Bug 345071. Fix PrepareUnicodeText to handle words in the current textnode that extend past the end of the frame. r=smontagu,sr=rbs
2006-08-16 01:57:06 +00:00
dbaron%dbaron.org
7ff576f023
Use SetMEWToActualWidth when we set the MEW to the actual width. b=331684 r+sr=bzbarsky
2006-08-16 00:20:02 +00:00
uriber%gmail.com
24ef1f7947
In GetPrevNextBidiLevels, treat the "before <br>" case as if we were end-of-line. bug=330461 r=smontagu sr=roc
2006-08-14 11:25:57 +00:00
sayrer%gmail.com
6fa03a1730
Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst
2006-08-12 04:46:43 +00:00
bzbarsky%mit.edu
ce0ea52255
Pseudo-elements are not the root. Bug 334602, r+sr=dbaron
2006-08-12 02:14:39 +00:00
brettw%gmail.com
e15b1129b4
Bug 346729 r+sr=bryner Table cell selection is broken (get multiple copies on paste)
2006-08-10 19:56:43 +00:00
uriber%gmail.com
8982c70f78
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
uriber%gmail.com
1424fdd54a
Attempt to fix bustage from bug 333883.
2006-08-07 11:24:57 +00:00
uriber%gmail.com
97d95c3f78
Refactored nsSelection::GetPrevNextBidiLevels to use GetFrameFromDirection; moved GetFrameFromDirection from nsFrame to nsIFrame and made it nonvirtual. bug=333883 r=smontagu sr=roc
2006-08-07 10:54:56 +00:00
uriber%gmail.com
e1041f44ef
Create bidi embedding only around inline containers (with a specified direction), not around inline replaced elements. bug=169139 r+sr=bzbarsky
2006-08-07 07:40:28 +00:00
masayuki%d-toybox.com
cda341c040
Bug 346417 RTL justify code is wrong in nsTextFrame r=smontagu, sr=roc
2006-08-07 06:27:57 +00:00
mats.palmgren%bredband.net
44482a83ce
Don't propagate the NS_BLOCK_FRAME_HAS_OUTSIDE_BULLET flag from a prev-in-flow. b=337412 r+sr=roc
2006-08-06 03:27:00 +00:00
gavin%gavinsharp.com
0d29551cd2
Bug 338368: fix uninitialized variable used in nsTextFrame::PaintAsciiText, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=roc
2006-08-04 14:29:48 +00:00
Olli.Pettay%helsinki.fi
2c20730cd7
Bug 336592, Fixing mistake in previous patch, PRUint32->PRInt32, r+sr=roc
2006-08-04 07:35:35 +00:00
uriber%gmail.com
8c0e3dd5b7
Handle returning nulls from CheckLineOrder correctly. bug=345616 r=smotagu sr=roc
2006-08-04 05:40:57 +00:00
roc+%cs.cmu.edu
d37535bf42
Bug 346035. Force <stack> children to be full-fledged stacking contexts and put their display items in the Content display list. r+sr=dbaron
2006-08-03 21:39:39 +00:00
uriber%gmail.com
af8d06933c
Check for a null aNode in nsTypedSelection::ContainsNode and return immediately. bug=347036 r=brettw sr=bryner
2006-08-03 19:22:50 +00:00
uriber%gmail.com
cee7609648
Enable PeekOffset to find the visual beginning/end of a line, and use use it for bidi caret positioning. bug=302051 r=smontagu sr=roc
2006-08-03 06:24:11 +00:00
brettw%gmail.com
83c62ff171
Bug 346185 r=uriber sr=bryner fixing one of two misspelled words in a line makes spellcheck underline disappear on both
2006-07-31 18:25:22 +00:00
smontagu%smontagu.org
6330067fc1
Bidi support for alternate text: reorder the text correctly, align text and icon to the right when direction is right-to-left, and create a bidi embedding when the alternate text is displayed inline. Bug 345954, r=uriber, sr=bzbarsky
2006-07-31 07:08:45 +00:00
mats.palmgren%bredband.net
a57c971e9a
Don't make a frame on the overflow line list a sibling to a frame on the principal line list. b=344557 r+sr=roc
2006-07-29 09:38:35 +00:00
martijn.martijn%gmail.com
d22f55b012
Bug 271442 - Flash element behaves weird if inside a floated element with overflow:auto, patch by Graham Sanderson, r+sr=roc
2006-07-28 22:59:05 +00:00
mats.palmgren%bredband.net
a9e4efa770
Removed a bogus assertion. b=345699 r+sr=roc
2006-07-28 09:18:27 +00:00
brettw%gmail.com
fd061c8cbc
Bug 345099 r+sr=bryner Fix includes from main patch on this bug
2006-07-27 21:46:34 +00:00
brettw%gmail.com
7a49e43b77
Fix bustage from bug 345099
2006-07-27 18:39:18 +00:00