Julian Seward
|
84617e1046
|
Bug 549501 - nsCanvasRenderingContext2D::DrawImage redraws undefined rectangles. r=vlad
|
2010-03-11 07:43:20 +01:00 |
|
Saint Wesonga
|
9427e2d267
|
Bug 542930: Check return value of CallGetService in NativeJSContext.cpp. r=vlad
|
2010-03-10 12:32:40 -08:00 |
|
Markus Stange
|
d7e8315247
|
Bug 549747 - Fix a bad null check in WebGLContext::ValidateProgram. r=vlad
|
2010-03-08 13:28:19 +01:00 |
|
Markus Stange
|
90f17b8799
|
Bug 549747 - Add a null check for tex in WebGLContext::FramebufferTexture2D. r=vlad
|
2010-03-08 13:27:22 +01:00 |
|
Vladimir Vukicevic
|
1f6911c6af
|
Update canvas tests to fix =~ usage and to mark passing tests as ok
|
2010-03-03 16:40:27 -08:00 |
|
Vladimir Vukicevic
|
e86557b1a2
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 3, DOM-side implementation; r=bz
|
2010-03-03 16:40:27 -08:00 |
|
Vladimir Vukicevic
|
9f83ebcfb7
|
Nuke some stale/unused files
* * *
attempt to fix x86-64 burning
|
2010-01-22 18:29:49 -08:00 |
|
Robert O'Callahan
|
daba5acae2
|
Backing out bug 534467 to try to fix test failure
|
2010-03-04 17:50:57 +13:00 |
|
Robert O'Callahan
|
a976e4bcd0
|
Backed out changeset 1672d4c79e82
|
2010-03-04 17:50:28 +13:00 |
|
Robert O'Callahan
|
3b1564e57f
|
Backing out more stuff to try to fix test failure
|
2010-03-04 17:50:01 +13:00 |
|
Robert O'Callahan
|
d1f6ca832a
|
Backed out changeset c9ff351b0738
|
2010-03-04 17:49:36 +13:00 |
|
Robert O'Callahan
|
65a2683e00
|
Back out due to Linux-64 build bustage
|
2010-03-04 14:38:23 +13:00 |
|
Robert O'Callahan
|
5ef23a16ea
|
Backed out changeset b35354fe21e3
|
2010-03-04 14:38:00 +13:00 |
|
Vladimir Vukicevic
|
42ec90deac
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 3, DOM-side implementation; r=bz
|
2010-03-03 16:40:27 -08:00 |
|
Vladimir Vukicevic
|
eeec82577a
|
Update canvas tests to fix =~ usage and to mark passing tests as ok
|
2010-03-03 16:40:27 -08:00 |
|
Vladimir Vukicevic
|
fa7984e74f
|
b=525984; [webgl] reset mThebesSurface on OSX in case of error to avoid crash; r=jrmuizel
|
2010-03-03 16:40:27 -08:00 |
|
Vladimir Vukicevic
|
02fe8f1b07
|
b=534735; use custom quickstubs for canvas fillStyle and strokeStyle; r=bz
|
2010-03-03 16:40:25 -08:00 |
|
Vladimir Vukicevic
|
eec75b1143
|
Nuke some stale/unused files
|
2010-01-22 18:29:49 -08:00 |
|
Zack Weinberg
|
96887d3f38
|
Bug 523496: DeCOMtaminate nsCSSParser. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSParser.h => layout/style/nsCSSParser.h
|
2010-03-02 12:59:32 -08:00 |
|
Ginn Chen
|
4658b768cd
|
Bug 545097 [webgl] crash [@strstr] [@nsGLPbufferGLX::Init] on Sun Ray client r=vladimir
|
2010-03-02 13:54:34 +08:00 |
|
Michael Ventnor
|
25bc9c7d85
|
Bug 542361 - Fix and remove the GetUsedX assertions r=roc
--HG--
extra : rebase_source : 6bdb0e3251e955ced01476a2255e9ebc511c884b
|
2010-03-02 11:57:43 +10:00 |
|
Robert O'Callahan
|
11a3d788af
|
Bug 534425. Part 6: Let nsIWidgets expose a LayerManager to be used to render into the widget, instead of nsPaintEvent::renderingContext which is removed since it's no longer needed. Currently all widgets fall back to a default BasicLayerManager implementation. Also change nsPaintEvent::region to be an nsIntRegion, and get rid of nsPaintEvent::rect since it's redundant.
|
2010-03-01 21:03:49 +13:00 |
|
Jonathan Kew
|
d274131f59
|
Bug 548751 - make canvas respect the style's language when resolving fonts. r=dbaron
|
2010-02-26 08:58:48 -08:00 |
|
Jonathan Kew
|
f3a8507386
|
Bug 547267 followup - rename nsPresContext::GetLanguage to GetLanguageFromCharset for clarity. r=dbaron
|
2010-02-26 06:20:35 -08:00 |
|
Jonathan Kew
|
3d28b28018
|
Bug 524107 - part 2 - store language as atom instead of string in gfxFontStyle. r=roc sr=mats
|
2010-02-24 09:57:57 -08:00 |
|
Jonathan Kew
|
e9d0f828e0
|
Bug 524107 - part 1 - pass original value of 'lang' to gfx text code rather than only a 'langGroup' value, to allow language-specific font rendering. r=roc sr=mats
|
2010-02-24 09:57:44 -08:00 |
|
Jae-Seong Lee-Russo
|
30218c70c3
|
Bug 530373. Use NS_MIN/NS_MAX instead of PR_MIN/PR_MAX in DOM code. r=bzbarsky
|
2010-02-22 14:41:19 -05:00 |
|
Justin Lebar
|
f7fb801ff8
|
Bug 519400: Speed up Canvas's [get|put]ImageData() r=vlad
|
2009-12-04 19:21:45 -08:00 |
|
Doug Turner
|
c5fb72ab64
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
|
Serge Gautherie
|
271756558e
|
Backed out changeset: b3d6a8724029 of
Bug 544099 - Allow shadow blurring to skip areas where blurring is unnecessary; Patch 3.1.
which breaks comm-central.
|
2010-02-04 20:55:10 +01:00 |
|
Michael Ventnor
|
55ebf80987
|
Bug 544099 - Allow shadow blurring to skip areas where blurring is unnecessary; Patch 3.1.
r=roc.
|
2010-02-04 19:15:03 +01:00 |
|
Dão Gottwald
|
5bf54b4622
|
Backed out changeset 8c2e7ae5cceb because of test_bug398289.html failure
|
2010-02-04 17:16:39 +01:00 |
|
Michael Ventnor
|
2b0c157e9a
|
Bug 542361 - Fix and remove the GetUsedX assertions. r=roc,dbaron
|
2010-02-04 14:58:02 +01:00 |
|
Vladimir Vukicevic
|
2beaf43c12
|
b=543680; [webgl] use correct enum to obtain number of texture units; r=jdaggett
|
2010-02-02 01:18:34 -08:00 |
|
Vladimir Vukicevic
|
4b74ead161
|
b=542336; webgl texImage2D broken due to overzealous argc checking (regression from bug 533663); r=jrmuizel
|
2010-01-26 14:23:49 -08:00 |
|
Vladimir Vukicevic
|
a3b000cac9
|
ugh, backout this until I figure out what's wrong with linux
|
2010-01-22 18:28:19 -08:00 |
|
Vladimir Vukicevic
|
6bffab46ef
|
more bustage fix, linux 64-bit
|
2010-01-22 18:17:02 -08:00 |
|
Vladimir Vukicevic
|
4521fc20e4
|
bustage fix
|
2010-01-22 17:56:57 -08:00 |
|
Vladimir Vukicevic
|
ad09806b1d
|
[webgl] (no bug, just removing unused/stale files)
|
2010-01-22 16:50:24 -08:00 |
|
Vladimir Vukicevic
|
21e2f78a75
|
b=539756; [webgl] remove old typed getters; r=jmuizelaar
|
2010-01-22 16:50:22 -08:00 |
|
Vladimir Vukicevic
|
553a8c9c5a
|
b=533663; use js typed arrays in webgl; r=jmuizelaar,mrbkap,brendan
|
2010-01-22 13:34:25 -08:00 |
|
Peter Van der Beken
|
42d2df338a
|
Back out changeset aa4791e4dad9 (Bug 529386 - optimize canvas.width = canvas.width) to fix orange.
|
2010-01-14 12:59:53 +01:00 |
|
Saint Wesonga
|
5d81ff915d
|
Bug 529386 - optimize canvas.width = canvas.width. r=vlad
|
2010-01-14 11:45:57 +01:00 |
|
Robert O'Callahan
|
9778f1c9c6
|
Bug 366283. Enable canvas tests for correct compositing operators.
|
2010-01-07 13:55:08 +13:00 |
|
Robert O'Callahan
|
39ec4fde08
|
Bug 366283. Make canvas 'copy' operator behave as unbounded by clearing the surface before we render the source. r=jrmuizel
|
2010-01-07 13:55:08 +13:00 |
|
Robert O'Callahan
|
a8dbceb4f6
|
Bug 366283. Enable/disable shadows correctly as per spec. r=jrmuizel
|
2010-01-07 13:55:08 +13:00 |
|
Benjamin Smedberg
|
ce3386b2d4
|
Electrolysis-plugin-only bookkeeping commit.
|
2009-12-15 20:33:05 -05:00 |
|
Benjamin Smedberg
|
422b4b28d2
|
Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell.
|
2009-12-12 13:38:25 -05:00 |
|
Benjamin Smedberg
|
767eb11cb4
|
Merge mozilla-central into electrolysis
|
2009-12-04 11:28:50 -05:00 |
|
Chris Jones
|
4a0c6ae1dc
|
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
|
2009-12-03 02:16:14 -06:00 |
|