gecko-dev/widget/cocoa
Markus Stange be4332c903 Bug 1462784 - Remove EVENTS category. r=njn
Categories are useful to indicate: This much % of time was spent in this category.

The EVENTS category isn't a very good match for this. This category is currently
only set on labels of functions that handle the processing of an event. But
those functions are usually closer to the base of the stack, and the actual CPU
work during the processing of an event is usually in another category closer to
the top of the stack, e.g. in JS if we're running an event handler, or in LAYOUT
if we're hit testing the position of the event.

This changeset removes the EVENTS category and replaces all uses of it with the
OTHER category.

MozReview-Commit-ID: JPm5hQiBkvp

--HG--
extra : rebase_source : fb1ff20aeebb7ac494227e62ba2101039578808c
2018-05-18 17:36:30 -04:00
..
crashtests
cursors Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans 2018-01-27 15:57:42 +08:00
resources/MainMenu.nib
ComplexTextInputPanel.h
ComplexTextInputPanel.mm
CustomCocoaEvents.h
GfxInfo.h Bug 1441270 - Remove unused WebGL parameter getters. r=jgilbert 2018-02-26 20:35:12 +01:00
GfxInfo.mm Bug 1460699 followup bustage fix. 2018-05-14 11:48:01 -04:00
moz.build Bug 1363168 - Add support for OSX Share feature. r=Gijs,mstange 2018-03-12 09:16:51 +00:00
mozView.h
NativeKeyBindings.h
NativeKeyBindings.mm
nsAppShell.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
nsAppShell.mm Bug 1462784 - Remove EVENTS category. r=njn 2018-05-18 17:36:30 -04:00
nsBidiKeyboard.h
nsBidiKeyboard.mm
nsChangeObserver.h Bug 651120 - Remove index argument from content removed/appended/inserted notifications. r=peterv 2017-10-03 11:09:08 +01:00
nsChildView.h Bug 1458711 - Allow pinch-zooming to be triggered by Mac trackpad gestures (behind a pref); r=botond,mstange 2018-05-15 16:03:24 -04:00
nsChildView.mm Backed out 18 changesets (bug 1462784) for failures in devtools/client/performance/test/unit/test_tree-model-08.js on a CLOSED TREE 2018-06-01 01:06:29 +03:00
nsClipboard.h
nsClipboard.mm Bug 1462262 - Handle pasting image files on macOS. r=spohl 2018-05-17 23:12:46 +10:00
nsCocoaDebugUtils.h
nsCocoaDebugUtils.mm
nsCocoaFeatures.h Bug 1455569 - Handle variation settings of system-installed variation fonts when creating CTFont from CGFont on High Sierra. r=lsalzman 2018-04-20 17:18:03 +01:00
nsCocoaFeatures.mm Bug 1455569 - Handle variation settings of system-installed variation fonts when creating CTFont from CGFont on High Sierra. r=lsalzman 2018-04-20 17:18:03 +01:00
nsCocoaUtils.h Bug 1403989 - Automatically treat black menu icons as templates, so that they get drawn inverted in hovered menuitems. r=jrmuizel,spohl 2018-04-16 15:23:23 -04:00
nsCocoaUtils.mm Bug 1403989 - Automatically treat black menu icons as templates, so that they get drawn inverted in hovered menuitems. r=jrmuizel,spohl 2018-04-16 15:23:23 -04:00
nsCocoaWindow.h Bug 1335191 - Remove nsIWidget::SetWindowTitlebarColor and the nsCocoaWindow implementation. r=spohl 2018-03-24 01:16:20 -04:00
nsCocoaWindow.mm Merge inbound to mozilla-central. a=merge 2018-04-27 13:04:36 +03:00
nsColorPicker.h
nsColorPicker.mm
nsCursorManager.h
nsCursorManager.mm Bug 1423275: Ensure that the proper mouse cursor is shown on macOS when switching between custom and default system cursors. r=mstange 2017-12-15 16:49:23 -06:00
nsDeviceContextSpecX.h Bug 1436263 - Part 3: Remove virtual from final virtual function declarations. r=froydnj 2018-02-08 21:22:43 -08:00
nsDeviceContextSpecX.mm Bug 1185236 - Shorten print job name on Cocoa. r=mstange 2017-10-13 15:48:40 +09:00
nsDragService.h Bug 1455676 part 3. Remove nsIDOMNode usage from widget/. r=qdot 2018-05-29 22:58:48 -04:00
nsDragService.mm Bug 1455676 part 3. Remove nsIDOMNode usage from widget/. r=qdot 2018-05-29 22:58:48 -04:00
nsFilePicker.h
nsFilePicker.mm
nsIdleServiceX.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
nsIdleServiceX.mm Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
nsLookAndFeel.h Bug 1436263 - Part 3: Remove virtual from final virtual function declarations. r=froydnj 2018-02-08 21:22:43 -08:00
nsLookAndFeel.mm Bug 1436048: Use user defined types for font-stretch / font-style. r=jfkthame,jwatt 2018-04-23 18:22:05 +02:00
nsMacCursor.h
nsMacCursor.mm
nsMacDockSupport.h
nsMacDockSupport.mm Bug 1421088 - Don't pass an nsIFrame* to DrawProgress. r=spohl 2018-04-14 22:43:04 -04:00
nsMacSharingService.h Bug 1363168 - Add support for OSX Share feature. r=Gijs,mstange 2018-03-12 09:16:51 +00:00
nsMacSharingService.mm Bug 1455310 - Add title data and activity to sharing. r=mstange 2018-04-25 08:23:32 +01:00
nsMacWebAppUtils.h
nsMacWebAppUtils.mm
nsMenuBarX.h Bug 1434318 part 8. Remove nsIDOMDocument::GetElementById. r=mystor 2018-01-31 15:18:10 -05:00
nsMenuBarX.mm Bug 1434318 part 8. Remove nsIDOMDocument::GetElementById. r=mystor 2018-01-31 15:18:10 -05:00
nsMenuBaseX.h
nsMenuGroupOwnerX.h Bug 1423167: Move most attribute-related methods from nsIContent to Element. r=bz 2017-12-06 16:05:59 +01:00
nsMenuGroupOwnerX.mm Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsMenuItemIconX.h Bug 1407498 - Don't query loadingprincipal in common case. r=baku 2017-10-24 10:13:31 +08:00
nsMenuItemIconX.mm Bug 1455674 part 17. Remove use of nsIDOMElement in non-dom non-JS code. r=qdot 2018-04-26 23:37:34 -04:00
nsMenuItemX.h Bug 1423167: Move most attribute-related methods from nsIContent to Element. r=bz 2017-12-06 16:05:59 +01:00
nsMenuItemX.mm Bug 1449631 part 6. Remove nsIDOMEventTarget::DispatchEvent. r=smaug 2018-04-05 13:42:41 -04:00
nsMenuUtilsX.h
nsMenuUtilsX.mm Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsMenuX.h
nsMenuX.mm Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsNativeThemeCocoa.h Bug 1461222 part 2 - Make GetWidgetPadding return LayoutDeviceIntMargin. r=emilio 2018-05-17 17:30:35 +02:00
nsNativeThemeCocoa.mm Bug 1461635 - Enforce a minimum widget size of 1x1 for toolbar separators. r=spohl 2018-05-23 11:55:41 -04:00
nsNativeThemeColors.h
nsPIWidgetCocoa.idl
nsPrintDialogX.h
nsPrintDialogX.mm Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
nsPrintSettingsServiceX.h Bug 144114 part 3 - Clean up the headers of the nsPrintSettingsService subclasses. r=bobowen 2017-12-19 11:05:37 +00:00
nsPrintSettingsServiceX.mm Bug 144114 part 2 - Rename nsPrintOptions and its subclasses to nsPrintSettingsService*. r=bobowen 2017-12-19 10:42:15 +00:00
nsPrintSettingsX.h Bug 1407103 - Convert wstring attributes to AString in widget/nsIPrint*.idl. r=bobowen. 2017-10-09 10:08:09 +11:00
nsPrintSettingsX.mm Bug 1412645 - Initialize some uninitialized fields in widget/cocoa/. r=mstange 2017-10-31 11:25:04 +01:00
nsSandboxViolationSink.h
nsSandboxViolationSink.mm
nsSound.h
nsSound.mm Bug 1448914 - remove nsISound::playSystemSound; r=masayuki 2018-03-27 10:41:40 -04:00
nsStandaloneNativeMenu.h
nsStandaloneNativeMenu.mm Bug 1455674 part 13. Remove remaining xpidl uses of nsIDOMElement. r=qdot 2018-04-26 23:37:29 -04:00
nsSystemStatusBarCocoa.h
nsSystemStatusBarCocoa.mm Bug 1455674 part 13. Remove remaining xpidl uses of nsIDOMElement. r=qdot 2018-04-26 23:37:29 -04:00
nsToolkit.h
nsToolkit.mm Bug 1415741. Switch to a different env var, not MOZ_DEBUG, for disabling mouse event taps on Mac. r=mstange 2017-11-15 12:23:58 -05:00
nsWidgetFactory.mm Bug 1363168 - Add support for OSX Share feature. r=Gijs,mstange 2018-03-12 09:16:51 +00:00
nsWindowMap.h
nsWindowMap.mm
OSXNotificationCenter.h Bug 952453 - Remove mozNotification API; r=mattn r=baku 2018-01-08 14:56:22 -08:00
OSXNotificationCenter.mm Backing out 8fd1d4a79a48 (Bug 952453) due to notification bustage on MacOS 2018-01-04 14:50:21 -08:00
RectTextureImage.h Bug 1444373 - Don't crash when trying to draw an empty RectTextureImage. r=mattwoodrow 2018-04-09 17:07:58 -04:00
RectTextureImage.mm Bug 1444373 - Don't crash when trying to draw an empty RectTextureImage. r=mattwoodrow 2018-04-09 17:07:58 -04:00
ScreenHelperCocoa.h
ScreenHelperCocoa.mm
SwipeTracker.h
SwipeTracker.mm Bug 1436508 part 16. Remove nsIDOMSimpleGestureEvent. r=masayuki 2018-02-09 11:17:10 -05:00
TextInputHandler.h Bug 1464016 - TextInputHandler should not clear alt/ctrl/meta modifiers of eKeyPress event before sending TextEventDispatcher r=m_kato 2018-05-24 20:59:48 +09:00
TextInputHandler.mm Bug 1464016 - TextInputHandler should not clear alt/ctrl/meta modifiers of eKeyPress event before sending TextEventDispatcher r=m_kato 2018-05-24 20:59:48 +09:00
VibrancyManager.h Bug 1370040 - Use the public API -[NSVisualEffectView setMaskImage:] instead of the private API -[NSWindow _cornerMask]. r=spohl 2017-11-19 18:38:35 -05:00
VibrancyManager.mm Bug 1370040 - Use the public API -[NSVisualEffectView setMaskImage:] instead of the private API -[NSWindow _cornerMask]. r=spohl 2017-11-19 18:38:35 -05:00
ViewRegion.h
ViewRegion.mm
WidgetTraceEvent.mm