Timothy Nikkel
|
ff695ae62a
|
Bug 788436. In the mac plugin code if the event model changes we may need to add/remove our scroll position listener. r=josh
|
2012-09-17 20:00:29 -05:00 |
|
Ryan VanderMeulen
|
22f1f81f57
|
Backout e5289d3dce71 and f9a587042ea0 (bug 788436) due to OSX bustage.
|
2012-09-17 20:20:08 -04:00 |
|
Timothy Nikkel
|
95d7cd5ce6
|
Bug 788436. Bustage followup. r=me
|
2012-09-17 19:07:26 -05:00 |
|
Timothy Nikkel
|
eaaab429f7
|
Bug 788436. In the mac plugin code if the event model changes we may need to add/remove our scroll position listener. r=josh
|
2012-09-17 18:43:08 -05:00 |
|
Ed Morley
|
bc7eac1c76
|
Backout 7f86b28171a2 (bug 787853) & e18fdb9a8e12, ba47dac3cf97, e3fdcf7ed7f2, 992ee4c72c87 (bug 777946) for intermittent linux M4 ABORTs
|
2012-09-17 14:17:02 +01:00 |
|
Karl Tomlinson
|
17e5242961
|
b=777946 remove no-op code remaining from size change invalidation r=roc
|
2012-09-17 18:50:25 +12:00 |
|
James Willcox
|
fadb134bea
|
Bug 786248 - Followup to add a small comment
|
2012-09-12 10:20:27 -04:00 |
|
James Willcox
|
a6c002154d
|
Bug 786248 - Always invert Flash video on Honeycomb r=blassey
|
2012-09-12 10:17:22 -04:00 |
|
James Willcox
|
f510098570
|
Bug 778442 - Add some null guards in nsPluginInstanceOwner::GetVisibleRect r=blassey
|
2012-09-11 10:20:44 -04:00 |
|
John Schoenick
|
82f4904998
|
Bug 786650 - Abort load of channel-having plugins without frames at the appropriate point (second attempt). r=josh
|
2012-09-10 13:30:45 -07:00 |
|
John Schoenick
|
b02d3a02b0
|
Backout 827807082790 (bug 786650) for causing bug 789033
|
2012-09-06 19:03:22 -07:00 |
|
John Schoenick
|
e15c882896
|
Backout a6f040934c99 (Bug 548133) for reftest orange
|
2012-09-05 14:58:17 -07:00 |
|
John Schoenick
|
7bb09123c2
|
Bug 786650 - Abort load of channel-having plugins without frames at the appropriate point. r=josh
|
2012-09-05 14:02:07 -07:00 |
|
John Schoenick
|
291183557a
|
Bug 548133 - Remove special handling for object 'pluginurl' param. r=dolske,josh
|
2012-09-05 14:02:06 -07:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Josh Aas
|
c57b0e9247
|
Bug 598401: Remove support for the Quickdraw NPAPI drawing model. r=smichaud
|
2012-08-30 15:10:55 -04:00 |
|
Georg Fritzsche
|
20f486dc62
|
Bug 751809 - Fix OSX focus issue with click-to-play. r=josh
|
2012-08-10 20:28:34 +02:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Matt Woodrow
|
8a1b8efbbd
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
Nicolas Silva
|
e0905a590a
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Ryan VanderMeulen
|
0ba22e8103
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-18 19:10:45 -04:00 |
|
Kyle Huey
|
6ef1317f69
|
Bug 773435: Remove some extraneous nsIImageLoadingContent includes. r=jlebar
|
2012-08-18 12:15:04 -07:00 |
|
Ed Morley
|
8aed6b1aff
|
Backout 6943b37c68cc (bug 751809) for bug 783723
|
2012-08-18 14:11:13 +01:00 |
|
Georg Fritzsche
|
1b121ef207
|
Bug 751809 - Fix OSX focus issue with click-to-play. r=josh
|
2012-08-10 20:28:34 +02:00 |
|
Neil Deakin
|
d91faf11ff
|
Bug 743975 - remove the event handler argument to widget creation methods, r=tn
|
2012-08-15 14:53:09 -04:00 |
|
Benoit Girard
|
2d30a1d9e8
|
Bug 724666 - Part 1: Refactor nsCoreAnimation support into azure QuartzSupport. r=jmuizelaar
|
2012-07-31 11:11:57 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nicolas Silva
|
a6a4d94415
|
Bug 773462 - Rename calls to ImageContainer::SetCurrentImage into ImageContainer::SetCurrentImageInTransaction when the method is used within a layer transaction. r=roc
|
2012-07-26 14:11:22 -04:00 |
|
James Willcox
|
12af787121
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ed Morley
|
c289f9f162
|
Backout 4987ffd173a4 (bug 687267) for bustage
|
2012-07-23 14:47:54 +01:00 |
|
James Willcox
|
a60fcafab7
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ms2ger
|
45a14cadbf
|
Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE.
|
2012-07-22 14:02:18 +02:00 |
|
James Willcox
|
18e78b0b0f
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert
|
2012-07-20 15:20:51 -04:00 |
|
Ehsan Akhgari
|
d07e155f48
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
John Schoenick
|
7eb1a7a15e
|
Backout Bug 406451 for regressions
|
2012-06-19 16:25:56 -07:00 |
|
Matt Woodrow
|
145d424c02
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Martin Stransky
|
9f24c66177
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-27 20:15:32 -04:00 |
|
Ryan VanderMeulen
|
183a1466e1
|
Backout a07e9d98a7c6 (Bug 627699) due to build bustage.
|
2012-06-21 20:56:10 -04:00 |
|
Martin Stransky
|
a378b97cdb
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-21 20:44:38 -04:00 |
|
James Willcox
|
4bf114e4b9
|
Bug 762407 - Avoid deadlock when exiting fullscreen Flash videos on Android r=blassey
|
2012-06-11 13:50:59 -04:00 |
|
Ryan VanderMeulen
|
4c71ae6d9a
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
202bd53a55
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Olli Pettay
|
2146ee62af
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
James Willcox
|
bdd38c0d32
|
Bug 759747 - Fix up fullscreen Flash handling on Android 4.0+ r=blassey
|
2012-06-06 22:39:36 -04:00 |
|
James Willcox
|
ee96d9bd79
|
Bug 727421 - Implement full screen support for Flash on Android r=blassey
|
2012-05-30 12:10:49 -04:00 |
|
James Willcox
|
e4f181e22b
|
Backout 814d564578d1 due to xul bustage
|
2012-05-30 11:58:50 -04:00 |
|
James Willcox
|
7fc5d98cea
|
Bug 727421 - Implement full screen support for Flash on Android r=blassey
|
2012-05-30 10:29:16 -04:00 |
|
David Zbarsky
|
271873d08e
|
Bug 756651: Fix build warning r=jst
|
2012-05-22 11:51:37 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
2b55dddfca
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
|