[chromium-dev] Re: Is that unimpossible to add a progress bar of page loading with webkit?

2009-10-09 Thread Jickae Davis
Well, I agree with PhistucK. I think a progress bar may help though it's not so accurate. By the way, if I want to add such a bar with chromium, how should I start? Is there a method that tells the size of the resources to be loaded and the size of the resources already loaded? 2009/9/29 Peter

[chromium-dev] Re: Is that unimpossible to add a progress bar of page loading with webkit?

2009-10-09 Thread Jickae Davis
3x,Paweł . I'm not trying to debug slow-loading pages. I'm reading chromium's src codes and wondering how to add a loading-progress bar based on chromium. Maybe I will to give a try to add such a bar. 2009/10/9 Paweł Hajdan Jr. phajdan...@chromium.org On Fri, Oct 9, 2009 at 11:01, Jickae Davis

[chromium-dev] Re: Is that unimpossible to add a progress bar of page loading with webkit?

2009-10-09 Thread Jickae Davis
No--there is in fact no way to determine that in advance. Each resource can reference other resources, and even for a single resource we often don't know what size it is until we finish loading it. We could provide a dynamically-updating bar with a fraction of

[chromium-dev] Re: Is that unimpossible to add a progress bar of page loading with webkit?

2009-10-09 Thread Jickae Davis
As I understand it, you are talking about adding an overall progress bar for page loading and showing the progress bar somewhere in the Chrome UI. yes, I'm interested in chromium. If that is the case, then bear in mind that you need buy-in from the UX team before you add the UI element to

[chromium-dev] Is that unimpossible to add a progress bar of page loading with webkit?

2009-09-28 Thread Jickae Davis
I'm wonderring why Chrome and Safari don't add a progress bar which indicates the progress of loading a html page. I took a look at all the ViewMsg and ViewHostMsg, and didn't find anything related. So, is that unimpossible to create such a progress bar?

[chromium-dev] Re: How to get statusbar information?

2009-08-31 Thread Jickae Davis
your mouse hovers on this link, without clicking, the status_bubble will give out something like http://www.google.com;. I'm curious about that. 2009/8/31 PhistucK phist...@gmail.com Search for status_bubble and you should be fine. ☆PhistucK On Sun, Aug 30, 2009 at 11:03, Jickae Davis jick

[chromium-dev] error C2065: 'LOG_CHANNEL_PREFIXFATAL' : undeclared identifier

2009-08-24 Thread Jickae Davis
hi, all While compiling chrome, I get an error :error C2065: 'LOG_CHANNEL_PREFIXFATAL' : undeclared identifier. I locate this error at some codes just like: static CommandLine* ForCurrentProcessMutable() { ---DCHECK(current_process_commandline_); return current_process_commandline_;

[chromium-dev] Re: some questions about chrome's layout-test

2009-07-13 Thread Jickae Davis
hi, dave. I think you're right. I ran the layout-test, and got the same result as yours. I mean, I also got a lot of ERRORs as you described. And I think most of these ERRORs are expected. To your situation, the 9 unexpected + sum of expected = the sum of ERRORs you get in your DOS. 2009/7/9

[chromium-dev] Re: about gtest's main in chromium

2009-06-25 Thread Jickae Davis
gtestmain icui18n icuuc printing M-A 2009/6/25 Jickae Davis jick...@gmail.com: ah, in fact, I don't really understand what the .gyp files do. Could the gtestmain be found in printing_unittests' project properties under VS2005? I have check that, and didn't find a gtestmain.lib

[chromium-dev] Re: about gtest's main in chromium

2009-06-24 Thread Jickae Davis
yep, for base_unittests, that's true. But what I want to know is how chromium uses GTest. An important problem is how it runs all the GTest projects. Take the simplest GTest project printing_unittests as an example, I know it's run via GTest's main in run_all_unittests.cc. But I don't know how it

[chromium-dev] Re: about gtest's main in chromium

2009-06-24 Thread Jickae Davis
ah, in fact, I don't really understand what the .gyp files do. Could the gtestmain be found in printing_unittests' project properties under VS2005? I have check that, and didn't find a gtestmain.lib in Configuration Properties--Linker--Input. 2009/6/25 William Chan (陈智昌) willc...@chromium.org

[chromium-dev] about gtest's main in chromium

2009-06-22 Thread Jickae Davis
Hi, I think there're two ways to start GTest test cases: writing a main by myself or linking a gtest_main.lib. But I find something weird in the chromiun's GTest projects, they neither write a main nor link a gtest_main.lib. How do they start GTest?

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

2009-06-09 Thread Jickae Davis
After carefully check, I think I am confused about continuous and snapshot, :(. Amanda said: continuous: ever time anyone checks in a change, we have a continuous build system that checks out the change and tries to build Chromium. snapshot: a snapshot build is simply a copy of chromium that was

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

2009-06-09 Thread Jickae Davis
And I also encountered a new question. How to update to certain revision of different kinds(snapshot/continuous/tarball). For example, I want chrome r17830 of snapshot/continuous/tarball. --~--~-~--~~~---~--~~ Chromium Developers mailing list: