gecko-dev/widget/uikit
serge-sans-paille 8a0a0f7524 Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato
MOZ_RUNINIT => initialized at runtime
MOZ_CONSTINIT => initialized at compile time
MOZ_GLOBINIT => initialized either at runtime or compile time, depending on template parameter, macro parameter etc
This annotation is only understood by our clang-tidy plugin. It has no
effect on regular compilation.

Differential Revision: https://phabricator.services.mozilla.com/D223341
2024-10-30 11:05:24 +00:00
..
components.conf
EventDispatcher.h Bug 1922437 - Switch iOS build to Geckoview history instead of Places. r=nika,geckoview-reviewers,owlish 2024-10-03 22:21:51 +00:00
EventDispatcher.mm Bug 1922437 - Switch iOS build to Geckoview history instead of Places. r=nika,geckoview-reviewers,owlish 2024-10-03 22:21:51 +00:00
GfxInfo.cpp
GfxInfo.h
MediaKeysEventSourceFactory.cpp
moz.build Bug 1922437 - Switch iOS build to Geckoview history instead of Places. r=nika,geckoview-reviewers,owlish 2024-10-03 22:21:51 +00:00
nsAppShell.h
nsAppShell.mm Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
nsBidiKeyboard.h
nsBidiKeyboard.mm
nsLookAndFeel.h
nsLookAndFeel.mm
nsNativeThemeUIKit.h
nsNativeThemeUIKit.mm
nsWidgetFactory.h
nsWidgetFactory.mm
nsWindow.h Bug 1922956 - Further clean-up widget creation code-paths. r=win-reviewers,mac-reviewers,geckoview-reviewers,mstange,rkraesig,m_kato 2024-10-07 16:43:53 +00:00
nsWindow.mm Bug 1725806 - Part 6. Support autocorrect on UIKit backend. r=masayuki 2024-10-28 17:06:51 +00:00
TextInputHandler.h
TextInputHandler.mm
UIKitUtils.h Bug 1725806 - Part 6. Support autocorrect on UIKit backend. r=masayuki 2024-10-28 17:06:51 +00:00
UIKitUtils.mm Bug 1725806 - Part 6. Support autocorrect on UIKit backend. r=masayuki 2024-10-28 17:06:51 +00:00