-
Notifications
You must be signed in to change notification settings - Fork 25
Fix error with let and conditional block in FX 44 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
oeekker
wants to merge
125
commits into
johan:master
Choose a base branch
from
oeekker:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
125 commits
Select commit
Hold shift + click to select a range
a17391b
adding a access key (R)
erikvold 1ee6d81
since startup is only calling findWindowsAndRun atm startup now does …
erikvold 0009b73
minor style change
erikvold c815bd3
Closes #1 adding a accel + alt + R hotkey
erikvold 97f0f5e
removing useless var
erikvold dbabf5d
Closes #2 Supporting Seamonkey
erikvold 5e10c83
<version>2</version>
erikvold 89c876d
add app (Firefox button) menu item
supahgreg ad31fa1
add an icon to the app menu item
supahgreg 830e6e2
mentioning myself
supahgreg 5e85ad7
changing icon to match source in install.rdf
supahgreg 1c281ac
removing image region, not needed with the refresh_16 icon
supahgreg b4c142e
SeaMonkey does not have the app menu (yet)
supahgreg cfd3c61
use .cloneNode to create the app menu item
supahgreg c9079ae
Closes #5 inserting the restart menu item into Windows 7's app menu
erikvold 59e0642
saw a warning that the install() method was not defined, so I'm addin…
erikvold 2e5c5a2
adding a shortcut for doc.getElementById(id);
erikvold 75cf102
minor comment changes
erikvold 336538e
using doc.createElementNS instead of doc.createElement
erikvold abc3071
version 3
erikvold f6314ec
removing some white space
erikvold 851ffbe
minor style change
erikvold ebb0060
performance tweak: when shutting down the application, there is no re…
erikvold 0a3bd62
Closes #8 allow users to change the hotkey
supahgreg 6faa5b4
Closes #10 using local icon
erikvold 3c072ef
Add initial Readme
nmaier 3bdfc0e
separating common utils from code unique to this addon
erikvold ea59f3f
Closes #11 Use local icons
nmaier 2025ec3
add contributor
nmaier 0333dae
moving files needed in the xpi in to the 'src' dir
erikvold 8f020d3
<version>4pre</version>
erikvold 05be367
using a general include() function
erikvold 91bf487
adding a license to the bootstrap.js
erikvold 256b1cc
adding a LICENSE.txt
erikvold ee10af1
Closes #7 using FUEL to restart
erikvold 312dba7
Fix restart action to work correctly on all platforms
nmaier 0f23ddb
No need to post quit-application-granted
nmaier 7147579
Revert "Closes #7 using FUEL to restart"
erikvold 0401508
notify observers of intent to restart, and the user if it is denied
supahgreg 37e9c17
Merge commit '0f23ddb1b3341d2b2ca6d0f6d7a216b613069f95'
erikvold 11a0230
Closes #16 Merge branch 'issue-16'
erikvold 86d4701
setting up pref change observing
supahgreg a29659b
updating current hotkey elements when the hotkey changes
erikvold f717b65
Closes #9 Merge branch 'issue-9'
erikvold 8ab1d11
Closes #17 hotkey visibly changes on OSX when it actually changes
erikvold 718b5de
Closes #12 adding a build.sh
erikvold ee5325a
<version>4</version>
erikvold 1b1124f
<version>4.1pre</version>
erikvold c1ca90b
bug fixes: minor mem leaks and error after changing hotkey and disabling
erikvold ef982b7
<version>4.1</version>
erikvold e3665e6
less is more
erikvold b49e42f
restartMI is undefined (regression by resolving #17)
xabolcs 35b639b
Closes #14 using a separate keyset
erikvold 2904eeb
<version>4.2</version>
erikvold 4dd34f9
Closes #18 localizing RR
erikvold dea835f
moving 'rr.properties' string out of l10n.js so that it can be reused…
erikvold 5e941bd
l10n() returns _() so that one can more easily define multiple _s
erikvold c88e3ea
l10n: Try using 'en' if 'en-US' DNE for example.
erikvold 7daa60b
improving the japanese translation, I think.
erikvold 5e2be7a
getting work with Shredder (Thunderbird 3.3a2, 3.3a3)
xabolcs 4ddf56e
Adding Chinese Simplified (zh-CN) and Chinese Traditional (zh-TW)
ae45647
<version>4.3pre</version>
erikvold b57d5f8
<maxVersion>4.*</maxVersion> for Firefox
erikvold 75c5764
Closes #26 using Services.strings.flushBundles when unloading
erikvold a1a7aaa
Closes #21 adding a option to disable fastload
erikvold bad7918
Closes #22 Merge remote branch 'supahgreg/issue-22' into master
erikvold 1641415
<maxVersion>3.*</maxVersion> for Thunderbird
erikvold d06b183
minor style changes
erikvold 7ae8b03
Closes #3 Merge branch 'issue-3'
erikvold 770c5af
minor style changes, and now using Gecko internals to check if we can…
erikvold eac2e4c
<version>5</version>
erikvold 4717e7f
including the locale folder in builds
erikvold c5c2ee7
simulating the addon object for better performance.
erikvold 8ed6890
Revert "minor style changes, and now using Gecko internals to check i…
erikvold 110a3cb
Closes #29 Supporting Fennec.
erikvold 1a2cbda
Closes #27 adding a opt-in toolbar button
erikvold 9ec6122
<version>6</version>
erikvold 5763129
<version>7pre</version>
erikvold 20e441c
including icon16.png in the build process
erikvold 71de696
Closes #34 use the 'currentset' attribute as a fallback for the exten…
erikvold 10a3184
Closes #30 RR button position not kept when placed in the nav-bar.
supahgreg b889e38
bug fix: when calling saveTBNodeInfo w/out a event argument
erikvold 1c4f8c7
sv-SE
Lakrits 5bfb809
removing some redundant translations
erikvold 7c61ccf
Closes #31 Russian FF shows menu item untranslated
erikvold 9df3529
adding Norwegian translation from Google Translate
erikvold 0ef66a2
adding Spanish translation from Google Translate
erikvold 07b4ffb
listening to 'aftercustomization' instead of 'DOMNodeInserted'
erikvold 30f09df
a new contributor
xabolcs c0c23f7
<version>7</version>
erikvold 9060013
<version>8pre</version>
erikvold 8e1d4ea
icon is shown with the File menu's 'Restart' menuitem.
drellmark 78ea050
<maxVersion>7.*</maxVersion> for Firefox
erikvold 14a0671
Edited Readme.md via GitHub
SamB a156366
Merge pull request #38 from SamB/patch-1
erikvold 7b320b0
adding options to EM for FF7+ users
erikvold 89096c2
Closes #36 Japanese locale file directory shoud be ja, not ja-JP
erikvold dbc12da
Merge branch 'master' of github.com:erikvold/restartless-restart-ffext
erikvold 06bf817
adding extensions.restartless-restart.locale pref to options.xul
erikvold 0f021c8
minor fix: typo in var name
supahgreg 75cc863
using a better include() function
erikvold 09c3ace
adding a requre() method for commonjs style packages, and creating a …
erikvold b0f90a5
converting utils.js to commonjs style
erikvold be84b4b
FF max ver is 8.* Fennec max ver is 6.*
erikvold 285ed35
including options.xul in build process
xabolcs b03e503
Merge pull request #46 from xabolcs/master
erikvold 187af60
rrTBBB is undefined (regression by resolving #27)
xabolcs 92d1b7c
including packages in build process
xabolcs ba94844
Merge pull request #39 from supahgreg/prefChgTypo
erikvold 02a91e4
Merge pull request #48 from xabolcs/master
erikvold 4c9a622
ignoring *.komodoproject files
erikvold 71a3468
Closes #45 fixing error in Fennec
erikvold 7ca3e6d
Closes #44 uping max supported version numbers
erikvold 217fba8
<version>8</version>
erikvold ded4c0a
<version>9pre</version>
erikvold c1f528f
Update src/packages/unload.js
Morac2 7969f84
Update src/packages/unload.js
Morac2 d993067
Merge pull request #57 from Morac2/master
erikvold 16fbe9d
<version>9</version>
erikvold 2b305e0
Delete Readme.md
erikvold 32f65a9
icon remix for new firefox ui
3d2b07b
Merge pull request #2 from andreldm/master
erikvold ad94e2b
Rename restart.ak to restart.key, add restart.accesskey and add Dutch…
oeekker 08dc6e9
Add newline to last line
oeekker 60378fb
Fix error with let and conditional block in FX 45
oeekker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,6 @@ | |
| .project | ||
| .settings | ||
| *.xpi | ||
| build | ||
| *.komodoproject | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| The MIT License | ||
|
|
||
| Copyright (c) 2010 Erik Vold | ||
|
|
||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
|
|
||
| The above copyright notice and this permission notice shall be included in | ||
| all copies or substantial portions of the Software. | ||
|
|
||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| THE SOFTWARE. | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| #!/bin/sh | ||
|
|
||
| VER=`grep -Go 'version\>\(.*\)\<' src/install.rdf | grep -Go '>\(.*\)<' | sed -e 's/[><]*//g'` | ||
| XPI="restartless-restart-$VER.xpi" | ||
| echo "Building $XPI ..." | ||
|
|
||
| # Copy base structure to a temporary build directory and move in to it | ||
| cd src | ||
| rm -rf build | ||
| mkdir build | ||
| cp -r \ | ||
| bootstrap.js images includes packages locale install.rdf icon.png icon16.png icon64.png options.xul \ | ||
| build/ | ||
| cd build | ||
|
|
||
| # Cleaning up unwanted files | ||
| find . -depth -name '*~' -exec rm -rf "{}" \; | ||
| find . -depth -name '#*' -exec rm -rf "{}" \; | ||
| find . -depth -name '.DS_Store' -exec rm "{}" \; | ||
| find . -depth -name 'Thumbs.db' -exec rm "{}" \; | ||
|
|
||
| zip -qr9XD "../../$XPI" * | ||
|
|
||
| cd .. | ||
| rm -rf build | ||
| cd .. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@erikvold, this technically just being a fork of your old/ex-project restartless-restart-ffext I forked at some point, in case the origin would disappear :) – @oeekker seems to have taken to updating it to something working today here, and added a nice MIT license file. Is that cool with you?