roc+@cs.cmu.edu
|
e498128ef2
|
Bug 408749. Use a QI check instead of a frame-type check to detect blocks. r+sr=bzbarsky,a=schrep
|
2007-12-20 19:28:18 -08:00 |
jwatt@jwatt.org
|
d2b8dce9bd
|
This is a better fix for the build bustage caused by the checkin for bug 294086. Thanks to Peter Annema for explaining the issue (don't assign to rvalues) and this fix.
|
2007-11-18 06:22:55 -08:00 |
jwatt@jwatt.org
|
dabf10ac5f
|
Attempt to fix build bustage due to checkin for bug 294086. I'll get this reviewed post checkin.
|
2007-11-18 05:17:27 -08:00 |
jwatt@jwatt.org
|
2026f64e35
|
Fixing bug 294086. <svg> should be a replaced element. r+sr=dbaron@mozilla.com blocking1.9=tor@acm.org
|
2007-11-18 04:09:03 -08:00 |
jwalden@mit.edu
|
f76735292f
|
Bug 199692 - Add support for document.elementFromPoint(x, y). Patch by Ben Karel <web+moz@eschew.org>, r+sr=roc, a=jst
|
2007-08-29 13:38:44 -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 |
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 |
sharparrow1@yahoo.com
|
e82dbc2268
|
Bug 390740: Pass lang-group into GetMetricsFor more consistently (general patch). r+sr=roc, a=dbaron
|
2007-08-07 12:07:43 -07:00 |
roc+@cs.cmu.edu
|
377804c1a1
|
Bug 387969. Use CSS 'text-rendering' property to control text quality. r=pavlov,r+sr=bzbarsky
|
2007-07-26 02:47:43 -07:00 |
jwalden@mit.edu
|
12e960c504
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
mats.palmgren@bredband.net
|
e3dc6b00a0
|
Make the viewport area that of the root frame, or in paginated contexts, the page content frame. b=380816 r=sharparrow1 sr=roc
|
2007-07-03 18:13:07 -07:00 |
flamingice@sourmilk.net
|
9226d174d1
|
Bug 384965, use const nsEvent* aEvent in nsLayoutUtils::GetEventCoordinatesRelativeTo, Patch by Karl Tomlinson, r+sr=roc
|
2007-06-26 17:30:21 -07:00 |
sharparrow1@yahoo.com
|
f0e7d805b5
|
Bug 385936: Remove nsLayoutUtils::CreateOffscreenContext. r+sr=dbaron
|
2007-06-26 11:46:35 -07:00 |
neil@parkwaycc.co.uk
|
74c7a61937
|
Bug 375403 originally started off as a simple request to enable window translucency when windows or popups use opacity, alpha transparent background or non-zero border radius but mutated to include refactoring non zero side testing r+sr=roc
|
2007-05-10 08:46:42 -07:00 |
neil@parkwaycc.co.uk
|
ea86ae6165
|
Bug 281630 Support ch width units in XUL r+sr=bz
|
2007-05-09 01:48:38 -07:00 |
bzbarsky@mit.edu
|
6adcfb8d84
|
Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron
|
2007-05-04 23:09:50 -07:00 |
dbaron@dbaron.org
|
e10913eee0
|
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
|
2007-05-03 16:11:00 -07:00 |
enndeakin@sympatico.ca
|
62ba5b5d00
|
Bug 374832, lower opacity on drag images, Bug 375038, dragging doesn't work on blocks inside inlines, r+sr=roc
|
2007-03-25 20:27:53 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
fantasai.cvs%inkedblade.net
|
bf70fee6f1
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 07:40:37 +00:00 |
jonas%sicking.cc
|
17fb584868
|
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 23:59:23 +00:00 |
roc+%cs.cmu.edu
|
cbd4d5723e
|
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-11 03:46:37 +00:00 |
roc+%cs.cmu.edu
|
828350aa11
|
Bug 403181. Pass the desired source rectangle for background images down into nsThebesImage and ensure we don't sample outside it. Back out a bad pixman patch that caused regressions, and adjust image encoding tests so they don't depend on the regression. Also switchs some reftests to quirks mode so that the 1-appunit width of <br>s doesn't bite us. r=vlad,sr=dbaron
|
2008-03-09 21:55:08 +00:00 |
roc+%cs.cmu.edu
|
d3935a6a58
|
Backing out Bug 403181. JPEG encoding test failure :-(
|
2008-03-07 09:28:36 +00:00 |
roc+%cs.cmu.edu
|
3888bf4b3a
|
Bug 403181. Various fixes to image rendering. Most importantly, we track the desired subimage of a CSS background image and ensure we don't sample outside it. r=vlad,sr=dbaron
|
2008-03-07 08:34:14 +00:00 |
roc+%cs.cmu.edu
|
46ae1fb918
|
Backing out 403181 again
|
2008-03-04 09:36:09 +00:00 |
roc+%cs.cmu.edu
|
bdd10f1c8f
|
Bug 403181. Track which subimage of an image we want to draw and copy it to a temporary surface if necessary to prevent sampling of pixels outside the subimage when zooming. Also, enable EXTEND_PAD or SetFilter(0) if the context has a transformation that's not a simple translation, since that might induce cairo to sample pixels outside the source (sub)image. r=vlad,sr=dbaron
|
2008-03-04 08:21:36 +00:00 |
roc+%cs.cmu.edu
|
ce5dffc93a
|
Bug 403181 backout
|
2008-03-03 02:38:21 +00:00 |
roc+%cs.cmu.edu
|
8ab3849de1
|
Bug 403181. Use a temporary surface to prevent sampling of pixels outside the intended source rectangle when zooming the image in some cases. r=vlad,sr=dbaron,a=beltzner
|
2008-03-03 01:03:54 +00:00 |
roc+%cs.cmu.edu
|
5d3a393ced
|
Bug 417255. Rework getClientRects/getBoundingClientRect/offset* code to use a generic rectangle iterator API which drills down through anonymous blocks, fixing IE compat. r+sr=dbaron
|
2008-02-27 09:26:17 +00:00 |
roc+%cs.cmu.edu
|
a7b501ed08
|
Bug 417967. Align subframe drawing so that drawing at (0,0) relative to the root view's origin is aligned to a pixel boundary. r+sr=bzbarsky
|
2008-02-25 01:39:35 +00:00 |
bzbarsky%mit.edu
|
a778b87e2d
|
Fix bug 416073: invalidate more things as needed during table reflow to prevent
glitches. r+sr=roc
|
2008-02-08 09:36:32 +00:00 |
jonas%sicking.cc
|
11b8e5fff7
|
Bug 399352: Get rid of known-but-harmless assertions for GetUsedMargin/Border/Padding. r/sr=dbaron
|
2008-01-30 04:53:46 +00:00 |
fantasai.cvs%inkedblade.net
|
e60e4999b0
|
handle dynamic insertion with overflow containers properly, b=403369 r=bzbarsky sr=roc
|
2008-01-27 08:13:21 +00:00 |
roc+%cs.cmu.edu
|
65581ec373
|
Bug 408749. Use a QI check instead of a frame-type check to detect blocks. r+sr=bzbarsky,a=schrep
|
2007-12-21 03:28:19 +00:00 |
jwatt%jwatt.org
|
6e9e52961f
|
This is a better fix for the build bustage caused by the checkin for bug 294086. Thanks to Peter Annema for explaining the issue (don't assign to rvalues) and this fix.
|
2007-11-18 14:22:55 +00:00 |
jwatt%jwatt.org
|
2161f86ce2
|
Attempt to fix build bustage due to checkin for bug 294086. I'll get this reviewed post checkin.
|
2007-11-18 13:17:27 +00:00 |
jwatt%jwatt.org
|
092916772a
|
Fixing bug 294086. <svg> should be a replaced element. r+sr=dbaron@mozilla.com blocking1.9=tor@acm.org
|
2007-11-18 12:09:09 +00:00 |
jwalden%mit.edu
|
373a5a3752
|
Bug 199692 - Add support for document.elementFromPoint(x, y). Patch by Ben Karel <web+moz@eschew.org>, r+sr=roc, a=jst
|
2007-08-29 20:38:46 +00:00 |
bzbarsky%mit.edu
|
9798e450e1
|
Make line-height specified in ch units work. Bug 391909, r+sr+a+dbaron
|
2007-08-24 22:20:25 +00:00 |
masayuki%d-toybox.com
|
5fa5b33f97
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 11:13:55 +00:00 |
sharparrow1%yahoo.com
|
cdbcbdeb35
|
Bug 390740: Pass lang-group into GetMetricsFor more consistently (general patch). r+sr=roc, a=dbaron
|
2007-08-07 19:07:44 +00:00 |
roc+%cs.cmu.edu
|
8477256fc6
|
Bug 387969. Use CSS 'text-rendering' property to control text quality. r=pavlov,r+sr=bzbarsky
|
2007-07-26 09:47:45 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
mats.palmgren%bredband.net
|
2688b10ee8
|
Make the viewport area that of the root frame, or in paginated contexts, the page content frame. b=380816 r=sharparrow1 sr=roc
|
2007-07-04 01:13:07 +00:00 |
flamingice%sourmilk.net
|
8fd3c590f2
|
Bug 384965, use const nsEvent* aEvent in nsLayoutUtils::GetEventCoordinatesRelativeTo, Patch by Karl Tomlinson, r+sr=roc
|
2007-06-27 00:30:21 +00:00 |
sharparrow1%yahoo.com
|
4f045240b6
|
Bug 385936: Remove nsLayoutUtils::CreateOffscreenContext. r+sr=dbaron
|
2007-06-26 18:46:35 +00:00 |
neil%parkwaycc.co.uk
|
fe64e07564
|
Bug 375403 originally started off as a simple request to enable window translucency when windows or popups use opacity, alpha transparent background or non-zero border radius but mutated to include refactoring non zero side testing r+sr=roc
|
2007-05-10 15:46:42 +00:00 |
neil%parkwaycc.co.uk
|
be5110655b
|
Bug 281630 Support ch width units in XUL r+sr=bz
|
2007-05-09 08:48:38 +00:00 |
bzbarsky%mit.edu
|
6bfe4d1b01
|
Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron
|
2007-05-05 06:09:50 +00:00 |