Matt Woodrow
|
11848a5644
|
Bug 952011 - Remove some nsLayoutUtils transform functions that are no longer needed. r=roc
|
2014-01-29 13:10:35 +13:00 |
|
Nicholas Cameron
|
3a77f27f98
|
Bug 700926. Support -moz-element for border-image-source. r=roc
|
2014-01-31 16:36:42 +13:00 |
|
Nicholas Cameron
|
70c2b3fb45
|
Bug 700926. Change DrawPaintServer to DrawableFromPaintServer. r=roc
|
2014-01-31 16:36:42 +13:00 |
|
Nicholas Cameron
|
9d00b29623
|
Bug 700926. Fix border-image-source gradient with slice. r=roc
|
2014-01-31 16:36:41 +13:00 |
|
Nicholas Cameron
|
e259f86806
|
Bug 700926. Use nsStyleImage and nsRenderingContext to draw border-images. r=roc
|
2014-01-31 16:36:41 +13:00 |
|
Benoit Jacob
|
4703621d85
|
Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel
|
2014-01-30 17:58:51 -05:00 |
|
Benoit Jacob
|
3ee7a2d643
|
Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(GRALLOC_PLANAR_YCBCR\|PLANAR_YCBCR\|SHARED_RGB\|CAIRO_SURFACE\|MAC_IOSURFACE\|REMOTE_IMAGE_BITMAP\|SHARED_TEXTURE\|REMOTE_IMAGE_DXGI_TEXTURE\|D3D9_RGB32_TEXTURE\)\($\|[^A-Za-z0-9_]\)/\1ImageFormat::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|ImageFormat\:\:ImageFormat|ImageFormat|g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)STEREO_MODE_\(MONO\|LEFT_RIGHT\|RIGHT_LEFT\|BOTTOM_TOP\|TOP_BOTTOM\)\($\|[^A-Za-z0-9_]\)/\1StereoMode::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|StereoMode\:\:StereoMode|StereoMode|g'
|
2014-01-30 17:58:49 -05:00 |
|
Birunthan Mohanathas
|
89f96b243e
|
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
|
2014-01-30 13:26:54 -05:00 |
|
Robert O'Callahan
|
f7acd87e0a
|
Bug 946502. Part 4: Remove mStickyPosFrame. r=mattwoodrow
--HG--
extra : rebase_source : 71bcbd246cf6806196a3e64d32fdde169bddfa07
|
2014-01-04 18:14:27 +13:00 |
|
Robert O'Callahan
|
cac6eb1c2d
|
Bug 946502. Part 3: Extend FrameLayerBuilder to set fixed-pos metadata on layers created for background-attachment:fixed content. r=mattwoodrow
--HG--
extra : rebase_source : dbaab718d7a358bfaa40124913bcd5acf0255aa1
|
2013-12-18 00:30:21 +13:00 |
|
Robert O'Callahan
|
6136dbc17c
|
Bug 946502. Part 2: Remove unimplemented, unused function. r=mattwoodrow
--HG--
extra : rebase_source : fbc4a398d1554ffc668a18bd667b6b90fdace15f
|
2013-12-18 00:19:31 +13:00 |
|
Matt Woodrow
|
5f00132e5d
|
Bug 962786 - Convert nsDragService to use Moz2D. r=roc
* * *
Bug 962786 - Bustage fix on a CLOSED TREE
|
2014-01-29 13:10:33 +13:00 |
|
Matt Woodrow
|
f5ff47d807
|
Bug 946952 - Run a 'compressed' paint up to 1 second after skipping the ColorLayer optimization. r=roc
|
2014-01-30 18:41:17 +13:00 |
|
Matt Woodrow
|
b579d7d72c
|
Bug 965030 - Pass the correct positioned frame to PushAbsoluteContainingBlock. r=roc
|
2014-01-30 18:40:23 +13:00 |
|
Phil Ringnalda
|
df03bbb5d8
|
Back out d890e603d751 (bug 961919) for reenabling failing tests
|
2014-01-29 15:36:49 -08:00 |
|
Ehsan Akhgari
|
52c019e4f8
|
Bug 965526 - Disable the native theme on the textboxes in the test case for bug 585922
|
2014-01-29 14:57:31 -08:00 |
|
Ehsan Akhgari
|
945f0ebbb5
|
Bug 961919 - Re-enable all of the subtests in test_reftests_with_caret.html. r=roc
|
2014-01-29 17:07:36 -05:00 |
|
Benoit Girard ext:(%20and%20Benoit%20Jacob%20%3Cbjacob%40mozilla.com%3E)
|
28ace58891
|
Bug 940842 - 3/3 - Add a mochitest covering repaint heuristics with will-change - r=mattwoodrow
|
2013-11-22 15:30:10 -05:00 |
|
Benoit Girard
|
ba779eccfc
|
Bug 940842 - 2/3 - Implement will-change in layers-building code - r=mattwoodrow
|
2013-11-22 13:14:34 -05:00 |
|
"Kan-Ru Chen (陳侃如)"
|
62d46275b8
|
Bug 950225 - Restrict event fluffing in visible area with test case. r=roc
|
2014-01-29 21:54:25 +08:00 |
|
Phil Ringnalda
|
33da780850
|
Back out 7bfec63e417b (bug 950225) for test failures
CLOSED TREE
|
2014-01-27 23:12:54 -08:00 |
|
"Kan-Ru Chen (陳侃如)"
|
2f71b732a3
|
Bug 950225 - Restrict event fluffing in visible area with test case. r=roc
|
2014-01-28 11:37:36 +08:00 |
|
Timothy Nikkel
|
5738c3783f
|
Bug 950301. Make the underlying frame of scroll layer items be the scrolled frame before the layerizing display lists. r=mattwoodrow
|
2014-01-27 17:30:29 -06:00 |
|
David Zbarsky
|
c2b5692c64
|
Bug 952977: Convert Layer's mTransform to gfx::Matrix4x4 r=nical
|
2014-01-27 10:29:06 -05:00 |
|
David Zbarsky
|
76b8ef2eb7
|
Bug 952977: Convert GetTransform to gfx::Matrix4x4 r=nical
|
2014-01-27 10:28:47 -05:00 |
|
David Zbarsky
|
77535232c8
|
Bug 952977: Convert SetBaseTransform to gfx::Matrix4x4 r=nical
|
2014-01-27 10:28:33 -05:00 |
|
Timothy Nikkel
|
351bc2034d
|
Bug 963771. Add a debug dump function to print a single display item (and not just an entire display list). r=mats
|
2014-01-26 16:09:14 -06:00 |
|
Timothy Nikkel
|
0fc171a5f8
|
Bug 962505. Put the scroll frame and the scrolled frame in the display list dump for scroll layer items. r=mats
|
2014-01-26 16:09:06 -06:00 |
|
Timothy Nikkel
|
99086f780b
|
Bug 962505. When dumping display lists print the entire line at once so it works better with Fennec and b2g. r=mats
|
2014-01-26 16:07:08 -06:00 |
|
Ehsan Akhgari
|
1dd2ba8a1a
|
Bug 963763 - Fix the test case for bug 612271 so that it doesn't depend on the mouse not hovering the textarea on Windows; r=roc
|
2014-01-24 16:05:52 -05:00 |
|
Ehsan Akhgari
|
ae74ae277c
|
Bug 963760 - Fix the test for bug 682712 to not rely on a mouse click to set the focus on body; r=roc
|
2014-01-25 11:59:34 -05:00 |
|
Oskar Eisemuth
|
e8d1507857
|
Bug 844473: Honor mozdisallowselectionprint and moznomarginboxes in print preview as well as print. r=roc
|
2014-01-24 17:18:54 -05:00 |
|
Ehsan Akhgari
|
5286eb4701
|
Bug 961889 - Fix the adverse effects of spell checking on test_reftests_with_caret.html test cases; r=roc
|
2014-01-24 09:18:00 -05:00 |
|
Benoit Jacob
|
15ef84b8b5
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Benoit Jacob
|
28ff3ad25f
|
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
638dd1b5c9
|
Bug 959380 - 3/5 - Make gfxSurfaceType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxSurfaceType\(Image\|PDF\|PS\|Xlib\|Xcb\|Glitz\|Quartz\|Win32\|BeOS\|DirectFB\|SVG\|OS2\|Win32Printing\|QuartzImage\|Script\|QPainter\|Recording\|VG\|GL\|DRM\|Tee\|XML\|Skia\|Subsurface\|D2D\|Max\)\($\|[^A-Za-z0-9_]\)/\1gfxSurfaceType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
981c6431d3
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Cameron McCormack
|
ae907e0ae8
|
Bug 962427 - Make RestyleManager.cpp's GetNextBlockInInlineSibling static. r=dbaron
|
2014-01-23 15:24:22 +11:00 |
|
Benoit Girard
|
8959b81753
|
Bug 950488 - Overhaul APZ handling of overflow:hidden. r=botond
--HG--
extra : rebase_source : 6ba93899e5ac446b5c4a4cacb18574dd05c54c62
|
2014-01-21 12:33:52 -05:00 |
|
Ehsan Akhgari
|
a750d4ee2a
|
Bug 924972 - Enforce the focus before running every subtest of test_reftests_with_caret.html
|
2014-01-21 15:45:18 -05:00 |
|
Ehsan Akhgari
|
9c997089a8
|
Backed out changeset 0e34a26a4353 (bug 924972) because of more test failures
|
2014-01-21 14:33:57 -05:00 |
|
Ehsan Akhgari
|
c1d54a3ac9
|
Bug 924972 - Enforce the focus before running every subtest of test_reftests_with_caret.html
|
2014-01-21 13:27:04 -05:00 |
|
Ehsan Akhgari
|
6d1bd67923
|
Backed out changeset 746018b05d67 (bug 924972) because of test failures
|
2014-01-21 11:33:28 -05:00 |
|
Ehsan Akhgari
|
dce220dc2c
|
Bug 924972 - Enforce the focus before running every subtest of test_reftests_with_caret.html
|
2014-01-21 10:32:41 -05:00 |
|
Ehsan Akhgari
|
4514cd0e77
|
Backed out changeset 1e7ec87921a5 (debugging patch for bug 924972) because it's no longer needed
--HG--
extra : rebase_source : 311a86827be79de56abd61e48bac0c3268b891bb
|
2014-01-20 17:35:43 -05:00 |
|
Ehsan Akhgari
|
76088c74b5
|
Bug 924972 - Wait for focus before running test_reftests_with_caret.html and also focus the iframe inside the test properly; r=Enn
|
2014-01-20 17:27:27 -05:00 |
|
Ms2ger
|
2e4b2350dc
|
Merge central to inbound.
|
2014-01-20 09:36:09 +01:00 |
|
Ms2ger
|
64eb61d698
|
Merge latest PGO-green changeset from inbound to central.
|
2014-01-20 09:30:38 +01:00 |
|
Ms2ger
|
87874d98a0
|
Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz
|
2014-01-20 08:58:26 +01:00 |
|
Timothy Nikkel
|
6712841a02
|
Bug 931028. Remove app units per pixel argument from nsDisplayTransform::GetTransform. r=mattwoodrow
All callers were using, and should only be using, the same value.
|
2014-01-20 00:56:55 -06:00 |
|