Andrea Marchesini
|
085da9302a
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
|
Jim Mathies
|
1535724754
|
Bug 1128238 - Ajust NPP_SetWindow and synth native event coords to account for the chrome offset of remote tabs. Prior to this the content process always assumed the tab was the window origin. r=aklotz
|
2015-04-08 11:51:49 -05:00 |
|
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Jim Mathies
|
d353a0d5c1
|
Bug 1095754 - Add nsPluginFrame support for e10s specific plugin configuration data. r=roc
|
2015-01-29 13:41:55 -06:00 |
|
Josh Aas
|
f9e3926e19
|
Bug 1092630: Get rid of native widgets for OS X NPAPI plugins, make things work much better under e10s. Patch by Josh Aas, Markus Stange, Steven Michaud, David Parks. r=smichaud/jst/josh (more reviews pending)
|
2014-12-11 08:44:07 -06:00 |
|
Arnaud Sourioux
|
54b32a98a0
|
Bug 1038570 - Part 2: rename ObjectFrame class to PluginFrame. r=dbaron
|
2014-09-24 06:34:00 +02:00 |
|
Arnaud Sourioux
|
4f1c6d56a0
|
Bug 1038570 - Part 1: rename nsObjectFrame.* to nsPluginFrame.*, changes moz.build and includes. r=dbaron
--HG--
rename : layout/generic/nsObjectFrame.cpp => layout/generic/nsPluginFrame.cpp
rename : layout/generic/nsObjectFrame.h => layout/generic/nsPluginFrame.h
|
2014-09-24 06:33:00 +02:00 |
|