cvshook%sicking.cc
|
d3ec0aa5c5
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
|
roc+%cs.cmu.edu
|
24a69fc8fa
|
Bug 330905. nsPageContentFrame::BuildDisplayList needs to call its superclass to get fixed-pos elements to display. r+sr=dbaron
|
2006-05-03 21:44:41 +00:00 |
|
roc+%cs.cmu.edu
|
dd79ad6903
|
Bug 336186. Fix use of uninitialized rv. patch by Marc Liddell, r+sr=roc
|
2006-05-03 21:39:55 +00:00 |
|
aaronleventhal%moonset.net
|
e4210b85b2
|
Bug 336162. Don't fire DOM events from layout. r+sr=bz
|
2006-05-03 17:02:37 +00:00 |
|
uriber%gmail.com
|
9bfd13e9f1
|
When sliding frames to the left to account for trimmed trailing whitespace, update the frame rectangle itself if necessary. bug=333560 r+sr=roc
|
2006-05-03 10:28:58 +00:00 |
|
bzbarsky%mit.edu
|
b1ee2830dd
|
Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
|
2006-05-01 05:25:52 +00:00 |
|
masayuki%d-toybox.com
|
4a98e11533
|
Bug 335474 Crash in [@ nsCSSRendering::DrawDashedSides] r+sr=roc
|
2006-04-28 23:21:01 +00:00 |
|
mrbkap%gmail.com
|
695809a291
|
Update the caret position after reflows to avoid turds. bug 334649, r+sr=roc
|
2006-04-28 04:33:41 +00:00 |
|
bzbarsky%mit.edu
|
0c3706888c
|
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
|
2006-04-27 18:21:11 +00:00 |
|
aaronleventhal%moonset.net
|
fc7797defd
|
Bug 326090. Expose <hr> as ROLE_SEPARATOR. Patch by Ming (Mike) Gao. r=aaronlev, sr=roc
|
2006-04-27 16:23:09 +00:00 |
|
aaronleventhal%moonset.net
|
6077887e84
|
Bug 310921. AccessibleObjectFromPoint wrong when a span ends the previous line within the same block. In fact the next text object after that wasn't even exposed. r=ginn.chen, sr=roc
|
2006-04-27 15:47:22 +00:00 |
|
roc+%cs.cmu.edu
|
d9cf8d8bf8
|
Bug 335140. Set 'force descend into' bit on frames and then leave it set until we're done with the display list ... then we can be sure of descending to frames whose container is not an ancestor of the placeholder. r=mrbkap
|
2006-04-27 02:45:03 +00:00 |
|
bzbarsky%mit.edu
|
e86bd26130
|
Make sure to never read off the end of the buffer in HasTerminalNewline(). Bug
335320, r+sr=roc
|
2006-04-26 15:54:48 +00:00 |
|
roc+%cs.cmu.edu
|
08058623c1
|
Fixing Windows bustage
|
2006-04-26 02:45:18 +00:00 |
|
roc+%cs.cmu.edu
|
aac1b0d44f
|
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 |
|
bzbarsky%mit.edu
|
2c105676af
|
Give HTMLButtonControlFrames their own frame type. Bug 335419, r+sr=dbaron
|
2006-04-25 19:56:45 +00:00 |
|
mrbkap%gmail.com
|
62fd40b6c4
|
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 |
|
leon.sha%sun.com
|
0960e6fd1d
|
Bug 333896
Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
roc: review+
roc: superreview+
|
2006-04-24 05:40:11 +00:00 |
|
uriber%gmail.com
|
3102525091
|
Attempt to fix Tp regression from bug 333769. r+sr=roc
|
2006-04-22 21:02:34 +00:00 |
|
uriber%gmail.com
|
fd64432329
|
When measuring text, make sure nsTextTransformer::GetNextWord looks only at the part of the text content covered by the current frame. bug=333769 r+sr=roc
|
2006-04-22 13:29:50 +00:00 |
|
bzbarsky%mit.edu
|
5c3e8ea185
|
Trim whitespace that comes right before a <br> when trimming whitespace. Bug
132561 relanding, r+sr=dbaron
|
2006-04-21 01:31:35 +00:00 |
|
dbaron%dbaron.org
|
3c1506cc0a
|
Missed review comment. b=302536
|
2006-04-20 21:04:18 +00:00 |
|
dbaron%dbaron.org
|
86f8ddd894
|
Fix crash relating to uninitialized floats in cursor structure, and make imagemap images use the cursor style of the areas when in them (instead of the cursor style from the image) and the cursor style of the image when not in the areas (instead of a hardcoded default). b=302536 r=biesi sr=bzbarsky
|
2006-04-20 21:02:10 +00:00 |
|
bzbarsky%mit.edu
|
6a55aec75e
|
Treat terminal newlines in preformatted text like we treat <br> when inserting
frames into a block. Bug 310087, r+sr=roc
|
2006-04-20 19:00:33 +00:00 |
|
dbaron%dbaron.org
|
1f51a315d0
|
Let the caret go outside of text frames (particularly when whitespace is trimmed). b=235223 r=mrbkap sr=bzbarsky
|
2006-04-20 07:58:22 +00:00 |
|
jwatt%jwatt.org
|
82e9d59379
|
Fixing bug 333733. Could leak attr in nsFrameUtil::Tag::ReadAttrs. r+sr=dbaron@mozilla.com
|
2006-04-20 00:13:34 +00:00 |
|
uriber%gmail.com
|
a11f0e552b
|
Set the hint to HINTRIGHT when setting selection programatically. bug=334256 r+sr=roc
|
2006-04-19 20:21:25 +00:00 |
|
vladimir%pobox.com
|
5d02ec5b40
|
b=333177, update canvas internal interfaces, optimize canvas, and fix some implementation bugs; r=stuart
|
2006-04-18 21:23:15 +00:00 |
|
mrbkap%gmail.com
|
e27b36efcc
|
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 |
|
gavin%gavinsharp.com
|
e93572b185
|
Bug 317269: fix comment, r+sr=roc
|
2006-04-17 22:06:25 +00:00 |
|
martijn.martijn%gmail.com
|
a665b1c4b7
|
Backing out the patch for bug 333136, since it causes regressions
|
2006-04-17 20:56:25 +00:00 |
|
dbaron%dbaron.org
|
7d9906de5d
|
Back out checkins for bug 333829, for now at least.
|
2006-04-17 03:19:22 +00:00 |
|
bzbarsky%mit.edu
|
44d201a532
|
Don't mess with empty float cache lists. Bug 334105, r+sr+branch181=dbaron
|
2006-04-17 01:47:11 +00:00 |
|
dbaron%dbaron.org
|
3292500649
|
Clamp curpos to between its min and max to fix resizing regression. b=333829 Patch from Hideo Saito <saito@densan.co.jp>. r+sr=dbaron
|
2006-04-16 20:05:30 +00:00 |
|
dbaron%dbaron.org
|
6d9da6b006
|
Set curpos after maxpos to fix restoration of horizontal scrollbar in RTL scrolled all the way to the left. b=333829 Patch from Hideo Saito <saito@densan.co.jp>. r+sr=dbaron
|
2006-04-16 06:34:45 +00:00 |
|
sharparrow1%yahoo.com
|
f7dd72b604
|
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
|
96774ce7bc
|
Bug 333136 - scrollSelectionIntoView should try to scroll the complete selection into view, r+sr=roc
|
2006-04-13 15:40:52 +00:00 |
|
sharparrow1%yahoo.com
|
ace92acc3f
|
Bug 333590: fix input field scrolling. r+sr=dbaron
|
2006-04-12 01:55:25 +00:00 |
|
bzbarsky%mit.edu
|
9a725b0dff
|
Make line boxes have the right width when justifying. Bug 309761, r+sr=roc
|
2006-04-12 01:07:01 +00:00 |
|
sharparrow1%yahoo.com
|
43495f2460
|
Bug 332927: missed a file
|
2006-04-11 02:20:24 +00:00 |
|
sharparrow1%yahoo.com
|
3b62c93943
|
Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups)
|
2006-04-11 01:48:48 +00:00 |
|
uriber%gmail.com
|
79453fd0ba
|
Bug 314519: Caret skips blank lines using right-arrow key in some cases of preformatted text. r+sr=roc
|
2006-04-10 06:49:50 +00:00 |
|
roc+%cs.cmu.edu
|
a7f03736a9
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
roc+%cs.cmu.edu
|
6428e72efd
|
Bug 282173. Remove BuildFloatList. r+sr=dbaron
|
2006-04-09 22:56:27 +00:00 |
|
uriber%gmail.com
|
22b463bc6d
|
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 |
|
dbaron%dbaron.org
|
9e499dc761
|
Fix state restoration for RTL cases. b=331607 Patch from Hideo Saito <saito@densan.co.jp>. r+sr=dbaron
|
2006-04-07 19:51:46 +00:00 |
|
uriber%gmail.com
|
be0af2692d
|
Make wordSelectEatSpaceAfter take effect when moving forward relative to the paragraph direction, regardless of the text frame direction. bug=299535 r+sr=roc
|
2006-04-06 08:21:12 +00:00 |
|
dbaron%dbaron.org
|
04b8c33eda
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
|
bzbarsky%mit.edu
|
8a650e0704
|
Make sure to not rely on how scrollframes handle frame offsets (esp. since it's
changed) when positioning fixed-pos frames. Bug 331729, r+sr=roc
|
2006-04-04 22:36:01 +00:00 |
|
pavlov%pavlov.net
|
59b4759574
|
add type info to thebes. bug 332743. r=vlad
|
2006-04-04 21:54:22 +00:00 |
|