roc+%cs.cmu.edu
|
8d634a00b5
|
Bug 305239. When drilling down at the start or end of a line, and we find a BR, return the parent element and the offset to the BR element instead of the BR element itself. This is a workaround for some deeper bug but we need a fix now. r+sr=roc, patch by Uri Bernstein
|
2005-08-23 04:20:02 +00:00 |
|
roc+%cs.cmu.edu
|
6377fe1d40
|
Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman
|
2005-08-23 03:57:07 +00:00 |
|
pavlov%pavlov.net
|
82ec4db5bd
|
replace call to nsIRenderingContext::RetrieveCurrentNativeGraphicData with nsIRenderingContext::GetNativeGraphicData
|
2005-08-23 02:59:34 +00:00 |
|
pavlov%pavlov.net
|
9d85e378b2
|
moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc
|
2005-08-23 02:11:54 +00:00 |
|
bzbarsky%mit.edu
|
7c5cfe2f80
|
Remove nsDummyLayoutRequest and use the nsIDocument onload-blocking API
instead. Bug 294114, r=dbaron, sr=jst
|
2005-08-23 01:29:02 +00:00 |
|
bzbarsky%mit.edu
|
0d6a610963
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
|
2005-08-22 22:24:29 +00:00 |
|
mrbkap%gmail.com
|
533e07fb19
|
bug 296335: Setting minWidth and maxWidth on a XUL element doesn't reflow the element. r+sr=bzbarsky
|
2005-08-22 20:35:47 +00:00 |
|
bryner%brianryner.com
|
64f28bc51d
|
follow-up to bug 303725, don't try to get a weak reference to a weak reference. r+sr=dbaron.
|
2005-08-22 19:46:25 +00:00 |
|
bryner%brianryner.com
|
adc0ddf8eb
|
In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst.
|
2005-08-22 18:34:21 +00:00 |
|
roc+%cs.cmu.edu
|
d364135459
|
Fixing bustage
|
2005-08-22 04:45:18 +00:00 |
|
roc+%cs.cmu.edu
|
f6f093252e
|
Bug 189308. Checking in the changes to address dbaron's comments, left out of the orginal checkin.
|
2005-08-22 04:16:38 +00:00 |
|
roc+%cs.cmu.edu
|
142211a0cb
|
Bug 300313. DeCOMtaminate linebreaker/wordbreaker, and access them directly as services rather than through a factory. r+sr=roc, patch by Joshua Welderson (thanks Joshua\!)
|
2005-08-22 03:00:06 +00:00 |
|
bryner%brianryner.com
|
091d8cf9cb
|
Attempting to fix crashes in RetargetEventToParent (bug 303725). Leave a weak container pointer so that events targetted to cached pres shells can be sent up to the parent, and don't crash if this fails. r=aaronl, sr=dbaron.
|
2005-08-22 01:55:34 +00:00 |
|
roc+%cs.cmu.edu
|
91b264f0f4
|
Bug 305239. Fix regression in text entry. r+sr=roc, patch by Uri Bernstein
|
2005-08-22 01:32:03 +00:00 |
|
mats.palmgren%bredband.net
|
decb76621e
|
Erase caret if needed when content is removed. b=304383 r=mrbkap sr=bzbarsky
|
2005-08-22 00:25:20 +00:00 |
|
roc+%cs.cmu.edu
|
752b50340d
|
Fixing build bustage ... variable named 'min' seems to conflict with some macro. r+sr=NOBODY AT ALL\! HAHAHAHA\!
|
2005-08-22 00:22:41 +00:00 |
|
roc+%cs.cmu.edu
|
5f5a889ef5
|
Bug 286491. Recreate the entire IB-split complex if the child of an IB-special frame is recreated, because the structure of the IB split may be changing. r+sr=bzbarsky
|
2005-08-21 23:56:40 +00:00 |
|
roc+%cs.cmu.edu
|
55d745e0bb
|
Bug 189308. Fire onscroll for all kinds of scrollling, and consolidate multiple scrolls into one event, and delay firing the event until we've returned to our PLevent loop. r+sr=dbaron
|
2005-08-21 23:37:13 +00:00 |
|
roc+%cs.cmu.edu
|
3621391cc9
|
Bug 295767. Simplify and thoroughly analyze previous-margin-dirty determination. r+sr=dbaron
|
2005-08-21 23:18:11 +00:00 |
|
bzbarsky%mit.edu
|
482bc40078
|
Document interaction of nsIStyleSheetService with ua.css and user*.css. Bug
305026, r+sr=dbaron
|
2005-08-20 01:24:00 +00:00 |
|
timeless%mozdev.org
|
c5c30836b6
|
Bug 305041 shutdown crash [@ nsAttrValue::ToString] nsAttrValue::sEnumTableArray is null
r=bz sr=bz
|
2005-08-19 23:40:42 +00:00 |
|
bzbarsky%mit.edu
|
f4c380c572
|
Allow passing a cached nsIContentPolicy service pointer to
NS_CheckContent*Policy if the caller has one. Bug 304845, r=biesi, sr=jst
|
2005-08-19 15:00:01 +00:00 |
|
roc+%cs.cmu.edu
|
889049f5f4
|
Backing out fix for bug 130078 because of performance regressions.
|
2005-08-18 19:44:55 +00:00 |
|
roc+%cs.cmu.edu
|
1da9d9ae96
|
Bug 130078. Integrate all view managers in a given top-level window into a single view manager tree. r+sr=dbaron
|
2005-08-18 17:14:29 +00:00 |
|
roc+%cs.cmu.edu
|
971dd68989
|
Bug 32807. Make triple-click select paragraphs, not lines. Patch by uriber, r+sr=roc
|
2005-08-18 17:09:16 +00:00 |
|
roc+%cs.cmu.edu
|
624a9d18f5
|
Bug 16311. Instead of using geometric scanning to find the ends of lines, just look at the frame hierarchy. patch by uriber, r+sr=roc
|
2005-08-18 17:04:51 +00:00 |
|
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 |
|