Phil Ringnalda
|
47cc5a79b7
|
Bug 862520 followup - Package skipped_tests_winxp.txt so we actually skip failing webgl mochitests
|
2013-04-29 21:39:05 -07:00 |
|
Boris Zbarsky
|
15316b1400
|
Bug 865961. Root the scope argument of wrap-the-xpconnect-object helpers in WebIDL bindings. r=ms2ger
|
2013-04-29 17:33:42 -04:00 |
|
Bobby Holley
|
18707fd562
|
Bug 865729 - Remove nsIJSContextStack from content/foo. r=gabor
We leave it in nsContentUtils.cpp, which we'll handle in a separate patch.
|
2013-04-29 11:16:17 -07:00 |
|
James Willcox
|
476fe913b9
|
Bug 858292 - Preserve drawing buffer when using SkiaGL r=gwright
--HG--
extra : rebase_source : a3dc5c425039c77b536812be5517f27d3f7b86f1
|
2013-04-29 10:00:32 -04:00 |
|
Masatoshi Kimura
|
32dba1647d
|
Bug 859024 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/canvas/src. r=jmuizelaar
|
2013-04-28 07:10:36 +09:00 |
|
Ryan VanderMeulen
|
263fa2498e
|
Merge m-c to inbound.
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
|
2013-04-26 16:46:46 -04:00 |
|
Ryan VanderMeulen
|
b5462138cd
|
Merge m-c to birch.
|
2013-04-26 13:00:21 -04:00 |
|
Ryan VanderMeulen
|
79db1c6ba4
|
Merge birch to m-c.
|
2013-04-26 08:00:07 -04:00 |
|
Andreas Gal
|
20552ff39b
|
Bug 865929 - Add pref to limit the size of the canvas image cache r=jlebar,jdm a=tef+
|
2013-04-26 07:16:12 -07:00 |
|
Justin Lebar
|
9ea52325ff
|
Bug 844323 - Part 2 (The Main Event): Move ProcesPriorityManager to the main process. r=bent,khuey
|
2013-04-25 20:53:26 -04:00 |
|
Justin Lebar
|
89ec015368
|
Bug 844323 - Prelude part 3: Change ProcessPriorityManager's export directory. r=khuey
It was mozilla/dom/ipc/ before, but this changes it to mozilla/, which matches the class's namespace.
|
2013-04-25 20:53:26 -04:00 |
|
Boris Zbarsky
|
9c1973b5d2
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
|
Boris Zbarsky
|
0b6ba06beb
|
Bug 864727 part 4. Pass a handle for the scope object to all the various Wrap*Object stuff in BindingUtils. r=ms2ger
Note: The JS::Rooted in CGWrapWithCacheMethod is just there until we start passing a handle to Wrap().
|
2013-04-25 12:29:53 -04:00 |
|
David Zbarsky
|
4a6954e46d
|
Bug 856472: Fix includes and WrapObject r=me
|
2013-04-26 10:55:56 -04:00 |
|
David Zbarsky
|
8383676b3b
|
Bug 856472: Wrappercache CanvasGradient r=bz
|
2013-04-26 10:55:56 -04:00 |
|
David Zbarsky
|
e7c17f133d
|
Bug 856472: Convert CanvasGradient to WebIDL r=bz
|
2013-04-26 10:55:54 -04:00 |
|
David Zbarsky
|
8170a79e75
|
Bug 856472: Move CanvasGradient to its own file r=bz
--HG--
rename : content/canvas/src/CanvasRenderingContext2D.h => content/canvas/src/CanvasGradient.h
|
2013-04-26 10:55:37 -04:00 |
|
David Zbarsky
|
49bc848569
|
Bug 856472: Wrappercache CanvasPattern r=bz
|
2013-04-26 10:55:37 -04:00 |
|
David Zbarsky
|
e3ec2de9af
|
Bug 856472: Convert CanvasPattern to WebIDL r=bz
|
2013-04-19 04:49:22 -04:00 |
|
David Zbarsky
|
9570970029
|
Bug 856472: Move CanvasPattern to its own file r=bz
--HG--
rename : content/canvas/src/CanvasRenderingContext2D.h => content/canvas/src/CanvasPattern.h
|
2013-04-19 04:49:22 -04:00 |
|
Ryan VanderMeulen
|
7c02acfe11
|
Merge m-c to inbound.
|
2013-04-26 08:00:50 -04:00 |
|
Aryeh Gregor
|
659b807986
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Ryan VanderMeulen
|
8b350c11e3
|
Backed out changeset ccdc2beb09ae (bug 865929) for mochitest and crashtest crashes.
CLOSED TREE
|
2013-04-25 22:13:14 -04:00 |
|
Andreas Gal
|
5ba3ab6f93
|
Canvas image cache isn't hooked up to memory pressure purging, and needs a size limit (bug 865929, r=jlebar, a=tef+).
|
2013-04-25 17:48:59 -07:00 |
|
David Zbarsky
|
2eb48097e7
|
Finish backout of part of bug 856472
|
2013-04-22 02:04:53 -04:00 |
|
David Zbarsky
|
38362a907a
|
Backout 5e84af960621 for being wrong
|
2013-04-22 02:02:39 -04:00 |
|
David Zbarsky
|
730feee6f8
|
Backout 3e7970330a3e for being wrong
|
2013-04-22 02:01:36 -04:00 |
|
David Zbarsky
|
204a17f3b2
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-21 21:25:28 -04:00 |
|
Benoit Jacob
|
97aa727fd1
|
Bug 863821 - Remove useless 'var' keywords in WebGL mochitest - r=jgilbert
|
2013-04-20 10:22:49 -04:00 |
|
David Zbarsky
|
65a41e7101
|
Bug 856472: Convert CanvasPattern to WebIDL r=bz
|
2013-04-19 04:49:22 -04:00 |
|
David Zbarsky
|
89d57ba989
|
Bug 856472: Move CanvasPattern to its own file r=bz
--HG--
rename : content/canvas/src/CanvasRenderingContext2D.h => content/canvas/src/CanvasPattern.h
|
2013-04-19 04:49:22 -04:00 |
|
David Zbarsky
|
7235cdcd53
|
Bug 856472: Convert TextMetrics to WebIDL r=bz
* * *
Bug 857439 Part 4: Fix MediaStreamList wrapping r=bz
|
2013-04-19 04:49:22 -04:00 |
|
David Zbarsky
|
6d27540aee
|
Bug 856472: Move TextMetrics to its own file r=bz
--HG--
rename : content/canvas/src/CanvasRenderingContext2D.cpp => content/canvas/src/TextMetrics.h
|
2013-04-19 04:49:21 -04:00 |
|
Benoit Jacob
|
e2cc1e02f3
|
Bug 862520 - Disable quickCheckAPI-B2.html on Windows XP. r=jgilbert
|
2013-04-18 07:40:08 -04:00 |
|
Mike Shal
|
77cdb6567d
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Nicholas Nethercote
|
f5378cec64
|
Bug 859657 (part 2) - Remove nsIMemoryMultiReporter.explicitNonHeap because it's more trouble than it's worth; also remove the "explicit" single reporter. r=jlebar.
--HG--
extra : rebase_source : a146536a3dd0043082bcb1c26d980c4c6d4c0730
|
2013-04-11 20:52:32 -07:00 |
|
Ms2ger
|
56287333d1
|
Bug 826740 - Part f: Move HTMLCanvasElement to Paris bindings; r=khuey
|
2013-04-13 09:05:51 +02:00 |
|
Joshua Cranmer
|
66e39d8aff
|
Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz
|
2013-04-11 22:20:09 -05:00 |
|
Boris Zbarsky
|
f970d09653
|
Bug 859617. Make WebGLContext's primary nsISupports its canonical nsISupports. r=khuey
|
2013-04-09 12:26:36 -04:00 |
|
matekm
|
00c2965124
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
--HG--
extra : rebase_source : cfdb682506acc14ec811e21ae42f067950e1ff0c
|
2013-04-02 21:14:24 -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 |
|
Jose Cortes
|
ed1d7393df
|
Bug 842186 - Update use of jsval with JS::Value in cpp and h files in the content/xul/ content/canvas/ content/xslt/ and content/xbl/ directories. r=jwalden
--HG--
extra : rebase_source : fc2809818c2601d0b58f503968d579d09de98ea9
|
2013-03-22 22:05:20 -07:00 |
|
George Wright
|
bbbab52ed9
|
Bug 849253 - Make SkiaGL a build-time option independent of Skia, and disable it on PPC[64] r=mattwoodrow
|
2013-03-13 19:29:47 -04:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Andrea Marchesini
|
f31c1bad38
|
Bug 847370 - HTMLMediaElement - crossOrigin vs crossorigin, r=bz
|
2013-03-19 16:18:29 +01:00 |
|
Andrea Marchesini
|
bb166b0fab
|
Bug 841493 - Convert HTMLVideoElement to WebIDL, r=Ms2ger
|
2013-03-19 13:28:34 +01:00 |
|
Andrea Marchesini
|
fef387cf3e
|
Bug 841493 - Rename nsHTMLVideoElement to HTMLVideoElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLVideoElement.h => content/html/content/public/HTMLVideoElement.h
rename : content/html/content/src/nsHTMLVideoElement.cpp => content/html/content/src/HTMLVideoElement.cpp
|
2013-03-19 13:27:35 +01:00 |
|
Gregory Szorc
|
2288b28e43
|
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
|
2013-03-17 18:01:25 -07:00 |
|