electron/atom
Charles Kerr cac50608d6 Fix atom::PATH_END so it's greater than PATH_START. (#18339)
Previously the enum list ended with entries copied values
from base::PATH_ entries, so the subsequent entry (PATH_END)
had a value in (base::PATH_START..base::PATH_END].

This only a correctness patch. atom::PATH_END doesn't appear
to be used anywhere and it was the only atom::PATH_ enum
bitten by this.
2019-05-21 15:35:01 +09:00
..
app fix: Windows logger path (#18199) 2019-05-20 10:41:30 -07:00
browser Fix atom::PATH_END so it's greater than PATH_START. (#18339) 2019-05-21 15:35:01 +09:00
common fix: update the FileSelectHelper to support the new promise API (#18288) 2019-05-14 15:46:53 -07:00
renderer chore: convert more files away from base::Bind (#18121) 2019-05-03 12:08:41 -07:00
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30