roc+@cs.cmu.edu
|
0fbb25da89
|
Backing out due to test bustage
|
2007-09-22 06:28:16 -07:00 |
roc+@cs.cmu.edu
|
8b73dd10a0
|
Bug 96041. Compute true glyph bounding metrics. r=vlad,dbaron,sr=dbaron
|
2007-09-22 05:43:52 -07:00 |
bzbarsky@mit.edu
|
cfb9582538
|
Fix content leak due to double-init of oveflow placeholders. Bug 397011, r+sr+a=roc
|
2007-09-21 18:24:40 -07:00 |
bzbarsky@mit.edu
|
738278a4ec
|
Relanding bug 396587. Maybe it'll stick now. r+sr+a=roc
|
2007-09-20 16:28:26 -07:00 |
bzbarsky@mit.edu
|
5b4a52b170
|
Backing out bug 396587 to hopefully fix orange.
|
2007-09-19 20:41:29 -07:00 |
bzbarsky@mit.edu
|
d0bdb8a20e
|
Resize the subdocument off a post-reflow callback so that we don't run script during reflow, and a few related checks to make sure we can deal with script in reflow callbacks better. Bug 396587, r+sr+a=roc.
|
2007-09-19 19:46:28 -07:00 |
mozilla@weilbacher.org
|
b3b903cd7c
|
[OS/2] Bug 396661: fix OS/2 build break in nsTextFrameThebes by removing the unnecessary cast, r/sr/a=roc
|
2007-09-19 16:01:44 -07:00 |
roc+@cs.cmu.edu
|
d01879ebc8
|
Bug 393796. Be more careful about verifying that an existing textrun is okay to be reused again after a change to the frame tree. r=smontagu
|
2007-09-17 21:23:14 -07:00 |
roc+@cs.cmu.edu
|
c8fe6a5a37
|
Bug 385607. Ensure that whitespace is collapsed across text-run boundaries across incremental updates like adding/removing frames in the middle of the textrun. r+sr+a=dbaron
|
2007-09-17 20:00:16 -07:00 |
roc+@cs.cmu.edu
|
5e77beb12e
|
Bug 139843. Back out width adjustment patch that breaks other things and may no longer be needed. r+sr+a=dbaron
|
2007-09-17 19:54:48 -07:00 |
roc+@cs.cmu.edu
|
7a8f9cb661
|
Bug 394832. Remove overeager rounding that causes underlines to appear too close to the text. r=smontagu,a=dbaron
|
2007-09-17 19:48:19 -07:00 |
Olli.Pettay@helsinki.fi
|
caab97bba9
|
Bug 395725, Crash [@ nsIFrame::GetFrameSelection], r+sr+a=roc
|
2007-09-15 12:48:20 -07:00 |
enndeakin@sympatico.ca
|
c7c32d14eb
|
Bug 387486, editor in grid overflows, r+sr+a=roc
|
2007-09-15 08:14:27 -07:00 |
sayrer@gmail.com
|
daa8fb73f4
|
Bug 394542. we leak the blink timer and its timer in a cycle. Patch by David Baron. r/sr=roc, a=dsicore/mconnor
|
2007-09-11 13:06:44 -07:00 |
smontagu@smontagu.org
|
c2ac0f818a
|
Unit tests for bug 394239 (based on Martijn Wargers' testcase) and bug 392923
|
2007-09-07 00:17:23 -07:00 |
roc+@cs.cmu.edu
|
9d1799a58c
|
Bug 386807. Remove duplicate elements from the linebreak array textrun construction parameter. r=smontagu,a-M8=damon
|
2007-09-06 14:54:33 -07:00 |
roc+@cs.cmu.edu
|
d9ee339191
|
Bug 392435. Make ClearTextRun work no matter which frame of a continuation chain we call it on. r=smontagu,a=dbaron
|
2007-09-05 16:06:05 -07:00 |
roc+@cs.cmu.edu
|
002d8fe7b4
|
Bug 393923. Fix text-offset calculation for first-letter. r=smontagu,a=dbaron
|
2007-09-05 16:03:31 -07:00 |
roc+@cs.cmu.edu
|
f6e4d8e1c2
|
Bug 394510. Don't leak the hyphen textrun when we display a soft hyphen. r=smontagu
|
2007-09-05 15:59:44 -07:00 |
cbiesinger@gmx.at
|
493e169572
|
393845 Stop plugins from content instead of from layout. Also, reget the frame after stopping the plugin, as that may process events. Finally, make the object frame not touch member variables after stopping the plugin. r+sr=bz a=jst
|
2007-09-05 13:33:18 -07:00 |
jwalden@mit.edu
|
e574119f30
|
Bug 348748 - Cleanup from the handful of patches which have landed since the initial landing that have readded cast macros; I intend to remove the rest of the instances Very Soon, all but certainly before the M8 freeze, so the macro definitions can be removed, again all but certainly before the M8 freeze, if people are okay with them being removed. Still r=bsmedberg, a=no-functionality-change
|
2007-09-04 23:41:35 -07:00 |
smontagu@smontagu.org
|
5c87a41088
|
Unit test for bug 394173 based on Martijn Wargers' testcase
|
2007-09-04 12:48:24 -07:00 |
martijn.martijn@gmail.com
|
c39b456426
|
Bug 257938 - Should css scrollable areas without scrollbars be tabbable?, patch by Aaron Leventhal, r+sr+a=roc
|
2007-09-04 05:14:52 -07:00 |
roc+@cs.cmu.edu
|
3096a8ed68
|
Bug 389583. Floats fit if their bottom edge is equal to the available space bottom edge. r=eli,sr=mats,a=dbaron
|
2007-09-03 21:04:12 -07:00 |
roc+@cs.cmu.edu
|
61fc8340a0
|
Bug 391621. Remove unnecessary trimmed-space counting. r=smontagu,a=dbaron
|
2007-09-03 21:02:22 -07:00 |
smontagu@smontagu.org
|
f15950149d
|
Unit test for bug 389630 based on Jesse Ruderman's testcase
|
2007-09-03 09:59:44 -07:00 |
smontagu@smontagu.org
|
c7188bdf5c
|
Unit test for bug 385751 based on Martijn Wargers' testcase
|
2007-09-03 09:12:27 -07:00 |
masayuki@d-toybox.com
|
09bbf2b929
|
Bug 394109 Inconsistent text-decoration positioning. r+sr+a=roc
|
2007-09-03 08:27:26 -07:00 |
smontagu@smontagu.org
|
32debc5480
|
Unit test for bug 384527 based on Martijn Wargers' testcase
|
2007-09-03 08:22:42 -07:00 |
masayuki@d-toybox.com
|
8d58bb3b74
|
Oops, backing-out previous checked-in, because tinderbox has RED.
|
2007-09-03 04:03:49 -07:00 |
masayuki@d-toybox.com
|
a3584487f1
|
Bug 394109 Inconsistent text-decoration positioning. r+sr+a=roc
|
2007-09-03 04:01:48 -07:00 |
jruderman@hmc.edu
|
dca5af75d9
|
Add period at end of sentence. Comment-only change.
|
2007-09-03 02:51:52 -07:00 |
smontagu@smontagu.org
|
be4d03bd6a
|
Previous checkin was for bug 382422
|
2007-09-03 00:00:10 -07:00 |
smontagu@smontagu.org
|
11c84e0f9d
|
Bug 394222: Optimize calls to Bidi resolution. r=dbaron, sr+a=roc
|
2007-09-02 23:51:11 -07:00 |
martijn.martijn@gmail.com
|
e5e10767f9
|
Bug 92543 - BandRect.mFrames should be created as an nsAutoVoidArray, patch by Alfred Kayser, r+sr=roc, a=dbaron
|
2007-08-30 08:29:06 -07:00 |
roc+@cs.cmu.edu
|
e8b5cda925
|
Bug 389421. Rework word selection, in particular so that layout.word_select.stop_at_punctuation is applied to boundaries between punctuation and non-punctuation, and all Unicode punctuation is treated as punctuation.
|
2007-08-29 20:10:19 -07:00 |
smontagu@smontagu.org
|
7fb89aba09
|
Remove cruft from nsBidiPresUtils. Bug 393962, r+sr+a=roc
|
2007-08-29 02:19:16 -07:00 |
roc+@cs.cmu.edu
|
aab4ad8861
|
Bug 385426. Be careful about looking for a previous soft-hyphen when checking for hyphen breaks. r=smontagu
|
2007-08-29 02:11:39 -07:00 |
smontagu@smontagu.org
|
3c49418d6a
|
Null check after CheckLineOrder. Bug 388175, patch by Uri Bernstein <uriber@gmail.com>, r=me, sr+a=roc
|
2007-08-29 00:22:42 -07:00 |
gijskruitbosch@gmail.com
|
d349db09c7
|
Backing out fix for bug 92543 due to build bustage
|
2007-08-28 02:10:22 -07:00 |
gijskruitbosch@gmail.com
|
ffd18a993e
|
Bug 92543 - BandRect.mFrames should be created as an nsAutoVoidArray p=alfredkayser@nl.ibm.com (Alfred Kayser) r+sr=roc@ocallahan.org (Robert O'Callahan) a=dbaron@mozilla.com (David Baron)
|
2007-08-28 01:53:33 -07:00 |
sharparrow1@yahoo.com
|
b4892925e2
|
Bug 389224: Clipped objects are sometimes not fully redrawn after clipping. r+sr=roc, a=dbaron
|
2007-08-27 18:35:59 -07:00 |
smontagu@smontagu.org
|
5bd83d196e
|
Blow away text runs after Bidi resolution. Bug 382429, r+sr+a=roc
|
2007-08-26 10:20:28 -07:00 |
bzbarsky@mit.edu
|
9d83d9e503
|
Make line-height specified in ch units work. Bug 391909, r+sr+a+dbaron
|
2007-08-24 15:20:24 -07:00 |
surkov.alexander@gmail.com
|
14b325360e
|
Bug 371680 - expose nsIAccessibleText::scrollSubstringTo, r=aaronlev, roc, sr=roc, a=roc
|
2007-08-23 21:54:45 -07:00 |
mozilla@weilbacher.org
|
92f4344a10
|
Bug 385891: Removal of non-Cairo code from nsFrame.cpp and nsObjectFrame.cpp, p=alfredkayser, r/sr/a=dbaron
|
2007-08-23 17:13:43 -07:00 |
masayuki@d-toybox.com
|
5cf046b40d
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
roc+@cs.cmu.edu
|
a837a91d82
|
Bug 390050. Scan all blocks in a flow-chain, and their overflow lines, when iterating through lines to build text runs. r=smontagu,mats,sr=mats,a=bz
|
2007-08-22 02:08:13 -07:00 |
bzbarsky@mit.edu
|
31b3d24b9f
|
Make sure layout is up to date before moving the caret. Bug 375436 followup to fix orange, pending reviews from roc.
|
2007-08-21 22:13:24 -07:00 |
bzbarsky@mit.edu
|
6b0b848b3c
|
Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron
|
2007-08-21 19:57:06 -07:00 |