Rik Cabanier
|
36e328aee2
|
Bug 979692 - Calculate hit detection and fill in region parameter to mouse events. r=bz, r=roc
|
2014-05-20 00:54:00 -04:00 |
|
Rik Cabanier
|
c820dfd497
|
Bug 979692 - Add fixes for hitregion hit detection. r=roc
|
2014-05-18 19:43:00 -04:00 |
|
Ed Morley
|
7a62042f46
|
Backed out changeset 45ea7a49ecec (bug 979692)
|
2014-05-19 15:36:40 +01:00 |
|
Rik Cabanier
|
4a8d271640
|
Bug 979692 - Add fixes for hitregion hit detection. r=roc
|
2014-05-18 19:43:00 +02:00 |
|
Josh Aas
|
f00583cc36
|
Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent
|
2014-05-02 13:44:13 -05:00 |
|
Ehsan Akhgari
|
670aa9d97f
|
Bug 998727 - Remove nsICanvasGLBuffer and nsICanvasGLTexture; r=smaug
|
2014-04-24 17:10:00 -04:00 |
|
Jonathan Watt
|
f6274fcf70
|
Bug 991572 - Stop creating a Thebes backed gfxContext in CanvasRenderingContext2D.cpp, and kill off nsICanvasRenderingContextInternal::GetThebesSurface. r=mattwoodrow
|
2014-04-17 22:13:34 +12:00 |
|
Matt Woodrow
|
3e13bbf252
|
Bug 997014 - Part 5: Remove nsICanvasRenderingContextInternal::Render. r=roc
|
2014-04-17 17:31:44 +12:00 |
|
Matt Woodrow
|
dcf31b7da4
|
Bug 997014 - Part 4: Remove the external canvas API. r=roc
|
2014-04-17 17:31:12 +12:00 |
|
Matt Woodrow
|
03f8f93835
|
Bug 997014 - Part 1: Improve GetSurfaceSnapshot. r=roc
|
2014-04-17 17:28:17 +12:00 |
|
Carsten "Tomcat" Book
|
4686dd905a
|
Backed out changeset ce1fe33d58a0 (bug 997014) for mochitest m-1 orange on a CLOSED TREE
|
2014-04-17 08:44:04 +02:00 |
|
Carsten "Tomcat" Book
|
2b04bd5c8a
|
Backed out changeset 29ed3c34af5e (bug 997014)
|
2014-04-17 08:43:40 +02:00 |
|
Carsten "Tomcat" Book
|
710a34c84c
|
Backed out changeset 8681fc7a918b (bug 997014)
|
2014-04-17 08:43:38 +02:00 |
|
Matt Woodrow
|
38567cd2f2
|
Bug 997014 - Part 5: Remove nsICanvasRenderingContextInternal::Render. r=roc
|
2014-04-17 17:31:44 +12:00 |
|
Matt Woodrow
|
ddc74478fa
|
Bug 997014 - Part 4: Remove the external canvas API. r=roc
|
2014-04-17 17:31:12 +12:00 |
|
Matt Woodrow
|
ba19a5ad4c
|
Bug 997014 - Part 1: Improve GetSurfaceSnapshot. r=roc
|
2014-04-17 17:28:17 +12:00 |
|
Rik Cabanier
|
fc29621ea7
|
Bug 982480 - Add support + test case for context alpha attribute. r=roc
|
2014-03-16 15:34:14 -04:00 |
|
Ryan VanderMeulen
|
04a55e8668
|
Backed out changeset 9a2aab98a8d0 (bug 982480) for reftest failures.
|
2014-03-15 19:18:13 -04:00 |
|
Rik Cabanier
|
72854581eb
|
Bug 982480 - Add support + test case for context alpha attribute. r=roc
|
2014-03-15 17:29:24 -04:00 |
|
David Zbarsky
|
9075ed229e
|
Bug 952977: Remove DocumentRendererShmem and DocumentRendererNativeID r=nical
|
2014-01-15 09:26:51 -05:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
David Zbarsky
|
8c427ddc4d
|
Bug 952977: Use gfx::Matrix in ipdl r=nical
|
2013-12-26 13:06:53 -05:00 |
|
Mike Hommey
|
bb6779efe3
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Stephen Pohl
|
58f93a680b
|
Bug 817700 - Make <canvas>.toBlob run asynchronously - canvas changes. r=roc,bz
|
2013-10-16 22:55:08 -04:00 |
|
Ryan VanderMeulen
|
7f5276fcb1
|
Backed out changesets 5fa68d64f749, 103b40656e24, b1ff3efb43cf, 096455736704, and 4afd6fa3da19 (bug 817700) for mochitest-1 failures.
CLOSED TREE
|
2013-10-08 15:00:17 -04:00 |
|
Stephen Pohl
|
778109106b
|
Bug 817700 - Make <canvas>.toBlob run asynchronously - canvas changes. r=roc,bz
|
2013-10-08 13:27:29 -04:00 |
|
Ehsan Akhgari
|
6c364e9615
|
Bug 921753 - Part 2: Move GraphicsFilters outside of gfxPattern.h so that we won't need to #include that header everywhere GraphicsFilter is needed; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1582 to 1362.
|
2013-10-01 17:01:19 -04:00 |
|
Milan Sreckovic
|
1dc55c080a
|
Bug 916322 - Add UnsetAttr to HTMLCanvasElement to catch the removal of attributes and keep the context it owns of matching size. r=khuey, r=jmuizelaar
The test is debug only, asserting without this fix.
|
2013-09-30 17:02:40 -04:00 |
|
Stephen Pohl
|
5a04a52cb9
|
Backout bug 817700 for causing various regressions. r=me
|
2013-09-13 14:14:36 -04:00 |
|
Stephen Pohl
|
dbecfcc4e2
|
Bug 817700 - Make <canvas>.toBlob run asynchronously - canvas changes. r=roc,bz
|
2013-09-12 17:04:10 -04:00 |
|
Ms2ger
|
5d5e2ac59a
|
Backout changesets 194d051724a8:89e680f30d31 (bug 817700) for insufficient review.
|
2013-09-09 16:56:00 +02:00 |
|
Stephen Pohl
|
b088ad8577
|
Bug 817700 - Make <canvas>.toBlob run asynchronously - canvas changes. r=roc
|
2013-09-06 12:30:21 -04:00 |
|
David Zbarsky
|
b52e2a3f6a
|
Bug 798438 - Use a dictionary to set context options instead of an nsIPropertyBag r=bz
|
2013-06-07 11:42:12 -07:00 |
|
Gregory Szorc
|
14c4938355
|
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
|
2013-05-17 16:20:11 -07:00 |
|
Ryan VanderMeulen
|
20741feef6
|
Backed out 5 changesets (bug 817700) for Ubuntu32 PGO mochitest-1 timeouts on a CLOSED TREE.
Backed out changeset fad852b5819a (bug 817700)
Backed out changeset 7a3535c6e652 (bug 817700)
Backed out changeset 44a748256eca (bug 817700)
Backed out changeset 06ae8895852b (bug 817700)
Backed out changeset d6bddc947d38 (bug 817700)
|
2013-05-15 15:25:47 -04:00 |
|
Stephen Pohl
|
6ec6dc064d
|
Bug 817700 - Make <canvas>.toBlob run asynchronously - canvas changes. r=roc
|
2013-05-15 08:21:24 -04:00 |
|
Mike Shal
|
77cdb6567d
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Mike Shal
|
e9f8bc0fbd
|
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
|
2013-03-11 22:00:00 -07:00 |
|
Gregory Szorc
|
7bb3ee056b
|
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
|
2013-03-12 10:17:46 -07:00 |
|
Gregory Szorc
|
aa0fed2e03
|
Bug 784841 - Part 18g: Convert /content; r=glandium
|
2013-02-25 12:47:19 -08:00 |
|
Ehsan Akhgari
|
f204022ad2
|
Bug 826602 - Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement; r=bzbarsky
--HG--
rename : content/html/content/public/nsHTMLCanvasElement.h => content/html/content/public/HTMLCanvasElement.h
rename : content/html/content/src/nsHTMLCanvasElement.cpp => content/html/content/src/HTMLCanvasElement.cpp
|
2013-01-04 00:16:14 -05:00 |
|
Ehsan Akhgari
|
11b68a76e0
|
Backed out changeset bfb788e7ef51 (bug 826602) because of build failures
--HG--
rename : content/html/content/public/HTMLCanvasElement.h => content/html/content/public/nsHTMLCanvasElement.h
rename : content/html/content/src/HTMLCanvasElement.cpp => content/html/content/src/nsHTMLCanvasElement.cpp
|
2013-01-04 01:07:10 -05:00 |
|
Ehsan Akhgari
|
c8deef991c
|
Bug 826602 - Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement; r=bzbarsky
--HG--
rename : content/html/content/public/nsHTMLCanvasElement.h => content/html/content/public/HTMLCanvasElement.h
rename : content/html/content/src/nsHTMLCanvasElement.cpp => content/html/content/src/HTMLCanvasElement.cpp
|
2013-01-04 00:16:14 -05:00 |
|
Nicholas Cameron
|
31ab21c6b6
|
Bug 801993; remove mentions of Azure canvas from tests; r=roc
--HG--
extra : rebase_source : 5a399ee1d7d21c133e35235de83d9e99d33f6b7e
|
2012-10-17 15:57:30 +13:00 |
|
Nicholas Cameron
|
a18fe5707c
|
Bug 734668; remove Thebes canvas. r=roc
--HG--
extra : rebase_source : 57b08c33f72cd611deb30dc1639060a719747849
|
2012-10-12 22:42:51 +13:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|