Ryan VanderMeulen
|
03091dc91b
|
Bug 777574 - Skip quickCheckAPI-B2.html on Linux. r=bjacob
|
2014-01-06 15:24:25 -05:00 |
|
Andrew McCreight
|
6eb97eeada
|
Bug 956569 - Make nsContentUtils::WrapNative MOZ_WARN_UNUSED_RESULT. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Andrew McCreight
|
f78e86e676
|
Bug 956455, part 3 - Remove the holder argument to nsXPConnect::WrapNativeToJSVal. r=gabor
|
2014-01-06 11:54:43 -08:00 |
|
Andrew McCreight
|
737d0d5fa9
|
Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Andrew McCreight
|
8cfae85cf5
|
Bug 956423 - Remove unused variables from nsXBLProtoImpl::InstallImplementation and InitTargetObjects. r=bholley
|
2014-01-06 11:54:42 -08:00 |
|
Andrew Quartey
|
ec4092c0d6
|
Bug 882718 - Part a: Add list of newly introduced cues to TextTrackManager. r=rillian
|
2014-01-06 13:03:50 -05:00 |
|
Ed Morley
|
376ae3fdad
|
Merge mozilla-central and inbound
|
2014-01-06 15:20:18 +00:00 |
|
Birunthan Mohanathas
|
c293ca84b8
|
Bug 784739 - Switch from NULL to nullptr in remaining directories; r=ehsan
--HG--
extra : rebase_source : 1ff19b2c8fd0e77fa8e822f5007a9fa3a6b6d474
|
2014-01-06 10:06:04 -05:00 |
|
Olli Pettay
|
d8890b4dcf
|
Bug 947778, return early from SetEventHandler when ELM can't find the global jsobject, r=bz
|
2014-01-06 15:36:10 +02:00 |
|
Ehsan Akhgari
|
73dc4b008e
|
Bug 884368 - Part 1: Add a memory reporter for AudioContexts; r=roc,njn
|
2014-01-04 13:15:41 -05:00 |
|
Ehsan Akhgari
|
58ee2029fd
|
Merge m-c into inbound
|
2014-01-04 12:14:57 -05:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Randy Lin
|
53ac8bab30
|
Bug 952052 - Avoid release Session object in Media Encoder thread. r=roc
|
2014-01-03 15:24:57 +08:00 |
|
Josh Matthews
|
d8da5ca4c7
|
Backed out changeset 629aa51ebfaf
|
2014-01-03 21:56:51 -05:00 |
|
Matt Woodrow
|
1ec593cbd5
|
Bug 940811 - Enable the gradient cache for canvas. r=Bas
|
2013-11-20 16:50:46 +13:00 |
|
Cervantes Yu
|
84c54ec4d7
|
Bug 938470 - Part 1: Make nsFrameLoader async in loading a remote iframe to always use Nuwa-spawned app processes. r=smaug
|
2013-11-19 19:03:30 +08:00 |
|
Josh Matthews
|
8c54534177
|
Bug 902271 - Make StorageInputStream serializable cross-process. r=bent
|
2013-11-05 18:44:21 -05:00 |
|
Steve Workman
|
05ff22ac54
|
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
|
2013-12-18 15:03:48 -08:00 |
|
Cameron McCormack
|
f89609e8d3
|
Bug 731271 - Part 2: Add new nsCSSValue units to store colors in their original syntactic form. r=dbaron
|
2013-09-16 09:35:48 +10:00 |
|
Cameron McCormack
|
4e156d6ca3
|
Bug 731271 - Part 1: Rename eCSSUnit_Color to eCSSUnit_RGBAColor. r=dbaron
|
2013-09-16 09:35:48 +10:00 |
|
Nicholas Nethercote
|
82b05b710d
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
|
2013-12-07 22:09:10 -08:00 |
|
Nicholas Nethercote
|
9505172caf
|
Bug 955942 (part 1) - Remove unnecessary nsIMemoryReporter qualifiers from UNITS_* and KIND_* constants. r=mccr8.
--HG--
extra : rebase_source : f760568c08af03d9fec316bf95e7d4388078a03d
|
2013-12-11 11:59:39 -08:00 |
|
Ryan VanderMeulen
|
dabb3b6ece
|
Merge m-c to inbound.
|
2014-01-02 16:17:34 -05:00 |
|
Ryan VanderMeulen
|
783ede8cc6
|
Merge b2g-inbound to m-c.
|
2014-01-02 16:14:38 -05:00 |
|
Benoit Jacob
|
4bf0659d81
|
Bug 949819 - Move remaining ReadPixels and GetTexImage helpers out of GLContext - r=jgilbert
|
2014-01-02 10:17:29 -05:00 |
|
Wolfgang Rosenauer
|
ac37946f20
|
Bug 953130 - Fix system NSPR builds for content/media. r=rjesup
|
2014-01-02 09:14:52 +01:00 |
|
Henri Sivonen
|
2fabf9a684
|
Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame.
|
2014-01-02 09:18:20 +02:00 |
|
Masatoshi Kimura
|
3f945da033
|
Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug
|
2014-01-02 07:52:47 +09:00 |
|
Benoit Jacob
|
48a6fd4ae9
|
Bug 877115 - some compilation fixes - no review, trivial build fix
|
2014-01-01 14:47:19 -05:00 |
|
Jan Gerber
|
45474f8497
|
Bug 952186 - Remove downmix code from WebMReader; r=rillian
|
2013-12-19 23:43:26 +05:30 |
|
Randy Lin
|
59221a6965
|
Bug 952020 - Remove the MediaEncoder::OnEncoderThread(). r=roc
|
2013-12-19 18:13:05 +08:00 |
|
David Zbarsky
|
7f9dd8b4db
|
Bug 952977: Switch GetCTM to gfx::Matrix r=nical
|
2013-12-31 13:44:27 -05:00 |
|
Terrence Cole
|
c1622b31ab
|
Bug 955735 - Reorganize the code in nsScriptLoader to eliminate some rooting hazards; r=smaug
--HG--
extra : rebase_source : db78c06d3eaa5539e906bfc95650abd8aac9be38
|
2013-12-31 08:30:07 -08:00 |
|
Ms2ger
|
9b8e245bf9
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
|
David Zbarsky
|
c6c8fbea9a
|
Bug 952977: Switch GetViewBoxTransform to gfx::Matrix r=nical
|
2013-12-30 01:50:17 -05:00 |
|
David Zbarsky
|
7d24c2a5fc
|
Bug 952977: Switch GetMarkerTransform to gfx::Matrix r=nical
|
2013-12-30 01:50:08 -05:00 |
|
David Zbarsky
|
87464ff53e
|
Bug 952977: Switch SVGIntegrationUtils to gfx::Matrix r=nical
|
2013-12-29 18:35:52 -05:00 |
|
David Zbarsky
|
e462514397
|
Bug 952977: Switch SetAnimateMotionTransform to gfx::Matrix r=nical
|
2013-12-28 16:37:40 -05:00 |
|
David Zbarsky
|
40af6136a8
|
Backout b04bd18e5692 for reftest failure
|
2013-12-26 15:13:57 -05:00 |
|
David Zbarsky
|
6a26b7bdac
|
Bug 952977: Switch PrependSVGTransform to gfx::Matrix r=nical
|
2013-12-26 13:06:54 -05:00 |
|
David Zbarsky
|
8c427ddc4d
|
Bug 952977: Use gfx::Matrix in ipdl r=nical
|
2013-12-26 13:06:53 -05:00 |
|
Robert Longson
|
7210adaac8
|
Bug 775730 - Address missed review comments. r=dholbert
|
2013-12-25 08:33:48 +00:00 |
|
Wes Kocher
|
aa763b2feb
|
Merge m-c to inbound
|
2013-12-24 15:25:23 -08:00 |
|
Wes Kocher
|
7f85f5005b
|
Merge b2g-inbound to m-c
|
2013-12-24 15:13:27 -08:00 |
|
Robert Longson
|
e3e8ce789d
|
Bug 775730 - Ensure AttributeWillChange is always paired with AttributeDidChange. r=dholbert
|
2013-12-24 22:09:22 +00:00 |
|
Andrew McCreight
|
019919682d
|
Bug 945585 - fix incr call for ICC. r=bustage
|
2013-12-23 09:40:32 -05:00 |
|
Olli Pettay
|
fad8ede63c
|
Bug 945585 - Add shouldDelete to nsDocument::Release. r=mccr8
|
2013-12-23 09:10:46 -05:00 |
|
Carsten "Tomcat" Book
|
c2eae2369f
|
Merge mozilla-central to b2g-inbound
|
2013-12-23 05:55:29 +01:00 |
|
Chris Peterson
|
d8217096a5
|
Bug 951547 - Assert that nsSMILTimedElement::SampleFillValue() is not called in STATE_STARTUP. r=dholbert
|
2013-12-18 21:08:03 -08:00 |
|
Nathan Froyd
|
1eb0505bb2
|
Backout ca927541e644:885c09371fe5 (bug 888685), because green builds are more Christmas-y than red builds
|
2013-12-22 12:56:39 -05:00 |
|