Nicolas Silva
|
ea494e1155
|
Bug 1155621 - Remove no-op gfx2DGlue conversion helpers. r=Bas
|
2015-04-21 17:22:30 +02:00 |
|
Jeff Gilbert
|
f444fdce6c
|
Bug 1127336 - Label HW-decoded frames with correct origin. - r=vlad
|
2015-04-20 17:49:25 -07:00 |
|
Nicolas Silva
|
166bce0b62
|
Bug 1132854 - Remove the gfx::ToIntSize conversion helper. r=Bas
|
2015-04-07 16:08:57 +02:00 |
|
Mats Palmgren
|
75786a9857
|
Bug 1149222 part 1 - Make nsLayoutUtils::DrawBackgroundImage and SVGImageContext use CSSIntSize instead of unitless nsIntSize. r=dholbert
|
2015-04-03 19:48:12 +00:00 |
|
Milan Sreckovic
|
cec0010dc4
|
Bug 1149954 - Only Skia canvases need be considered for acceleration. Carry r=jmuizelaar from bug 1124249
|
2015-04-01 15:23:20 -04:00 |
|
Nicolas Silva
|
a1b30cee6c
|
Bug 1132854 - Remove useless ThebesIntSize conversion helper. r=Bas
|
2015-03-29 16:59:15 +02:00 |
|
Cameron McCormack
|
b3af45d4d5
|
Bug 1148711 - Remove nsresult return values from nsCSSParser::Parse{Property,Variable}. r=dholbert
|
2015-03-29 22:57:04 +11:00 |
|
JW Wang
|
0be1645416
|
Bug 1145057 - Block drawImage() from EME media. r=roc.
|
2015-03-22 18:09:18 +08:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Carsten "Tomcat" Book
|
7e4b6bd769
|
Backed out changeset 9a5f8a7ad479 (bug 1145057) for B2G L Emulator opt/debug bustage on a CLOSED TREE
|
2015-03-20 16:56:58 +01:00 |
|
JW Wang
|
13185e0df6
|
Bug 1145057 - Block drawImage() from EME media. r=roc
|
2015-03-19 19:08:00 -04:00 |
|
Boris Zbarsky
|
3a822d99b4
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp. The
rest of this diff was generated by running the following commands:
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
|
2015-03-19 10:13:33 -04:00 |
|
Milan Sreckovic
|
30becdc815
|
Bug 1129147 - Part 2. Path option to addHitRegion. r=ehsan r=gw280
|
2015-03-02 15:33:28 -05:00 |
|
Milan Sreckovic
|
cf1cc33fa4
|
Bug 1129147 - Part 1. Take CanvasPath into a separate file, to avoid circular dependency. r=roc
|
2015-03-03 10:57:51 -05:00 |
|
Jan Jongboom
|
02c40113f4
|
Bug 1134599 - Fix rpi build target. r=jrmuizel, r=shuang
|
2015-02-25 03:20:00 -05:00 |
|
Seth Fowler
|
c4ef7e7f28
|
Bug 1128225 (Part 1) - Return a result enumeration from imgIContainer::Draw. r=tn
|
2015-02-04 13:50:56 -08:00 |
|
Jeff Walden
|
c6b88878bd
|
Bug 1112774 - Remove JS_DoubleTo{Ui,I}nt32 in favor of JS::To{Ui,I}nt32. r=jorendorff
|
2015-01-07 10:06:03 -06:00 |
|
Nicholas Nethercote
|
0c97990df8
|
Bug 1100738 - Use GetMetricsFor() to avoid many Fontconfig allocations. r=karlt.
|
2015-01-01 15:28:03 -08:00 |
|
Florian Scholz
|
bb15a95a7d
|
Bug 1119527 - Implement canvas clearHitRegions. r=gw280, r=bz
|
2015-01-09 09:41:00 -05:00 |
|
Ehsan Akhgari
|
7bca48d724
|
Bug 1118547 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/canvas; r=baku
|
2015-01-07 10:19:12 -05:00 |
|
Ehsan Akhgari
|
545f2c061b
|
Bug 1114999 - Part 2: Apply MOZ_NO_ADDREF_RELEASE_ON_RETURN to all smart pointer arrow operators that can return refcounted objects; r=jrmuizel
|
2015-01-06 16:30:03 -05:00 |
|
Jonathan Kew
|
840c68ec31
|
Bug 619521 - Part 1: Send a notification of any scripts for which font coverage is lacking. r=jdaggett
|
2014-12-22 16:35:54 +00:00 |
|
Jonathan Kew
|
cafd427872
|
Bug 1108616 - part 2 - Add an explicitLanguage field to gfxFontStyle, and pass it down from callers. r=dbaron
|
2014-12-23 12:50:10 +00:00 |
|
Jonathan Kew
|
5f0a9dfed6
|
Bug 1108179 - Default-ignorable characters filtered by the shaper should not render as .notdef boxes in canvas. r=jdaggett
|
2014-12-16 09:41:08 +00:00 |
|
Ehsan Akhgari
|
a659e4db58
|
Bug 1109694 - Fix more bad implicit constructors in DOM; r=baku
|
2014-12-10 17:49:09 -05:00 |
|
Simon Montagu
|
4c365d8f67
|
Bug 1100071 patch 2: add macros for common tests whether bidi level is odd and whether two bidi levels have the same parity, r=dholbert
|
2014-11-20 12:45:22 +02:00 |
|
Milan Sreckovic
|
c829080dda
|
Bug 1099148 - Implement Canvas2D resetTransform method. r=gw280,bz
|
2014-11-18 12:11:12 -05:00 |
|
Jonathan Kew
|
fa1887de6a
|
Bug 1090168 - Improve baseline handling for <canvas> text with vertical writing mode - relanding patches 1 and 2, with crash-fix from bug 1099143 folded in. r=jdaggett
|
2014-11-17 10:12:20 +00:00 |
|
Jonathan Kew
|
45fe8130d7
|
Backout changesets fad675db4598 and 618d8f44d9e2 (bug 1090168 pt 1 and 2) for Nightly crashiness. a=backout
|
2014-11-15 22:40:00 +00:00 |
|
George Wright
|
081aae993d
|
Bug 1042291 - Add a CanvasDrawObserver which observes the first few seconds/frames of a Canvas2D's lifetime to determine using a heuristic if it should be software or GPU backed. r=gw280, r=snorp
|
2014-09-10 16:15:43 -04:00 |
|
Jonathan Kew
|
879c1f84a0
|
Bug 1090168 - part 2 - Adjust initial value of textBaseline depending on writing-mode and text-orientation properties. r=jdaggett
|
2014-11-13 08:58:04 +00:00 |
|
Jonathan Kew
|
0644b3fa19
|
Bug 1090168 - part 1 - Make textBaseline attribute in <canvas> work for vertical text. r=jdaggett
|
2014-11-13 08:58:04 +00:00 |
|
chiajung hung
|
352de86fed
|
Bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversioni, r=gw280
|
2014-11-11 21:14:00 +01:00 |
|
Del Valle
|
547b909c2e
|
Bug 1092555 - Replace some occurences of gfxIntSize by gfx::IntSize in CanvasRenderingContext2D. r=nical"
|
2014-11-04 14:00:36 +01:00 |
|
Michael Wu
|
6da79b36b0
|
Bug 1081926 - Fallback on a simple image lookup when the normal lookup fails. r=mattwoodrow
|
2014-10-29 16:17:00 +01:00 |
|
Markus Stange
|
03f9f57a05
|
Bug 1083672 - Avoid copying more than needed when drawing a canvas onto itself. r=jrmuizel
|
2014-10-24 18:32:17 +02:00 |
|
Peter Van der Beken
|
91b7ab2dba
|
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
|
2014-10-01 20:43:26 +02:00 |
|
Jonathan Watt
|
012086d51e
|
Bug 1084093, part 3 - Use the new ToDeviceColor() function to undo the breakage to gfx.color_management.mode=1 (eCMSMode_All) caused by the Moz2D porting work. r=Bas
|
2014-10-17 12:53:16 +01:00 |
|
Chris Jones
|
6e24e2625f
|
Bug 1082997 - Add an option to explicitly disable skia-gpu and fix the build when it's disabled. r=mattwoodrow
|
2014-10-14 20:55:37 -07:00 |
|
Jeff Gilbert
|
0b36ea3fec
|
Bug 1082850 - Query for SkiaGL by asking mTarget. - r=snorp
|
2014-10-14 19:25:57 -07:00 |
|
Carsten "Tomcat" Book
|
faeb287a40
|
Backed out changeset 6f411275b7ec (bug 1068740) for bustage on a CLOSED TREE
|
2014-10-15 16:50:45 +02:00 |
|
Peter Van der Beken
|
753d726e71
|
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
|
2014-10-01 20:43:26 +02:00 |
|
Jonathan Kew
|
b9e43a07a9
|
Bug 1082083 - Apply division to the y-coordinate only, not to the point as a whole. r=jdaggett
|
2014-10-14 20:56:08 +01:00 |
|
Steve Singer
|
3337c85944
|
Bug 1081694 - Include SkiaGLGlue.h on non-skia platforms. r=jgilbert
|
2014-10-12 09:58:00 +02:00 |
|
jdashg
|
7faaf9266c
|
Bug 1066280 - Fixes for SurfaceStream removal. - r=kamidphish,mattwoodrow
|
2014-10-07 21:16:14 -07:00 |
|
jdashg
|
f4e7d402a7
|
Bug 1066280 - Remove SurfaceStream. - r=kamidphish,mattwoodrow
|
2014-10-07 21:15:39 -07:00 |
|
Steve Fink
|
430de8c7d1
|
Bug 1061288 - Make it harder for ArrayBuffer data pointers to be held across invalidations. r=smaug,terrence,jdm,roc,khuey
|
2014-10-07 10:44:07 -07:00 |
|
Jonathan Kew
|
907fd53e4a
|
Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas
|
2014-10-06 16:19:36 +01:00 |
|
Carsten "Tomcat" Book
|
fd574940c8
|
Backed out changeset 88bb2a142e10 (bug 902799) on smaugs requests for regressions/crashes
|
2014-10-08 15:41:35 +02:00 |
|
Peter Van der Beken
|
3467274091
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
|