Skip to content
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

Chrome Extension - Rewrite links to SDK sample code #7

Closed
GoogleCodeExporter opened this issue Feb 5, 2016 · 3 comments
Closed

Chrome Extension - Rewrite links to SDK sample code #7

GoogleCodeExporter opened this issue Feb 5, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

There are direct links to SDK sample code scattered throughout 
developer.android.com that were crippled by the site redesign and now simply 
redirect to http://developer.android.com/tools/samples/index.html. This is 
annoying.

This change to the Chrome extension rewrites these links to resolve to the 
relevant location within the platform/development package at 
android.googlesource.com (either a sample root folder or specific package or 
class within ApiDemos).

Note the scope for content_scripts has changed to include 
"*://developer.android.com/guide/*".

Original issue reported on code.google.com by jgilf...@gmail.com on 20 Jan 2013 at 4:44

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks Jeff, will take a look asap. One thing I'll probably change is switch 
from document.evaluate to document.querySelectorAll or such.

Original comment by roman.nurik on 31 Jan 2013 at 4:08

@GoogleCodeExporter
Copy link
Author

Original comment by roman.nurik on 31 Jan 2013 at 4:08

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision 93472f1dfc23.

Original comment by roman.nurik on 20 Mar 2013 at 3:27

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant