Timothy B. Terriberry
|
beb5d7222d
|
Bug 634557 - Implement ScaleYCbCr42xToRGB565_BilinearY_Row_NEON, r=jbramley
|
2011-04-14 17:34:18 -07:00 |
|
Timothy B. Terriberry
|
2bdc74c61a
|
Bug 634557 - ScaleYCbCrToRGB565: Reference C version, r=doublec
|
2011-04-14 17:32:15 -07:00 |
|
Zack Weinberg
|
d9ffdcb05b
|
Bug 174055, part 8: change GetLanguage to return a raw nsIAtom*.
|
2011-04-14 10:43:21 -07:00 |
|
Zack Weinberg
|
d856f0c057
|
Bug 174055, part 7: remove unnecessary members from nsFontMetrics.
|
2011-04-08 08:32:29 -07:00 |
|
Zack Weinberg
|
ef90e52c10
|
Bug 174055, part 6: eliminate pointless nsresult return values.
|
2011-04-07 21:18:43 -07:00 |
|
Zack Weinberg
|
5731d401c8
|
Bug 174055, part 5: prune unused and unimplemented methods.
|
2011-04-07 20:07:27 -07:00 |
|
Zack Weinberg
|
d1c5f344ea
|
Bug 174055, part 3: deCOM ns(I|Thebes)FontMetrics. Code outside gfx/ not fixed up.
--HG--
rename : gfx/src/nsThebesFontMetrics.cpp => gfx/src/nsFontMetrics.cpp
rename : gfx/src/nsThebesFontMetrics.h => gfx/src/nsFontMetrics.h
|
2011-04-07 18:05:26 -07:00 |
|
Zack Weinberg
|
c49f97544f
|
Bug 174055, part 2: merge nsIThebesFontMetrics into nsIFontMetrics.
|
2011-04-07 18:05:25 -07:00 |
|
Zack Weinberg
|
9f143f420f
|
Bug 174055, part 1: minimize inclusion of nsI(Thebes)FontMetrics.h.
|
2011-04-07 18:04:41 -07:00 |
|
Zack Weinberg
|
9828e9ed19
|
Bug 648197 (2/2): make nsIDeviceContext::FirstExistingFont and ::GetLocalFontName into complete stubs; remove the alias table.
|
2011-04-07 14:47:04 -07:00 |
|
Zack Weinberg
|
1628ea1551
|
Bug 266236 part 9: Move nsBoundingMetrics to its own header and prune inclusions of nsRenderingContext.h.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 92660748436f03475e011184e2828f1db0ad63e0
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
86131020a5
|
Bug 266236 part 8: Change nsRenderingContext::GetDeviceContext and ::GetFontMetrics to return bare pointers.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 36dd32d715cb75e99cd3a69e460c000c1777d6a6
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
f8eccd9ec7
|
Bug 266236 part 7: Simplify calling convention of SetClipRect and SetClipRegion.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : b1c68e23a4fa67cdc09b151ad39d7560cdd8baf7
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
ab24450ef1
|
Bug 266236 part 6: Change out-parameters to return values and remove a bunch of default parameters that were never called with non-default values.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 0511852e51c2ad4d4833d6f8f2f61d46130a7151
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
f1c21fabf8
|
Bug 266236 part 5: Make all nsRenderingContext methods with no out-parameters and that never fail return nothing.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 7c11bd0cd2a93d30347a1bb6c1b7675e85f0f579
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
4e540ce52f
|
Bug 266236 part 4: Aggressively prune unused methods and dead #ifdefs from nsRenderingContext.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : b2911406bbe1b5995d1a501c59e02b5fffefa390
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
c510bc3046
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
cbabd3ce0f
|
Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 9e149d30da5222d072071043d30d83033fec9787
|
2011-04-07 18:04:39 -07:00 |
|
Jan Küchler
|
ebb2f0c7ec
|
Bug 266236 part 1: Preliminary API cleanup on nsIRenderingContext.
--HG--
extra : rebase_source : a21ffad484f47103e403b8316eae5fdfd815c2cb
|
2011-04-07 18:04:39 -07:00 |
|
Landry Breuil
|
5f1ab70d7c
|
Bug 633857 - missing #includes for OpenBSD (gfx part) r=ludovic
|
2011-04-14 17:48:27 +09:00 |
|
Zack Weinberg
|
95cfe45230
|
Fix partial DOS line endings in nsRect.cpp, rs=khuey, no bug
--HG--
extra : rebase_source : 0bf86cf3015a3eecb19282159277581656136734
|
2011-04-13 10:16:36 -07:00 |
|
Jonathan Kew
|
212f73b280
|
bug 633299 - don't discard font entries for @font-face rules that haven't changed. r=dbaron
|
2011-04-12 11:53:20 +01:00 |
|
Jonathan Kew
|
b10116e2f8
|
bug 636957 - ensure DWrite font list is initialized in GetFontFamilyList(). r=jdaggett
|
2011-04-13 08:28:34 +01:00 |
|
Ms2ger
|
c36fc1ab40
|
Backed out changeset 3f82f25d7334
|
2011-04-12 14:28:53 +02:00 |
|
Jonathan Kew
|
9765228219
|
bug 633299 - don't discard font entries for @font-face rules that haven't changed. r=dbaron
|
2011-04-12 11:53:20 +01:00 |
|
Matt Woodrow
|
29efa43135
|
Bug 640082 followup - Fix typo that caused all black rendering with accelerated layers on X. r=bjacob
--HG--
extra : rebase_source : 38479709267224557c0e619a71430a3505806e40
|
2011-04-12 00:36:13 -07:00 |
|
Benoit Jacob
|
8f960175f1
|
Bug 649233 - Include ANGLE r611. r=joe
--HG--
extra : rebase_source : 7d917f7bdca76e0abbea6ce5ac41154e2285ec79
|
2011-04-12 00:36:13 -07:00 |
|
Benoit Jacob
|
fc87700d74
|
Bug 649233 - Include ANGLE r551. r=joe
--HG--
extra : rebase_source : 0124d3285a5b552b129e7057ce5a7bec23d3f3bf
|
2011-04-12 00:36:13 -07:00 |
|
Joe Drew
|
5853f1879d
|
Bug 641630 - Write proper makefiles for ANGLE. r=bjacob,khuey,ted
--HG--
extra : rebase_source : ff1657325b7ccb3dede8ab587c16e1749ab28c46
|
2011-03-29 18:16:39 -04:00 |
|
Joe Drew
|
12e2239a9c
|
Bug 641630 - Rename compiler/debug.{h,cpp} to compiler/compilerdebug.{h,cpp} r=bjacob
--HG--
rename : gfx/angle/src/compiler/debug.cpp => gfx/angle/src/compiler/compilerdebug.cpp
rename : gfx/angle/src/compiler/debug.h => gfx/angle/src/compiler/compilerdebug.h
extra : rebase_source : cc2d21846981ffd28bf0d7215274171569f43bbd
|
2011-03-29 18:16:39 -04:00 |
|
Zack Weinberg
|
97e0f97e09
|
Bug 648385: Remove gfxFont::GetUniqueName, r=jdaggett
--HG--
extra : rebase_source : 41f923803127440ab903e91c7f24e020b97b83f5
|
2011-04-11 17:59:42 -07:00 |
|
Bas Schouten
|
51d69e129d
|
Bug 600760: Optimize mask with rectangular clip. r=jrmuizel
|
2011-04-11 16:42:05 -07:00 |
|
Benjamin Stover
|
bd3081c90a
|
Bug 642246 Don't build ThebesLayers for elements with no displayports r=roc
|
2011-04-11 13:53:01 -07:00 |
|
Ehsan Akhgari
|
d532809012
|
Merge mozilla-central into cedar
|
2011-04-11 13:11:47 -04:00 |
|
Doug Turner
|
ada3b698b4
|
Backing out Bug 598736 - Use bilinear image scaling on mobile. Perf regression caused. r=me
|
2011-04-11 09:25:59 -07:00 |
|
Jonathan Kew
|
ecba336667
|
bug 644184 - ensure basic arabic shaping features are applied before ligature formation. r=jdaggett
|
2011-04-11 16:33:12 +01:00 |
|
Jonathan Kew
|
28e74a5ebe
|
bug 638764 - followup, fix a bunch of compilation warnings in cairo build. r=bas
|
2011-04-11 13:02:51 +01:00 |
|
Jonathan Kew
|
85be8ccf1c
|
bug 638764 - print DirectWrite text via ExtTextOut using a GDI font, to get decent PDF output. r=bas
|
2011-04-11 13:02:31 +01:00 |
|
Jonathan Kew
|
aac95406d9
|
bug 623495 - revise prefs for dispatching scripts to shaping backends; enable harfbuzz for Hebrew on OS X. r=smontagu
|
2011-04-11 12:17:31 +01:00 |
|
Rich Walsh
|
76d14be89f
|
Bug 648472 - [OS/2] avoid crashes when FcFontMatch() fails; r=wuno
|
2011-04-09 23:32:09 -04:00 |
|
L. David Baron
|
522a8d323e
|
Back out 1edfae12015b (Bug 642246) due to mobile unittest orange.
|
2011-04-09 18:21:27 -07:00 |
|
Benjamin Stover
|
3c025ebe4d
|
Bug 642246 Don't build ThebesLayers for elements with no displayports r=roc
|
2011-04-09 12:38:28 -07:00 |
|
Jeff Muizelaar
|
7d31ce1e77
|
Bug 648446. Remove -pedantic from CFLAGS in qcms. r=khuey
-pedantic causes warnings that we don't care about
|
2011-04-08 11:34:16 -07:00 |
|
Tim Terribe
|
962584e61d
|
Bug 641014 - Fix broken NEO Y'CbCr to RGB conversion - r=doublec
--HG--
extra : rebase_source : fddd6ccddd083484c8b46a53747fb2058a46463e
|
2011-04-09 06:59:22 +12:00 |
|
Tim Terribe
|
21090ba813
|
Bug 583958 - Add NEON detection to SSE.h - r=jmuizelaar
--HG--
extra : rebase_source : 2ae9de7e5a914e7ea30c3ef432edfa100027d656
|
2011-04-09 06:57:52 +12:00 |
|
Chris Double
|
61d4db165f
|
Bug 639415 - Disable prescaling of videos if they have an offset due to chromium scaling code not supporting offsets - r=kinetik
--HG--
extra : rebase_source : 0b72a504f731a81a498876a28dfae0d7c4aebded
|
2011-03-14 17:31:48 +13:00 |
|
Oleg Romashin
|
863e12aca2
|
Bug 607417 - Part1: position:fixed frames mark layers r=roc
--HG--
extra : rebase_source : dbbff8810bafd165a48c34924d98f5c87702ef3f
|
2011-04-05 23:00:25 -06:00 |
|
Ehsan Akhgari
|
ac600720a8
|
Merge cedar into mozilla-central
|
2011-04-08 11:05:22 -07:00 |
|
Matt Brubeck
|
5af1b06ef4
|
Bug 598736 - Use bilinear image scaling on mobile. r=jrmuizel
|
2011-04-08 10:15:37 -07:00 |
|
Ehsan Akhgari
|
b1b54b2a27
|
Merge cedar into mozilla-central
|
2011-04-08 02:27:03 -07:00 |
|