Граф коммитов

19099 Коммитов

Автор SHA1 Сообщение Дата
gavin%gavinsharp.com ac94b5a06b Bug 311400: fix tree selection crash, patch by Shane Caraveo <shanec@ActiveState.com>, r=bryner/Jan.Varga 2006-09-24 15:16:31 +00:00
flamingice%sourmilk.net 23aaf31940 Bug 351575, Dereference before null check in |nsTypedSelection::GetRangesForInterval|, patch by Adam Guthrie <ispiked@gmail.com>, r=brettw, sr=bryner 2006-09-24 06:04:00 +00:00
flamingice%sourmilk.net 6f1eeb7527 Bug 353385, Fix warning in nsTreeBoxObject.cpp, r+sr=neil 2006-09-24 05:45:19 +00:00
timeless%mozdev.org cc9897a848 Bug 352043 deadcode in nsBoxObject::GetOffsetRect
r=bz sr=neil
2006-09-22 07:27:49 +00:00
roc+%cs.cmu.edu ae80e3d181 Bug 312963. Apply aTryPull to pulls of inline frames as well as lines. r+sr=dbaron 2006-09-22 02:04:56 +00:00
roc+%cs.cmu.edu 516ce211dd Bug 241796. Fix comments and handle OOM in SetProperty. Followup to the real fix. r+sr=bzbarsky 2006-09-22 01:56:04 +00:00
roc+%cs.cmu.edu 32912b4dfa Bug 350137. Don't forget to apply BR-clearance when the BR is on the last line of a block. r+sr=dbaron 2006-09-22 01:53:13 +00:00
enndeakin%sympatico.ca 0f33a26960 Bug 353227, hopefully fix crash and release DOM storage manager, r+sr=jst 2006-09-21 13:55:27 +00:00
bmlk%gmx.de 56f7eba7ce mark for all reflows the rowgroup as incomplete if there are still nextinflows bug 347367 r/sr=roc 2006-09-21 09:55:07 +00:00
gavin%gavinsharp.com 2156c6d99b Bug 353410: useless null check in nsPrintEngine::SetupToPrintContent, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=roc 2006-09-20 18:26:15 +00:00
bzbarsky%mit.edu eb996179db When painting backgrounds, don't loop over all rows. Just do the ones that
might intersect the dirty rect.  Use the row cursor to optimize this.  Bug
353455, r+sr=roc
2006-09-20 16:42:13 +00:00
timeless%mozdev.org b17f13e009 Bug 345982 Object - DOM Node does not update when changing values of a node's attributes
patch by sylvain.pasche@gmail.com r=timeless sr=neil
2006-09-20 15:35:52 +00:00
longsonr%gmail.com 039418d9b9 Bug 353276 - path with 0 stroke-width does not display fill. r+sr=tor 2006-09-20 12:42:23 +00:00
longsonr%gmail.com a65929a5d1 Bug 349879 - nsSVGGlyphFrame.cpp code consolidation. r=tor, sr=roc 2006-09-20 09:26:59 +00:00
roc+%cs.cmu.edu 60bc945af8 Update nsIFrame IID 2006-09-19 23:54:28 +00:00
roc+%cs.cmu.edu 1710fb769b Bug 350148. Improve scrolling of large documents generally by only searching descendants of the moving frame for position-varying graphics when we know we've actually painted position-varying graphics in this prescontext. r+sr=dbaron 2006-09-19 22:05:33 +00:00
roc+%cs.cmu.edu 8339688ad2 Bug 350148. Fix scrolling in IFRAMEs with borders or outlines, by having OptimizeVisibility take account of the fact that borders or outlines whose inner rectangle entirely encloses the visible area are not, in fact, visible. r+sr=dbaron 2006-09-19 21:58:52 +00:00
roc+%cs.cmu.edu cef42d026c Bug 350148. Fix gmail scrolling speed by not creating nsDisplayBorder items for zero-width borders. r+sr=dbaron 2006-09-19 21:46:01 +00:00
roc+%cs.cmu.edu c5f6e4e0b1 Bug 241796. Use a row cursor to speed up painting and event handling in large tables, similar to what we do for large blocks already. r+sr=bzbarsky 2006-09-19 21:39:33 +00:00
roc+%cs.cmu.edu 383028dfd0 Bug 351268. Remove nsIFrame::AdjustFrameSize, it's unused. r=smontagu,sr=rbs 2006-09-19 21:04:06 +00:00
roc+%cs.cmu.edu b625dcc429 Bug 349477. Generalize handling of non-inline frames in inline contexts so they all make pseudo-stacking-contexts. r+sr=dbaron 2006-09-19 20:58:36 +00:00
aaronleventhal%moonset.net bcb5fcb2c0 Bug 349519. Crash and incorrect results for getOffsetAtPoint. r=ginn.chen, sr=roc 2006-09-19 17:29:10 +00:00
tor%cs.brown.edu 5542384be0 Bug 351798 - path mouseover fires outside svg. r+sr=roc 2006-09-19 16:35:29 +00:00
timeless%mozdev.org 1e256fb19b Bug 352523 Warning: String literal converted to char* in formal argument aAttr in call to nsFrameUtil::Tag::GetAttr(char*).
r=roc sr=roc
2006-09-19 06:41:07 +00:00
rbs%maths.uq.edu.au 218c696ae2 Dynamic changes to MathML table attributes don't work, b=347496, r+sr=roc 2006-09-19 04:43:14 +00:00
bzbarsky%mit.edu feea3a45cc Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc 2006-09-19 04:26:20 +00:00
bzbarsky%mit.edu d2bf3432ae If we have to do a second pass because we found clearance on the first pass,
invalidate the entire area we're being moved to.  Otherwise invalidates from
the first pass will be lost.  Bug 352417, r+sr=roc
2006-09-19 00:15:15 +00:00
Olli.Pettay%helsinki.fi 4b1c4393e9 Bug 349931, crashes during drag-and-drop, r+sr=roc 2006-09-18 08:47:06 +00:00
db48x%yahoo.com e1bce0236e bug 351744: Memory leak in |inFileSearch::SetFilenameCriteria| (inFileSearch.cpp)
r=timeless, sr=biesi
2006-09-17 17:11:08 +00:00
timeless%mozdev.org 610243d09d Bug 351688 nsCSSFrameConstructor::ContentRemoved has a hopefully useless DEBUG oversafe null check of parentFrame
r=mats.palmgren sr=bz
2006-09-16 23:01:12 +00:00
peterv%propagandism.org 88c9a50cca Fix for bug 351823 (Consider copying more properties when changing ownerDocument). r/sr=bz. 2006-09-16 17:15:38 +00:00
enndeakin%sympatico.ca e9212da0b0 Bug 352704, clear DOM storage when clearing cookies, r=mconnor,jst, sr=dveditz 2006-09-15 21:28:48 +00:00
cvshook%sicking.cc f127c27191 fix bustage 2006-09-15 20:13:01 +00:00
cvshook%sicking.cc 9241f85443 Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst 2006-09-15 19:54:45 +00:00
neil%parkwaycc.co.uk 0696d9668a Limit translucent popups to chrome docshells b=70798 r+sr=bz 2006-09-14 23:03:40 +00:00
bzbarsky%mit.edu b7a3c71cc9 Remove the business about not knowing our collapsed state at first. We do know
it, and we're collapsed.  Bug 352394, r=mats, sr=roc
2006-09-14 00:54:44 +00:00
bzbarsky%mit.edu 855ac3bf2e Allow generated content (:before/:after) for fieldsets. Bug 339289, r+sr=dbaron 2006-09-14 00:51:16 +00:00
Olli.Pettay%helsinki.fi 1258b8cec1 Additional patch for Bug 348304, use nsWeakFrame, not nsIContent, r+sr=dbaron 2006-09-13 19:15:08 +00:00
smontagu%smontagu.org 0a2168427f When text is displayed from right to left natively, reverse the coordinates of selection decoration to match. Bug 349352, r=uriber, sr=bz 2006-09-13 08:10:19 +00:00
dbaron%dbaron.org 7bd45c49a1 Simpler fix for bugs 307809 and 314502. b=352449 r+sr=bzbarsky 2006-09-13 06:53:15 +00:00
bzbarsky%mit.edu 7f3a28046d Fix leak in nsSVGUtils::GetCoordContextProvider. Bug 352295, r=tor, sr=roc 2006-09-12 18:37:05 +00:00
Olli.Pettay%helsinki.fi bfcbe65fbe Additional patch for Bug 348304 to fix Bug 351909 r+sr=bz 2006-09-12 07:27:38 +00:00
bzbarsky%mit.edu 5c5673fe67 Coalesce native theme change notifications to deal with the dozens of them we
get when the GTK theme changes.  Bug 352096, r+sr=roc
2006-09-12 04:36:03 +00:00
mats.palmgren%bredband.net 63da0cfd56 Remove an optimisation that prevented views from being reparented in some situations. b=351225 r+sr=roc 2006-09-12 03:47:38 +00:00
mats.palmgren%bredband.net 6b4972181b Limit -moz-column-count to 1000 to avoid "hang" for insanely large numbers. b=345583 r+sr=roc 2006-09-12 00:37:23 +00:00
uriber%gmail.com 38c1e056e9 Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc 2006-09-11 20:43:01 +00:00
bmlk%gmx.de 3640d5a918 enable old assert (from 2001) to catch cellmap errors, fix one erroneus caller bug 351691 r/sr=bzbarsky 2006-09-11 18:27:35 +00:00
bmlk%gmx.de 06d5ebe18c recover more gracefully from a error condition where cells are inserted into the cellmap after the last column bug 351328 r/sr=bzbarsky 2006-09-11 18:18:08 +00:00
bmlk%gmx.de fc928f9cd2 use table display type for decision about the documentElement only if the frame creation is not tag based bug 340945 r/sr=bzbarsky 2006-09-11 18:09:16 +00:00
tor%cs.brown.edu 5f9199a263 Bug 350059 Allow cairo.h usage in nsSVGUtils.h. r+sr=roc 2006-09-11 15:26:19 +00:00
tor%cs.brown.edu d00e0ed9e8 Bug 351738 - remove nsISVGRendererSurface usage from nsSVGImageFrame.
r+sr=roc
2006-09-11 15:16:43 +00:00
uriber%gmail.com 0fa608ce5e Backing out bug 300131 until I figure out how to deal with the bustage. 2006-09-11 08:03:28 +00:00
uriber%gmail.com d869620f7f Change nsIFrame::PeekOffset back to NS_IMETHOD to fix bustage from bug 300131 2006-09-11 07:44:59 +00:00
uriber%gmail.com 95b377fc13 Refactor nsIFrame::PeekOfset to use iteration instead of recursion, and some related refactoring. bug=300131 r+sr=roc 2006-09-11 06:39:56 +00:00
bzbarsky%mit.edu 1a03ce4f8a Comment change to point to the bug that covers the issue 2006-09-10 23:23:31 +00:00
neil%parkwaycc.co.uk d54bafff3f Make -moz-appearance count as opaque (also hides cairo bug) b=351716 r+sr=roc 2006-09-10 23:15:20 +00:00
bmlk%gmx.de 787acea91d remove debug cruft (MOZ_LAYOUTDEBUG) and say that printing is finished once the regression dump is done bug 339500 r=sharparrow1 sr=dbaron 2006-09-09 05:06:04 +00:00
bmlk%gmx.de 3b2bf8ecb8 remove debug cruft (MOZ_LAYOUTDEBUG) and say that printing is finished once the regression dump is done bug 339500 r=sharparrow1 sr=dbaron 2006-09-09 04:52:57 +00:00
cbiesinger%web.de a0791fb0bb backing out patch for Bug 349879 since it turned creature red 2006-09-09 03:57:03 +00:00
longsonr%gmail.com cadc9b51db Bug 349879 - nsSVGGlyphFrame.cpp code consolidation. r=tor, sr=roc 2006-09-08 14:31:29 +00:00
longsonr%gmail.com c56c77c39d Bug 351570 - improve nsSVGPatternFrame encapsulation. r=tor, sr=bzbarsky 2006-09-08 13:54:05 +00:00
longsonr%gmail.com f25097377f Bug 351384 - improve nsSVGGradientFrame encapsulation. r=tor, sr=bzbarsky 2006-09-08 13:19:47 +00:00
longsonr%gmail.com 28dcfe891e Bug 351297 - textPath elements must have text element parents r=tor,sr=roc 2006-09-08 12:27:27 +00:00
rbs%maths.uq.edu.au 8ded00e282 MathML: stretchy attribute not working in some situations, b=320303, r+sr=roc 2006-09-08 07:32:45 +00:00
sayrer%gmail.com 9395f31ee3 bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron 2006-09-08 04:35:17 +00:00
Olli.Pettay%helsinki.fi dcf9d82cc6 Additional patch for bug 348304, fixes bug bug 351318, r+sr=dbaron 2006-09-07 09:17:52 +00:00
rbs%maths.uq.edu.au be1c63d3ec fix bustage on balsa 2006-09-07 09:01:18 +00:00
Olli.Pettay%helsinki.fi 23e9b4b3b4 Additional patch for bug 348304, fixes bug 351323, r+sr=dbaron 2006-09-07 08:59:49 +00:00
neil%parkwaycc.co.uk 0eff12bbc6 Bug 70798 Ability to have transparent background on <popup>s r+sr=roc 2006-09-07 08:50:43 +00:00
rbs%maths.uq.edu.au de61177a24 Consolidation of some mtable/matrix related attributes that affect the style, and make them responsive to dynamic changes via JavaScript, b=179619, r+sr=roc 2006-09-07 03:45:45 +00:00
bzbarsky%mit.edu f230b8c84b Update our cached YMosts when our regions are cleared. Bug 351202, r+sr=roc 2006-09-07 03:01:25 +00:00
dbaron%dbaron.org 0efab2d31f Check in XUL framework for acceptance tests with HTML reference renderings. Not part of build. b=344591 2006-09-05 21:50:54 +00:00
rbs%maths.uq.edu.au 1e16edc901 Reposition HasAttributeDependentStyle() to follow AttributeChanged() to give a chance to the latter to do something that gets picked up by the former, b=350002, r=bzbarsky, sr=dbaron 2006-09-03 22:49:33 +00:00
Olli.Pettay%helsinki.fi 4364552a81 Bug 348304, @nsMenuFrame::HandleEvent, r=enndeakin, sr=dbaron 2006-09-03 20:25:58 +00:00
Olli.Pettay%helsinki.fi 64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
bmlk%gmx.de 9fa638f000 make sure the nextinflow will be pushed bug 347367 r/sr=roc 2006-09-02 09:14:02 +00:00
bmlk%gmx.de b6cec66d11 compute the BC information only if there are cells bug 350906 r/sr=bzbarsky 2006-09-02 08:48:39 +00:00
bmlk%gmx.de ccfb295963 expand zerospans before one tries to mark them as dead cells bug 350524 r/sr=bzbarsky 2006-09-02 08:33:52 +00:00
flamingice%sourmilk.net c8ea44c3ea Bug 332797, Erroneous tree.columns[0] undefined property warning, patch by Andrew Miller <ak.miller@auckland.ac.nz>, r=enndeakin, sr=jst 2006-09-01 05:09:54 +00:00
Olli.Pettay%helsinki.fi a42613e4f6 Bug 350846, Combine NS_***_LOAD events, r+sr=jst 2006-08-31 19:33:01 +00:00
longsonr%gmail.com c649d543a5 Bug 350581 - Remove nsSVGCairoGlyphGeometry.h. r+sr=tor 2006-08-31 12:29:29 +00:00
bzbarsky%mit.edu 9a35cacece Fix crash bug 349398, r+sr=sicking 2006-08-31 03:22:36 +00:00
bzbarsky%mit.edu 7fc60a8e53 Just make all document mutation observers get notified through the binding
manager, to resolve issues with them depending on insertion points.  Bug 348573
follow, r+sr=sicking
2006-08-31 03:17:45 +00:00
bzbarsky%mit.edu 9a8f99c3bb Put back the isReplaced setting that should not have gone away. Bug 349921,
caught by dbaron.
2006-08-30 20:41:00 +00:00
tor%cs.brown.edu ebe9831255 Bug 347437 - Marker elements sometimes point backwards.
Patch by amenzie@us.ibm.com, r=tor, sr=bz
2006-08-30 20:29:45 +00:00
bzbarsky%mit.edu f5928e255b The right bustage fix. Still bug 349921 2006-08-30 18:43:41 +00:00
tor%cs.brown.edu 97a226473c Bug 348296 - stop exponential amount of wasted work for nested svg
without a viewBox specified.  r+sr=roc
2006-08-30 18:38:10 +00:00
bzbarsky%mit.edu 432b5c8cce Fix build bustage for --disable-xul. Bug 349921 2006-08-30 18:04:27 +00:00
smontagu%smontagu.org c54186691c Make the test for visual order before Arabic shaping more fine-grained. Bug 258099, r=uri, sr=roc 2006-08-30 14:20:46 +00:00
uriber%gmail.com ca5218736c Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
uriber%gmail.com 186084ac05 Use the caret visual position as a base for visual movement, but the logical position as a base for logical movement. bug=350012 r=smontagu sr=roc 2006-08-30 09:26:39 +00:00
bzbarsky%mit.edu d50efed99e Fix build bustage. Bug 349921 2006-08-29 23:19:06 +00:00
bzbarsky%mit.edu 724ccdb167 Make popups that are kids of the root popup set have it as their parent;
generally make them more like other out-of-flows.  Remove various code that
worked around them being different.  Bug 349921, r+sr=roc
2006-08-29 22:20:41 +00:00
bzbarsky%mit.edu 33ea7b8269 When cleaning up anonymous content, let the ESM know; that way if any of it is
:hover or :active the state will be updated accordingly.  Bug 314346, r+sr=roc
2006-08-29 22:00:26 +00:00
bzbarsky%mit.edu c36c5046fd Speed up ClearFloats for cases when we have lots of floats. Bug 349113, r+sr=roc 2006-08-29 21:56:51 +00:00
joshmoz%gmail.com a8722319b3 use slower idle event timer for plugins that are hidden by tabs. b=336060 r=mento sr=jst 2006-08-29 19:14:53 +00:00
rbs%maths.uq.edu.au cf5252eb5e MathML <mtable>s sometimes have incorrect scriptlevel, b=328141, r+sr=roc 2006-08-29 17:21:36 +00:00
timeless%mozdev.org 97d86b0df2 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
bmlk%gmx.de 6fa9482b95 mark the whole table ofr bc recomputation if the rowgroups change bug 347796 r/sr=bzbarsky 2006-08-28 17:41:46 +00:00
bmlk%gmx.de 6f250e7252 match the numer of columnss in the cellmap and the col cache bug 350081 r/sr=bzbarsky 2006-08-28 17:39:36 +00:00
mats.palmgren%bredband.net 31e06677ed Don't iterate past the beginning line (crash fix). b=350370 r+sr=bzbarsky 2006-08-28 07:30:01 +00:00
bzbarsky%mit.edu 23d7c72d67 Retarget key events to the parent presshell if we have no root content. Bug
303260, r=mats, sr=roc
2006-08-28 02:04:16 +00:00
jruderman%hmc.edu 822415306c Bug 334514, FrameArena::~FrameArena should assert that it's empty. r=sr=roc. If you see the new assertion, "Some frame destructors were not called", please file a security-sensitive bug (blocking bug 334514) and/or fix it :) 2006-08-26 04:22:24 +00:00
mats.palmgren%bredband.net 889bd7963e Don't overlap scroll frame margin box with float (regression). b=350046 r+sr=roc 2006-08-25 22:55:32 +00:00
bzbarsky%mit.edu c72fb8dce5 Fix bug 349695 by taking a different approach to setting display:none on HTML
forms inside tables; this approach overrides author styles.  r+sr=dbaron
2006-08-25 22:33:17 +00:00
bzbarsky%mit.edu 3ff9bf85e8 Remove some unnecessary members and code. Bug 335477, patch by Marc Liddell
<marcldl+mozbugs@gmail.com>, r+sr=roc
2006-08-25 16:46:22 +00:00
mats.palmgren%bredband.net d246a69ba0 Don't steal floats from descendant float containing blocks. b=348887 (patch B) r+sr=roc 2006-08-25 04:17:41 +00:00
sayrer%gmail.com 196a357bca bug 349170. nsCSSValue should use nsMemory allocators. r+sr=bz 2006-08-25 03:27:47 +00:00
pedemont%us.ibm.com 9ab4bf6929 Bug 339863 - Scriptable SVG interfaces inherit from non-scriptable interfaces. Missed one file in my original check in. r=tor 2006-08-24 20:00:10 +00:00
dbaron%dbaron.org d1291517db Add testcases used on reflow branch (bug 300030). 2006-08-24 18:06:23 +00:00
smontagu%smontagu.org c9243fd53d Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping (hunk missed in original checkin). Bug 280936, r=jshin, sr=rbs 2006-08-24 07:34:29 +00:00
mats.palmgren%bredband.net fd99ce03ed 1. Make scroll frames non-splittable.
2. Make a placeholder splittable only if the out-of-flow is.
3. If a float placeholder is not splittable then place it immediately
   instead of failing to reflow it because it can't be split.
b=337419 (Patch B) r+sr=roc
2006-08-24 05:22:16 +00:00
tor%cs.brown.edu 534787a02a Bug 347245 - Remove nsSVGCairoGlyphGeometry. r=longson, sr=roc 2006-08-23 18:16:15 +00:00
mrbkap%gmail.com 84675385e0 Update the caret's position and size after reflows. bug 334609, r+sr=roc 2006-08-23 02:06:39 +00:00
bmlk%gmx.de 260c8a2aa1 adjust col frames instead of asserting that the number of cols is wrong bug 347725 r/sr=bzbarsky 2006-08-22 06:08:15 +00:00
mats.palmgren%bredband.net 197aeb9174 Don't steal floats from descendant float containing blocks. b=348887 r+sr=roc 2006-08-22 03:04:18 +00:00
mats.palmgren%bredband.net 4222509024 Fix an "ASSERTION: same old and new parent frame". b=348708 r+sr=bzbarsky 2006-08-22 02:29:24 +00:00
mats.palmgren%bredband.net 02eaae11b6 Improve error handling in nsCSSFrameConstructor::CreateContinuingFrame() and its callers. b=337419 r+sr=roc 2006-08-22 01:33:46 +00:00
bzbarsky%mit.edu a2b72ef2eb Adding testcases. 2006-08-21 22:10:27 +00:00
mrbkap%gmail.com 136f0922ad Invalidate the caret's position while we can still figure out which continuing frame we are in. bug 336637, r+sr=roc 2006-08-17 20:58:31 +00:00
mats.palmgren%bredband.net ed6210be3f Leave the placeholder's pointer to the out-of-flow intact because the float cache depends on it later on. b=348688 r=bzbarsky sr=roc 2006-08-17 13:15:26 +00:00
longsonr%gmail.com d59c6344f6 Bug 348610 - Cairo degenerate path values are in device units. r=tor, sr=roc 2006-08-17 10:36:40 +00:00
smontagu%smontagu.org f523dcb211 Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping. Bug 280936, r=jshin, sr=rbs 2006-08-17 09:23:13 +00:00
myk%mozilla.org 57421e7c90 fix crash when restarting for update [@ nsCSSStyleSheet::SetComplete]
Patch by Boris Zbarsky.
r+sr=dbaron
2006-08-17 08:16:41 +00:00
uriber%gmail.com abbcddd8ba Don't descend into bidi leaves in InitContinuationStates(). bug=348711 r+sr=roc 2006-08-17 07:50:35 +00:00
Olli.Pettay%helsinki.fi 3284a76cc8 Trying to fix balsa orange. Changing NS_ERROR to NS_WARNING, since event listeners aren't now removed from xul elements when they get removed from document. 2006-08-16 11:36:07 +00:00
Olli.Pettay%helsinki.fi a4eba47b40 Fix problem with AddRef 2006-08-16 09:19:07 +00:00
Olli.Pettay%helsinki.fi 2b6e6ee76e Bug 286619, registered event listeners are lost (not firing) after moving XUL elements using DOM appendChild/removeChild methods, r=sicking, sr=bz 2006-08-16 08:44:45 +00:00
bzbarsky%mit.edu 716a35718c Another test 2006-08-16 06:35:38 +00:00
bzbarsky%mit.edu 25141f56ff Adding tests. 2006-08-16 06:03:30 +00:00
rbs%maths.uq.edu.au 927e70a9f9 js changes to MathML are not drawn, b=337700, r+sr=bzbarsky 2006-08-16 05:28:26 +00:00
bzbarsky%mit.edu a3a40f6eb5 Implement the :default CSS3 pseudo-class. Bug 302186, patch by Allan Beaufour
<allan@beaufour.dk> and jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-08-16 03:20:19 +00:00
roc+%cs.cmu.edu 4624c28ff3 Bug 345071. Fix PrepareUnicodeText to handle words in the current textnode that extend past the end of the frame. r=smontagu,sr=rbs 2006-08-16 01:57:06 +00:00
bzbarsky%mit.edu 494d0f60ff Address review comments from bug 285727. Bug 348455, r+sr=dbaron 2006-08-16 00:28:39 +00:00
dbaron%dbaron.org 7ff576f023 Use SetMEWToActualWidth when we set the MEW to the actual width. b=331684 r+sr=bzbarsky 2006-08-16 00:20:02 +00:00
bzbarsky%mit.edu 1a3d59e096 Make it possible for document observers who need to worry about XBL to observe
the binding manager and make presshell do that.  Bug 348573, r+sr=sicking
2006-08-15 22:41:58 +00:00
bzbarsky%mit.edu 6298f2930d Don't clobber the parentFrame we need to recover letter frames on. Bug 348729, r+sr=roc 2006-08-15 22:26:02 +00:00
enndeakin%sympatico.ca 86fcccd3bc Bug 345896, menus don't find menupopups in XBL, r+sr=roc 2006-08-15 15:55:45 +00:00
rbs%maths.uq.edu.au 14a3ec20d9 fix typo that caused the CSS declaration to be ignored -- comments in CSS must be delimited with /* */ and not // 2006-08-15 13:17:54 +00:00
rbs%maths.uq.edu.au 660c88bd29 Frames not destroyed with <mmultiscripts> and <mtd>, b=348492, r+sr=bzbarsky 2006-08-15 04:49:43 +00:00
bzbarsky%mit.edu cf38ea433c Use the right insertion frame for insertion points. Bug 348049, r+sr=roc 2006-08-15 01:37:52 +00:00
bzbarsky%mit.edu 6c8c09b78a Deal with flex values that add up to too much. Bug 345709, r=neil, sr=roc 2006-08-15 01:08:00 +00:00
timeless%mozdev.org ba2c063b89 Bug 330331 Building with option --disable-xul failed
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)

Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF

Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
aaronleventhal%moonset.net 10a613398c Bug 348155. Position in lists not exposed correctly. r+sr=roc 2006-08-14 13:38:53 +00:00
uriber%gmail.com 24ef1f7947 In GetPrevNextBidiLevels, treat the "before <br>" case as if we were end-of-line. bug=330461 r=smontagu sr=roc 2006-08-14 11:25:57 +00:00
uriber%gmail.com 3af6592be5 Reparent view list when inserting a new frame after a :before pseudo-element. bug=343540 r+sr=roc 2006-08-14 11:10:58 +00:00
rbs%maths.uq.edu.au 21ece0d080 Frames from dynamic MathML table children are not made with the right creator, b=348153, r+sr=bzbarsky 2006-08-14 07:44:13 +00:00
rbs%maths.uq.edu.au a188cdedf1 {inc} MathML matrices break when the content sink is incremental, b=344281, r+sr=bzbarsky 2006-08-14 07:27:42 +00:00
uriber%gmail.com f4ebea5c4c When the control is RTL, align the drop-down with the right edge of the control. bug=203353 r=smontagu sr=bzbarsky 2006-08-13 19:34:58 +00:00
rbs%maths.uq.edu.au afc24d0ecd 'Pseudo' frames from <mtd> and <mtr>outside <mtable> were not added to the flow, and thus were not destroyed at tear down, b=347355, r+sr=bzbarsky 2006-08-12 07:46:29 +00:00
sayrer%gmail.com 6fa03a1730 Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst 2006-08-12 04:46:43 +00:00
bzbarsky%mit.edu ce0ea52255 Pseudo-elements are not the root. Bug 334602, r+sr=dbaron 2006-08-12 02:14:39 +00:00
Olli.Pettay%helsinki.fi 2cfe84ecc4 Bug 231830, crash on style.display = 'none' for select element when event onchange occurs [@ nsStyleContext::GetRuleNode ][@ nsIFrame::Invalidate ], r+sr=bz 2006-08-11 12:09:30 +00:00
brettw%gmail.com e15b1129b4 Bug 346729 r+sr=bryner Table cell selection is broken (get multiple copies on paste) 2006-08-10 19:56:43 +00:00
cvshook%sicking.cc 5f1eff33cb Back out patch from bug 324501 as this is not the right fix. r/sr=dbaron 2006-08-10 04:16:29 +00:00
pavlov%pavlov.net 34966248fd speed up windows text rendering by avoiding using cairo when possible. also avoid save/restore dc when doing native themes. bug 342366. r=vlad 2006-08-09 20:25:07 +00:00
bzbarsky%mit.edu 3c2930f20a Handle the minimum font size being changed to 0 correctly. Bug 327054, r+sr=roc 2006-08-08 16:43:20 +00:00
bzbarsky%mit.edu c0fca2db20 Move the location of "opacity" in the list so it's easier to find. Bug 337874,
r+sr=roc
2006-08-08 16:41:03 +00:00
aaronleventhal%moonset.net 91b403086b Bug 341462. XUL menuitems should not fire accessible focus for mouseover. Patch by Ginn Chen. r=aaronlev 2006-08-08 14:01:19 +00:00
Olli.Pettay%helsinki.fi ecb4b6158f Bug 347836, Add static method to get nsIRootBox, r+sr=roc 2006-08-08 10:40:11 +00:00
longsonr%gmail.com 073529ec03 Bug 345418 - ASSERTION: trying to construct an SVGTSpanFrame for an invalid container. r+sr=roc 2006-08-08 10:00:55 +00:00
jruderman%hmc.edu ba04dbfb86 Bug 347507, ignore negative rowspan and columnspan in MathML. r=rbs, sr=roc. 2006-08-08 08:44:03 +00:00
uriber%gmail.com 8982c70f78 Moved mCaretBidiLevel and its accessors from nsPresShell to nsFrameSelection. Also added sBidiKeyboard as a static service to nsContentUtils. bug=346891 r+sr=roc 2006-08-08 05:14:52 +00:00
tor%cs.brown.edu ee7ced5968 Bug 345488 - transform from path applied to textPath at wrong time.
r=longson, sr=roc
2006-08-08 04:26:26 +00:00
rbs%maths.uq.edu.au ba4a4dcd33 Fix bug 347348 - Removing text node from <mo> causes 'ASSERTION: null arg' and has no visual effect, r+sr=roc 2006-08-07 23:50:24 +00:00
rbs%maths.uq.edu.au d9404d9efe Fix bug 347495 - Invalid-markup message doesn't disappear when MathML gets valid again, r+sr=roc 2006-08-07 23:46:26 +00:00
rbs%maths.uq.edu.au 4639dd578c Fix assertion - bug 347495 - was due to an attempt to paint children in case of invalid markup, r+sr=roc 2006-08-07 23:42:32 +00:00
aaronleventhal%moonset.net 083e28aa17 Bug 337674. Make it possible to inspect accessibles (nsIAccessible) objects. Patch thanks to Alexander Surkov. r=timeless, sr=neil 2006-08-07 19:54:35 +00:00
tor%cs.brown.edu 59eacee13b Bug 347374 - pointer events not working on unpainted geometry, events
not respecting fill rule or dasharray.  r+sr=roc
2006-08-07 16:41:58 +00:00
uriber%gmail.com 1424fdd54a Attempt to fix bustage from bug 333883. 2006-08-07 11:24:57 +00:00
leon.sha%sun.com 2c818d7977 Bugzilla Bug 344883
print previewing url freezes bon echo (and minefield if you zoom too)
Patch by leon.sha@sun.com
bernd_mozilla: review+
roc: superreview+
2006-08-07 11:03:43 +00:00
Olli.Pettay%helsinki.fi d73977650a Bug 184363, Crash with tooltip [@ nsXULTooltipListener::KillTooltipTimer] [@ nsXULTooltipListener::DestroyTooltip] [@ nsXULTooltipListener::HideTooltip], r+sr=roc 2006-08-07 10:57:19 +00:00
uriber%gmail.com 97d95c3f78 Refactored nsSelection::GetPrevNextBidiLevels to use GetFrameFromDirection; moved GetFrameFromDirection from nsFrame to nsIFrame and made it nonvirtual. bug=333883 r=smontagu sr=roc 2006-08-07 10:54:56 +00:00
uriber%gmail.com e1041f44ef Create bidi embedding only around inline containers (with a specified direction), not around inline replaced elements. bug=169139 r+sr=bzbarsky 2006-08-07 07:40:28 +00:00
smontagu%smontagu.org 2a6805b2f8 Remove unnecessary hack for right-to-left file inputs. Bug 346726, r=uriber, sr=roc 2006-08-07 06:31:55 +00:00
masayuki%d-toybox.com cda341c040 Bug 346417 RTL justify code is wrong in nsTextFrame r=smontagu, sr=roc 2006-08-07 06:27:57 +00:00
bzbarsky%mit.edu 5c42810570 Don't convert non-breaking spaces to spaces in text controls. Bug 218277,
patch by jst and jpl24 <jlurz24@gmail.com>, r=bryner, sr=dbaron
2006-08-07 03:27:49 +00:00
mats.palmgren%bredband.net 44482a83ce Don't propagate the NS_BLOCK_FRAME_HAS_OUTSIDE_BULLET flag from a prev-in-flow. b=337412 r+sr=roc 2006-08-06 03:27:00 +00:00
bmlk%gmx.de fc6d5370ff fix VC6 build bustage 2006-08-04 20:32:46 +00:00
bmlk%gmx.de d4f3eadccd take special care when tfoot are manipulated and the cellmap changes rather drastical bug 343087 r/sr=bzbarsky 2006-08-04 19:15:50 +00:00
neil%parkwaycc.co.uk a10294a948 Fix a copy/paste error that made an essential block of code unreachable b=347144 r+sr=bz 2006-08-04 17:01:21 +00:00
tor%cs.brown.edu 5e878105b5 Bug 345488 - transform from path not applied to textPath. r=longson, sr=roc 2006-08-04 15:15:07 +00:00
gavin%gavinsharp.com 0d29551cd2 Bug 338368: fix uninitialized variable used in nsTextFrame::PaintAsciiText, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=roc 2006-08-04 14:29:48 +00:00
Olli.Pettay%helsinki.fi 2c20730cd7 Bug 336592, Fixing mistake in previous patch, PRUint32->PRInt32, r+sr=roc 2006-08-04 07:35:35 +00:00
uriber%gmail.com 8c0e3dd5b7 Handle returning nulls from CheckLineOrder correctly. bug=345616 r=smotagu sr=roc 2006-08-04 05:40:57 +00:00
rbs%maths.uq.edu.au 215703c584 Be sure to return the reflow status as complete in the case of invalid markup to avoid a hang due to the frame being reflowed over and over again. Patch by steve.swanson@mackichan.com, b=323737, r+sr=rbs 2006-08-03 23:58:42 +00:00
rbs%maths.uq.edu.au 3fe7da72d5 Backout earlier patch for bug 327737 due to regression 2006-08-03 23:27:55 +00:00
roc+%cs.cmu.edu d37535bf42 Bug 346035. Force <stack> children to be full-fledged stacking contexts and put their display items in the Content display list. r+sr=dbaron 2006-08-03 21:39:39 +00:00
uriber%gmail.com af8d06933c Check for a null aNode in nsTypedSelection::ContainsNode and return immediately. bug=347036 r=brettw sr=bryner 2006-08-03 19:22:50 +00:00
neil%parkwaycc.co.uk 25cbdd201c Bug 346957 Reconnect the view to the tree after a reframe r+sr=roc 2006-08-03 08:54:46 +00:00
Olli.Pettay%helsinki.fi f8ad624845 Bug 346054, crash when removing <tooltip> before showing it, r+sr=roc 2006-08-03 08:23:53 +00:00
uriber%gmail.com cee7609648 Enable PeekOffset to find the visual beginning/end of a line, and use use it for bidi caret positioning. bug=302051 r=smontagu sr=roc 2006-08-03 06:24:11 +00:00
bmlk%gmx.de 103658af2a fix a coding error in the patch for bug 339246 bug 343588 r/sr=bzbarsky 2006-08-02 12:02:37 +00:00
bmlk%gmx.de 2c35fc2818 fix cellmap errors with the num of rows in the cellmap vs the num of rows in the content bug 344000 r/sr=bzbarsky 2006-08-02 11:57:48 +00:00
longsonr%gmail.com af3aeda863 Bug 290766 - Use CallQueryInterface in frame code. r=tor, sr=bzbarsky 2006-08-02 08:42:26 +00:00
Olli.Pettay%helsinki.fi 4d9109ceaa Bug 288763, problems with context menupopup cause a crash on window close, r=enndeakin, sr=bz 2006-08-02 08:24:21 +00:00
dbaron%dbaron.org 22c699c8c4 Fix reading of uninitialized memory (in-out aEventStatus). b=346767 r=Olli.Pettay sr=bzbarsky 2006-08-01 17:29:48 +00:00
neil%parkwaycc.co.uk 2b467bfa94 Bug 346468 fix for regression from latest patch to bug 344085 r+sr=roc 2006-08-01 10:01:18 +00:00
bzbarsky%mit.edu 1f01e96ecb Misnamed test. 2006-07-31 21:05:44 +00:00
brettw%gmail.com 83c62ff171 Bug 346185 r=uriber sr=bryner fixing one of two misspelled words in a line makes spellcheck underline disappear on both 2006-07-31 18:25:22 +00:00
bzbarsky%mit.edu 2a7800e38a Another test 2006-07-31 17:31:43 +00:00
bzbarsky%mit.edu f867ec0632 Add two more tests. 2006-07-31 17:18:48 +00:00
bzbarsky%mit.edu 21a9c27352 Adding regression tests. 2006-07-31 17:11:21 +00:00
smontagu%smontagu.org 6330067fc1 Bidi support for alternate text: reorder the text correctly, align text and icon to the right when direction is right-to-left, and create a bidi embedding when the alternate text is displayed inline. Bug 345954, r=uriber, sr=bzbarsky 2006-07-31 07:08:45 +00:00
smontagu%smontagu.org 5e9cd949e0 Update data files to Unicode 5.0. Bug 345156, r=jshin, sr=jag 2006-07-30 12:50:15 +00:00
smontagu%smontagu.org 6e00ae7cdf Update data files to Unicode 5.0 2006-07-30 12:47:26 +00:00
smontagu%smontagu.org 3f86b46158 Update data files to Unicode 5.0 2006-07-30 12:39:56 +00:00
Olli.Pettay%helsinki.fi 6f609c832f backout Bug 346054 to fix regression 2006-07-30 00:26:19 +00:00
Olli.Pettay%helsinki.fi cfb6b20aa6 Bug 346281, Crash [@ nsBoxObject::RemoveProperty] passing undefined, r+sr=roc 2006-07-29 10:23:42 +00:00
Olli.Pettay%helsinki.fi 5d2e06430e Bug 346054, Crash when removing <tooltip> before showing it, r+sr=roc 2006-07-29 10:19:14 +00:00
mats.palmgren%bredband.net a57c971e9a Don't make a frame on the overflow line list a sibling to a frame on the principal line list. b=344557 r+sr=roc 2006-07-29 09:38:35 +00:00
pkasting%google.com 2070e797b8 Bug 339127: Add "spellcheck" attribute to control spellchecking.
r=brettw
sr=sicking
2006-07-29 00:04:40 +00:00
martijn.martijn%gmail.com d22f55b012 Bug 271442 - Flash element behaves weird if inside a floated element with overflow:auto, patch by Graham Sanderson, r+sr=roc 2006-07-28 22:59:05 +00:00
neil%parkwaycc.co.uk 362b2ca581 Store the tree view as a member rather than a property b=344085 r+sr=roc 2006-07-28 19:57:15 +00:00
mats.palmgren%bredband.net a9e4efa770 Removed a bogus assertion. b=345699 r+sr=roc 2006-07-28 09:18:27 +00:00
Olli.Pettay%helsinki.fi d9a7d477f1 Bug 346083, Crash [@ nsBoxObject::SetProperty], r+sr=bz 2006-07-28 06:28:27 +00:00
Olli.Pettay%helsinki.fi 6431c70f98 Bug 346119, update PresContext's document when PresShell is changed, r+sr=bz 2006-07-28 06:22:19 +00:00
brettw%gmail.com fd061c8cbc Bug 345099 r+sr=bryner Fix includes from main patch on this bug 2006-07-27 21:46:34 +00:00
bzbarsky%mit.edu 55f6684f01 Fix title. 2006-07-27 21:23:22 +00:00
brettw%gmail.com 7a49e43b77 Fix bustage from bug 345099 2006-07-27 18:39:18 +00:00
brettw%gmail.com d15c579c18 Bug 345099 r=uriber sr=bryner Sort ranges in selection for faster comparison. 2006-07-27 17:57:15 +00:00
bzbarsky%mit.edu e15b9d5c26 Fix password test to actually test password inputs. 2006-07-27 17:43:01 +00:00
longsonr%gmail.com 674de4d947 Bug 329848 - Replace invalid transform-attribute parse error assertion by Error Console log r=bzbarsky,sr=tor 2006-07-27 11:58:05 +00:00
bzbarsky%mit.edu 6438bc3b84 Adding more regression tests. 2006-07-27 04:00:35 +00:00
bzbarsky%mit.edu 0c64f2595a Adding regression test. 2006-07-26 18:57:10 +00:00
dbaron%dbaron.org e15a4df54d Fix incorrectly-written assertion. b=345620 r+sr=bzbarsky 2006-07-26 16:23:49 +00:00
Olli.Pettay%helsinki.fi a24156b7d9 Bug 345600, Crash [@ nsTextInputListener::UpdateTextInputCommands] using onselect and removing textarea, r+sr=roc 2006-07-26 07:58:18 +00:00
tor%cs.brown.edu 4a0403c8b3 Bug 345511 - remove nsISVGMaskFrame. r+sr=roc 2006-07-25 18:29:10 +00:00
mats.palmgren%bredband.net ba5a744d70 Add float:none and position:static !important for <option> and <optgroup>. b=343510 r+sr=bzbarsky 2006-07-25 16:16:30 +00:00
mats.palmgren%bredband.net ff9ebb7df2 Fix Print/Preview crash when (sub-)document doesn't have root content. b=345159 r+sr=bzbarsky 2006-07-25 16:05:49 +00:00
bzbarsky%mit.edu cd2bc9b2cd Adding regression test. 2006-07-25 05:17:15 +00:00
bzbarsky%mit.edu d17a19bb72 Adding more regression tests. 2006-07-25 04:49:14 +00:00
jag%tty.nl 8921c09184 Expand tab introduced in previous checkin. r=sspitzer 2006-07-25 01:34:31 +00:00
sspitzer%mozilla.org 7d923a632e fix for bug #342439: printing certain urls (google groups and maps) from print preview shows the style/meta tags on paper. thanks to bz for the fix. r/sr=dbaron 2006-07-25 00:29:26 +00:00
mozilla%weilbacher.org 42378d3c40 [OS/2] Bug 342644: Get SVG/Canvas working again on OS/2, r=tor, sr=mkaply 2006-07-24 23:28:29 +00:00
gavin%gavinsharp.com c19fb04fdf Bug 342479: fix compiler warning @ nsFloatCacheList::RemoveAndReturnPrev in nsLineBox.cpp, patch by Ryan VanderMeulen <ryanvm@gmail.com>, r+sr=roc 2006-07-24 18:57:42 +00:00
longsonr%gmail.com 2a358289ae fixing bustage from Bug 343760 2006-07-24 16:48:01 +00:00
aaronleventhal%moonset.net 793d61f079 Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano 2006-07-24 16:12:08 +00:00
longsonr%gmail.com daf5a3d6c1 Bug 343760 - Don't copy nsITextContent into glyph frames. r=tor, sr=roc 2006-07-24 14:20:23 +00:00
martijn.martijn%gmail.com 1b49c560b3 Bug 291702 - Crash if a XUL page contains flex summing up to zero - Integer divide by 0 [@ nsSprocketLayout::ComputeChildSizes ], r=neil, sr=bzbarsky 2006-07-24 10:46:36 +00:00
bzbarsky%mit.edu fa2ca59747 Add another regression test. 2006-07-24 06:12:30 +00:00
bzbarsky%mit.edu c6ef45811a Adding regression test. 2006-07-24 04:51:42 +00:00
bzbarsky%mit.edu 5d46a66075 Add regression tests. 2006-07-24 04:40:38 +00:00
tor%cs.brown.edu 9e2bf17ee9 Bug 345390 - Remove nsISVGClipPathFrame. r+sr=roc 2006-07-21 14:58:57 +00:00
sharparrow1%yahoo.com 341097b456 Bug 344696: Remove nsIDeviceContext::Get/SetZoom. r+sr=roc. 2006-07-21 00:16:07 +00:00
sharparrow1%yahoo.com ca2fdec000 Bug 345371: add null checks for weak pointers in nsCaret. r+sr=roc. 2006-07-20 23:26:05 +00:00
dbaron%dbaron.org 12d2523e23 Fix misuse of refcount logging. b=345157 r=bsmedberg 2006-07-20 21:32:22 +00:00
roc+%cs.cmu.edu fc3968685f Bug 334085. Block tree view assignment via properties. r+sr=bzbarsky 2006-07-20 17:59:30 +00:00
mats.palmgren%bredband.net ee6a0e63b0 Null check the page content frame, just in case. b=294836 r+sr=bzbarsky 2006-07-20 09:41:01 +00:00
masayuki%d-toybox.com 573e6523ef b=255990 backing-out the previous patch, we should try to better fix. 2006-07-20 09:04:39 +00:00
mats.palmgren%bredband.net 26a1119b47 [Debug only] Add nsTableCaptionFrame::GetFrameName() returning "Caption". b=343386 r+sr=bzbarsky 2006-07-20 08:50:26 +00:00
mats.palmgren%bredband.net fa2d17a758 Ignore mLegendFrame as previous sibling since it does not live in the content area frame. b=345249 r+sr=bzbarsky 2006-07-20 04:54:51 +00:00
martijn.martijn%gmail.com 62fc304035 Bug 337955 - XUL splitter frames can only collapse in one direction. Patch by Andrew Miller, r=enndeakin, sr=neil 2006-07-19 22:30:33 +00:00
martijn.martijn%gmail.com df01f0db44 Bug 345141 - arrows on scrollbars do nothing. Patch by Adam Guthrie, r+sr=roc 2006-07-19 22:13:18 +00:00
tor%cs.brown.edu 1386cfc776 Bug 343755 - missing include causing OS-X build problem. r+sr=roc 2006-07-19 21:26:37 +00:00
bmlk%gmx.de 9a79b08c79 when we remove cells the number of columns in the cellmap may rise if rowspans are involved bug 343778 r/sr=bzbarsky 2006-07-19 19:21:50 +00:00
tor%cs.brown.edu 5cdd9dea72 Bug 344892 - make sure we use the right context for glyph frames when
calculating stroke width.  r=scooter, sr=roc
2006-07-19 14:46:50 +00:00
tor%cs.brown.edu 20dde96fc5 Bug 344749 - remove paint server properties before svg geometry frame
is deleted.  r+sr=roc
2006-07-19 14:44:51 +00:00
tor%cs.brown.edu 560dbd6078 Bug 344904 - make sure state bits are set correctly for marker frame
to prevent crash. r+sr=roc
2006-07-19 14:42:27 +00:00
longsonr%gmail.com aa19f282ee Bug 345051 - Fix DOS line endings. r+sr=tor 2006-07-19 14:02:43 +00:00
longsonr%gmail.com 909b4b2063 Bug 314707 - SVG Font Size Printing Error. r=tor, sr=roc 2006-07-19 12:40:05 +00:00
longsonr%gmail.com 977c9b1cef Bug 344898 - Crash removing text from textPath. r=tor, sr=roc 2006-07-19 12:33:35 +00:00
longsonr%gmail.com 14a2546e99 Bug 344887 - ASSERTION: Don't try to move the root widget to something non-zero. r=tor, sr=roc 2006-07-19 12:27:41 +00:00
cvshook%sicking.cc e75ee7f41a Fix error in last checkin for bug 344050. 2006-07-19 08:55:36 +00:00
cvshook%sicking.cc 3a9a287253 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
aaronleventhal%moonset.net 58cd497621 Bug 334353. Duplicate insert/delete events. r=evan.yan, sr=roc 2006-07-19 01:56:54 +00:00
bzbarsky%mit.edu 169adf2470 Return null from GetPluginInstance without throwing if there's just no plugin.
Bug 344830, r=biesi, sr=jst
2006-07-18 20:43:58 +00:00
bzbarsky%mit.edu 3ff908ecf1 Null-check the frame before trying to work with it. Bug 315483, patch by jpl24
<jlurz24@gmail.com>, r+sr=bzbarsky
2006-07-18 19:33:55 +00:00
gavin%gavinsharp.com f3fc1fbda9 Bug 303048: GTK scrollbar does not have normal GTK right-click behavior, patch by Adam Guthrie <ispiked@gmail.com>, r=neil, sr=roc 2006-07-18 17:01:40 +00:00
jwatt%jwatt.org 671bed7264 Fixing bug 345051. DOS line endings were checked into nsSVGGlyphFrame.h rev 1.9. r+sr=tor@acm.org 2006-07-18 15:49:47 +00:00
rbs%maths.uq.edu.au de01a001d1 Be sure to return the reflow status as complete in the case of invalid markup to avoid a hang due to the frame being reflowed over and over again. Patch by steve.swanson@mackichan.com, b=323737, r+sr=rbs 2006-07-18 07:49:02 +00:00
uriber%gmail.com 2322fdcee9 Simplify handling of the eSelectNoAmount case in nsFrame::PeekOffset. bug=344514 r+sr=roc 2006-07-18 07:32:58 +00:00
uriber%gmail.com 3bef115769 Fix bidi behavior of ctrl+backspace and ctrl+del. bug=344226 r=smontagu sr=roc 2006-07-18 07:28:38 +00:00
rbs%maths.uq.edu.au 29540d3b17 Bustage bug 342533 - crash loading any MathML page due to string-fu change in bug 341954 2006-07-18 06:20:42 +00:00
cvshook%sicking.cc 75d0a67e4e Bug 344895: Speed up (and clean up) range code to make inline spellcheck faster. r/sr=bz 2006-07-18 01:23:30 +00:00
mark%moxienet.com 42f59aca02 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner 2006-07-14 19:54:08 +00:00
enndeakin%sympatico.ca fb17ceefa0 bug 331055, add repeat button, meant to check in with spinbuttons, r=neil,sr=roc 2006-07-14 18:15:31 +00:00
jwatt%jwatt.org e6d733c9a8 Fixing bug 338580. Improve SVG hittesting performance. Patched by Alex Fritze <alex@croczilla.com>, r=jwatt@jwatt.org, sr=tor@acm.org 2006-07-14 18:06:51 +00:00
sharparrow1%yahoo.com b3040b6648 Bug 334588: Choose font consistently for page headers/footers, and remove localized header font name and size. r+sr=roc. 2006-07-14 16:07:28 +00:00
longsonr%gmail.com 9ecdbc9477 Bug 343774 - Remove glyph metrics interfaces. r=tor,sr=roc 2006-07-14 13:32:01 +00:00
timeless%mozdev.org a49e408650 Bug 344396 domi crashes inspecting something [@ nsBindingManager::GetContentListFor]
r=jst sr=jst
2006-07-14 12:08:59 +00:00
Olli.Pettay%helsinki.fi 61792b273c Bug 343613, Make EventStateManager to use nsWeakFrame, r+sr=roc 2006-07-14 07:55:51 +00:00
masayuki%d-toybox.com 42ba5d983c Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r=jshin+mrbkap, sr=roc 2006-07-14 04:57:05 +00:00
sharparrow1%yahoo.com 2dbafa80ee Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
masayuki%d-toybox.com 0cd7e0b5ee b=255990 backing-out the patch, because DomToTextConversionTest failed 2006-07-13 21:04:25 +00:00
masayuki%d-toybox.com ab8ee052c9 Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r=jshin+mrbkap sr=roc 2006-07-13 20:25:46 +00:00
masayuki%d-toybox.com cdc8ed3106 b=255990 backing-out the patch, because DomToTextConversionTest failed 2006-07-13 19:41:39 +00:00
masayuki%d-toybox.com 421034d9e5 Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all. the patch based on jshin's patch. r=jshin, sr=roc 2006-07-13 17:42:39 +00:00
enndeakin%sympatico.ca 1f3797eb6a bug 335122, rework XUL sort service, r=jan, sr=sicking 2006-07-13 15:08:55 +00:00
peterv%propagandism.org a9c63c4a75 Fix for bug 278981 (Extension mechanism for XPath extension functions). r=sicking, sr=jst. 2006-07-13 14:21:53 +00:00
uriber%gmail.com 100bcb5400 Use GetFrameForNodeOffset instead of GetPrimaryFrameFor when extending selection for doubleclick-drag. bug=344384 r+sr=roc 2006-07-13 09:08:56 +00:00
Olli.Pettay%helsinki.fi 375bcc004f Bug 341245, Remove some unused box object related interfaces, r+sr=roc 2006-07-13 09:02:05 +00:00
roc+%cs.cmu.edu 672343880e Bug 342322. It's OK for mNext to be non-null when we remove an element. r+sr=dbaron 2006-07-13 08:15:31 +00:00
uriber%gmail.com e121423cb8 Clean up nsPeekOffsetStruct. bug=343763. r+sr=roc 2006-07-13 06:06:29 +00:00
sharparrow1%yahoo.com 6bd7f4c9bc Bug 344471: cleanups for checkbox and radio frames. r+sr=roc. 2006-07-13 05:05:54 +00:00
tor%cs.brown.edu 32ded31b10 Bug 344173 - Unbounded inner <svg> not showing. r+sr=roc 2006-07-12 15:36:23 +00:00
aaronleventhal%moonset.net 43788a6301 Fixing bustage 2006-07-12 14:35:43 +00:00
aaronleventhal%moonset.net eeb76de112 Bug 340667. New ATK: Expose <br>'s as \n character, combining before & after blocks of text together. r+sr=roc 2006-07-12 13:51:50 +00:00
uriber%gmail.com 6f21109f82 Always use the visual iterator when moving visually in a bidi page, even if the current line or adjacent lines are LTR. bug=309432 r=smontagu sr=roc 2006-07-12 11:22:18 +00:00
Olli.Pettay%helsinki.fi 00bb6d99a7 Bug 343457, Adding nsWeakFrame, r+sr=roc 2006-07-12 07:41:11 +00:00