Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
URL filter in browser
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aaron Li  
View profile  
 More options Jun 29 2009, 10:36 pm
From: Aaron Li <yhlee...@gmail.com>
Date: Mon, 29 Jun 2009 19:36:43 -0700 (PDT)
Local: Mon, Jun 29 2009 10:36 pm
Subject: URL filter in browser
Hello all,

I want to implement an URL filter in current android browser to
intercept urls before the user actually browse the page.
One thing that came to my mind is to write a WebKit plugin, which
implies that I might need to download android source and do this at
firmware level.

Is it possible to implement this at SDK level? Or should I try NDK?

Any suggestions will be highly appreciated.

Best regards,
Aaron


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dianne Hackborn  
View profile  
 More options Jun 30 2009, 1:17 pm
From: Dianne Hackborn <hack...@android.com>
Date: Tue, 30 Jun 2009 10:17:02 -0700
Local: Tues, Jun 30 2009 1:17 pm
Subject: Re: [android-security-discuss] URL filter in browser

You can't modify the browser with either the SDK or NDK.

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Li  
View profile   Translate to Translated (View Original)
 More options Jun 30 2009, 11:19 pm
From: Aaron Li <yhlee...@gmail.com>
Date: Tue, 30 Jun 2009 20:19:27 -0700 (PDT)
Local: Tues, Jun 30 2009 11:19 pm
Subject: Re: URL filter in browser
Thanks Dianne. I would tend to not modify browser if possible. I found
a package  "android.webkit." in Android API.
It looks like a good starting point, but I'm not sure how could I use
it? I know i can use a WebView within my application to render web
pages and get URLs.
But what if i just want a plugin for default browser? Very few
information/example about android webkit plugin on internet. :(

Many thanks in advance for any advice,

Aaron.

On 7月1日, 上午1時17分, Dianne Hackborn <hack...@android.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dianne Hackborn  
View profile   Translate to Translated (View Original)
 More options Jul 1 2009, 1:25 am
From: Dianne Hackborn <hack...@android.com>
Date: Tue, 30 Jun 2009 22:25:01 -0700
Local: Wed, Jul 1 2009 1:25 am
Subject: Re: [android-security-discuss] Re: URL filter in browser

Like I said, you can't do this.  Asking again doesn't change that. :}

2009/6/30 Aaron Li <yhlee...@gmail.com>

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
warwick.har...@tieto.com  
View profile  
 More options Jul 1 2009, 3:24 am
From: <Warwick.Har...@tieto.com>
Date: Wed, 1 Jul 2009 10:24:32 +0300
Local: Wed, Jul 1 2009 3:24 am
Subject: RE: [android-security-discuss] Re: URL filter in browser
Hi Aaron,

To explain a little more:

The WebKit APIs (including plug-ins) are available to the application using the WebKit library, and not to any other application running in some other process.  Effectively, this means that you can't use them to influence the browser's behaviour in any way without modifying the browser (or some library the browser uses).

Best regards,

Warwick Harvey, Software Specialist

Tieto
email warwick.har...@tieto.com
Varenská 51/2723, 70200 Ostrava, Czech Republic, www.tieto.com

Meet the new Tieto: www.tieto.com/newtieto

Please note: The information contained in this message may be legally privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorised use, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank You.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Li  
View profile  
 More options Jul 2 2009, 1:20 am
From: Aaron Li <yhlee...@gmail.com>
Date: Wed, 1 Jul 2009 22:20:33 -0700 (PDT)
Local: Thurs, Jul 2 2009 1:20 am
Subject: Re: URL filter in browser
Thank you for the clarification :) I guess i will try another way such
as implementing a web proxy.

Best regards
Aaron

On 7月1日, 下午3時24分, <Warwick.Har...@tieto.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anders Rundgren  
View profile  
 More options Jul 2 2009, 3:59 am
From: "Anders Rundgren" <anders.rundg...@telia.com>
Date: Thu, 2 Jul 2009 09:59:49 +0200
Local: Thurs, Jul 2 2009 3:59 am
Subject: Re: [android-security-discuss] Re: URL filter in browser
Hi Aaron,
I would personally avoid launching schemes that do the stuff we
are used to do on Windows because Android and other mobile OSes
are not really meant to be manipulated in this way.

If your extension is of universal interest it may be possible
to make it supported in a future revision.  I'm personally
hoping for such a think to happen for:
http://webpki.org/papers/web/XMLBrowserExtensionScheme.pdf
but that is long and slow ride.

Unfortunately there are no short routes to success:-(

Anders


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »