cbiesinger%web.de
|
cb16b20c58
|
bug 288042 make the cairo svg renderer work with xlib and qt
r=tor
|
2005-08-18 12:31:30 +00:00 |
aaronleventhal%moonset.net
|
0ada7ea5e9
|
Bug 303404. Crash when hitting escape in context menu for a menu item. r=dbaron, sr=neil
|
2005-08-17 02:03:45 +00:00 |
bzbarsky%mit.edu
|
8e208eced1
|
Make frames know whether they're leaves or not from the frame construction
point of view; use this in the frame constructor. Bug 265367, r+sr=dbaron
|
2005-08-16 22:52:48 +00:00 |
roc+%cs.cmu.edu
|
db60f88daf
|
Bug 291058. Update nsSVGForeignObject to use push/pop translation. r+sr=roc, patch by Hans-Andreas Engel
|
2005-08-16 22:06:17 +00:00 |
roc+%cs.cmu.edu
|
1928c9208a
|
Bug 289377, cleanup nsCSSFrameConstructor a tad. r+sr=bzbarsky
|
2005-08-16 21:35:58 +00:00 |
bzbarsky%mit.edu
|
3d3c6b6621
|
Replace warning with assert, since this should now never happen. Bug 297850,
r+sr=dbaron
|
2005-08-16 14:39:08 +00:00 |
mozilla.mano%sent.com
|
53cbfe48e6
|
Bug 299239 - BiDi: Caret is stuck when reaching a single LTR character in RTL text. patch from Eyal Rozenberg <eyalroz@technion.ac.il>. r+sr=roc
|
2005-08-16 14:19:59 +00:00 |
gavin%gavinsharp.com
|
9e2e6cc931
|
Bustage fix #1, remnant from another patch
|
2005-08-16 12:42:34 +00:00 |
gavin%gavinsharp.com
|
6655b13eac
|
Bug 301313 : Remove mPresContext in /layout/forms/, patch by Andreas Lange <mozilla@lange.cx>, r+sr=roc
|
2005-08-16 12:20:58 +00:00 |
bzbarsky%mit.edu
|
3fa5baafd7
|
Don't invalidate the whole imagemap on unrelated attribute changes in the
subtree. Bug 304753, r+sr=jst
|
2005-08-16 04:47:36 +00:00 |
bzbarsky%mit.edu
|
b7174e1eab
|
Improve error reporting on unknown function pseudo-classes. Bug 261073, r+sr=dbaron
|
2005-08-16 01:46:04 +00:00 |
bsmedberg%covad.net
|
f0d2e05a7e
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |
mrbkap%gmail.com
|
2b7c7bca7a
|
bug 303267: Store the entire inner window in the window state holder instead of copying properties and restoring them. This fixes going back and forth with the bfcache on when the page gone to has javascript in it. r=jst sr=bryner
|
2005-08-15 18:16:42 +00:00 |
steffen.wilberg%web.de
|
8f0dcbee49
|
Bug 222654: global/scrollbars.css for native scrollbars different on Mac (many Firefox themes break scrollbars on Mac). Use nativescrollbars.css and xulscrollbars.css and ship both files on all platforms. r=neil, kevin, sr=bz
|
2005-08-14 16:23:37 +00:00 |
cbiesinger%web.de
|
26a83fee9a
|
bug 292998
- move textZoom storage to the prescontext from the documentviewer
- copy the textZoom between document viewers for fastback
r=bryner sr=dbaron
|
2005-08-13 11:54:22 +00:00 |
mrbkap%gmail.com
|
c5688dfef2
|
Backing out changes for bug 303267 until the perf hits on the Seamonkey tinderbox can be explained.
|
2005-08-13 03:54:29 +00:00 |
mrbkap%gmail.com
|
59fbced3fe
|
bug 303267: Store the entire inner window object on the history entry instead of copying/restoring JS properties. r=bryner sr=jst. This patch also fixes bugs 304284 and 304078.
|
2005-08-13 00:53:39 +00:00 |
jst%mozilla.jstenback.com
|
e23ea875f3
|
Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org
|
2005-08-12 04:11:00 +00:00 |
bsmedberg%covad.net
|
8992fb4c7d
|
Backout bug 299992 - too much odd platform-specific bustage
|
2005-08-11 22:07:08 +00:00 |
bsmedberg%covad.net
|
e9c48557e9
|
Bug 299992, the part before the actual work: move pldhash and the templatized hashtables into the glue (and drop the minor dependencies on NSPR), and centralize our various in-tree nsINIParser classes into the glue (does not affect the ones used for the various installers) r=brendan/darin a=chase/cbeard
|
2005-08-11 20:40:53 +00:00 |
bryner%brianryner.com
|
b2e4656151
|
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
|
b3f31d48d4
|
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
|
c3ea09b7b0
|
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
|
734507bb0f
|
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
|
43d4bf048f
|
Bug 302765 - stop offsets not live. r=scooter, a=asa.
|
2005-08-09 15:45:34 +00:00 |
bob%bclary.com
|
be358fcae1
|
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
|
9d9d0cfe3c
|
Correct comment that refers to nonexistent type.
|
2005-08-08 21:38:04 +00:00 |
neil%parkwaycc.co.uk
|
0df3ca16ac
|
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
|
af46c469dd
|
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
|
aeb94bbfb7
|
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
|
3554a3756a
|
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
|
52a2f797f2
|
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
|
d2d90df8ec
|
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
|
9696ed8972
|
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
|
cd36853037
|
Map some attributes to style, b=302722, r+sr=roc, a=bsmedberg
|
2005-08-02 23:25:22 +00:00 |
tor%cs.brown.edu
|
8e4a117a45
|
Bug 302699 - remove need for cairo null surface patch. r=vlad, a=caillon
|
2005-08-02 22:04:57 +00:00 |
timeless%mozdev.org
|
b4d01d069d
|
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
|
4c4e3b7839
|
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
|
a653aa09b6
|
Missed file, fixing bustage, b=291725
|
2005-08-02 20:38:47 +00:00 |
joshmoz%gmail.com
|
5ad7b1631f
|
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
|
4c73e358ea
|
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
|
6699b9a74c
|
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
|
7bf0c43eb4
|
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
|
8271626e99
|
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
|
477583ba8f
|
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
|
dbbb9a9b91
|
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
|
0984b1ecc0
|
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
|
4b48453e7b
|
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
|
837ea2a4d2
|
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
|
8d0ee4ef46
|
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 |