dbaron%dbaron.org
847bd485ed
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
2007-05-03 23:11:02 +00:00
bzbarsky%mit.edu
77fb54b5e2
Fix assert to be more correct. Bug 379383, r+sr=dbaron
2007-05-02 20:32:17 +00:00
roc+%cs.cmu.edu
23c362d19c
Bug 372703. Position child views whenever we place an abs-pos child; even if the child hasn't moved, this frame itself might have, so view offsets might have changed. r=eli,sr=dbaron
2007-05-02 00:07:51 +00:00
bzbarsky%mit.edu
b1e55b927c
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
...
GetShellAt(0) to using this API. Bug 378780. API introduction part by me,
r+sr=jst. Mass-changes done by taras using squash, r+sr=me
2007-05-01 22:24:25 +00:00
bzbarsky%mit.edu
88acf3ce4f
Make InitialReflow just post a reflow event instead of doing a synchronous
...
reflow. Bug 378975, r=dbaron and Eli Friedman, sr=dbaron
2007-05-01 17:15:08 +00:00
mats.palmgren%bredband.net
24e870cb3d
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 23:52:44 +00:00
bzbarsky%mit.edu
6c75be2a96
remove debugging code again.
2007-04-30 04:36:03 +00:00
bzbarsky%mit.edu
0bee112428
Put back this test code for one run so I can get data from Tp/Tp2
2007-04-30 03:11:04 +00:00
asqueella%gmail.com
89dfa9a158
bug 375291 - update layout/generic/punct_marks.ccmap to unicode 5.0
...
p=arno. <arno.@no-log.org>
r=smontagu, sr=dbaron
2007-04-27 16:42:22 +00:00
asqueella%gmail.com
0bebdb62cd
Bug 376034 - Possible incorrect coordinate transform in nsImageFrame
...
p=Jeremy Lea <reg@freebsd.org>
r+sr=roc
2007-04-27 14:40:17 +00:00
bzbarsky%mit.edu
bad05fcc81
Back out the test code.
2007-04-27 02:06:50 +00:00
bzbarsky%mit.edu
cf00908c24
Sprinkle null-checks in an attempt to "fix" the orange so I can get answers.
2007-04-27 00:47:34 +00:00
bzbarsky%mit.edu
53c8e25776
Adding some test code for a single tinderbox run so I can see what's going on
...
with Tp2 and such. Will back out after one cycle.
2007-04-26 22:46:05 +00:00
bzbarsky%mit.edu
1fa365d87f
Don't do incremental reflow for now, because tables can't deal. Followup for
...
bug 378480, r+sr=roc
2007-04-26 05:33:34 +00:00
bzbarsky%mit.edu
99a9e5db92
Fix the vertical scrollbar guessing in nsHTMLScrollFrame to do better for an
...
initial reflow if we're doing that initial reflow a ways into the document
load. Bug 378480, r+sr=roc
2007-04-26 02:29:21 +00:00
bzbarsky%mit.edu
1e035bcc77
Resolve the right (parentless) style context for a table as a document root,
...
and fix the assertion when adjusting parent style context frames to not trigger
in non-scrollable documents. Bug 378693, r+sr=roc
2007-04-26 02:26:25 +00:00
benjamin%smedbergs.us
3fb4912f5d
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 14:22:04 +00:00
sayrer%gmail.com
00c013b40f
bug 378383. nsReflowStatus not always initialized in nsBlockFrame::ReflowInlineFrame. r+sr=bzbarsky
2007-04-22 20:57:54 +00:00
bzbarsky%mit.edu
29c79131e7
Fix assertion to be more correct. No bug.
2007-04-21 03:57:40 +00:00
roc+%cs.cmu.edu
91567bbb8f
Bug 368863. Reparent floats properly when placeholders move between inline continuations. r+sr=dbaron
2007-04-21 00:42:58 +00:00
sharparrow1%yahoo.com
b00fed5d90
Bug 378129: Consistently pass the right frame to InvalidateInternal. r+sr=roc.
2007-04-20 23:51:13 +00:00
sayrer%gmail.com
fda804eb1c
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
2007-04-16 15:18:50 +00:00
bzbarsky%mit.edu
02ddb5602d
The parent style context frame determination for an inner table should use the
...
inner table's pseudo, not the outer table's. Bug 377603, r+sr=dbaron
2007-04-16 05:55:42 +00:00
bzbarsky%mit.edu
066427011f
Improve detection of blocks with first-letter style. Bug 372550, r+sr=dbaron
2007-04-16 00:42:54 +00:00
bzbarsky%mit.edu
728ced4b16
Change the way we determine the style context parent frame to skip css anon
...
boxes unless we're determining the style context parent for something that is
itself a css anon box (and is not a non-element frame). Fixes bug 323656
(which is where the patch is), bug 85872, bug 280610. As far as I can tell,
also fixes bug 317876, bug 372376, bug 374297. r+sr=dbaron
2007-04-15 23:14:27 +00:00
uriber%gmail.com
d914ab391b
Test for null parent content, rather than null parent frame, to avoid possible crash in FindBlockFrameOrBR(). bug=370174 r=sharparrow1 sr=roc
2007-04-14 16:34:12 +00:00
roc+%cs.cmu.edu
a0aa6145e9
Not part of the build. Fix new textframe issues with mixed-direction text and textrun reconstruction.
2007-04-13 22:57:54 +00:00
Olli.Pettay%helsinki.fi
d5571e8ebf
Bug 374090, Crash [@ nsGfxScrollFrameInner::GetScrollPortSize] with noframes and setting binding on root element, r+sr=roc
2007-04-13 14:07:40 +00:00
enndeakin%sympatico.ca
9deb47c5ca
Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc
2007-04-12 04:37:41 +00:00
roc+%cs.cmu.edu
401318d313
Bug 370439 (sort of). GetAbsPosClipRect needs to take the new frame size as a parameter, because the current frame size may be invalid when we are called by FinishAndStoreOverflow. r+sr=dbaron
2007-04-11 05:04:10 +00:00
Olli.Pettay%helsinki.fi
dc7cb3a199
Additional patch for bug 369150, r+sr=bz
2007-04-10 19:08:21 +00:00
bzbarsky%mit.edu
7ea9d5da4b
Make sure to update view positions if we move our block around vertically
...
during reflow. Bug 365294, r+sr=dbaron
2007-04-05 22:47:38 +00:00
roc+%cs.cmu.edu
fce17c11c6
Bug 368860. Don't perform out-of-bounds access if we have a bogus empty previous-text-frame. r+sr=dbaron
2007-04-04 02:28:27 +00:00
roc+%cs.cmu.edu
7aa6bb4634
Not part of the build --- update GetPresContext to PresContext in a few not-built places.
2007-04-03 03:56:55 +00:00
bzbarsky%mit.edu
3317e173ce
Make non-blockframe kids of xul not have to end up with a zero height. Bug
...
374038, r+sr=dbaron
2007-04-01 15:15:17 +00:00
bzbarsky%mit.edu
d9f302946b
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch by
...
Taras Glek <tglek@mozilla.com>, rs=roc.
2007-03-30 21:11:47 +00:00
sharparrow1%yahoo.com
a1037fc0fa
Bug 372062: Auto values for right and bottom in CSS clip rect broken. r+sr=roc.
2007-03-29 01:31:26 +00:00
roc+%cs.cmu.edu
2dda45ed64
Not part of the build (well, gfxSkipChars is built but not used): fix bugs in gfxSkipChars, and new textframe fixes for soft hyphens, justification, and caret movement (PeekOffset*) among other things
2007-03-28 23:54:32 +00:00
sharparrow1%yahoo.com
4941cb3ced
Bug 373474: Scrollbar buttons don't get invalidated (i.e. for notification box or resizing). r+sr=roc.
2007-03-28 06:24:40 +00:00
sharparrow1%yahoo.com
48b3b0b811
Bug 373433: views inside absolutely positioned blocks sometimes mispositioned. r+sr=roc.
2007-03-28 06:14:03 +00:00
joshmoz%gmail.com
313da89546
get rid of old backbuffer API and related code. b=371392 r/sr=roc
2007-03-27 06:21:57 +00:00
Olli.Pettay%helsinki.fi
1d8692b361
Bug 369168, r+sr=roc
2007-03-27 05:30:14 +00:00
sharparrow1%yahoo.com
997e179d53
Bug 372037: CSS clip property should clip the overflow rect as well as the paint rect; r+sr=roc.
2007-03-27 03:58:17 +00:00
joshmoz%gmail.com
37919a3119
Implement CoreGraphics NPAPI Drawing Model. NPAPI plugins now have the option to render using CoreGraphics instead of Quickdraw. b=344427 r=sfraser sr=jst
2007-03-27 01:07:58 +00:00
sharparrow1%yahoo.com
9fee19fae8
Bug 375273: minor code cleanup in nsContainerFrame. r+sr=roc
2007-03-26 01:12:49 +00:00
asqueella%gmail.com
957b1deb5f
Bug 374486 - "WARNING: Nonempty list left over?" in visual debugging mode
...
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r+sr=roc
2007-03-25 05:30:59 +00:00
roc+%cs.cmu.edu
0a348967b0
No bug. A variety of fixes to fix various reftest failures. Not Part Of The Build.
2007-03-24 11:07:36 +00:00
mats.palmgren%bredband.net
28df9c2e68
Fix "selection colors are sometimes wrong". b=374765 r+sr=pavlov
2007-03-24 09:21:35 +00:00
Olli.Pettay%helsinki.fi
e3dea8f89e
Bug 375093, Crash [@ nsTypedSelection::ScrollIntoView] when right-clicking paste in input which then gets destroyed oninput, r+sr=dbaron
2007-03-23 17:32:34 +00:00
Olli.Pettay%helsinki.fi
8d55dd8506
backout Bug 369168
2007-03-23 10:03:25 +00:00