Peter Van der Beken
|
1122c69800
|
Part 1 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetBaseURI. r=sicking.
--HG--
extra : rebase_source : 5a07f12d9d13d92b796fd5f2cb182b069c3f87bf
|
2010-04-19 17:40:15 +02:00 |
Phil Ringnalda
|
5a3c30ca8d
|
Correct spelling of recieve
|
2010-04-16 22:03:49 -07:00 |
Boris Zbarsky
|
e107e963f1
|
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
Hanspeter Niederstrasser
|
0b838e7d7b
|
Fix for bug 557660 (WebGL interfaces are created even when MOZ_WEBGL unset). r=jst.
--HG--
extra : rebase_source : c9c67ac7ddff650869a0d68b4f9f2e5df9cfcc2f
|
2010-04-09 19:05:54 +02:00 |
timeless@mozdev.org
|
1ef73a4563
|
Backed out changeset ff971b92f74c
|
2010-04-28 10:18:46 +02:00 |
timeless@mozdev.org
|
5b9cd9eb30
|
Bug 551089 fix canvas warnings
r=vlad
|
2010-04-28 10:13:38 +02:00 |
Daniel Holbert
|
becffb4d1f
|
Bug 560378, Patch C: Make int<-->float conversions explicit to avoid MSVC compile warnings, in nsCanvasRenderingContext2D.cpp. r=vlad
|
2010-04-20 11:50:39 -07:00 |
Daniel Holbert
|
0a662d8fd7
|
Bug 560378, patch B: Use the correct version of delete[] in nsCanvasRenderingContext2D.cpp. r=vlad
|
2010-04-20 11:49:38 -07:00 |
Daniel Holbert
|
2244d44898
|
Bug 560378, Patch A: Use "!!" for converting int to bool, to avoid MSVC compile warning in nsCanvasRenderingContext2D.cpp. r=vlad
|
2010-04-20 11:48:29 -07:00 |
Michael Ventnor
|
69069feee2
|
Bug 544099 - Highly optimise -moz-box-shadow for common cases by allowing layout to specify an area where blurring is not needed r=roc,joe
--HG--
rename : gfx/thebes/src/gfxBlur.cpp => gfx/src/thebes/utils/gfxBlur.cpp
rename : gfx/thebes/public/gfxBlur.h => gfx/src/thebes/utils/gfxBlur.h
extra : rebase_source : d7ad7a1ee2ac9e25937133dba95f0f8d7347d612
|
2010-04-18 13:13:10 +10:00 |
Craig Topper
|
dcddb98106
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
Craig Topper
|
9d6c65cee7
|
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
|
2010-04-10 16:09:38 -04:00 |
Oleg Romashin
|
7d55100d17
|
Bug 556850 - WebGL compilation busted for Qt builds. r=vladimir
|
2010-04-07 03:53:18 -04:00 |
Peter Van der Beken
|
43075da890
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
--HG--
extra : rebase_source : 9a7823b365cfca04bb08c5be94eab29d218f1e61
|
2010-01-12 14:08:43 +01:00 |
Robert Sayre
|
7631ccab36
|
Merge mozilla-central to tracemonkey.
|
2010-04-04 14:15:05 -04:00 |
L. David Baron
|
7c509ab303
|
Split nsStyleSet::ResolveStyleForRules into two different APIs for the two different types of uses. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
Robert Sayre
|
72ee9dc669
|
Merge mozilla-central to tracemonkey.
|
2010-04-02 10:10:27 -04:00 |
Robert Sayre
|
a3f8c60900
|
Merge mozilla-central to tracemonkey.
|
2010-03-30 21:13:01 -07:00 |
Jeff Walden
|
a517e35ac1
|
Readd ctypes, xpconnect, plugin, xpinstall, canvas, and typed array changes from bug 548702.
|
2010-03-29 19:47:40 -07:00 |
Jeff Walden
|
c40303ad03
|
Merge.
|
2010-03-26 21:53:40 -07:00 |
Jeff Walden
|
a0d46fb574
|
Backed out changeset e7065853ef79; I'll be repushing this incrementally, attempting to find the precise place where things go bad, in the near future. Happy days are here again! :-\
|
2010-03-26 18:01:54 -07:00 |
Vladimir Vukicevic
|
03bb71739f
|
b=548200; incorrect static array size; r=joe,sr=roc
|
2010-04-01 14:36:26 -07:00 |
Robert Sayre
|
cd0ac9e953
|
Bustage fix: Change canvas quickstub tvr usage to the new name.
|
2010-03-13 12:13:03 -05:00 |
Robert Sayre
|
8bb5ea2dd3
|
Merge mozilla-central to tracemonkey.
|
2010-03-13 11:51:12 -05:00 |
timeless@mozdev.org
|
9ebba9e84a
|
Bug 551089 fix canvas warnings
r=vlad
--HG--
extra : rebase_source : 1f98a9cce20d0486de80a577aa0724a049077098
|
2010-03-12 07:50:12 +01:00 |
timeless@mozdev.org
|
25f4e37aeb
|
Bug 504464 nsCanvasRenderingContext2D::Restore checks to see if unsigned mSaveCount is negative
r=vlad
--HG--
extra : rebase_source : 794d20216ef70e2599f484c871217d557f874be2
|
2010-03-12 07:50:11 +01:00 |
Jeff Walden
|
7df50c064b
|
Bug 548702 - Temporary value-rooting scheme should be C++- and RAII-based, not macro-based. r=igor
--HG--
extra : rebase_source : c7bb34662dbd70df49d40880227139537c60356e
|
2010-01-11 11:52:21 -06:00 |
Robert Sayre
|
25a3f4038c
|
Merge tracemonkey to mozilla-central.
|
2010-03-26 15:53:14 -07:00 |
Craig Topper
|
23e1716275
|
Bug 554253 - Convert nsCOMPtr<nsPresContext> to nsRefPtr<nsPresContext>. r=roc
--HG--
extra : rebase_source : d828daca07188864d055f3d1a72f5217632eb358
|
2010-03-25 14:17:11 +01:00 |
Nicholas Nethercote
|
dfa59155b7
|
Bug 545274 - nanojit: start adding alias info to loads/stores/calls (TM-specific part). r=jseward.
|
2010-03-02 13:47:17 +11:00 |
Andreas Gal
|
a43bfaef8c
|
Disallow embeddings reaching into our guts (part 1: jsnum.h, bug 548205, r=brendan).
|
2010-03-01 13:30:23 -08:00 |
Jae-Seong Lee-Russo
|
9d59e3730d
|
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
|
2de46143ec
|
Bug 519400: Speed up Canvas's [get|put]ImageData() r=vlad
|
2009-12-04 19:21:45 -08:00 |
Julian Seward
|
4f8118e3d3
|
Bug 549501 - nsCanvasRenderingContext2D::DrawImage redraws undefined rectangles. r=vlad
|
2010-03-11 07:43:20 +01:00 |
Saint Wesonga
|
0302b70916
|
Bug 542930: Check return value of CallGetService in NativeJSContext.cpp. r=vlad
|
2010-03-10 12:32:40 -08:00 |
Peter Van der Beken
|
c300fa3779
|
Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst.
--HG--
extra : rebase_source : 8e03b54ff6117dcac27188b296c59dcafbb6db78
|
2010-03-17 16:09:05 +01:00 |
Markus Stange
|
83e53ee168
|
Bug 549747 - Fix a bad null check in WebGLContext::ValidateProgram. r=vlad
|
2010-03-08 13:28:19 +01:00 |
Markus Stange
|
3f09cdc2d1
|
Bug 549747 - Add a null check for tex in WebGLContext::FramebufferTexture2D. r=vlad
|
2010-03-08 13:27:22 +01:00 |
Vladimir Vukicevic
|
c34b828864
|
Update canvas tests to fix =~ usage and to mark passing tests as ok
|
2010-03-03 16:40:27 -08:00 |
Vladimir Vukicevic
|
137fafc56f
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 3, DOM-side implementation; r=bz
|
2010-03-03 16:40:27 -08:00 |
Vladimir Vukicevic
|
634ef014e3
|
Nuke some stale/unused files
* * *
attempt to fix x86-64 burning
|
2010-01-22 18:29:49 -08:00 |
Robert O'Callahan
|
053fb1a959
|
Backing out bug 534467 to try to fix test failure
|
2010-03-04 17:50:57 +13:00 |
Robert O'Callahan
|
25c273c7ba
|
Backed out changeset 1672d4c79e82
|
2010-03-04 17:50:28 +13:00 |
Robert O'Callahan
|
c00d6a1e02
|
Backing out more stuff to try to fix test failure
|
2010-03-04 17:50:01 +13:00 |
Robert O'Callahan
|
73d129fcaf
|
Backed out changeset c9ff351b0738
|
2010-03-04 17:49:36 +13:00 |
Robert O'Callahan
|
fcae78a152
|
Back out due to Linux-64 build bustage
|
2010-03-04 14:38:23 +13:00 |
Robert O'Callahan
|
ac0d8e0290
|
Backed out changeset b35354fe21e3
|
2010-03-04 14:38:00 +13:00 |
Vladimir Vukicevic
|
ac2d6eb636
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 3, DOM-side implementation; r=bz
|
2010-03-03 16:40:27 -08:00 |
Vladimir Vukicevic
|
3e243349d4
|
Update canvas tests to fix =~ usage and to mark passing tests as ok
|
2010-03-03 16:40:27 -08:00 |
Vladimir Vukicevic
|
aef5bb405f
|
b=525984; [webgl] reset mThebesSurface on OSX in case of error to avoid crash; r=jrmuizel
|
2010-03-03 16:40:27 -08:00 |