Wliu
fabc38162b
Remove macOS emoji workaround
...
No longer needed now that we are on Chrome 53
2017-03-01 17:32:31 -05:00
Antonio Scandurra
1af1400911
Fix increasing/decreasing font size via ctrl-mousewheel
...
This regression was introduced with the removal of the shadow DOM from
`<atom-text-editor>` elements. Previously we were relying on Chrome
always reporting `<atom-text-editor>` as the mousewheel `event.target`.
As a result, removing the shadow boundary caused the mousewheel event to
be potentially dispatched from anywhere inside the editor element,
making our previous logic for handling ctrl-mousewheel invalid. This
commit fixes it by recognizing mousewheel events that are dispatched
from within an editor.
2017-01-20 13:53:49 +01:00
Damien Guard
3fd1dbdce3
Clean up temporary files when running specs
2016-12-01 10:48:45 -08:00
Antonio Scandurra
3e3f3bb608
Return a Disposable when stubbing observePreferredScrollbarStyle
2016-10-10 10:13:49 +02:00
Max Brunsfeld
1ddce8b4a0
Expect double quotes for multi-word font names in spec
...
getComputedStyle seems to return font families this way in Chrome 52
2016-09-07 16:36:00 +02:00
Max Brunsfeld
e1f8a72995
Move ctrl-mousewheel handling out of TextEditorComponent
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-07-27 16:02:24 -07:00
Antonio Scandurra
47bbd8b4bb
Ensure we test for emojis only on Darwin
2016-03-31 17:45:32 +02:00
Antonio Scandurra
d89d34f4ef
💚
2016-03-31 13:02:52 +02:00
Max Brunsfeld
7c733f6dc4
Merge branch 'master' into wl-electron-35
2016-02-05 10:22:01 -08:00
simurai
127e4dbae4
Add specs for horizontal axis height
2016-02-01 11:34:09 -08:00
simurai
6944815a72
Add specs for header/footer widths
2016-02-01 11:34:09 -08:00
simurai
4cf8abc786
🎨 Rename top/bottom-bar to header/footer
2016-02-01 11:34:08 -08:00
simurai
b9cea80d4f
Add top/bottom bar specs
2016-02-01 11:34:08 -08:00
Cheng Zhao
c186d70bec
Also use require('electron') in specs
2015-12-11 10:03:20 +08:00
Wliu
fec1507ff4
Require ipc-renderer where it belongs
2015-11-18 21:10:40 -05:00
Wliu
6cd480b37e
Fix Electron deprecations
2015-11-17 21:16:09 -05:00
Nathan Sobo
4d231b2a24
Move panel containers specs to workspace-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
ac6a5846b7
Move font styling specs to workspace-element-spec
2015-09-18 20:48:43 -06:00
Nathan Sobo
d3b6454037
Move scrollbar style observation specs to workspace-element-spec
2015-09-18 20:48:42 -06:00
Nathan Sobo
d44f13a51e
Test window:toggle-invisibles in workspace-element-spec, more simply
2015-09-18 20:48:42 -06:00
Nathan Sobo
0ba313a6f2
Move workspace focus specs to workspace-element-spec
2015-09-18 20:48:42 -06:00
Max Brunsfeld
d9e4aa16d2
Run package specs from the active item's project folder
2015-05-14 16:18:54 -07:00