L. David Baron
|
3af4841258
|
Make outlines on inlines containing blocks outline the blocks. b=424236,270191 r+sr=roc
|
2008-06-02 15:52:25 -07:00 |
roc+@cs.cmu.edu
|
39d0a35b55
|
Bug 433727. Make DocumentViewerImpl::GetFullZoom work when there's no presentation. r+sr=bzbarsky,a=beltzner
|
2008-05-26 15:03:11 -07:00 |
gavin@gavinsharp.com
|
641fdc2f6c
|
Bug 430785: Caret not visible with right-clicking on a text input, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=damon
|
2008-04-30 09:54:16 -07:00 |
vladimir@pobox.com
|
835cebc63e
|
b=427122, padding on select elements is ignored ; r=dbaron, a=beltzner
|
2008-04-25 16:12:45 -07:00 |
jruderman@hmc.edu
|
c3b3d88f54
|
Add crashtest
|
2008-04-23 19:35:59 -07:00 |
gavin@gavinsharp.com
|
cdcac2aad4
|
Bug 423523: Caret can leave div w/ contenteditable = true with repeated arrow keys, patch by Chris Pearce <chris@pearce.org.nz>, r+sr=peterv, a=beltzner
|
2008-04-23 15:33:14 -07:00 |
jruderman@hmc.edu
|
fa586d2517
|
Add crashtest
|
2008-04-22 23:12:13 -07:00 |
jruderman@hmc.edu
|
85cca59aa3
|
Add crazy crashtest
|
2008-04-22 21:47:42 -07:00 |
jruderman@hmc.edu
|
b937440480
|
Add crashtest.
|
2008-04-22 21:32:54 -07:00 |
jruderman@hmc.edu
|
dd203a7cb7
|
Adding crashtest
|
2008-04-22 21:19:35 -07:00 |
jruderman@hmc.edu
|
e057395fae
|
Add crashtests
|
2008-04-22 20:56:59 -07:00 |
roc+@cs.cmu.edu
|
4c64c1f12b
|
Bug 335359. Make the caret thicker when it's at a Kanji character. r+sr=mrbkap,a=damon
|
2008-04-22 20:13:55 -07:00 |
gavin@gavinsharp.com
|
3ed22164df
|
Back out patch for bug 144000 (backout patch by jst@mozilla.org, r=uriber, sr=peterv, a=beltzner)
|
2008-04-22 13:48:37 -07:00 |
vladimir@pobox.com
|
f7a5c34236
|
backing out
|
2008-04-20 01:24:42 -07:00 |
vladimir@pobox.com
|
d6855804be
|
b=427122, padding on select elements ignored, r=dbaron,a=beltzner
|
2008-04-19 23:42:00 -07:00 |
vladimir@pobox.com
|
549a305460
|
Back out patch for bug 397303 due to serious perf regressions; r/sr=roc
|
2008-04-19 22:31:30 -07:00 |
jonas@sicking.cc
|
b1329dc4a4
|
Bug 423269: Don't add scriptblockers around StartUpdate/EndUpdate batches as script is likely to execute at the last EndUpdate. Also for now, restore full functionality to scripts running while there are scriptblockers. r/sr=bz a=beltzner
|
2008-04-18 10:20:11 -07:00 |
roc+@cs.cmu.edu
|
f87065c512
|
Bug 429172. Return the docshell's script global object as soon as the document's content viewer has been Closed(). r+sr=sicking,a=beltzner
|
2008-04-18 03:02:03 -07:00 |
roc+@cs.cmu.edu
|
637585fe8b
|
Bug 428156. Relanding. Make ComputeRepaintRegionForCopy handle non-moving frames that clip moving frames. r+sr=dbaron
|
2008-04-18 02:21:21 -07:00 |
fantasai.cvs@inkedblade.net
|
98c1006332
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 00:40:35 -07:00 |
roc+@cs.cmu.edu
|
af00467b19
|
Bug 428156 backout
|
2008-04-17 04:52:32 -07:00 |
roc+@cs.cmu.edu
|
17b156af53
|
Bug 428156. ComputeRepaintRegionForCopy needs to handle non-moving frames that clip moving content. r+sr=dbaron,a=beltzner
|
2008-04-17 01:15:14 -07:00 |
Olli.Pettay@helsinki.fi
|
3887b8e515
|
backout Bug 424377, a=beltzner
|
2008-04-15 11:02:22 -07:00 |
roc+@cs.cmu.edu
|
a33fdea46c
|
Bug 399258. nsCSSRendering::PaintBorder should not try to optimize away the case where the dirty rectangle is inside the element's padding-rect, because border-radius can make the border appear inside the padding-rect. nsDisplayBorder::OptimizeVisibility does this optimization correctly already so just remove it from PaintBorder. r+sr=vlad, a=damon
|
2008-04-14 18:41:12 -07:00 |
dbaron@dbaron.org
|
ab7e601ce2
|
Backout bug 157546 (making the delete key delete by clusters) to fix blockers bug 419217 and bug 419406. Instead of removing the added test, mark now-failing tests as todo. a=damons
|
2008-04-14 18:04:18 -07:00 |
jonas@sicking.cc
|
c0a36bb117
|
Bug 423355: Make sure that we never remove removable blockers more than once. Also make sure to never fire mutation events when it's not safe to run script. r/sr=bz/roc a=beltzner
|
2008-04-14 16:59:21 -07:00 |
roc+@cs.cmu.edu
|
453bf95759
|
Bug 420987. The caret size should be specified in CSS pixels and it should be rounded like borders --- rounding down to the nearest device pixel, but not down to zero. r+sr=mrbkap,a=schrep
|
2008-04-14 14:09:23 -07:00 |
dholbert@cs.stanford.edu
|
fa2eeaf551
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-11 22:32:49 -07:00 |
roc+@cs.cmu.edu
|
90e14fd566
|
Bug 424915. Improve display list analysis so that sites with content covered by the scrolling element, such as GMail, can use bitblit scrolling. r+sr=dbaron,a=beltzner
|
2008-04-10 20:46:37 -07:00 |
roc+@cs.cmu.edu
|
78173ff039
|
Bug 426987. Split SaveState from nsIDocument::Destroy so that we don't do Destroy() while we're still displaying the document. r+sr=sicking,a=beltzner
|
2008-04-10 15:47:01 -07:00 |
roc+@cs.cmu.edu
|
39cece6a50
|
Bug 421432. Don't crash when we ScrollToAnchor after UnsuppressPainting tore down the document. r+sr=dbaron,a=beltzner
|
2008-04-10 15:42:03 -07:00 |
reed@reedloden.com
|
8110509627
|
Bug 427163 - "Crash [@ nsContentUtils::ContentIsDescendantOf] with contenteditable, right-clicking and document.write" (add null check) [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a1.9=damons]
|
2008-04-08 23:16:09 -07:00 |
ajschult@verizon.net
|
1e1be6ed7d
|
Bug 408355: Better fix for bug 396024 that doesn't leak (as much). r+sr=roc, a=beltzner
|
2008-04-08 22:24:13 -07:00 |
jonas@sicking.cc
|
75616dfab3
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
jonas@sicking.cc
|
6006e7c4cc
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:06:27 -07:00 |
reed@reedloden.com
|
f7dae3fbcd
|
Bug 420499 - "Caret browsing mode wrongly engaged" (Mochitest) [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-08 11:52:48 -07:00 |
roc+@cs.cmu.edu
|
c4eede7145
|
Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron
|
2008-04-08 06:06:12 -07:00 |
dholbert@cs.stanford.edu
|
45c2d943cb
|
Bug 389949: Bustage fix
|
2008-04-07 17:47:14 -07:00 |
dholbert@cs.stanford.edu
|
79956d9834
|
Bug 389949, first patch: Use POINTS_PER_INCH_FLOAT in place of magic number '72.0f'. Basically cosmetic -- shouldn't change our behavior at all. r+sr=vlad, a=blocking1.9+
|
2008-04-07 17:27:10 -07:00 |
masayuki@d-toybox.com
|
08f36791af
|
Bug 427420 selection decoration lines (spell checker's underline and IME composing string underline) are not displayed r+sr+b1.9=roc
|
2008-04-07 16:57:13 -07:00 |
roc+@cs.cmu.edu
|
fa18be032f
|
Bug 416735. When a table frame paints the backgrounds for all its parts, make sure those parts notify the table frame display item when they are background-attachment:fixed. r+sr=dbaron
|
2008-04-06 04:34:14 -07:00 |
smontagu@smontagu.org
|
9895f66f2b
|
Correct the coordinates for selection decoration in right-to-left text. Bug 421042, r+sr=roc, a=beltzner
|
2008-04-06 01:12:09 -07:00 |
mats.palmgren@bredband.net
|
4e65955985
|
Disconnect the frame selection object from the pres shell earlier. b=421083 r+sr=roc a1.9=beltzner
|
2008-04-02 19:42:20 -07:00 |
Olli.Pettay@helsinki.fi
|
f44539b486
|
Bug 424377, r=jst, sr=roc
|
2008-04-01 03:37:28 -07:00 |
reed@reedloden.com
|
01955f3c26
|
Bug 420499 - "Caret browsing mode wrongly engaged" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-01 01:35:11 -07:00 |
roc+@cs.cmu.edu
|
f472753852
|
Bug 421885. Make tiled image drawing sample only the correct subimage by manually padding if necessary. r=vlad
|
2008-03-31 02:40:53 -07:00 |
reed@reedloden.com
|
3cbc3f6cee
|
Back out Robert O'Callahan's patch from bug 421885 due to reftest failure.
|
2008-03-28 02:32:03 -07:00 |
reed@reedloden.com
|
e060787d5d
|
Bug 421885 - "Google reader search results have strange red line and broken border around them" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a=blocking1.9+]
|
2008-03-28 01:40:02 -07:00 |
uriber@gmail.com
|
544d9f4f43
|
Only join ancestor inline frames for frames that are last children. bug=424631, r=smontagu, sr=dbaron, blocking1.9=vladimir
|
2008-03-27 12:27:32 -07:00 |
jruderman@hmc.edu
|
f4ddcbf442
|
Add crashtest
|
2008-03-26 21:53:01 -07:00 |