bryner%brianryner.com
f8f80dd79b
don't leak all of the pres shells. bug 78510, r=jst/brendan
2005-08-11 03:59:04 +00:00
mats.palmgren%bredband.net
6e51772951
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
roc+%cs.cmu.edu
d187d8344a
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
2005-08-10 20:21:44 +00:00
gavin%gavinsharp.com
05715deda9
Backing out patch for bug 292581, because it caused bug 302804, by author's request
2005-08-10 03:05:43 +00:00
tor%cs.brown.edu
a54f3686ba
Bug 302765 - stop offsets not live. r=scooter, a=asa.
2005-08-09 15:45:34 +00:00
bob%bclary.com
0c20780f4b
make SVG NS_NOTYETIMPLEMENTED messages more meaningful Bug 303501 r=jonathan.watt sr=tor a=asa
2005-08-09 13:53:02 +00:00
dbaron%dbaron.org
89c70be85b
Correct comment that refers to nonexistent type.
2005-08-08 21:38:04 +00:00
neil%parkwaycc.co.uk
f2eacbd2fd
Fix JS exception when menulist has no menuitems b=302120 r=bz sr=roc a=asa
2005-08-08 20:59:16 +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
mozilla.mano%sent.com
9971a2e122
Bug 299842 - BiDi: Recursive caret movement in LTR lines which begin with an RTL word or character. patch from Uri Bernstein <uriber@gmail.com>, r+sr=roc, a=asa.
2005-08-08 07:32:14 +00:00
rbs%maths.uq.edu.au
c2c0e2fca9
Paint the numerator and denominator early so that their background doesn't overwrite the fraction line, b=303486, r+sr=roc, a=asa
2005-08-08 03:20:59 +00:00
timeless%mozdev.org
0f1d90592e
Bug 302356 Crash when drag-scrolling combobox [@ nsIFrame::HasView][@ nsIFrame::GetOffsetTo]
...
r=roc sr=roc a=bsmedberg
2005-08-07 14:35:45 +00:00
bryner%brianryner.com
dcf71c0ed1
Fix fastback regression where IsZombieDocument could return false even if we are in a zombie document. Bug 301804, r=aaronl, sr+a=dbaron
2005-08-05 20:01:52 +00:00
scootermorris%comcast.net
422cc56da5
Bug 295850 -- Set up general GetReferencedFrame routine and use it for ClipPath, Glyph, Gradients, Markers, and Paths.
...
r=tor
2005-08-04 20:32:02 +00:00
rbs%maths.uq.edu.au
59f7223372
Map some attributes to style, b=302722, r+sr=roc, a=bsmedberg
2005-08-02 23:25:22 +00:00
tor%cs.brown.edu
b3adae2c2c
Bug 302699 - remove need for cairo null surface patch. r=vlad, a=caillon
2005-08-02 22:04:57 +00:00
timeless%mozdev.org
45a6c23d9e
Bug 277553 clicking on Textarea with a RTL direction doesnt work
...
patch by uriber@gmail.com r=bz sr=bz a=bsmedberg
2005-08-02 21:55:55 +00:00
roc+%cs.cmu.edu
f3950855a1
Bug 297977. Enable SVG output for surfaces that don't have an SVG renderer (e.g., when configured using cairo with print to Postscript), by printing to an image. Original patch by tor, modifications by roc, r+sr=tor,a=bsmedberg
2005-08-02 20:40:28 +00:00
dbaron%dbaron.org
142df31c2f
Missed file, fixing bustage, b=291725
2005-08-02 20:38:47 +00:00
joshmoz%gmail.com
b16ee5f012
remove unnecessary warning that shows up a lot in mac logs. b=303128 sr=smfr a=bsmedberg
2005-08-02 20:22:45 +00:00
roc+%cs.cmu.edu
bd25334f6b
Bug 295673. Fix up GetActualScrollbarSizes so that padding doesn't confuse it. r+sr=dbaron, a=bsmedberg
2005-08-02 20:19:34 +00:00
dbaron%dbaron.org
756755bd87
Propagate SetBounds to mPreviousViewer so that resizes work correctly during paint suppression, which is especially important for Firefox infobar. b=290991 r=bzbarsky sr=roc a=bsmedberg
2005-08-02 20:19:19 +00:00
roc+%cs.cmu.edu
7ecf76f85f
Bug 189739. During SHRINKWRAP, lines that skip being reflowed need to add their right margin to their mBounds.XMost for the shrink-wrap width computation. Fixes an incremental reflow regression. r+sr=dbaron,a=bsmedberg
2005-08-02 20:17:36 +00:00
dbaron%dbaron.org
f81582d101
Remove check for GECKO_USE_COMPUTED_HEIGHT environment variable. b=196270 r+sr=roc a=bsmedberg
2005-08-02 20:15:27 +00:00
dbaron%dbaron.org
65e63c3002
Prevent background propagation code from trying to operate on pseudo-elements. b=302040 r+sr=roc a=bsmedberg
2005-08-02 20:11:09 +00:00
bzbarsky%mit.edu
4147eb4a44
Make sure to not return a negative containing block height when computing a
...
quirks percentage height containing block. Bug 303005, r+sr=dbaron,
a=bsmedberg
2005-08-02 20:09:49 +00:00
roc+%cs.cmu.edu
c892b58f84
Bug 298893. Collapse the leading and trailing margins of a column set. Makes columns degrade more gracefully.
2005-08-02 20:05:52 +00:00
timeless%mozdev.org
ba694e5c0a
Bug 288789 BiDi - In an RTL textbox, caret moves to wrong position when using arrow keys to move into a line containing LTR text
...
patch by uriber@gmail.com r=smontagu sr=roc a=bsmedberg
2005-08-02 17:19:43 +00:00
masayuki%d-toybox.com
5a4f69b58c
Bug 302959 If the a element in the legend element got focus, the ancestor table width is broken r+sr=dbaron, a=benjamin
2005-08-02 14:58:55 +00:00
bzbarsky%mit.edu
4e764b0c19
Insert child frames that belong at the front of our list after mBullet if we
...
have an inside bullet. Bug 295947, r+sr=dbaron, a=bsmedberg
2005-08-02 14:38:16 +00:00
bzbarsky%mit.edu
d33c3dc12f
Make sure to reset our intrinsic size if we're doing a GetDesiredSize and have
...
no image; this way if we later get an image we'll make sure to reflow. Bug
294718, r+sr=roc, a=bsmedberg
2005-08-02 14:35:32 +00:00
bzbarsky%mit.edu
f3964373a6
Don't carry out the bottom margins of kids if the block's height is affected by
...
min-height or max-height. Bug 295309, r+sr=roc, a=bsmedberg
2005-08-02 14:32:46 +00:00
neil%parkwaycc.co.uk
f36b0b1642
Wallpaper for bug 294183 just to reduce the crashing r+sr=bz a=bsmedberg
2005-08-02 12:00:22 +00:00
allan%beaufour.dk
d34142939b
Support :required and :optional pseudoclasses. Bug 302608, r+sr=bzbarsky, a=mkaply
2005-08-02 08:29:03 +00:00
jst%mozilla.jstenback.com
9700a6e483
Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers
2005-07-30 20:57:07 +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
timeless%mozdev.org
67ed8e8234
Bug 302545 crash w/ --enable-timeline [@ DocumentViewerImpl::LoadComplete]
...
r=bz sr=bz a=asa
2005-07-29 10:09:08 +00:00
roc+%cs.cmu.edu
4a56525aab
Bug 291757. Propagate inline clearance status for lines we reflowed as well as lines we didn't. This ensures that during incremental reflow, we'll reflow lines which have a <br clear=> above them if their clearance is changing. r+sr=dbaron,a=benjamin
2005-07-28 19:50:04 +00:00
gavin%gavinsharp.com
6fa721c26d
Bug 292581: funky selection behaviour 3: event coordinates not being translated at the right time, patch by Eli Friedman <sharparrow1@yahoo.com>, r+sr=bzbarsky, a=bsmedberg
2005-07-28 19:48:01 +00:00
vladimir%pobox.com
943412d837
b=294852, canvas is too easily selected, r=vladimir,a=bsmedberg
2005-07-28 17:20:37 +00:00
aaronleventhal%moonset.net
a7b193f472
Bug 300779. Expose XUL tree selection via accessibility events. r=timeless, sr=roc, a=mkaply
2005-07-28 17:18:28 +00:00
bzbarsky%mit.edu
961ac52c7b
Fix leaks on any page with a <select> by using already_AddRefed instead of a
...
raw addrefed return so that callers can't screw up as easily. Bug 300833,
r+sr=roc, a=bsmedberg
2005-07-28 16:23:22 +00:00
roc+%cs.cmu.edu
bde1c4256e
Bug 299742. Blocks that contain lines with clearance need not reflow those lines if there are no floats in the space manager yet and no lines need to be reflowed otherwise.
2005-07-26 21:35:59 +00:00
roc+%cs.cmu.edu
2c855860d5
Bug 223737. Lines that were pushed below a float should be treated as impacted by the float. r+sr=dbaron,a=bsmedberg
2005-07-26 21:33:28 +00:00
dbaron%dbaron.org
fb27704b81
Improve comments. r=bzbarsky a=comment changes only
2005-07-26 02:28:02 +00:00
mats.palmgren%bredband.net
59d97446b9
(Followup) Fix focus related crashes in Print Preview. b=244128 r+sr=bzbarsky a=benjamin
2005-07-26 00:55:05 +00:00
mats.palmgren%bredband.net
72662c774b
Allow spacebar to scroll in Print Preview. b=158362 r=neil sr=bzbarsky a=benjamin
2005-07-26 00:21:29 +00:00
roc+%cs.cmu.edu
9651c56b94
Bug 301439. Don't update scrollbars when we do first-pass layout of a listbox. r+sr=dbaron,a=bsmedberg
2005-07-25 23:23:53 +00:00
bryner%brianryner.com
c64546a715
Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg.
2005-07-25 22:09:39 +00:00
bzbarsky%mit.edu
c47b50acb9
Adding regression tests.
2005-07-25 20:18:47 +00:00
bzbarsky%mit.edu
83d892d31c
Use the padding-edge as the absolute containing block when the containing block
...
is established by a relatively positioned inline. CSS2.1 is being changed
accordingly. Bug 300816, r+sr=dbaron, a=asa
2005-07-25 20:15:31 +00:00
mats.palmgren%bredband.net
c573f457b3
Don't crash in the document observer methods when the container arg is null. b=301025 r+sr=bzbarsky a=benjamin
2005-07-24 01:21:17 +00:00
mats.palmgren%bredband.net
57b3c45839
Consider height of <OPTGROUP> labels when calculating visible height. b=300474 r+sr=bzbarsky a=benjamin
2005-07-24 01:02:15 +00:00
gavin%gavinsharp.com
85e6e3f506
Bug 298545: border-style: double displayed as solid, patch by gandalf@aviary.pl, r+sr=roc, a=asa
2005-07-22 20:57:36 +00:00
bzbarsky%mit.edu
19c7d38f76
Backing out fix for bug 223737, since it causes severe performance problems
...
when typing at the beginning of long text in a textarea (and in general can
cause us to reflow a lot more lines than we should have to). a=roc
2005-07-21 22:17:34 +00:00
aaronleventhal%moonset.net
06bcbd638e
Bug 300284. Can't shift+tab out of mail compose. r+sr=bzbarsky, a=bsmedberg
2005-07-21 19:27:18 +00:00
roc+%cs.cmu.edu
4ad76500ac
Bug 295527. nsObjectFrame child-size-setting-hack should use the content size, not the border-box size. r+sr=dbaron,a=bsmedberg
2005-07-21 17:40:03 +00:00
mats.palmgren%bredband.net
900fbeaa4b
Prevent having kbd focus inside the content document in Print Preview. b=244128 r=bryner sr=bzbarsky a=asa
2005-07-21 00:15:27 +00:00
timeless%mozdev.org
eb9786546e
Bug 300572 FF11a2 Crash in [@ js_SetSlotThreadSafe] with new Shockwave Flash beta 8.0 b434
...
r=jst sr=jst a=shaver
2005-07-20 12:36:55 +00:00
bmlk%gmx.de
87ef234ab5
Backout the patch for bug 273857. The required behaviour is not defined in the html spec, so we should do what we did for years in strict mode rather than following IE's new strict mode rendering. bug 300734 r/sr=dbaron a=benjamin
2005-07-20 12:03:15 +00:00
masayuki%d-toybox.com
ad52bee497
Bug 217332 When I ask for only pages 1 to 1 to be printed, page 2 prints as well. If the page has IFRAME r+sr=roc, a=benjamin
2005-07-20 08:45:22 +00:00
masayuki%d-toybox.com
02b22c05d0
Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor
2005-07-20 08:40:13 +00:00
timeless%mozdev.org
d528236c73
Bug 269927 Tooltip appears after closing tab (even after switching windows) (and doesn't go away easily)
...
patch by martijn.martijn@gmail.com r=bryner sr=bz a=bsmedberg
2005-07-20 07:15:38 +00:00
roc+%cs.cmu.edu
f41c3cb1f3
Bug 296838. Rework drawWindow a bit so it draws fixed-position elements. r/rs=dbaron,a=asa
2005-07-19 23:24:30 +00:00
roc+%cs.cmu.edu
b234fedd80
Bug 294934. Absolute positioning should be relative to the padding edge, so we need to set the absolute containing block size to the size of the padding-box of any wrapper frame. r+sr=dbaron,a=bsmedberg
2005-07-19 22:06:39 +00:00
roc+%cs.cmu.edu
10da3617fb
Bug 295690. Force reflow of *all* lines in the same space manager as a float that's removed. r+sr=dbaron,a=bsmedberg
2005-07-19 21:58:41 +00:00
bzbarsky%mit.edu
d6b900c80c
Make sure to clear the placeholder map _before_ destroying the frame tree. Bug
...
297850, r+sr=dbaron, a=bsmedberg
2005-07-19 21:09:41 +00:00
timeless%mozdev.org
71f7443d1a
Bug 284889 OOM crash [@nsStyleContext::ApplyStyleFixups]
...
patch by b.jacques@planet.nl r=dbaron sr=dbaron a=bsmedberg
2005-07-19 21:03:04 +00:00
bzbarsky%mit.edu
cf427735f4
Adding regression tests.
2005-07-19 20:58:31 +00:00
bzbarsky%mit.edu
013e0c06e6
Escapes should be allowed to start an id. Bug 299148, r+sr=dbaron, a=bsmedberg
2005-07-19 20:49:34 +00:00
dbaron%dbaron.org
f4c57b0947
Send correct Referer when <base href> is involved. r+sr=bzbarsky a=bsmedberg b=300942
2005-07-19 20:44:49 +00:00
bryner%brianryner.com
59687a2f69
Make sure we unsuppress painting for subframes on fastback. Bug 292890, r+sr=dbaron, a=brendan.
2005-07-19 17:07:40 +00:00
bzbarsky%mit.edu
e3819e0cfd
Move some marquee styles into a scoped binding sheet, and deal better with the
...
fact that the binding is not actually removed when printing. Bug 170341, patch
by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=bzbarsky, a=bsmeberg
2005-07-18 21:15:42 +00:00
mozilla.mano%sent.com
a174691372
Bug 299838 - BiDi: Caret disappears outside the end of lines that end with spaces. patch from Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc, a=bsmedberg.
2005-07-16 19:58:26 +00:00
cbiesinger%web.de
2a128e77b6
check a pref to determine whether CSS background images should block onload
...
(instead of an env var)
bug 299681 patch by Christian Persch <chpe@gnome.org> r+sr=roc a=bsmedberg
2005-07-15 21:19:04 +00:00
masayuki%d-toybox.com
5bb970145a
Bug 148947 [quirks]selecting past underline extends underline r+sr=roc, a=benjamin
2005-07-15 15:07:51 +00:00
aaronleventhal%moonset.net
3c031a60d7
Bug 300642. Fix regression from fastback that broke page loading in screen readers. r+sr=bryner, a=asa
2005-07-15 02:35:19 +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
aaronleventhal%moonset.net
1396cbae99
Bug 290354. Support multiple selection. r=timeless, sr=bryner, a=asa
2005-07-14 14:20:21 +00:00
bzbarsky%mit.edu
ed461f1d77
Make sure to disable scripting in all subframes while in print preview; fixes
...
crashes. Bug 299107, patch by Martijn Wargers <martijn.martijn@gmail.com>,
r+sr=bzbarsky, a=bsmedberg
2005-07-13 19:10:00 +00:00
timeless%mozdev.org
7028a5e748
Bug 138403 text-align:left; for submit Button does not work
...
patch by martijn.martijn@gmail.com r=bz sr=bz a=asa
2005-07-13 18:53:08 +00:00
timeless%mozdev.org
a32dbb0206
Bug 299575 nsDocumentViewer.cpp:1329 unused variable `PRBool updateHistory'
...
patch by b.jacques@planet.nl r=bryner sr=bryner a=bsmedberg
2005-07-13 18:23:27 +00:00
timeless%mozdev.org
e088d38d24
Bug 299560 nsCSSParser.cpp:935 Comparison between signed and unsigned integer expressions
...
patch by b.jacques@planet.nl r=dbaron sr=dbaron a=bsmedberg
2005-07-13 18:16:00 +00:00
timeless%mozdev.org
ce51a92e02
Bug 299184 Should set background-color property for prettyprint
...
patch by martijn.martijn@gmail.com r=sicking sr=roc a=asa
2005-07-11 22:22:47 +00:00
roc+%cs.cmu.edu
e7fe85d510
Bug 291443. Capture the mouse if the user clicks on an item in a showed drop-down list. r+sr=bzbarsky,a=asa
2005-07-10 23:46:56 +00:00
bzbarsky%mit.edu
1410167864
Fix counter numbering when counters are set on the inline in an {ib} split.
...
Bug 296083, r+sr=dbaron, a=asa
2005-07-07 17:12:31 +00:00
bzbarsky%mit.edu
62c5bece49
Don't post or process reflow events after the presshell started destroying.
...
Bug 293651, r+sr=roc
2005-07-07 17:10:40 +00:00
mrbkap%gmail.com
244af1193a
bug 299533: Fix hang when dragging across a select down arrow. r+sr=roc a=chofmann
2005-07-06 05:55:22 +00:00
tor%cs.brown.edu
bd35847326
Bug 298283 - fix overflow property for inner <svg>, implement for
...
<image> and <marker>. r=jwatt, a=asa.
2005-07-02 23:45:33 +00:00
mozilla.mano%sent.com
bb6915b2cf
backing out bug 299371 (c19) patch as it caused bug 299371 (Right arrow in a 'select all' text field doesn't work)
2005-07-01 16:16:00 +00:00
bryner%brianryner.com
8ef8edecb8
Use PresShell::UnsuppressPainting instead of just an invalidate, to make sure the content area receives focus if needed. Bug 295931, r+sr=dbaron, a=brendan.
2005-07-01 07:12:02 +00:00
tor%cs.brown.edu
a0e0f33406
Bug 296626 - handle SVG glyph frames being constructed in invalid
...
context. r=dbaron, sr=roc, a=brendan.
2005-07-01 06:11:07 +00:00
dbaron%dbaron.org
42df54824e
Implement css3 syntax for url() values of cursor with optional hotspot coordinates. b=286303 r=biesi sr=bzbarsky a=asa
2005-07-01 04:29:42 +00:00
timeless%mozdev.org
a8c9bf9272
Bug 262917 r:\mozilla\layout\html\document\src\nsframeframe.cpp(632) : warning C4715: 'ConvertOverflow' : not all control paths return a value
...
r=dbaron sr=dbaron a=bsmedberg
2005-07-01 04:15:46 +00:00
tor%cs.brown.edu
72f3bcf3e9
Bug 299204 - guard against <marker> reference loop. r=jwatt, a=bsmedberg
2005-07-01 01:34:34 +00:00
mrbkap%gmail.com
b4bbc89714
bug 297224: Fix hang trying to move the caret by making sure that we always hit the first and last frames in a line when iterating over that line. r+sr=roc a=bsmedberg
2005-06-30 22:50:15 +00:00
jwatt%jwatt.org
2237359805
Fixing bug 288165. SVG path: marker-start/-end (auto orient): wrong direction. r=tor@acm.org, a=benjamin@smedbergs.us
2005-06-30 21:47:41 +00:00
bryner%brianryner.com
5f1aab2391
Fix crash when using fastback to go to pages that use SVG in an <object> tag, and bulletproof a little bit. Bug 299153, r+sr=dbaron, a=bsmedberg
2005-06-30 20:58:33 +00:00
mats.palmgren%bredband.net
7cfc13b667
Make GetFieldSetAreaFrame() handle a null first child. b=299188 r+sr=dbaron a=benjamin
2005-06-30 20:31:40 +00:00
mozilla.mano%sent.com
ce0f84fd84
Bug 207186 (c19) - Prevent caret from looping around non-default-direction text at the beginning of a textarea. patch from Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc, a=bsmedberg.
2005-06-30 20:29:56 +00:00
jst%mozilla.jstenback.com
415a655735
Fixing bug 298725. Create the right type of elements even when the document is not a HTML document. r+sr=peterv@propagandism.org, a=benjamin@smedbergs.us
2005-06-30 01:30:34 +00:00
jst%mozilla.jstenback.com
588ed2c794
Fixing bug 277434. Make setting element.type on a plugin element (object or embed) set the 'type' attribute as well. r=bugmail@sicking.cc, sr=peterv@propagandism.org, a=benjamin@smedbergs.us
2005-06-30 01:23:12 +00:00
cvshook%sicking.cc
0e9ae70de9
Bug 296764: Move html keybindings to chrome to make sure they work even with js turned off
...
r=bsmedberg sr=jst a=bsmedberg
2005-06-29 22:41:59 +00:00
mozilla.mano%sent.com
2b3765f0e1
Relanding Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg.
2005-06-29 14:20:57 +00:00
roc+%cs.cmu.edu
5c782ff977
Bug 293504. Make MEW/max-width calculations in scrollframes consistent with regular reflow about how we handle the scrollbar width. r+sr=dbaron,a=chofmann
2005-06-29 04:17:21 +00:00
roc+%cs.cmu.edu
afe40e0ab9
Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc
2005-06-29 03:51:44 +00:00
roc+%cs.cmu.edu
3175a3f6e1
Bug 295690. When a float is removed, reflow all lines associated with the space manager, to ensure any lines that used to be impacted are reflowed. r+sr=dbaron,a=benjamin
2005-06-29 03:40:35 +00:00
mats.palmgren%bredband.net
28f7e2de03
Add GetFieldSetAreaFrame() for accessing the area frame child of a fieldset frame. b=294717 r+sr=dbaron a=chofmann
2005-06-28 21:21:03 +00:00
jwatt%jwatt.org
f2d6385f24
Fixing bug 298098. currentScale and currentTranslate should be in viewPort coordinates. r=tor@acm.org a=chofmann@gmail.com
2005-06-28 19:46:47 +00:00
masayuki%d-toybox.com
7b60e19c6c
Bug 298742 intl.properties's "intl.menuitems.alwaysappendaccesskeys" is ignored always r=jst, sr=shaver, a=benjamin
2005-06-28 17:21:21 +00:00
mozilla.mano%sent.com
366079c4a0
Backing out bug 298894
2005-06-28 15:42:22 +00:00
mozilla.mano%sent.com
32f5fc436d
Fix bustage from Bug 298894
2005-06-28 15:22:05 +00:00
mozilla.mano%sent.com
b349221b0f
Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg.
2005-06-28 14:59:43 +00:00
roc+%cs.cmu.edu
a8aa980b85
Bug 296000. Get rid of some unnecessary code. r+sr=roc,a=asa,patch by Martijn Wargers
2005-06-26 22:22:40 +00:00
roc+%cs.cmu.edu
9749d198a9
Bug 298378. Make sure that a style-change reflow on a column set eventually reflows all the descendant frames, even if some of them don't get reflowed on the first pass. r+sr=dbaron,a=asa
2005-06-26 22:15:08 +00:00
neil%parkwaycc.co.uk
dcb7653583
Bug 294862 Fix crash regression for menulist sizetopopup="always" r+sr=roc a=asa
2005-06-25 09:35:05 +00:00
cbiesinger%web.de
4de61d291b
Bug 295047 Want unicode stream readers/writers: Makes nsIUnicharInputStream and
...
nsIConverterInputStream scriptable, and adds nsIUnicharOutputStream and
nsIConverterOutputStream (together with implementations).
r=jshin sr=darin a=chofmann
2005-06-24 19:44:50 +00:00
smfr%smfr.org
51a9606263
Fix camino bug 298111: improve appearance of select and textarea form controls for Cocoa widgets (all inside #idef for Cocoa: only affects Camino). r=pinkerton, sr=me.
2005-06-24 19:32:54 +00:00
roc+%cs.cmu.edu
b943b4e17b
Bug 297669. Don't specially avoid reflowing/printing zero-size subdocuments when printing. Fixes a hang. r+sr=me,a=chofmann,patch by Martijn Wargers
2005-06-24 02:10:58 +00:00
smontagu%smontagu.org
76833c170d
Move the workaround for Windows displaying right-to-left presentation forms as left-to-right into Windows-specific code. Bug 204272, r+sr=rbs, a=chofmann
2005-06-23 08:03:24 +00:00
timeless%mozdev.org
45e4a30d0f
Bug 290182 firefox nightly trunk builds crashes at start with the localized resouces [@ MSVCRT.DLL - nsTextBoxFrame::UpdateAttributes ]
...
be nice to vcrt
r=smontagu sr=dveditz a=dveditz
2005-06-23 08:01:37 +00:00
roc+%cs.cmu.edu
21ec8e4859
Backing out fix for bug 296838 to see how it's hurting Tp
2005-06-23 00:17:45 +00:00
roc+%cs.cmu.edu
7c2d474fa9
Restoring fix for bug 295571
2005-06-22 01:38:49 +00:00
jst%mozilla.jstenback.com
d981693d0d
Fixing bug 284245. Make midas work in an iframe across re-framing of the iframe. r+sr=dbaron@mozilla.org, a=asa@mozilla.org
2005-06-22 01:25:41 +00:00
jwatt%jwatt.org
c63fc078e3
Follow up patch for bug 62485. script type="text/ecmascript" is not recognized. r+a=brendan
2005-06-22 00:50:32 +00:00
roc+%cs.cmu.edu
c73317a666
Backing out fix for bug 295571 to see if that caused Tp hurt
2005-06-21 23:22:33 +00:00
roc+%cs.cmu.edu
67f39e9bdd
Bug 296377. Frames that use -moz-appearance may be transparent even if their background color is set, because the background color is not painted. r+sr=dbaron,a=chofmann
2005-06-21 21:53:10 +00:00
smontagu%smontagu.org
51ee635ed2
Make ComputeWordFragmentDimensions() look at the content data from the next frame instead of this frame. Bug 282760, patch by Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc, a=asa
2005-06-21 09:11:18 +00:00
bmlk%gmx.de
a12211ee7d
fix reflow reason for special height reflow, reevaluate height reflow conditions as tables with fixed layout might have one reflow less bug 293761 r/sr=roc a=asa
2005-06-21 04:50:42 +00:00
roc+%cs.cmu.edu
fdbfe2ab6b
Bug 296838. Allow drawWindow to draw fixed-position elements. rubberstamp r+sr=dbaron,a=chofmann
2005-06-21 04:07:04 +00:00
roc+%cs.cmu.edu
a9a3a68f28
Bug 295571. Make sure we resize the combobox dropdown's view and widget if we reflow the combobox while its dropdown is showing. r+sr=dbaron,a=chofmann
2005-06-21 04:04:12 +00:00
bryner%brianryner.com
66ee1984e4
Make sure to null out the pres context's container when putting the page into session history (bug 297173). r+sr=dbaron, a=brendan.
2005-06-21 02:18:57 +00:00
mats.palmgren%bredband.net
5e77d4ed06
Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa
2005-06-21 00:00:14 +00:00
mats.palmgren%bredband.net
0ecbb26a36
Adjust current index of combobox when options are added or removed. b=286170 r+sr=bzbarsky a=asa
2005-06-20 23:26:35 +00:00
dbaron%dbaron.org
fce96ba877
Zooming way down should not make bullets larger. b=296219 r+sr=roc a=asa
2005-06-20 21:25:41 +00:00
roc+%cs.cmu.edu
68b56bc54b
Bug 186485. The nsLineBox maximum-width includes the block's left border-padding but not the right. r+sr=roc,a=asa,patch by Hideo Saito
2005-06-20 03:42:19 +00:00
roc+%cs.cmu.edu
6a05d2986b
Bug 223737. Always reflow the next line after splitting a frame, even if it's complete. r+sr=roc,a=asa,patch by Hideo Saito
2005-06-20 03:38:45 +00:00
bryner%brianryner.com
80de303a96
null-check mDocument in case firing onload causes it to go away (bug 298022). r=darin, a=asa.
2005-06-17 21:49:01 +00:00
bryner%brianryner.com
9da027cd5f
Protect against handing out a dangling reference to the document viewer while executing the destructor (bug 293403). sr=bzbarsky, a=asa.
2005-06-17 07:01:36 +00:00
roc+%cs.cmu.edu
d3490e4dc7
Bug 296628. Don't crash when traversal is at the root and we try to go up. r+sr=bzbarsky,a=asa
2005-06-17 02:50:15 +00:00
roc+%cs.cmu.edu
5e57c3c681
Bug 296315. Remove unimplemented nsIScrollableView::GetScrollbarVisibility, implement nsDocShell::GetScrollbarVisibiilty to use nsIScrollableFrame::GetActualScrollbarSizes, which actually works. r+sr=bzbarsky,a=asa
2005-06-17 02:48:29 +00:00
roc+%cs.cmu.edu
fe3852bbf0
Bug 297537. Line layout should not set an available-height constraint on the inline frames, because they can't break vertically ... and it certainly shouldn't set the constraint based on the band dimensions. Fixes Gmail rich text toolbar layout issue. r+sr=dbaron,a=asa
2005-06-17 02:46:36 +00:00
roc+%cs.cmu.edu
ff9911cea1
Bug 290428. Don't change listbox selection when the cursor is over the listbox border and we're not capturing the mouse. r+sr=bzbarsky,a=asa
2005-06-17 02:44:31 +00:00
roc+%cs.cmu.edu
bc940b42a3
Bug 292656. 'Fully unconstrained' reflows should only depend on the width being unconstrained, since the dropdown layout doesn't depend on the computed height. r+sr=dbaron,a=asa
2005-06-17 02:42:29 +00:00
timeless%mozdev.org
da35abb0d2
Bug 294823 ASSERTION: max element width exceeded desired width: 'PR_FALSE'
...
patch by bernd r=roc sr=roc a=asa
2005-06-16 18:22:38 +00:00
gandalf%firefox.pl
7ea2c8c3ed
Bug 296169: cannot localize svg.properties (should be in chrome/, not res/); r=bsmedberg,a=asa
2005-06-16 13:49:04 +00:00
peterv%propagandism.org
c8dcb1a2d2
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
2005-06-16 13:10:58 +00:00
roc+%cs.cmu.edu
f38b41dc07
Bug 296337. Always correct the overflow area even if NS_FRAME_OUTSIDE_CHILDREN is set. r+sr=bzbarsky,a=shaver
2005-06-16 02:57:23 +00:00
roc+%cs.cmu.edu
4084e32dcd
Bug 292295. Blocks with clearance are not actually top-margin-roots. Their top margin is still managed by the parent block if there is one. Fixes an Acid2 issue. r+sr=dbaron,a=asa
2005-06-16 02:54:57 +00:00
bryner%brianryner.com
37e80e76f5
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
2005-06-15 23:52:46 +00:00