-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
[Javascript] Delete dead atoms that won't work in browsers #17227
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
AutomatedTester
wants to merge
6
commits into
trunk
Choose a base branch
from
dead_atoms
base: trunk
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 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f59e023
[Javascript] Delete dead atoms that won't work in browsers
AutomatedTester 7ef1dac
remove tests that aren't needed
AutomatedTester 7149c0a
add back file that wasn't meant to be deleted
AutomatedTester 38042d6
delete constant
AutomatedTester c8410db
delete duplication
AutomatedTester c8aee15
Delete unused imports
AutomatedTester 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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 |
|---|---|---|
| @@ -1,32 +1,11 @@ | ||
| <html manifest="html5/test.appcache"> | ||
| <html> | ||
| <head> | ||
| <title>HTML5</title> | ||
| </head> | ||
| <body> | ||
|
|
||
| <h3>Geolocation Test</h3> | ||
| <div id="status">Location unknown</div> | ||
| <script language="javascript" type="text/javascript" src="html5/geolocation.js"></script> | ||
|
|
||
| <h3>Web SQL Database Test</h3> | ||
| <div id="logs"></div> | ||
| <script language="javascript" type="text/javascript" src="html5/database.js"></script> | ||
|
|
||
| <h3>Application Cache Test</h3> | ||
| <div id="images"> | ||
| <p>Current network status: <span id="state"></span></p> | ||
| <script> | ||
| var state = document.getElementById('state') | ||
| setInterval(function () { | ||
| state.className = navigator.onLine ? 'online' : 'offline'; | ||
| state.innerHTML = navigator.onLine ? 'online' : 'offline'; | ||
| }, 250); | ||
| </script> | ||
| <img id="red" src="html5/red.jpg"> | ||
| <img id="blue" src="html5/blue.jpg"> | ||
| <img id="green" src="html5/green.jpg"> | ||
| <img id="yellow" src="html5/yellow.jpg"> | ||
| </div> | ||
| </body> | ||
| </html> | ||
|
|
||
| </body> | ||
| </html> | ||
AutomatedTester marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.