Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
desktop notifications, preliminary code for review
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
  10 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
 
John Gregg  
View profile  
 More options Aug 5, 6:51 pm
From: John Gregg <john...@google.com>
Date: Wed, 5 Aug 2009 15:51:52 -0700
Local: Wed, Aug 5 2009 6:51 pm
Subject: desktop notifications, preliminary code for review

Hi all,

I'm still waiting for my WebKit patch which creates the Desktop Notification
API to be reviewed and get checked in, but since it may yet be a while I
posted some of the chromium-side code at
http://codereview.appspot.com/104044/.

As I mentioned to some of you offline, I would greatly appreciate a
"pre-review" so I can start to work out the issues and be as ready as
possible to check in once the WebKit process finishes.  This isn't the
entire set of changes but contains the core pieces that would most benefit
from feedback.  Worker integration, e.g., will follow up in a separate
patch.

This is my first time through with most of these tools, so let me know if I
can do anything to make it easier.

A design doc that gives an overview of how this stuff works is attached to
this email.  Feedback is welcome on that too.

Thanks,
 -John

  Notifications in Chromium Design Doc.rtf
7K Download

    Reply to author    Forward  
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.
Adam Langley  
View profile  
 More options Aug 5, 6:56 pm
From: Adam Langley <a...@chromium.org>
Date: Wed, 5 Aug 2009 15:56:30 -0700
Local: Wed, Aug 5 2009 6:56 pm
Subject: Re: [chromium-dev] desktop notifications, preliminary code for review

On Wed, Aug 5, 2009 at 3:51 PM, John Gregg<john...@google.com> wrote:
> http://codereview.appspot.com/104044/.

No slash on the end: http://codereview.appspot.com/104044

AGL


    Reply to author    Forward  
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.
Evan Martin  
View profile  
 More options Aug 5, 7:00 pm
From: Evan Martin <e...@chromium.org>
Date: Wed, 5 Aug 2009 16:00:35 -0700
Local: Wed, Aug 5 2009 7:00 pm
Subject: Re: [chromium-dev] desktop notifications, preliminary code for review

On Wed, Aug 5, 2009 at 3:51 PM, John Gregg<john...@google.com> wrote:
> As I mentioned to some of you offline, I would greatly appreciate a
> "pre-review" so I can start to work out the issues and be as ready as
> possible to check in once the WebKit process finishes.

Looks promising, but I see Mac and Windows code and no Linux.  ?

    Reply to author    Forward  
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.
Evan Martin  
View profile  
 More options Aug 5, 7:13 pm
From: Evan Martin <e...@chromium.org>
Date: Wed, 5 Aug 2009 16:13:48 -0700
Local: Wed, Aug 5 2009 7:13 pm
Subject: Re: [chromium-dev] desktop notifications, preliminary code for review

On Wed, Aug 5, 2009 at 4:00 PM, Evan Martin<e...@chromium.org> wrote:
> On Wed, Aug 5, 2009 at 3:51 PM, John Gregg<john...@google.com> wrote:
>> As I mentioned to some of you offline, I would greatly appreciate a
>> "pre-review" so I can start to work out the issues and be as ready as
>> possible to check in once the WebKit process finishes.

> Looks promising, but I see Mac and Windows code and no Linux.  ?

To clarify, I'd at least like to see the design doc address how and
whether this will work on Linux.  For example, suppose the APIs
available were more broad -- maybe then there is extra information
that ought to be plumbed around.

    Reply to author    Forward  
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.
Mike Mammarella  
View profile  
 More options Aug 5, 7:17 pm
From: Mike Mammarella <m...@chromium.org>
Date: Wed, 5 Aug 2009 16:17:18 -0700
Local: Wed, Aug 5 2009 7:17 pm
Subject: Re: [chromium-dev] Re: desktop notifications, preliminary code for review
On Linux you could probably get this effect by using the "notify-send" utility:

http://manpages.ubuntu.com/manpages/gutsy/man1/notify-send.1.html
http://www.galago-project.org/specs/notification/0.9/index.html

--Mike


    Reply to author    Forward  
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.
Ben Goodger (Google)  
View profile  
 More options Aug 5, 7:29 pm
From: "Ben Goodger (Google)" <b...@chromium.org>
Date: Wed, 5 Aug 2009 16:29:32 -0700
Local: Wed, Aug 5 2009 7:29 pm
Subject: Re: [chromium-dev] Re: desktop notifications, preliminary code for review
Has a design doc for this feature in general been sent around? This is
a fairly large change otherwise.

-Ben


    Reply to author    Forward  
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.
John Gregg  
View profile  
 More options Aug 5, 7:51 pm
From: John Gregg <john...@google.com>
Date: Wed, 5 Aug 2009 16:51:25 -0700
Local: Wed, Aug 5 2009 7:51 pm
Subject: Re: [chromium-dev] desktop notifications, preliminary code for review

The plan for linux is to use libnotify, which is Growl-like, for text
notifications, and possibly something we build for HTML balloon
notifications which could be turned on or off by the user.  Can you
elaborate on what you mean by "more broad"?  We think that offering a text
version and an html version which app writers can query for in the browser
allow us to offer on each platform the most full-featured option that makes
sense to those users.  Other user agents could then implement one or the
other or both as makes sense for their platforms (thinking mobile
especially).

I'll update the doc to discuss the linux plan.

 -John


    Reply to author    Forward  
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.
John Gregg  
View profile  
 More options Aug 5, 7:52 pm
From: John Gregg <john...@google.com>
Date: Wed, 5 Aug 2009 16:52:17 -0700
Local: Wed, Aug 5 2009 7:52 pm
Subject: Re: [chromium-dev] Re: desktop notifications, preliminary code for review

Sorry, maybe not.  It's a big world to keep up to date!  Between WHATWG,
webkit-dev, and offline it's been discussed at some length at many levels,
but not much on this list as I check the archives.

But in any case, while the code patch is large as I said I consider it
preliminary, and this is why I ask for feedback on the document (and the
design expressed in it) as well as the code.

Thanks,
  -John

On Wed, Aug 5, 2009 at 4:29 PM, Ben Goodger (Google) <b...@chromium.org>wrote:


    Reply to author    Forward  
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.
Jeremy Orlow  
View profile  
 More options Aug 5, 8:03 pm
From: Jeremy Orlow <jor...@chromium.org>
Date: Wed, 5 Aug 2009 17:03:39 -0700
Local: Wed, Aug 5 2009 8:03 pm
Subject: Re: [chromium-dev] Re: desktop notifications, preliminary code for review

Is there any reason you're doing this on appspot's code review, not
chromium's?
I reviewed half the patch at a high level.  I think there's plenty of
comments to address for now.  Once those are addressed, I'm happy to take a
deeper dive with the rest if there aren't any more qualified reviewers who'd
like to take it on.

Even though this has been discussed to death, it might be good to still
write up a mini-design doc since that's easier than code to review and I'm
sure there's plenty of people who'd like to sanity check the design.  (That
said, I didn't see any major design flaws while reviewing.)

J


    Reply to author    Forward  
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.
Ben Goodger (Google)  
View profile  
 More options Aug 5, 8:09 pm
From: "Ben Goodger (Google)" <b...@chromium.org>
Date: Wed, 5 Aug 2009 17:09:25 -0700
Local: Wed, Aug 5 2009 8:09 pm
Subject: Re: [chromium-dev] Re: desktop notifications, preliminary code for review
Yes. Major feature work should have a design doc sent to chromium-dev.
Please write one up in the design docs section of dev.chromium.org.

-Ben


    Reply to author    Forward  
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 »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google