[chromium-dev] Re: Gears for GNU/Linux

2009-08-31 Thread dhhwai
You can add a STAR to the following issue to be notified of updates: http://code.google.com/p/chromium/issues/detail?id=17443 On Aug 31, 8:55 am, Evan Martin e...@chromium.org wrote: It currently doesn't work, and making it work is low priority.  We may revisit that prioritization once we're

[chromium-dev] Re: --enable-sync query

2009-08-19 Thread dhhwai
You can have more than one command line parameter. Just put one following the other separated by a space in between. On Aug 18, 1:40 pm, Catbert 01bri...@gmail.com wrote: --enable-sync I know I have to add that to command line, no problem. I already have the --enable-extensions, tho.

[chromium-dev] Re: Purpose of middle-click on a link?

2009-07-17 Thread dhhwai
Yes, the default action of middle-click a link is the same as open link in new tab. This is the default action for many browsers including Chrome. But Glen's note is important because you cannot tell by just looking at a link on a webpage whether or not the default action has been overridden or

[chromium-dev] Re: Issue Fixed status

2009-07-09 Thread dhhwai
I have followed up and/or closed the above issues as appropriate. I expect Glen will update the status for http://crbug.com/5354 as soon as he has committed the patch. On Jul 8, 8:31 pm, Thiago Farina thiago.far...@gmail.com wrote: Hi dhhwai, http://crbug.com/661http://crbug.com/5288

[chromium-dev] Re: Using Chromium Source Code?

2009-07-09 Thread dhhwai
Well, the Chromium _source code_ is open source. But my guess is I don't think you can use the Chromium name nor logo in any personally distributed software. Besides, I don't expect that you will since you want to make your own commercial software package. On Jul 9, 6:56 am, PhistucK

[chromium-dev] Re: Issue Fixed status

2009-07-09 Thread dhhwai
Jay's on the ball and has updated http://crbug.com/15833 On Jul 9, 7:43 am, Thiago Farina thiago.far...@gmail.com wrote: Thanks dhhwai! I found another one. This issue was committed, but the status is assigned, so I'm not sure if it has to be marked as fixed:http://crbug.com/15833 On Jul

[chromium-dev] Re: Issue Fixed status

2009-07-08 Thread dhhwai
Issue 7863 is fixed now. We can ask the fix committers to review the status of other unfixed issues. Do you have the issue numbers of other such issues? You can list them individually like: http://crbug.com/N On Jul 8, 7:45 am, Thiago Farina thiago.far...@gmail.com wrote: I noticed that

[chromium-dev] Re: Issue Tracker Exhancements Extensions (Inlined images and pointing to the right svn server, oh my)

2009-07-01 Thread dhhwai
That's really nice! It works really well! Fixing the revision links saves so much hassle. One not so pretty result is when inlining large pictures. Some of the pictures can get quite wide and the resulting issue screen looks a little lopsided. Perhaps resize the image with a width

[chromium-dev] Re: Chromium-reviews is down

2009-06-25 Thread dhhwai
And chromium-bugs has also been blacklisted for the same reason. On Jun 25, 11:10 am, Evan Martin e...@chromium.org wrote: You can also point a feed reader at  http://codereview.chromium.org/rss/all I think. On Thu, Jun 25, 2009 at 11:05 AM, Mark Larson (Google)m...@chromium.org wrote:

[chromium-dev] Re: Chromium-reviews is down

2009-06-25 Thread dhhwai
And the chromium-bugs list has also been blacklisted for the same reason. On Jun 25, 11:05 am, Mark Larson (Google) m...@chromium.org wrote: The chromium-reviews emailing list has been blacklisted (for spam apparently). No review email is going out. We're working to get the list restored, but

[chromium-dev] Re: No symbols for Google Chrome 2.0.172.30

2009-06-10 Thread dhhwai
And same problem for Stable 2.0.172.31 released June 9. On Jun 10, 6:19 am, Nicolas Sylvain nsylv...@chromium.org wrote: Looks like it did not. I'll investigate why. thanks Nicolas On Wed, Jun 10, 2009 at 1:00 AM, Dean McNamee de...@chromium.org wrote: Hey Nicolas, Did these

[chromium-dev] Re: confused with chrome's version control

2009-06-10 Thread dhhwai
all the tests even only on Windows.) tarball  :       the latest version that is builded sucessfully, tested and has passed the most tests, while a day ends. Is that right? 2009/6/9 dhhwai dhh...@gmail.com Hi Jickae, Your summary is all correct, with the addition of Thomas' note

[chromium-dev] Re: confused with chrome's version control

2009-06-09 Thread dhhwai
Hi Jickae, Your summary is all correct, with the addition of Thomas' note: the source tarball is raw source code. This is useful if you want to see the actual C++ source used to program Chromium. So as Thomas said, gclient sync --revision s...@ will get you the source code of a specific

[chromium-dev] Re: Is there any way to change the default (i.e. default.dll) theme DLL?

2009-06-09 Thread dhhwai
I think the answer is no for an official compile of Google Chrome. The default.dll is hardcoded in app/resource_bundle_win.cc. But for your own compile, does changing the hardcoded value in app/ resource_bundle_win.cc count as a solution? On Jun 9, 9:28 pm, Daniel Cowx daniel.c...@gmail.com

[chromium-dev] Re: Is there any way to change the default (i.e. default.dll) theme DLL?

2009-06-09 Thread dhhwai
in ResourceBundle to accomplish the same end. -Daniel On Jun 9, 9:36 pm, dhhwai dhh...@gmail.com wrote: I think the answer is no for an official compile of Google Chrome. The default.dll is hardcoded in app/resource_bundle_win.cc. But for your own compile, does changing the hardcoded value

[chromium-dev] Re: chrome-bisect.py: Mac Chrome Continuous Build Archive Bisecting

2009-06-06 Thread dhhwai
And also, the script uses this directory: BUILD_BASE_URL = http://build.chromium.org/buildbot/snapshots/ chromium-rel-mac which would seem to be the Mac Chrome *Snapshot* build archive, as opposed to Continuous builds. My expectation is that there will eventually also be a real Continuous

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread dhhwai
On Jun 2, 8:20 pm, Davis Jickae jick...@gmail.com wrote: I'm new with chrome, and now confused with chrome's version control. I find there're tarball, snapshot, continuous or maybe some other kinds of version. So, how many kinds of versions  chrome has? What do they dedicate on each? In

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread dhhwai
Snapshot builds are current, on the fly, development builds whenever a developer has checked in changes for recompiling. You get a snapshot build whenever there is a successful compile. Continuous builds are those snapshot builds that have passed all the automated tests. The latest tarball

[chromium-dev] Re: Question about file association to a MIME handler

2009-04-18 Thread dhhwai
I think alot of users want this ability too. But Chrome needs to overcome 2 critical hurdles before that can happen: Issue 333: Instead of just being able to save what you download- be able to run. http://code.google.com/p/chromium/issues/detail?id=333 Issue 2292: Chrome has problems with

[chromium-dev] Re: Microsoft symbol proxy can't retrieve debug symbols

2009-04-06 Thread dhhwai
Yes, this not only happens for SymProxy but is an entire issue for all Windows products: ie, Windows' paths through directories and filenames are not case-sensitive and unix/linux systems are. You would run into this problem on any website hosted on non-Windows servers and you try typing/hacking

[chromium-dev] Re: Ideas from chromium-discuss that should be implementable as extensions (Message #1 of an infinite series)

2009-03-03 Thread dhhwai
And to make the first post more easily viewable, the hidden quoted text says: I've used google chrome as my main web browser for some time, because I like its simplicity and compact nature. nowadays everyone has, or is getting a widescreen computer monitor and google chrome is nice in that it