| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
build directory
And use copied/linked files to build prism.css and prism.js.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Or webkit_find_controller_search_previous().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
And save it on profile re-insertion.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
A process that removes its own running profile can't restore it.
mq_profiles_remove() removes a profile's group from the key file. The
file change handler then looks for the current profile's group in the
key file. The group isn't found, and the profile can't be restored.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This shouldn't happen once the no-default case is handled and profiles
that are in use but removed are re-inserted, but it's good to avoid a
potential creash anyway.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|