Simon Montagu
|
a53c346706
|
Mark the reftest random (apparently the same failure as the other soft-hyphens tests)
|
2008-07-16 15:34:26 +03:00 |
|
John Daniels
|
b006229ae6
|
Bug 419532 – deCOMtaminate nsICaret. r+sr=roc
|
2008-07-16 12:52:01 +02:00 |
|
Simon Montagu
|
d9ca6a1ef7
|
Fix for reftest for bug 444656
|
2008-07-16 12:52:20 +03:00 |
|
Simon Montagu
|
b19c640964
|
Position soft hyphens correctly in right-to-left text. Bug 444656, r+sr=roc
|
2008-07-16 11:43:39 +03:00 |
|
Nick Thomas
|
3cfe0e4c1a
|
Bug 443090 - Unify unittest failures (reftest part) p=ted.mielczarek, r=dbaron
|
2008-07-16 17:47:12 +12:00 |
|
Doug Turner
|
0bc426ad4b
|
Inital geolocation implementation. bug=437948, r/sr=jst
|
2008-07-15 16:37:48 -07:00 |
|
Andrew Smith
|
c40e2df65e
|
Add comment about running reftests in an non-DEBUG build. (Bug 378217) r=dbaron
|
2008-07-15 14:49:15 -07:00 |
|
Zack Weinberg
|
28a8588125
|
Remove eStyleUnit_Chars and the special cases for it throughout layout, and make ch units go through the normal eStyleUnit_Coord cases. (Bug 363706) r+sr=dbaron
|
2008-07-15 14:31:36 -07:00 |
|
Zack Weinberg
|
947cb5c85f
|
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron
|
2008-07-15 14:31:36 -07:00 |
|
L. David Baron
|
d5917519f0
|
Make less restrictive assumptions about how big a 'ch' unit is relative to the line-height (assuming 4ch greater than the line height, rather than assuming 2ch is). (Bug 363706)
|
2008-07-15 14:31:36 -07:00 |
|
Robert O'Callahan
|
52a3575d40
|
Bug 445268. Initialize gfxRect to empty, it doesn't do it automatically. Should fix regression from bug 416305. r=longsonr,sr=mats
|
2008-07-15 20:49:42 +12:00 |
|
Robert O'Callahan
|
b2bdb8ad76
|
Bug 445081. Refactor code to use ComputeNormalizedHypotenuse ... relanding with a fix so that we don't lose precision and break SVG text mochitests. r=longsonr,sr=mats
|
2008-07-15 20:46:54 +12:00 |
|
Robert O'Callahan
|
e12228f1e0
|
Disabling feGaussianBlur-3.svg for investigation
|
2008-07-15 17:54:58 +12:00 |
|
Robert O'Callahan
|
d04ae0b69a
|
Backing out changeset 4624fef36355 (bug 445081) due to test failures on Windows and Mac
|
2008-07-15 16:36:19 +12:00 |
|
Robert O'Callahan
|
18cf5a8e13
|
Backing out changeset 6c8c95fcaf9b (bug 445079) due to test failure on Windows
|
2008-07-15 16:35:37 +12:00 |
|
Robert O'Callahan
|
cd5779708c
|
Bug 445079. Make filters and patterns use an offscreen surface with the ability to create an nsIRenderingContext wrapper as needed, so foreignObject works in those contexts. r=longsonr,sr=mats
|
2008-07-15 15:16:43 +12:00 |
|
Robert O'Callahan
|
e917dc809f
|
Bug 445081. Factor out code to create nsSVGUtils::ComputeNormalizedHypotenuse. r=longsonr,sr=mats
|
2008-07-15 15:12:40 +12:00 |
|
Robert O'Callahan
|
92ef9ab20a
|
Bug 418201. Restrict filter processing to the dirty area. r=longsonr,sr=mats
|
2008-07-15 15:08:47 +12:00 |
|
Michael Ventnor
|
c69e8e2711
|
Bug 444925 – Crash [@ nsContextBoxBlur::BoxBlurHorizontal] with mathml:munderover and text-shadow. r+sr=roc
|
2008-07-14 12:35:15 +02:00 |
|
Robert O'Callahan
|
68cb1172e1
|
Bug 416305. Part 2: Introduce image flag to indicate that all the color channel values are equal, set it for source-alpha images, and optimize Gaussian blur when the color channel values are known to be all-zero. r=longsonr,sr=mats
|
2008-07-14 14:49:07 +12:00 |
|
Robert O'Callahan
|
9a207f4deb
|
Bug 416305. Part 1, fixing missing file bustage
|
2008-07-14 13:31:34 +12:00 |
|
Robert O'Callahan
|
634a8a2e01
|
Bug 416305. Part 1: restructure SVG filters to remove the image dictionary and pass Image objects along edges of the filter primtive graph; filter primitive analysis and coordination is moved to nsSVGFilterInstance. r=longsonr,sr=mats
|
2008-07-14 13:21:25 +12:00 |
|
L. David Baron
|
b5fc0b40d0
|
Skip test for 439184 since it "times out".
|
2008-07-13 15:56:51 -07:00 |
|
Robert O'Callahan
|
7644127121
|
Bug 444688. Use an IsFrameOfType check instead of a frame state bit to detect whether a frame excludes ignorable whitespace children. r+sr=dbaronlayout
|
2008-07-14 10:41:18 +12:00 |
|
Robert O'Callahan
|
c942a1b54e
|
Bug 444692. Windowless plugin frames should use frame invalidation so that generic invalidation hooks work. r+sr=dbaron
|
2008-07-14 10:23:04 +12:00 |
|
Robert O'Callahan
|
626428f7fa
|
Bug 444690. Scrollframes should call the superclass InvalidateInternal so that generic invalidation hooks work. r+sr=dbaron
|
2008-07-14 10:21:11 +12:00 |
|
Karuna (karunasagark@gmail.com)
|
0eb449dd2a
|
Bug 409331. Instead of QIing to nsBlockFrame in various places, call an nsLayoutUtils method to do it. r+sr=roc
|
2008-07-14 10:10:23 +12:00 |
|
Robert O'Callahan
|
9619dadcbe
|
Bug 367246. When the scrolled frame's width exceeds its available width (because its padding alone is greater than the available width) and the direction is RTL, the scrolled frame should be positioned with its right edge at the right edge of the scrollport. r+sr=dbaron
|
2008-07-14 09:50:35 +12:00 |
|
L. David Baron
|
875c148d37
|
Avoid stack overflow by not using recursion to add the important rules. (Bug 439184.) r+sr=bzbarsky
|
2008-07-13 13:57:38 -07:00 |
|
L. David Baron
|
bb92a0b039
|
Make rule node children destruction happen in a queue from the root rule node (or root of the subtree being destroyed) rather than using recursion. (Bug 439184.) r+sr=bzbarsky
|
2008-07-13 13:57:38 -07:00 |
|
L. David Baron
|
f43140a296
|
Replace nsRuleList with a next sibling pointer on the rule node itself (saving one word in the normal linked list case, and wasting one in the hash table case). (Bug 439184.) r+sr=bzbarsky
|
2008-07-13 13:57:38 -07:00 |
|
L. David Baron
|
3b1ac9f515
|
Avoid stack overflow by not using recursion to add the important rules. (Bug 439184.) r=fantasai sr=bzbarsky
|
2008-07-13 13:57:38 -07:00 |
|
Robert Longson
|
e99311aec3
|
Bug 409383 - Enable reftests for dynamic changes to switch children. r=jwatt,sr=roc
|
2008-07-13 16:09:37 +01:00 |
|
Robert Longson
|
4f5be1e4c9
|
Bug 409383 - Make dynamic changes to switch children work and fix transient switch errors. r=jwatt,sr=roc
|
2008-07-13 12:30:48 +01:00 |
|
Sylvain Pasche
|
d182915ca2
|
Bug 438679 – Remove some duplicate reftest manifest entries. r=dbaron
|
2008-07-12 12:49:58 +02:00 |
|
Reed Loden
|
c7efe0896a
|
Branch merge for bug 441169, bug 22310, bug 430219, bug 443095, bug 443096, bug 441703, and bug 441360.
|
2008-07-12 05:33:29 -05:00 |
|
Martijn Wargers [mw22]
|
4f7a243307
|
Bug 441703 - "direction attribute of marquee should be case-insensitive (for selector matching)" [r+sr=dbaron]
|
2008-07-12 05:30:39 -05:00 |
|
Matthew Gregan ext:(%20and%20Shane%20Blackett%20%3Cshane%40blackett.co.nz%3E)
|
1204665939
|
Bug 430219 - "Crash when FF3 on OS X is Quit if page contains multiple plugins" [r+sr=jst]
|
2008-07-12 05:28:50 -05:00 |
|
Andrzej Zaborowski
|
f0b8914349
|
Remove unimplemented DumpContentToPPM() member (bug 379015 leftover). r+sr=roc
|
2008-07-12 12:21:38 +02:00 |
|
arno
|
b979d8a432
|
Bug 423802 - "xulrunner.exe crashes when a specially crafted grid control is used" (crashtest) [r=dbaron]
|
2008-07-12 05:12:56 -05:00 |
|
neil@parkwaycc.co.uk
|
64491786fd
|
Bug 444466 – Crash [@ nsTextControlFrame::PreDestroy()], r+sr=bz
|
2008-07-12 11:26:40 +02:00 |
|
Michael Ventnor
|
6317647cd2
|
Bug 444237 - "Crash with -moz-box-shadow: -moz-initial on input" [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=dbaron]
|
2008-07-12 03:52:32 -05:00 |
|
Doug Turner
|
923155fea4
|
Backed out changeset 27942c109154
unit test seg fault at shutdown.
|
2008-07-11 22:25:02 -07:00 |
|
Doug Turner
|
8654151fdb
|
Initial implementation of Gelocation. Bug 437948. Relanded after fixing memory leaks
|
2008-07-11 18:35:03 -07:00 |
|
Boris Zbarsky
|
19817e240e
|
Bug 444838. Correctly stringify all tokens instead of asserting on some. r+sr=dbaron
|
2008-07-11 18:49:46 -04:00 |
|
Boris Zbarsky
|
55adc41c99
|
Bug 431770. Make sure to start/end a frame constructor update when reconstructing frames. r+sr=dbaron
|
2008-07-11 17:15:11 -04:00 |
|
Boris Zbarsky
|
8d14173742
|
Bug 433374. Fix bogus assert. r+sr=dbaron
|
2008-07-11 17:13:01 -04:00 |
|
Boris Zbarsky
|
3c8f942b1d
|
Make sure to not call Pushback(-1) on EOF error conditions. Bug 422868, r+sr=dbaron
|
2008-07-11 17:02:16 -04:00 |
|
Boris Zbarsky
|
4d981f8c1d
|
:root should only match the documentElement, not random nodes in
disconnected fragments. Bug 422868, r+sr=dbaron
|
2008-07-11 17:01:22 -04:00 |
|
Daniel Holbert
|
192f557403
|
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
|
2008-07-11 11:54:06 -07:00 |
|
Ryan A. C
|
496f972497
|
Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc
|
2008-07-11 20:34:53 +02:00 |
|
Ryan A. C
|
08f210332e
|
Backed out changeset 9718a9421ee3
|
2008-07-11 16:30:30 +02:00 |
|
Ryan A. C
|
999c32a6ee
|
Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc
|
2008-07-11 16:23:26 +02:00 |
|
Doug Turner
|
27665b6320
|
it seems we are leaking on the RLk test.
Backed out changeset ebfc2ad982f4
|
2008-07-10 23:38:35 -07:00 |
|
Doug Turner
|
2c9aa5ab5a
|
Relanding 437948. Geolocation. Fixed memory leak. r=jst.
|
2008-07-10 22:48:16 -07:00 |
|
Benjamin Smedberg
|
e19bc972ce
|
Backed out changeset e5014dc700ad - appears to cause unit test failures in test_419731.js (windows) or focus issues (mac) but that could just be test wonkiness, but this appeared right after this commit and was mostly green before.
|
2008-07-10 09:36:24 -04:00 |
|
Doug Turner
|
0c9d49d4cc
|
bug 437948. inital implementation of gelocation. roughly following http://dev.w3.org/geo/api/spec-source.html. r+sr=jst
|
2008-07-09 20:43:38 -07:00 |
|
Mats Palmgren
|
2c04f20658
|
Fix and re-enable reftest for bug 433700.
|
2008-07-09 22:25:29 +02:00 |
|
Mats Palmgren
|
c9d01f8789
|
Temporarily disable reftest for bug 433700 since it fails on qm-win2k3-03.
|
2008-07-09 19:19:37 +02:00 |
|
Mats Palmgren
|
83e83087ed
|
Reftest for bug 433700.
|
2008-07-09 17:43:52 +02:00 |
|
Mats Palmgren
|
86d4cc0003
|
Use the post-reflow GetUsedMargin() value when placing the legend. b=433700 r+sr=dbaron
|
2008-07-09 17:42:44 +02:00 |
|
Robert O'Callahan
|
3bf0cde6fb
|
Fixing bustage
|
2008-07-09 20:56:02 +12:00 |
|
Masayuki Nakano
|
ce894b1162
|
Bug 442554 layout.word_select.eat_space_to_next_word should not change word selection method r+sr=roc
|
2008-07-09 17:32:24 +09:00 |
|
Chris Double
|
91826e2fd0
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
L. David Baron
|
753ca462de
|
Add reftest for the nesting case in bug 424236.
|
2008-07-08 13:46:56 -07:00 |
|
Mats Palmgren
|
23da00893f
|
Always paint text-decoration:blink in non-dynamic (print/preview) contexts. b=153092 r+sr=roc
|
2008-07-08 18:18:32 +02:00 |
|
Michael Ventnor
|
20e2b7315c
|
Bug 439343 - "Crash [@ _moz_cairo_surface_set_device_offset ] with text-shadow, large text-indent, font-size and letter-spacing" [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=roc]
|
2008-07-08 00:43:00 -05:00 |
|
Karl Tomlinson
|
ccb2fa8327
|
Bug 435764 – crash [@ cairo_draw_with_xlib] painting windowless plugins.
Move ws_info set-up from nsObjectFrame::CallSetWindow().
Provide gfxXlibNativeRenderer::NativeDraw with Screen and Colormap.
r+sr=roc
|
2008-07-08 14:15:40 +12:00 |
|
Reed Loden
|
0dd654f8f8
|
Alphabetize layout/reftests/reftest.list and add box-shadow's reftest.list. [p=reed r+sr=roc]
|
2008-07-07 20:33:21 -05:00 |
|
Michael Ventnor
|
fe63c6e507
|
Bug 212633 - "Add support for CSS3 box-shadow" (reftests) [p=ventnor.bugzilla@gmail.com (Michael Ventnor)]
|
2008-07-07 19:58:37 -05:00 |
|
Michael Ventnor
|
77451fb4e4
|
Bug 212633 - "Add support for CSS3 box-shadow" (rendering support) [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=roc]
|
2008-07-07 19:57:47 -05:00 |
|
Michael Ventnor
|
b3e218a0a8
|
Bug 212633 - "Add support for CSS3 box-shadow" (parsing support) [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=dbaron]
|
2008-07-07 19:56:52 -05:00 |
|
Mats Palmgren
|
0b959cc689
|
Annotate the out param with [shared] and add a comment about it. b=434429 r+sr=bzbarsky
|
2008-07-08 02:23:04 +02:00 |
|
Karl Tomlinson
|
82b3875822
|
missed &s in 15688:953a299d8c32 b=430450
|
2008-07-07 16:15:07 +12:00 |
|
Karl Tomlinson
|
3d37691d24
|
Correct variable names from 15688:953a299d8c32 b=430450
|
2008-07-07 15:46:50 +12:00 |
|
Karl Tomlinson
|
b325dae480
|
Bug 430450 – vertical stripes in windowless plugins.
Snap to pixels and round dirty rect out. r+sr=roc
|
2008-07-07 14:49:38 +12:00 |
|
Karl Tomlinson
|
6f63d6521a
|
Add nsPresContext::AppUnitsToGfxUnits(const nsRect&)
b=430450 r+sr=roc
|
2008-07-07 14:28:24 +12:00 |
|
Jesse Ruderman
|
d2e279ea0a
|
Turn "running past end" assertions in nsLineBox.h into aborts (bug 443529). r+sr=dbaron.
|
2008-07-05 18:11:12 -07:00 |
|
Daniel Holbert
|
4b5c0b5b3f
|
comment-only typo fix: delcaration -> declaration
|
2008-07-03 14:28:39 -07:00 |
|
Masayuki Nakano
|
f1cf303d4c
|
Bug 436356 Bullet lists does not display correctly, works in FF 2 p=Atsushi Sakai, r+sr=roc
|
2008-07-03 14:49:24 +09:00 |
|
Simon Montagu
|
ea890e880c
|
Make :first-letter include following punctuation but not first letters that are neither letters nor digits. Bug 399941, r+sr=roc
--HG--
rename : layout/generic/punct_marks.ccmap => layout/generic/punct_marks.x-ccmap
|
2008-07-02 19:28:43 +03:00 |
|
L. David Baron
|
125a18e0a9
|
Back out 0b1995eab10f due to mochitest failures on at least Windows. (Bug 363706)
|
2008-07-01 22:01:10 -07:00 |
|
Zack Weinberg
|
0cb6b35cce
|
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron
|
2008-07-01 20:24:36 -07:00 |
|
Johnny Stenback
|
a2b4d665f6
|
Better handling of overflowing integer values. r+sr=roc@ocallahan.org, a=beltzner@mozilla.com
|
2008-07-01 15:46:12 -07:00 |
|
Benjamin Smedberg
|
556cf36dc9
|
Bug 442729 - Annotate stack-only classes in layout, r+sr=roc
|
2008-07-01 15:16:45 -04:00 |
|
Benjamin Smedberg
|
884ca0dcae
|
Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst
|
2008-06-30 21:03:50 -04:00 |
|
Daniel Holbert
|
38e0248c78
|
bug 433373 - Fix clipping region when printing selections that start later in document (taking page-scaling into account). r+sr=roc
|
2008-06-30 13:46:23 -07:00 |
|
Johnny Stenback
|
8e132b5c6f
|
Fixing bug 421833. Deal better with plugin frames going away while initializing a plugin. r+sr=jonas@sicking.cc
|
2008-06-27 12:37:21 -07:00 |
|
Ben Turner
|
fee386e2e0
|
Bug 435122 - "Use TraceMalloc to get stack traces of potential deadlocks". r=bsmedberg+dbaron.
|
2008-06-26 10:12:42 -07:00 |
|
Robert O'Callahan
|
8df896f622
|
Bug 344258. Make <use> honour changes to the ID-to-element map. r=longsonr,sr=mats
|
2008-06-26 10:41:04 +12:00 |
|
Simon Montagu
|
f5c57c867f
|
Reftest for bug 109735
|
2008-06-25 02:41:26 -07:00 |
|
Daniel Holbert
|
d132705203
|
Merge after backout of changeset 5bffc31ff797.
|
2008-06-24 11:54:22 -07:00 |
|
Daniel Holbert
|
6310c10f4d
|
Backed out changeset 5bffc31ff797 (bug 433373) -- first attempt didn't handle page scaling correctly.
|
2008-06-24 11:53:27 -07:00 |
|
Daniel Holbert
|
61e75a43be
|
bug 433284 - Needed to reposition child views after sliding container frame during print-selection. r+sr=roc
|
2008-06-24 09:30:55 -07:00 |
|
Daniel Holbert
|
a55565f501
|
bug 433373 - Fix clipping region when printing selections that start later in document. r+sr=roc
|
2008-06-24 09:29:52 -07:00 |
|
Michael Ventnor
|
c6a1fd787c
|
Bug 118308, NS_THEME_TEXTFIELD_CARET implementation (GTK), r+sr=roc
|
2008-06-23 11:50:52 +03:00 |
|
Michael Ventnor
|
95215d2e79
|
Bug 440112, Form elements are not hidden behind overlapping parent with overflow:hidden, r+sr=roc
|
2008-06-23 11:30:07 +03:00 |
|
Robert O'Callahan
|
cc0cfcf8e7
|
Mark reftest as passing
|
2008-06-23 14:41:21 +12:00 |
|
Robert O'Callahan
|
0084a0efef
|
Bug 438981. The canonical 'body element' must be the first 'body' child.
|
2008-06-23 10:38:29 +12:00 |
|
Robert Longson
|
fd21ff735e
|
Bug 438867 - rftest for SVG not rendered after html hr element.
|
2008-06-22 17:22:07 +01:00 |
|
Robert Longson
|
2411ee6bc2
|
Bug 438867 - SVG not rendered after html hr element. r+sr=roc
|
2008-06-22 16:59:48 +01:00 |
|
Robert Longson
|
7eb028aa39
|
Bug 434041 - text outline does not change thickness on zoom
|
2008-06-22 16:45:38 +01:00 |
|
Mats Palmgren
|
bd4639345b
|
Take left border+padding into account when calculating distance from block edge for TAB. b=430926 r+sr=roc
|
2008-06-20 06:39:56 +02:00 |
|
Mats Palmgren
|
2b1bc4f9bd
|
Crash test for bug 431738 by Jesse Ruderman<jruderman@gmail.com>.
|
2008-06-20 06:09:51 +02:00 |
|
Mats Palmgren
|
94ab636419
|
Protect against div-by-zero when mRowHeight is zero. b=431738 r+sr=roc
|
2008-06-20 06:07:37 +02:00 |
|
Mats Palmgren
|
1d4c11297c
|
Use async Invalidate() to avoid crashing. b=435422 r+sr=roc
|
2008-06-20 04:47:59 +02:00 |
|
Mats Palmgren
|
dbec8fafc5
|
Make the test work also with desktop theme where background color for text widgets is not white. b=435048 r=karlt
|
2008-06-20 02:45:05 +02:00 |
|
Simon Montagu
|
c7aa8e5f41
|
reftest for bug 439910
|
2008-06-19 12:36:42 +03:00 |
|
L. David Baron
|
68f55f2bd3
|
Mark reftest added for bug 363706 as failing.
|
2008-06-17 16:11:45 -07:00 |
|
L. David Baron
|
46dcb61ccc
|
Merge backout of f6b609b0af6e (bug 363706).
|
2008-06-17 16:11:17 -07:00 |
|
L. David Baron
|
a6eaf5d9f2
|
Backed out changeset f6b609b0af6e
|
2008-06-17 16:10:53 -07:00 |
|
L. David Baron
|
cc70fa1507
|
Merge backout of 68362ba98c23 (bug 363706).
|
2008-06-17 16:10:41 -07:00 |
|
L. David Baron
|
ce70fd85a1
|
Backed out changeset 68362ba98c23
|
2008-06-17 16:10:17 -07:00 |
|
Eric Butler
|
4d58741bd6
|
Fix crashes when using text API on a canvas context whose element doesn't have a frame, and update handling of that case to match the spec. (Bug 438695) r+sr=dbaron
|
2008-06-17 14:37:57 -07:00 |
|
Zack Weinberg
|
5a32b9d546
|
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units. (Bug 363706) r=roc sr=dbaron
|
2008-06-17 14:37:56 -07:00 |
|
Zack Weinberg
|
cb1ef6b4d3
|
Remove eStyleUnit_Chars and the special cases for it throughout layout, and make ch units go through the normal eStyleUnit_Coord cases. (Bug 363706) r+sr=dbaron
|
2008-06-17 14:37:56 -07:00 |
|
L. David Baron
|
f74134beca
|
Add basic test for bug 363706.
|
2008-06-17 14:37:56 -07:00 |
|
Robert O'Callahan
|
3dff3690a9
|
Fixing testcase
|
2008-06-17 13:04:18 +12:00 |
|
Robert O'Callahan
|
fae2cd25c6
|
Backing out bug 421436 due to regression bug 439462
|
2008-06-17 10:39:30 +12:00 |
|
Simon Montagu
|
9faa7d6380
|
Remove unnecessary argument from SetBidiEnabled. Bug 435856, r+sr=roc
|
2008-06-16 02:28:17 -07:00 |
|
roc@meekness
|
c4e03e3bfa
|
Automated merge with ssh://hg.mozilla.org/mozilla-central
|
2008-06-16 13:37:36 +12:00 |
|
Arpad Borsos
|
262814234f
|
Bug 407616. Clean up nsResizerFrame and add tests. r+sr=roc
|
2008-06-16 13:36:28 +12:00 |
|
Kai Liu
|
42b61613c3
|
Bug 422607: avoid unneeded pixel/twip conversions to fix bookmarks menu aligment issues, r=enndeakin, sr=roc
|
2008-06-15 21:26:41 -04:00 |
|
Simon Montagu
|
61f5947d2c
|
Bug 435856: Bidi processing disabled after printing. r+sr=roc
|
2008-06-14 23:56:04 -07:00 |
|
Simon Montagu
|
01661c620a
|
imported patch 435856
|
2008-06-14 23:51:00 -07:00 |
|
Robert Longson
|
6453026467
|
Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). r+sr=roc
|
2008-06-14 21:01:02 +12:00 |
|
Robert O'Callahan
|
1fb32e25c0
|
Bug 421436. Remove hack that gives <br> 1-appunit width in standards mode; it's no longer necessary and it can cause subtle bugs. r+sr=dbaron
|
2008-06-14 20:48:07 +12:00 |
|
Robert O'Callahan
|
2fbc888fb7
|
Bug 438997. DoApplyRenderingChangeToTree should not invalidate SVG frames. r+sr=dbaron.
|
2008-06-14 20:29:41 +12:00 |
|
Robert O'Callahan
|
1b6c71eabf
|
Bug 439004. Check whether there's logically empty content already placed on the line instead of just checking whether the line has advanced horizontally. r+sr=dbaron.
|
2008-06-14 20:28:07 +12:00 |
|
Arpad Borsos
|
df0a0e74f7
|
Bug 416509. Don't cache 'repeat' attribute in nsAutoRepeatBoxFrame, simplifies code. r+sr=roc.
|
2008-06-13 10:09:28 +12:00 |
|
Michael Ventnor
|
129d4dc805
|
Implement text-shadow rendering (bug 10713). r+sr=roc. Relanding with fixes to make tests pass on Mac
|
2008-06-13 10:02:32 +12:00 |
|
Robert O'Callahan
|
9a6f32a0b9
|
Backing out text-shadow due to Mac issues
|
2008-06-12 17:40:56 +12:00 |
|
Robert O'Callahan
|
8247fbc931
|
Backing out text-shadow due to Mac issues
|
2008-06-12 17:33:08 +12:00 |
|
Robert O'Callahan
|
42904fb3e3
|
Backing out text-shadow due to Mac issues
|
2008-06-12 17:32:31 +12:00 |
|
L. David Baron
|
c23d01eee4
|
Add some reftests for z-ordering of text-decorations.
|
2008-06-11 21:54:13 -07:00 |
|
Michael Ventnor
|
5217b0efd3
|
text-shadow tests (bug 10713)
|
2008-06-12 14:39:36 +12:00 |
|
Michael Ventnor
|
159e13c0ea
|
Implement text-shadow rendering.
|
2008-06-12 14:34:40 +12:00 |
|
Robert O'Callahan
|
a833e234f1
|
Bug 402509. Simplify Thebes-using logic in nsDisplayOpacity::Paint. r+sr=vlad
|
2008-06-11 12:37:11 +12:00 |
|
Elika J. Etemad (fantasai) ext:(%2C%20Michael%20Ventnor%20%3Cventnor.bugzilla%40yahoo.com.au%3E)
|
940a66474d
|
Make empty string in ^= $= *= attribute selectors match nothing (and check for ~= although it already works). (Bug 420245) r+sr=dbaron (tests)
|
2008-06-10 17:27:00 -07:00 |
|
Michael Ventnor
|
98d23dbe11
|
Make empty string in ^= $= *= attribute selectors match nothing (and check for ~= although it already works). (Bug 420245) r+sr=dbaron
|
2008-06-10 17:27:00 -07:00 |
|
L. David Baron
|
6bcc3a9a1f
|
Count U+000C as a whitespace character for separating class attributes. (Bug 437915) r=bzbarsky sr=sicking
|
2008-06-10 17:27:00 -07:00 |
|
L. David Baron
|
f86da081cc
|
Don't restyle slow selectors for changes to native anonymous content. (Bug 436453) r+sr=bzbarsky
|
2008-06-10 17:26:59 -07:00 |
|
Robert O'Callahan
|
4188aa979e
|
Allow floats to be placed on the current line even after nonzero-width inline content has been placed. Fixes an Acid3 layout bug. r+sr=dbaron
|
2008-06-11 11:53:22 +12:00 |
|
Robert O'Callahan
|
3b0423c3b4
|
Remove unused virtual functions. r+sr=tor
|
2008-06-11 11:50:49 +12:00 |
|
Eric Butler
|
be40edd6c9
|
Canvas text spec implementation (bug 436904)
|
2008-06-10 16:16:59 -07:00 |
|
L. David Baron
|
f4b0e442f4
|
Make top and bottom values of vertical-align align the subtree rather than the element itself. (Bug 118501) r+sr=roc
|
2008-06-06 09:26:58 -07:00 |
|
L. David Baron
|
305731053a
|
Use PlaceTopBottomFrames for the children of the root span, too. (Bug 118501) r+sr=roc
|
2008-06-06 09:26:58 -07:00 |
|
L. David Baron
|
851aa08808
|
Don't make our anonymous blocks that wrap blocks inside inlines be containing blocks so that we get the right containing block direction per the CSS spec. (Bug 423306) r+sr=roc
|
2008-06-05 16:06:34 -07:00 |
|
L. David Baron
|
0b369f2ea1
|
Remove unneeded (and not present in the proposed CSS3 float-displace property) border-box and padding-box values of -moz-float-edge. (Bug 432891) r+sr=roc
|
2008-06-05 16:06:34 -07:00 |
|
Christian Biesinger ext:(%2C%20Michael%20Ventnor%20%3Cventnor.bugzilla%40yahoo.com.au%3E)
|
36d201c8f8
|
Implement the computed value of text-shadow in the style system. (Bug 10713) r+sr=dbaron
|
2008-06-05 16:06:34 -07:00 |
|
Jesse Ruderman
|
381100987f
|
Don't call SelectorMatches on document fragments (test). (Bug 437170) r+sr=bzbarsky
|
2008-06-05 16:06:34 -07:00 |
|
L. David Baron
|
6a16ea718e
|
Don't call SelectorMatches on document fragments. (Bug 437170) r+sr=bzbarsky
|
2008-06-05 16:06:34 -07:00 |
|
Simon Montagu
|
69be8da881
|
Reftest for bug 229764
|
2008-06-05 04:05:25 -07:00 |
|
Vladimir Vukicevic
|
977091d498
|
b=346189, children should optionally not affect size of XUL stack; r+sr=roc
|
2008-06-04 23:46:24 -07:00 |
|
L. David Baron
|
f62ade1553
|
Mark reftest added for bug 433640 as failing on Mac, due to bug 379317.
|
2008-06-03 18:15:05 -07:00 |
|
L. David Baron
|
a38e49028b
|
Merge backout of changeset cf005233ebad (text-shadow style system changes) due to mochitest crash on Windows (which I can reproduce on Windows).
|
2008-06-03 16:42:56 -07:00 |
|
L. David Baron
|
c91ce9a492
|
Backed out changeset cf005233ebad (text-shadow style system changes) due to mochitest crash on Windows (which I can reproduce on Windows).
|
2008-06-03 16:42:13 -07:00 |
|
Christian Biesinger ext:(%2C%20Michael%20Ventnor%20%3Cventnor.bugzilla%40yahoo.com.au%3E)
|
e3a5368590
|
Implement the computed value of text-shadow in the style system. b=10713 r+sr=dbaron
|
2008-06-03 15:25:31 -07:00 |
|
L. David Baron
|
88bb0bcc0f
|
Snap background origin and clip areas to device pixels to prevent tiling from varying for subpixel position changes that don't change the box's visible position at all. Tests by roc (433640-*) and me (background-image-tiling-*). b=433640 r+sr=roc
|
2008-06-03 15:25:31 -07:00 |
|
L. David Baron
|
b268bc423c
|
Remove no-longer-needed else clauses, and make the *IsExact members DEBUG-only. b=419076 r+sr=bzbarsky
|
2008-06-03 15:25:31 -07:00 |
|
L. David Baron
|
bee4adf604
|
Eliminate unnecessary reference counting of gfxContext objects. b=433640 r+sr=roc
|
2008-06-03 15:25:31 -07:00 |
|
L. David Baron
|
e943265e81
|
Allow the initial value of -moz-user-select to be specified with 'auto'. b=432888 r+sr=bzbarsky
|
2008-06-03 15:25:31 -07:00 |
|
L. David Baron
|
07877d20da
|
Implement :first-of-type, :last-of-type, and :only-of-type. b=128585 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
|
Daniel Glazman ext:(%20and%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
0474b185bc
|
Implement :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
|
L. David Baron
|
8b2c14530a
|
Make nsPseudoClassList capable of storing integer pairs for :nth-*(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
|
L. David Baron
|
1eef72cec5
|
Rename nsAtomStringList to nsPseudoClassList, since that's what it's for, and we want to make it more than just atoms and strings. Also remove an unused constructor. b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
|
Jeff Walden
|
becc8f7cf3
|
Bug 421576 - Unpaired surrogate handled wrongly (Acid3 #68). acid3++ r=dbaron
|
2008-06-02 21:29:00 -04:00 |
|
Zachary Weinberg
|
955b24f440
|
Fix typo. r=dbaron
|
2008-06-02 15:52:25 -07:00 |
|
L. David Baron
|
80ef4ff3cb
|
Make outlines on inlines containing blocks outline the blocks. b=424236,270191 r+sr=roc
|
2008-06-02 15:52:25 -07:00 |
|
L. David Baron
|
9acf41987d
|
Add reftests for bug 399636.
|
2008-06-02 15:52:25 -07:00 |
|
Benjamin Smedberg
|
1a06f59c98
|
Merge cvs-trunk-mirror to mozilla-central up through FF3RC2build2
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
|
2008-05-30 12:08:47 -04:00 |
|
roc+@cs.cmu.edu
|
d8e8b9dda2
|
Bug 398332. Merge reflow statuses from out-of-flow frames more carefully so that we don't lose information about the primary reflow. r=fantasai,r+sr=dbaron,a=shaver
|
2008-05-28 06:39:41 -07:00 |
|
roc+@cs.cmu.edu
|
2347a6f10e
|
Bug 433727. Make DocumentViewerImpl::GetFullZoom work when there's no presentation. r+sr=bzbarsky,a=beltzner
|
2008-05-26 15:03:11 -07:00 |
|
masayuki@d-toybox.com
|
2cf410d412
|
b=433340 backing out for linux test failure
|
2008-05-23 04:41:04 -07:00 |
|
masayuki@d-toybox.com
|
774bacbdf5
|
Bug 433340 bookmark dialog covers candidate window when using IMEr=enndeakin, sr=neil, a=mtschrep
|
2008-05-22 21:47:24 -07:00 |
|
dholbert@cs.stanford.edu
|
e0f1d4dc15
|
Bug 432954: disable reftest 413292-1.html on mac; r=roc
|
2008-05-14 16:31:28 -07:00 |
|
Vladimir Vukicevic
|
959c9bc74c
|
b=432954, disable reftest 413292-1.html; r=roc
|
2008-05-13 11:42:18 -07:00 |
|
Vladimir Vukicevic
|
3e1863ac2a
|
b=432288, mozilla-central win32 build failing reftest 429849-1.html; r=roc
|
2008-05-13 11:42:16 -07:00 |
|
jorendorff@mozilla.com
|
316e348cf1
|
Merge from cvs-trunk-mirror to mozilla-central.
|
2008-05-13 09:57:11 -05:00 |
|
Vladimir Vukicevic
|
61a1870c68
|
b=432298, reftest unexpected pass, svg/opacity-and-gradient-01.svg on cocoa; r=dbaron
|
2008-05-12 17:05:49 -07:00 |
|
reed@reedloden.com
|
a6a6939f1e
|
Bug 431309 - "Vista toolbar styles should have a -moz-win- prefix" (using the -moz-win- prefix) [p=kliu@mozilla.kailiu.com (Kai Liu) r+sr=roc a1.9=beltzner]
|
2008-05-08 02:29:38 -07:00 |
|
jst@mozilla.org
|
aa71e15809
|
Fixing bug 430802 (and bug 405357). Prevent plugin instantiation code re-entrancy. r=jwatt@jwatt.org, sr=bzbarsky@mit.edu, a=beltzner
|
2008-05-06 13:49:30 -07:00 |
|
dbaron@dbaron.org
|
f7d78f8105
|
Compute widths for replaced block clearing past floats once we're at the correct vertical position. b=430813 r+sr=roc a=schrep
|
2008-05-03 16:33:36 -07:00 |
|
nick.kreeger@park.edu
|
97fcb884ad
|
Fixing bug 431606, content drop-down menus should appear with the parent menu. r=enndeakin, sr=roc, approval1.9=beltzner
|
2008-05-02 12:30:03 -07:00 |
|
gavin@gavinsharp.com
|
17e2d1b9fe
|
Bug 427045: Pull out correct toolbar colors in Vista themes (land hunk that was forgotten during the initial landing), patch by wesley-johnston@uiowa.edu, r=vlad, sr=roc, a=beltzner
|
2008-05-01 20:50:03 -07:00 |
|
dbaron@dbaron.org
|
e890be0b74
|
Fix extra block-clearing caused by margins on tables. b=430813 r+sr=roc a=damon
|
2008-05-01 08:14:36 -07:00 |
|
dholbert@cs.stanford.edu
|
aaf257b65a
|
Bug 430389: Use correct clip-rect to prevent multipage print-selection output from streaming off of page boundaries. r+sr=roc a=damons
|
2008-04-30 23:32:25 -07:00 |
|
dholbert@cs.stanford.edu
|
1df2b5324a
|
But 431587: Use zoom-ratio when computing number of needed pages during print-selection. r+sr=roc a=damons
|
2008-04-30 23:31:17 -07:00 |
|
dolske@mozilla.com
|
0dff7ac182
|
Decreasing reftest timeout back to 10 seconds, now that bug 425987 (image reftest fails occasionally on test boxes) is fixed.
|
2008-04-30 16:37:07 -07:00 |
|
gavin@gavinsharp.com
|
d51aa54eef
|
Bug 429849: marquee text not on one line , part of this line on top and second part on bottom, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=damon
|
2008-04-30 10:09:09 -07:00 |
|
gavin@gavinsharp.com
|
4707993a0a
|
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 |
|
roc+@cs.cmu.edu
|
892509c257
|
Bug 409427. Don't slide popups up if they're offscreen, flip them up above the anchor point instead. r=enndeakin,sr=neil,a=damon
|
2008-04-29 18:41:56 -07:00 |
|
dolske@mozilla.com
|
28fdd44f9d
|
Bug 431435 - reftests should report the slowest test. r=dbaron
|
2008-04-29 17:39:45 -07:00 |
|
dolske@mozilla.com
|
b3b901a750
|
Bump reftest timeout *again*, as some boxes are still timeing out. (bug 425987, wallpaper exceeding structural limits, captain!)
|
2008-04-29 14:01:22 -07:00 |
|
gavin@gavinsharp.com
|
603d1a4569
|
Bug 427045: Pull out correct toolbar colors in Vista themes, patch by wesley-johnston@uiowa.edu, r=vlad, sr=roc, a=beltzner
|
2008-04-29 12:27:23 -07:00 |
|
dholbert@cs.stanford.edu
|
90c649cd1b
|
Bug 430748: In print-selection, crop out selection regions that are before the top of the first page. (e.g. initial whitespace) r+sr=roc a=beltzner
|
2008-04-29 11:16:49 -07:00 |
|
vladimir@pobox.com
|
ea318bc762
|
b=431081; native selection box frame missing in fx3 - vista content only; r+sr=roc,a=beltzner
|
2008-04-28 20:55:07 -07:00 |
|
dolske@mozilla.com
|
11806c77d6
|
Increasing reftest timeout to 120 seconds, because Linux boxes are perma-orange. Tracking in bug 425987.
|
2008-04-28 16:53:16 -07:00 |
|
dholbert@cs.stanford.edu
|
89e526b6da
|
Bug 430878: Call PositionChildViews after sliding selection to top of page, to fix mispositioned scrollframes in print selection. r+sr=roc a=dsicore
|
2008-04-28 15:55:04 -07:00 |
|
mats.palmgren@bredband.net
|
af919fa36f
|
Wallpaper a crash. b=430814 r=bernd sr=roc a1.9=mconnor
|
2008-04-27 14:10:23 -07:00 |
|
jruderman@hmc.edu
|
99282eb735
|
Add crashtest
|
2008-04-27 00:15:54 -07:00 |
|
vladimir@pobox.com
|
9ddc5cd662
|
mark test as not failing on mac
|
2008-04-25 17:05:51 -07:00 |
|
vladimir@pobox.com
|
32bee1faae
|
b=427122, padding on select elements is ignored ; r=dbaron, a=beltzner
|
2008-04-25 16:12:45 -07:00 |
|
Olli.Pettay@helsinki.fi
|
b0e60a1166
|
backout Bug 430465
|
2008-04-25 04:31:13 -07:00 |
|
roc+@cs.cmu.edu
|
8184df781e
|
Fixing bustage
|
2008-04-25 03:17:12 -07:00 |
|
roc+@cs.cmu.edu
|
149a451e70
|
Bug 430465. Don't round source coordinates in the tiled-image-drawing path. r=vlad,a=beltzner
|
2008-04-25 02:40:04 -07:00 |
|
gavin@gavinsharp.com
|
9b2fb76a02
|
Bug 429020: Scrollbars jump when being clicked and held to scroll down page, patch by Markus Stange <mstange@themasta.com>, r+sr=roc, a=beltzner
|
2008-04-24 17:25:15 -07:00 |
|
dholbert@cs.stanford.edu
|
9afbef7f63
|
Bug 428521: Allow DistributeWidthToColumns to complete BTLS_PREF_WIDTH runs in situations with guess_min < aWidth <= guess_pref. (Reverts optimization from 368504 in which I'd thought that a run with aWidth <= guess_pref would be skippable) r+sr=dbaron a=beltzner
|
2008-04-24 11:48:34 -07:00 |
|
roc+@cs.cmu.edu
|
84a91c083e
|
Bug 430412. Don't bother showing a scrollbar if there's less than one device pixel to scroll into view. r+sr=bzbarsky,a=beltzner
|
2008-04-24 01:14:06 -07:00 |
|
roc+@cs.cmu.edu
|
b59f02562c
|
Bug 429188. Support CSS colors for 'odd tree row' and 'even tree row' on all platforms. patch by stefanh@inbox.com, r+sr=roc,r=gavin,a=beltzner
|
2008-04-24 01:08:33 -07:00 |
|
reed@reedloden.com
|
51723efe1a
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-23 22:53:41 -07:00 |
|
jonas@sicking.cc
|
7c5d9d0c55
|
Change reftest and crashtest in preparation for bug 379959 to not use data-urls for -moz-binding. r=dholbert. Test changes only.
|
2008-04-23 21:41:33 -07:00 |
|
jruderman@hmc.edu
|
5d6a797acb
|
Add crashtest
|
2008-04-23 19:35:59 -07:00 |
|
jruderman@hmc.edu
|
0e9c562456
|
Remove comment from crashtests.list now that the relevant bug is gone.
|
2008-04-23 19:03:05 -07:00 |
|
gavin@gavinsharp.com
|
7bd74eae4a
|
Bug 277067: Mozilla mistimes changing QuickDraw plugin visibility when switching tabs, patch by patch by Matthew Gregan <kinetik@flim.org>, r=josh, sr=roc, a=damon
|
2008-04-23 15:56:40 -07:00 |
|
gavin@gavinsharp.com
|
908c443de8
|
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 |
|
roc+@cs.cmu.edu
|
7f0ad58213
|
Bug 312225. When we flip a menu vertically to keep it off the bottom of the screen, we need to reverse the 2px vertical offset from the mouse cursor that we introduce for context menus.
|
2008-04-23 14:25:34 -07:00 |
|
jruderman@hmc.edu
|
ca67f9572c
|
Add crashtest
|
2008-04-22 23:12:13 -07:00 |
|
jruderman@hmc.edu
|
33786e80e8
|
Add reftests
|
2008-04-22 22:00:19 -07:00 |
|
jruderman@hmc.edu
|
a14fec45f7
|
Add crashtest
|
2008-04-22 21:54:40 -07:00 |
|
jruderman@hmc.edu
|
8663fcf577
|
Add crazy crashtest
|
2008-04-22 21:47:42 -07:00 |
|
jruderman@hmc.edu
|
b4e892dce4
|
Adding crashtest
|
2008-04-22 21:44:09 -07:00 |
|
jruderman@hmc.edu
|
595bc2024c
|
Add a crashtest
|
2008-04-22 21:43:19 -07:00 |
|
jruderman@hmc.edu
|
0afd018fea
|
Add crashtest
|
2008-04-22 21:42:25 -07:00 |
|
jruderman@hmc.edu
|
4a17677e29
|
Adding crashtest
|
2008-04-22 21:41:28 -07:00 |
|
jruderman@hmc.edu
|
cde0cb1b73
|
Adding a crashtest.
|
2008-04-22 21:38:41 -07:00 |
|
jruderman@hmc.edu
|
7590956f46
|
Add crashtest
|
2008-04-22 21:35:50 -07:00 |
|
jruderman@hmc.edu
|
0786e2ca8f
|
Add crashtest
|
2008-04-22 21:35:50 -07:00 |
|
jruderman@hmc.edu
|
cbc2c78001
|
Add a crashtest
|
2008-04-22 21:34:53 -07:00 |
|
jruderman@hmc.edu
|
62c09afd78
|
Add crashtest.
|
2008-04-22 21:32:54 -07:00 |
|
jruderman@hmc.edu
|
6d51c67969
|
Add crashtest
|
2008-04-22 21:31:40 -07:00 |
|
jruderman@hmc.edu
|
9486236557
|
Adding crashtest.
|
2008-04-22 21:25:47 -07:00 |
|
jruderman@hmc.edu
|
40a804164f
|
Adding crashtest
|
2008-04-22 21:24:35 -07:00 |
|
jruderman@hmc.edu
|
1ba9ce2f1a
|
Add crashtest.
|
2008-04-22 21:21:06 -07:00 |
|
jruderman@hmc.edu
|
125ddbdad8
|
Adding crashtest
|
2008-04-22 21:19:35 -07:00 |
|
jruderman@hmc.edu
|
f82e0a511a
|
Add crashtest
|
2008-04-22 21:06:07 -07:00 |
|
jruderman@hmc.edu
|
7632c8d3b8
|
Add a crashtest
|
2008-04-22 21:04:55 -07:00 |
|
jruderman@hmc.edu
|
cee1f0e23a
|
Add crashtest
|
2008-04-22 21:02:09 -07:00 |
|
jruderman@hmc.edu
|
eb50964d0d
|
Add crashtests
|
2008-04-22 20:56:59 -07:00 |
|
roc+@cs.cmu.edu
|
9fe63cd0b9
|
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 |
|
karlt+@karlt.net
|
6d1cc05193
|
clip parts of stretchy chars more carefully b=427666 (also fixes b=349907) r+sr=roc a1.9=damons
|
2008-04-22 20:13:09 -07:00 |
|
roc+@cs.cmu.edu
|
0a08f2b3e7
|
Bug 393791. Don't allow menus to open before we've generated their child frames. r=enn,sr=neil,a=beltzner
|
2008-04-22 20:05:54 -07:00 |
|
dholbert@cs.stanford.edu
|
062853928d
|
Bug 430357: Subtract not just normal margin, but also unwriteable margin, when positioning selected block during print-selection. r+sr=roc a=damons
|
2008-04-22 18:53:20 -07:00 |
|
gavin@gavinsharp.com
|
47d32a6cc7
|
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 |
|
fantasai.cvs@inkedblade.net
|
c211162a35
|
prevent fixed frames from trying to split reflow roots in print mode b=408602 r+sr=roc a=disicore
|
2008-04-22 10:24:28 -07:00 |
|
bzbarsky@mit.edu
|
669868b0c3
|
Don't try to include the selection area in our text-decoration overflow if we're not selected. Bug 429595, r+sr=roc, a=beltzner
|
2008-04-21 20:28:14 -07:00 |
|
dholbert@cs.stanford.edu
|
adba8b45ad
|
Bug 430150: During print-selection, use zoom ratio to scale y-position and height of selection, so that it doesn't get shifted too far when we move it to top of page. r+sr=roc a1.9=damons
|
2008-04-21 18:22:48 -07:00 |
|
dholbert@cs.stanford.edu
|
53026c6433
|
Bug 429337: re-landing patch, with bustage fix. (bustage fix initializes nsPrintSettingsGTK::mPrintSelectionOnly to false in default constructor. Wasn't getting initialized before.)
|
2008-04-21 18:18:26 -07:00 |
|
dholbert@cs.stanford.edu
|
eb3eec51c9
|
Backing out bug 429337 to fix broken printing reftests on linux test box.
|
2008-04-21 17:48:12 -07:00 |
|
dholbert@cs.stanford.edu
|
054feb2357
|
Crashtests for bug 404219. a=tests-only
|
2008-04-21 17:23:59 -07:00 |
|