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 |
|
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 |
|
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 |
|
roc+%cs.cmu.edu
|
1621ac24bd
|
Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs
|
2006-06-26 22:18:23 +00:00 |
|
dveditz%cruzio.com
|
506140bd0c
|
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
|
2006-06-22 19:07:30 +00:00 |
|
uriber%gmail.com
|
ab53025882
|
Bug 328168: Horizontal paddings, borders and margins on multi-frame bidi inlines appear in the wrong places. Patch by Haamed Gheibi <gheibi@gmail.com>. r=roc+uriber, sr=roc.
|
2006-06-15 08:16:23 +00:00 |
|
roc+%cs.cmu.edu
|
dffcabfea0
|
Bug 338251. Create safe wrappers for gfx text functions and use them. r=smontagu,sr=rbs
|
2006-06-09 03:29:32 +00:00 |
|
uriber%gmail.com
|
6e1f1e3dfc
|
Allow searching a line for a frame starting from a given point, to improve performance of forward-moving searches. Used in bidi resolution. bug=339935, r+sr=roc
|
2006-06-08 08:41:51 +00:00 |
|
uriber%gmail.com
|
587b8172c5
|
Bug 339699: Reduce number of calls to nsLineBox::Contains from nsBidiPresUtils::Resolve. r+sr=bzbarsky
|
2006-05-31 10:21:34 +00:00 |
|
uriber%gmail.com
|
e44c4e92b0
|
Set NS_FRAME_IS_BIDI on skipped fluid continuations. bug=333433 r=smontagu sr=bzbarsky
|
2006-04-10 17:05:01 +00:00 |
|
roc+%cs.cmu.edu
|
a7f03736a9
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
roc+%cs.cmu.edu
|
0a10a79f62
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
|
uriber%gmail.com
|
7d6d83cbd0
|
Mark lines for which bidi continuations were created or removed dirty, instead of marking everything dirty when continuations removed. bug=330373 r=roc sr=bzbarsky
|
2006-03-15 20:52:02 +00:00 |
|
pavlov%pavlov.net
|
131e8794e2
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
roc+%cs.cmu.edu
|
557b089a47
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
uriber%gmail.com
|
0f22e434f2
|
In EnsureBidiContinuation, leave fluid continuations alone, and only re-use non-fluid continuations as bidi continuations. bug=329878 r=smontagu sr=bzbarsky
|
2006-03-12 22:09:28 +00:00 |
|
uriber%gmail.com
|
4e6f48134e
|
Set bidi attributes on frames being converted to in-flows in nsBidiPresUtils::RemoveBidiContinuation(). bug=330269 r=smontagu sr=bzbarsky
|
2006-03-12 21:58:47 +00:00 |
|
uriber%gmail.com
|
8f61b4a3b6
|
Attempt to fix WINNT bustage from previous check-in
|
2006-03-12 10:18:17 +00:00 |
|
uriber%gmail.com
|
1003ca6dd4
|
Do away with geometry in nsFrameList::GetPrev[Next]VisualFor() and nsLineIterator::CheckLineOrder(). Instead use new helper methods in nsBidiPresUtils for determining visual order of the top level of frames in a line. bug=303884 r=smontagu sr=roc
|
2006-03-12 09:49:48 +00:00 |
|
uriber%gmail.com
|
9c92bb8ecc
|
Reparent views when splitting inline ancestors. bug=329762 r+sr=bzbarsky
|
2006-03-08 18:12:07 +00:00 |
|
uriber%gmail.com
|
01ef33157a
|
Change RemoveBidiContinuation() to convert bidi continuations into in-flows instead of actually remove them, in attempt to impreove performance. bug=319930 r=smontagu sr=bzbarsky
|
2006-03-08 09:02:42 +00:00 |
|
uriber%gmail.com
|
c7032d59bb
|
Bug 299065: Bidi resolution needs to split inlines in addition to text frames. r+sr=dbaron
|
2006-02-21 21:33:47 +00:00 |
|
bmlk%gmx.de
|
4bb63a9880
|
don't allocate nsDirectionalFrame on heap, bug 315321 patch by Marc Liddell r=roc sr=dbaron
|
2005-12-03 15:44:43 +00:00 |
|
roc+%cs.cmu.edu
|
520b30a7f7
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
|
smontagu%smontagu.org
|
104736b6e2
|
Move the workaround for Windows displaying right-to-left presentation forms as left-to-right into Windows-specific code. Bug 204272, r+sr=rbs, a=chofmann
|
2005-06-23 08:03:24 +00:00 |
|
bzbarsky%mit.edu
|
54d585f2af
|
Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land. Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
|
2005-02-07 01:58:25 +00:00 |
|
smontagu%smontagu.org
|
516f51c581
|
Right-to-left text is sometimes reversed when changing text size. Bug 248447, patch by Lina Kemmel <lkemmel@il.ibm.com>, r=me, sr=dbaron.
|
2005-01-25 13:37:28 +00:00 |
|
bugzilla%arlen.demon.co.uk
|
e88339585d
|
Bug 162081 Wrong letter is underlined as accesskey / mnemonic when widget direction is RTL
p=mozilla-bugzilla@future.shiny.co.il r/sr=bzbarsky
|
2004-10-29 12:28:19 +00:00 |
|
roc+%cs.cmu.edu
|
44a2fd5b52
|
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
|
2004-09-14 02:28:03 +00:00 |
|
bryner%brianryner.com
|
b88692c5a1
|
Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-24 18:50:29 +00:00 |
|
bryner%brianryner.com
|
0c08074b27
|
Backing out 253888 again due to Tp regression plus another problem I noticed (frame properties not getting destroyed on frame destruction)
|
2004-08-22 07:10:50 +00:00 |
|
bryner%brianryner.com
|
d86c91ac3a
|
Second try at landing support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-22 04:58:44 +00:00 |
|
bryner%brianryner.com
|
8c24cc7e63
|
Backing out bug 253888 until I can figure out how to fix the crash
|
2004-08-21 06:27:54 +00:00 |
|
bryner%brianryner.com
|
11d98b36e5
|
Refactor the frame property code and use it for supporting properties on dom elements. Bug 253888, r=jst, sr=dbaron.
|
2004-08-21 05:09:50 +00:00 |
|
bryner%brianryner.com
|
5c02a6978c
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
|
bryner%brianryner.com
|
0fd21c3872
|
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
|
2004-07-29 19:41:39 +00:00 |
|
smontagu%smontagu.org
|
308ac70131
|
Display subruns in a right-to-left text run in the correct order in XUL text. Bug 248029, r+sr=roc
|
2004-07-07 06:49:10 +00:00 |
|
smontagu%smontagu.org
|
82d48e1672
|
DeCOMtaminate nsIFrame Set/GetProperty and merge Set/GetBidiProperty with it. Bug 117751, r+sr=roc
|
2004-06-01 06:20:16 +00:00 |
|
smontagu%smontagu.org
|
781e83e333
|
Update bidi data tables to Unicode 4.0.1 and add surrogate handling. Bug 240943, r=jshin, sr=rbs.
|
2004-05-18 11:01:49 +00:00 |
|
jst%mozilla.jstenback.com
|
99e02e5aa3
|
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
|
2004-05-07 20:55:17 +00:00 |
|
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
darin%meer.net
|
c380c59f65
|
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
|
2004-02-28 22:34:07 +00:00 |
|
bryner%brianryner.com
|
225298a99e
|
Get rid of nsIFrameManager abstract interface to the frame manager. Bug 233972, r+sr=roc.
|
2004-02-23 21:29:06 +00:00 |
|
bryner%brianryner.com
|
5f7a8b383e
|
Inline boolean getters and setters on nsIPresContext, and change the storage to a bitfield. Bug 229371, r+sr=roc.
|
2004-02-20 17:49:01 +00:00 |
|
roc+%cs.cmu.edu
|
e7f165c614
|
Bug 190735. deCOMtaminate nsIFrame::FirstChild and nsIFrame::GetAdditionalChildListName. r+sr=bz
|
2004-01-09 14:20:53 +00:00 |
|
bryner%brianryner.com
|
dfe3513814
|
Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky.
|
2003-12-21 05:36:36 +00:00 |
|
uid502
|
d81619b4fa
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
|
smontagu%netscape.com
|
573892c784
|
Use a hashtable instead of searching an array, to make RemoveBidiContinuation() not be O(n^2). Bug 212827, r+sr=bzbarsky.
|
2003-07-24 18:33:50 +00:00 |
|
roc+%cs.cmu.edu
|
e324543a75
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-02 10:30:00 +00:00 |
|
dbaron%dbaron.org
|
75ff60c62f
|
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
|
2003-05-15 03:42:21 +00:00 |
|