Re: [chromium-dev] RFC: Extensions Incognito

2010-01-13 Thread Antony Sargent
What if the Incognito profile started with a copy-on-write version of extensions' localStorage? That way extensions in Incognito mode would see the writes they just made, but changes would not persist beyond Incognito mode. Then we could either add the messaging API for Incognito <-> Regular exten

Re: [chromium-dev] RFC: Extensions Incognito

2010-01-13 Thread Antony Sargent
Right now a convenient way to see if a website is having problems due to some extension's content script is to open an Incognito window. Would it make sense to add a way to easily disable extensions in Incognito mode, like a button in the Incognito window's Browser Actions area or something? (Perha

Re: [chromium-dev] NaCl related build error

2009-12-01 Thread Antony Sargent
;ve tested a >>> build using a script such as you suggest. We're checking it out now. >>> >>> I apologize for the disruption. The diversity of ways people build on >>> Windows and Linux is challenging, and we have difficulty supporting kinds of >>> bui

Re: [chromium-dev] NaCl related build error

2009-12-01 Thread Antony Sargent
oes the (now failing) command line build does: devenv.exe chrome.sln /Build Debug /Out C:\\tmp\\build.log /Project chrome This worked fine until quite recently. On Tue, Dec 1, 2009 at 12:18 AM, Peter Kasting wrote: > On Mon, Nov 30, 2009 at 10:01 PM, Antony Sargent wrote: > >> I just

[chromium-dev] NaCl related build error

2009-11-30 Thread Antony Sargent
I just updated to revision 33425, and a clean build (manually deleted Debug directory before opening .sln file) gives the following error in service_runtime_x86. I'm running Visual Studio 2008 on Vista x64. Anyone else seeing this, or know what might be the problem? 4>-- Build started: Proje

Re: [chromium-dev] Sheriff Swap 12/22-12/23 ?

2009-11-30 Thread Antony Sargent
> > 2009/12/1 Antony Sargent : > > > > I am currently scheduled to be on Build Sheriff duty 12/22 and 12/23, but > > will be on vacation then. Anyone able to swap? Those days will probably > be > > pretty low-volume, so really you'd be helping yourself. :) &

[chromium-dev] Sheriff Swap 12/22-12/23 ?

2009-11-30 Thread Antony Sargent
I am currently scheduled to be on Build Sheriff duty 12/22 and 12/23, but will be on vacation then. Anyone able to swap? Those days will probably be pretty low-volume, so really you'd be helping yourself. :) -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change

[chromium-dev] Re: [chromium-extensions] Extensions gallery open for uploads

2009-11-23 Thread Antony Sargent
> > Also: will you be allowing extensions hosted on Google to have a custom > update URL? I'm guessing no, but thought I'd find out for sure. Our plan has been for the gallery to just handle autoupdate for you. Any reason you'd want to do it yourself? If it's for usage tracking purposes, one alt

[chromium-dev] Re: [chromium-extensions] openDatabase() maximum size

2009-11-13 Thread Antony Sargent
[+chromium-dev and dumi] I'm not sure what our overall plan is with respect to quotas for html5 databases, and whether we've discussed giving extensions larger quotas than regular web content. Dumi or anyone else care to comment? On Thu, Nov 12, 2009 at 10:39 PM, Yuichi Tateno wrote: > Hi, > >

[chromium-dev] Extensions performance data

2009-10-27 Thread Antony Sargent
As we move closer to getting extensions enabled on the beta channel, we wanted to summarize the current data we have on performance. The 3 sources we have right now are startup tests, page cycler tests, and script injection histograms. Content scripts get injected with a separate "isolated world"

[chromium-dev] MacOS link option being accidentally passed on Windows?

2009-10-14 Thread Antony Sargent
Sometime in the last day or two I noticed the following in my build output in Visual Studio when linking chrome_dll: LINK : warning LNK4044: unrecognized option '/System/Library/Frameworks/IOKit.framework'; ignored A gyp problem perhaps? Is anyone else seeing this? --~--~-~--~~--

[chromium-dev] Re: chrome extension preferences

2009-10-06 Thread Antony Sargent
[moving discussion to chromium-extensi...@googlegroups.com since this is extensions specific] You have a couple of options here: 1) Take the code for the sample, and make these changes: var gmail = "https:

[chromium-dev] Re: [Green Tree] Week 1

2009-09-22 Thread Antony Sargent
Do we have anything running which monitors disk free space? It seems like in a couple of cases over the last few months getting email alerts when a bot's disk is 90% full might have helped alert Sheriffs/Troopers to a problem earlier and possibly prevent a tree closure. On Mon, Sep 21, 2009 at 10:

[chromium-dev] Re: memory leak in render_thread_unittest

2009-09-03 Thread Antony Sargent
sks always get a chance to run on different > thread where they clean up. But in unit tests that doesn't (always) happen. > It's been low priority for me to look at because it's not a real leak, but > if you have time to look into it, we can chat about the details. > > O

[chromium-dev] memory leak in render_thread_unittest

2009-09-03 Thread Antony Sargent
Looks like we have a leak in render_thread_unittest.cc : http://build.chromium.org/buildbot/waterfall/builders/XP%20Unit%20(purify)/builds/5386/steps/purify%20test:%20unit/logs/stdio There are several distinct stacks, but most boil down to this allocation: ipc/ipc_sync_channel.cc:347 IPC::Syn

[chromium-dev] Re: date and time storage

2009-08-13 Thread Antony Sargent
//dev.chromium.org/developers/design-documents/extensions/history-api> On Thu, Aug 13, 2009 at 3:40 PM, Antony Sargent wrote: > You can probably find the answer somewhere in > http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/history/ > > <http://src.chromium.org/vi

[chromium-dev] Re: date and time storage

2009-08-13 Thread Antony Sargent
You can probably find the answer somewhere in http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/history/ In particular, it looks like visit_database.cc uses Time::ToInternalValue(). Have a look at: http://src.ch

[chromium-dev] Re: Flakiness. Please help.

2009-08-06 Thread Antony Sargent
To clarify, doesn't --enable-dcheck only work on chromium release builds you built yourself and not official builds of Google Chrome? On Thu, Aug 6, 2009 at 10:15 AM, Scott Violet wrote: > > One easy suggestion in helping catch bugs is to run Chrome with > --enable-dcheck . This'll prompt if you

[chromium-dev] Re: Enabled isolation for content scripts

2009-08-05 Thread Antony Sargent
Adam, speaking of garbage collection and content scripts, have you seen http://crbug.com/17410? On Sun, Aug 2, 2009 at 2:17 AM, Adam Barth wrote: > > On Sun, Aug 2, 2009 at 2:12 AM, dwh wrote: > > > > I believe as a side-effect of this, content scripts can no longer at > > all access frames in p

[chromium-dev] Re: Profile Corruption, cause?

2009-03-06 Thread Antony Sargent
Out of curiosity, when you had copies of a corrupt database, did you try running sqlite's "pragma integrity_check" sql command on them? If so did it actually find the problems? For a desktop application at a previous company I was at, we wrote some code that would occasionally save a backup copy of

[chromium-dev] Re: Readability mode prototyped in the wild

2009-03-05 Thread Antony Sargent
I think I'd personally prefer the other page elements to remain in place, but have their brightness dimmed down (the way Youtube/Hulu/etc. have a "turn down the lights" feature - perhaps this is what Mike meant by "lightboxes"?). For this to work well it would probably also have to stop running fla