mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5254890206
This commit was generated using the following script, executed at the top level of a typical source code checkout. # Don't modify select files in mfbt/ because it's not worth trying to # tease out the dependencies currently. # # Don't modify anything in media/gmp-clearkey/0.1/ because those files # use their own RefPtr, defined in their own RefCounted.h. find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \ grep -v 'mfbt/RefPtr.h' | \ grep -v 'mfbt/nsRefPtr.h' | \ grep -v 'mfbt/RefCounted.h' | \ grep -v 'media/gmp-clearkey/0.1/' | \ xargs perl -p -i -e ' s/mozilla::RefPtr/nsRefPtr/g; # handle declarations in headers s/\bRefPtr</nsRefPtr</g; # handle local variables in functions s#mozilla/RefPtr.h#mozilla/nsRefPtr.h#; # handle #includes s#mfbt/RefPtr.h#mfbt/nsRefPtr.h#; # handle strange #includes ' # |using mozilla::RefPtr;| is OK; |using nsRefPtr;| is invalid syntax. find . -name '*.cpp' -o -name '*.mm' | xargs sed -i -e '/using nsRefPtr/d' # RefPtr.h used |byRef| for dealing with COM-style outparams. # nsRefPtr.h uses |getter_AddRefs|. # Fixup that mismatch. find . -name '*.cpp' -o -name '*.h'| \ xargs perl -p -i -e 's/byRef/getter_AddRefs/g' |
||
---|---|---|
.. | ||
crashtests | ||
cursors | ||
resources/MainMenu.nib | ||
ComplexTextInputPanel.h | ||
ComplexTextInputPanel.mm | ||
CustomCocoaEvents.h | ||
GfxInfo.h | ||
GfxInfo.mm | ||
moz.build | ||
mozView.h | ||
NativeKeyBindings.h | ||
NativeKeyBindings.mm | ||
nsAppShell.h | ||
nsAppShell.mm | ||
nsBidiKeyboard.h | ||
nsBidiKeyboard.mm | ||
nsChangeObserver.h | ||
nsChildView.h | ||
nsChildView.mm | ||
nsClipboard.h | ||
nsClipboard.mm | ||
nsCocoaDebugUtils.h | ||
nsCocoaDebugUtils.mm | ||
nsCocoaFeatures.h | ||
nsCocoaFeatures.mm | ||
nsCocoaUtils.h | ||
nsCocoaUtils.mm | ||
nsCocoaWindow.h | ||
nsCocoaWindow.mm | ||
nsColorPicker.h | ||
nsColorPicker.mm | ||
nsCursorManager.h | ||
nsCursorManager.mm | ||
nsDeviceContextSpecX.h | ||
nsDeviceContextSpecX.mm | ||
nsDragService.h | ||
nsDragService.mm | ||
nsFilePicker.h | ||
nsFilePicker.mm | ||
nsIdleServiceX.h | ||
nsIdleServiceX.mm | ||
nsLookAndFeel.h | ||
nsLookAndFeel.mm | ||
nsMacCursor.h | ||
nsMacCursor.mm | ||
nsMacDockSupport.h | ||
nsMacDockSupport.mm | ||
nsMacWebAppUtils.h | ||
nsMacWebAppUtils.mm | ||
nsMenuBarX.h | ||
nsMenuBarX.mm | ||
nsMenuBaseX.h | ||
nsMenuGroupOwnerX.h | ||
nsMenuGroupOwnerX.mm | ||
nsMenuItemIconX.h | ||
nsMenuItemIconX.mm | ||
nsMenuItemX.h | ||
nsMenuItemX.mm | ||
nsMenuUtilsX.h | ||
nsMenuUtilsX.mm | ||
nsMenuX.h | ||
nsMenuX.mm | ||
nsNativeThemeCocoa.h | ||
nsNativeThemeCocoa.mm | ||
nsNativeThemeColors.h | ||
nsPIWidgetCocoa.idl | ||
nsPrintDialogX.h | ||
nsPrintDialogX.mm | ||
nsPrintOptionsX.h | ||
nsPrintOptionsX.mm | ||
nsPrintSettingsX.h | ||
nsPrintSettingsX.mm | ||
nsSandboxViolationSink.h | ||
nsSandboxViolationSink.mm | ||
nsScreenCocoa.h | ||
nsScreenCocoa.mm | ||
nsScreenManagerCocoa.h | ||
nsScreenManagerCocoa.mm | ||
nsSound.h | ||
nsSound.mm | ||
nsStandaloneNativeMenu.h | ||
nsStandaloneNativeMenu.mm | ||
nsSystemStatusBarCocoa.h | ||
nsSystemStatusBarCocoa.mm | ||
nsToolkit.h | ||
nsToolkit.mm | ||
nsWidgetFactory.mm | ||
nsWindowMap.h | ||
nsWindowMap.mm | ||
OSXNotificationCenter.h | ||
OSXNotificationCenter.mm | ||
SwipeTracker.h | ||
SwipeTracker.mm | ||
TextInputHandler.h | ||
TextInputHandler.mm | ||
VibrancyManager.h | ||
VibrancyManager.mm | ||
WidgetTraceEvent.mm |