Tim Steele | 1 Aug 2009 01:38

Re: browser/sync is moving in



On Fri, Jul 31, 2009 at 3:59 PM, Caleb Eggensperger <calebegg <at> gmail.com> wrote:
The doc says:
  • Provide a web interface to access stored / synced bookmarks, likely via the docs.google.com doclist.
What about google.com/bookmarks? Shouldn't be difficult -- toolbar syncs to there currently.
 
It's more difficult than you'd think.  Chrome's different data model, among other things, make it a lot like the "square peg in a round hole" problem.  But it's something we're looking into.  For the first release, we've just focused on getting sync to work between Chrome instances.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com
View archives, change email options, or unsubscribe:
    http://groups.google.com/group/chromium-dev

-~----------~----~----~----~------~----~------~--~---

Brett Wilson | 1 Aug 2009 02:18

How do I filter CC'd code reviews in Gmail?


I added myself to some watchlists and I get a bunch of email about a
lot of reviews

But this has confused my Gmail filters, which automatic ally label and
archive code reviews not addressed directly to me, and all of my CCd
code reviews show up in my inbox.

Anybody know how to reliably detect the difference between "I'm the
reviewer" and "I'm CC'd on a review" in a Gmail filter?

Brett

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

ptr727 | 1 Aug 2009 02:27
Picon

Re: Copy URL as plain text instead of HTML


> By "copying the URL from the UI" do you mean copying the URL from the
> Omnibox?  Or copying from the webpage contents, using ctrl-c?

The edit box where you type the URL.
Click in it with the mouse (give it focus), press Ctrl-A (select all),
press Ctrl-C (copy).
This results in the clipboard having HTML content instead of just
text.

P.
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Tim Steele | 1 Aug 2009 02:40

my patch fails compile on try servers because png file isn't updated?

My patch keeps failing to compile on the try servers because the update step refuses to patch-in some .png files from the patch.  I looked around and saw similar things happening to other folks on earlier reviews with .png files...  Is this expected?  Is there a way around it?  Am I doing something wrong?

Thanks
Tim

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com
View archives, change email options, or unsubscribe:
    http://groups.google.com/group/chromium-dev

-~----------~----~----~----~------~----~------~--~---

Bradley Nelson | 1 Aug 2009 02:41
Picon
Favicon

Re: my patch fails compile on try servers because png file isn't updated?

I believe the tryserver doesn't take binaries.

-BradN

On Fri, Jul 31, 2009 at 5:40 PM, Tim Steele <tim <at> chromium.org> wrote:
My patch keeps failing to compile on the try servers because the update step refuses to patch-in some .png files from the patch.  I looked around and saw similar things happening to other folks on earlier reviews with .png files...  Is this expected?  Is there a way around it?  Am I doing something wrong?

Thanks
Tim




--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com
View archives, change email options, or unsubscribe:
    http://groups.google.com/group/chromium-dev

-~----------~----~----~----~------~----~------~--~---

Ben Goodger (Google | 1 Aug 2009 02:44

Re: How do I filter CC'd code reviews in Gmail?


I would be interested in knowing this too. I think I'm going to create
a second email address (e.g. ben-cc) to handle CC'ed reviews.

-Ben

On Fri, Jul 31, 2009 at 5:18 PM, Brett Wilson<brettw <at> chromium.org> wrote:
>
> I added myself to some watchlists and I get a bunch of email about a
> lot of reviews
>
> But this has confused my Gmail filters, which automatic ally label and
> archive code reviews not addressed directly to me, and all of my CCd
> code reviews show up in my inbox.
>
> Anybody know how to reliably detect the difference between "I'm the
> reviewer" and "I'm CC'd on a review" in a Gmail filter?
>
> Brett
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Rahul Kuchhal | 1 Aug 2009 02:44

Re: How do I filter CC'd code reviews in Gmail?

I thought to:<user> and -cc:<user> would work in this case? Have you tried using that in "Has the words" on Filter edit screen?

On Fri, Jul 31, 2009 at 5:18 PM, Brett Wilson <brettw <at> chromium.org> wrote:

I added myself to some watchlists and I get a bunch of email about a
lot of reviews

But this has confused my Gmail filters, which automatic ally label and
archive code reviews not addressed directly to me, and all of my CCd
code reviews show up in my inbox.

Anybody know how to reliably detect the difference between "I'm the
reviewer" and "I'm CC'd on a review" in a Gmail filter?

Brett




--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com
View archives, change email options, or unsubscribe:
    http://groups.google.com/group/chromium-dev

-~----------~----~----~----~------~----~------~--~---

Tony Chang | 1 Aug 2009 02:51

Re: my patch fails compile on try servers because png file isn't updated?


The patch file doesn't include binary content.

If it's just pngs, I normally just check in the new files in a
separate change before doing the code change.

On Fri, Jul 31, 2009 at 5:41 PM, Bradley Nelson<bradnelson <at> google.com> wrote:
> I believe the tryserver doesn't take binaries.
> -BradN
> On Fri, Jul 31, 2009 at 5:40 PM, Tim Steele <tim <at> chromium.org> wrote:
>>
>> My patch keeps failing to compile on the try servers because
>> the update step refuses to patch-in some .png files from the patch.  I
>> looked around and saw similar things happening to other folks on earlier
>> reviews with .png files...  Is this expected?  Is there a way around it?  Am
>> I doing something wrong?
>>
>> Thanks
>> Tim
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

cpu | 1 Aug 2009 03:51

Re: Temporarily disable tcmalloc in build


What are the results of this experiment?

On Jul 30, 12:15 pm, Huan Ren <hu... <at> chromium.org> wrote:
> I just submitted a change (22080) that disables tcmalloc used on
> Windows platform. The plan is keeping it in trunk for 24 hours and
> then reverting it. The intentions are
>    - Having another round of performance comparison between build with
> and w/o tcmalloc.
>    - Having a full run of UI test under purify with tcmalloc disabled.
>    - Getting a verified CL in case we'd like to build an alternative
> dev build w/o tcmalloc for A/B test.
>
> As a head up, the performance, stability, and purify test results
> could be different during the period.
>
> Huan
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Evan Stade | 1 Aug 2009 04:06

Re: Copy URL as plain text instead of HTML


Ah, I am eating my words. So you don't like the
targets/flavors/formats we write to when copying from the omnibox,
correct? If you plan to create a patch to change this, here would be
the place to discuss the technical details. If you are simply
requesting a change, you might be better served filing a bug at
crbug.com.

Personally I agree that it seems wrong to write the data as html when
copying out of the omnibox, but I don't know the various formats that
Windows programs expect well enough to say for sure. On Linux I think
the right targets would be plain text and maybe uri list.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev <at> googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---


Gmane