[chromium-bugs] Issue 4923 in chromium: Closing Inconsistecies

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4923 by chu121su12: Closing Inconsistecies http://code.google.com/p/chromium/issues/detail?id=4923 Chrome Version : 0.4.154.25 Other browsers tested: Add OK or FAIL after other browsers where

[chromium-bugs] Issue 1397 in chromium: Master password is missing

2008-11-30 Thread codesite-noreply
Updates: Status: Untriaged Labels: Security Comment #25 on issue 1397 by [EMAIL PROTECTED]: Master password is missing http://code.google.com/p/chromium/issues/detail?id=1397 I'm confirming this issue as there is indeed no master password. jspeavey, would you consider this

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #14 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Aha, instead of doing that, I realized Tab extends View where the view has a bounds method. I used that instead and it

[chromium-bugs] Issue 265 in chromium: Safe-Browsing feature hogs system

2008-11-30 Thread codesite-noreply
Comment #26 on issue 265 by jorgen.ekroth: Safe-Browsing feature hogs system http://code.google.com/p/chromium/issues/detail?id=265 I can confirm that the new safe browsing system works quite well. The old way pretty much hogged the drive for minutes and minutes... -- You received this

[chromium-bugs] Issue 4924 in chromium: Patch for CppBoundClass

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4924 by marshall.law: Patch for CppBoundClass http://code.google.com/p/chromium/issues/detail?id=4924 After extending CppBoundClass to expose C++ APIs to Javascript, I found a few limitations in it's

[chromium-bugs] Issue 4924 in chromium: Patch for CppBoundClass

2008-11-30 Thread codesite-noreply
Comment #1 on issue 4924 by marshall.law: Patch for CppBoundClass http://code.google.com/p/chromium/issues/detail?id=4924 The example code wasn't compiled or tested obviously.. the BindMethod in JsObject should've been BindMethod(print, JsObject::print) -- You received this message because

[chromium-bugs] Issue 3670 in chromium: Fails to Print Entire Page (Only printing visible area)

2008-11-30 Thread codesite-noreply
Comment #10 on issue 3670 by magreenblatt: Fails to Print Entire Page (Only printing visible area) http://code.google.com/p/chromium/issues/detail?id=3670 The Debug executable (trunk rev 6124) also prints the same incorrect result to a Brother printer when run on Vista. This would seem to

[chromium-bugs] Issue 4925 in chromium: Bank ID with java does not work.

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4925 by [EMAIL PROTECTED]: Bank ID with java does not work. http://code.google.com/p/chromium/issues/detail?id=4925 Chrome Version : 0.4.154.25 URLs (if applicable) : http://www.yabank.no Other

[chromium-bugs] Issue 4926 in chromium: CppBoundClass getter/setter binding patch

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4926 by marshall.law: CppBoundClass getter/setter binding patch http://code.google.com/p/chromium/issues/detail?id=4926 CppBoundClass is limited to binding javascript property objects to instance

[chromium-bugs] Issue 4924 in chromium: Patch for CppBoundClass

2008-11-30 Thread codesite-noreply
Comment #2 on issue 4924 by marshall.law: Patch for CppBoundClass http://code.google.com/p/chromium/issues/detail?id=4924 I've included my changes for #3 above also in #4926 (http://code.google.com/p/chromium/issues/detail?id=4926) -- You received this message because you are listed in the

[chromium-bugs] Issue 4926 in chromium: CppBoundClass getter/setter binding patch

2008-11-30 Thread codesite-noreply
Comment #1 on issue 4926 by marshall.law: CppBoundClass getter/setter binding patch http://code.google.com/p/chromium/issues/detail?id=4926 This patch also includes proposed API additions seen in bug #4924 (http://code.google.com/p/chromium/issues/detail?id=4924) -- You received this

[chromium-bugs] Issue 1565 in chromium: Don't make GoogleUpdate always-resident

2008-11-30 Thread codesite-noreply
Comment #12 on issue 1565 by [EMAIL PROTECTED]: Don't make GoogleUpdate always-resident http://code.google.com/p/chromium/issues/detail?id=1565 I'm not sure about the scheduled tasks alternative, but perhaps google update could kick off asynchronously when google software is started and

[chromium-bugs] Issue 4917 in chromium: V8 javascript eval() bug

2008-11-30 Thread codesite-noreply
Updates: Status: Fixed Owner: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Labels: -Area-Misc Area-WebKit JavaScript Comment #2 on issue 4917 by [EMAIL PROTECTED]: V8 javascript eval() bug http://code.google.com/p/chromium/issues/detail?id=4917 Until recently,

[chromium-bugs] Issue 1397 in chromium: Master password is missing

2008-11-30 Thread codesite-noreply
Comment #26 on issue 1397 by [EMAIL PROTECTED]: Master password is missing http://code.google.com/p/chromium/issues/detail?id=1397 An option to use a master password (like the one in Firefox) is desperately needed. Also, if someone can say..why is there no progress (very slow progress - 0-3

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #15 on issue 1062 by dezelin: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Hi, there's a shorter way of doing this check - you just have to call HitTest(event.location()). This way, as I can see, we also

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #16 on issue 1062 by dezelin: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Hi, there's a shorter way of doing this check - you just have to call HitTest(event.location()). This way, as I can see, we also

[chromium-bugs] Issue 1397 in chromium: Master password is missing

2008-11-30 Thread codesite-noreply
Comment #27 on issue 1397 by [EMAIL PROTECTED]: Master password is missing http://code.google.com/p/chromium/issues/detail?id=1397 Hey [EMAIL PROTECTED], what a useless question are u asking security means, secure as far as possible, what is the use of dummy master password, if that is

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #17 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Awesome, didn't know about that, I updated the patch to reflect that change with comments.

[chromium-bugs] Issue 4927 in chromium: Google Chrome website issue

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4927 by [EMAIL PROTECTED]: Google Chrome website issue http://code.google.com/p/chromium/issues/detail?id=4927 Go to http://www.google.com/chrome. Click help. Under Send Feedback, click tell us what

[chromium-bugs] Issue 2368 in chromium: Wrong caret position in Report Bug dialog when focused

2008-11-30 Thread codesite-noreply
Comment #5 on issue 2368 by m0.interactive: Wrong caret position in Report Bug dialog when focused http://code.google.com/p/chromium/issues/detail?id=2368 Selection of text within that textarea is messed up as well. I will take a look at it ans see if I can understand what is going wrong

[chromium-bugs] Issue 4928 in chromium: About:memory

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4928 by [EMAIL PROTECTED]: About:memory http://code.google.com/p/chromium/issues/detail?id=4928 About:memory displays Google Chrome (version 0.4.154.25) as Chromium. This should be changed? -- You

[chromium-bugs] Issue 4929 in chromium: Right-click options missing

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4929 by [EMAIL PROTECTED]: Right-click options missing http://code.google.com/p/chromium/issues/detail?id=4929 Google Chrome (version 0.4.154.25) lacks many right-click options. Including - 1. Stop.

[chromium-bugs] Issue 3998 in chromium: java plugin error

2008-11-30 Thread codesite-noreply
Comment #7 on issue 3998 by [EMAIL PROTECTED]: java plugin error http://code.google.com/p/chromium/issues/detail?id=3998 This is fixed. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue

[chromium-bugs] Issue 2368 in chromium: Wrong caret position in Report Bug dialog when focused

2008-11-30 Thread codesite-noreply
Comment #6 on issue 2368 by m0.interactive: Wrong caret position in Report Bug dialog when focused http://code.google.com/p/chromium/issues/detail?id=2368 Hey, it turned out to be that it was treating it as a normal single line text field instead of a multi line text field Someone please

[chromium-bugs] Issue 4814 in chromium: tabs stick to mouse when clicked

2008-11-30 Thread codesite-noreply
Comment #3 on issue 4814 by Bensonarizona: tabs stick to mouse when clicked http://code.google.com/p/chromium/issues/detail?id=4814 Same issue here, Tab sticks to mouse as if I was holding mouse button down to move it. This problem was first noticed a couple of days ago. -- You received

[chromium-bugs] Issue 4894 in chromium: Chrome crashes on exit (DEP error)

2008-11-30 Thread codesite-noreply
Comment #1 on issue 4894 by kozyjay: Chrome crashes on exit (DEP error) http://code.google.com/p/chromium/issues/detail?id=4894 Occurs for me as well, though I've noticed a trick: Reloading all open tabs quickly before I exit sometimes prevents the crash. -- You received this message

[chromium-bugs] Issue 534 in chromium: Need full screen mode

2008-11-30 Thread codesite-noreply
Comment #17 on issue 534 by m0.interactive: Need full screen mode http://code.google.com/p/chromium/issues/detail?id=534 You have any recommendation on how to implement it? From browsing the code a bit, it is all coming from the Keyboard Accelerator events. If I understand correctly, we

[chromium-bugs] Issue 2186 in chromium: Replace CRect/CPoint/CSize usage with gfx::Rect/Point/Size in ChromeViews

2008-11-30 Thread codesite-noreply
Comment #2 on issue 2186 by m0.interactive: Replace CRect/CPoint/CSize usage with gfx::Rect/Point/Size in ChromeViews http://code.google.com/p/chromium/issues/detail?id=2186 Hi Ben, so if I understand correctly, you want to replace CRect with gfx:Rect etc, everywhere in the

[chromium-bugs] Issue 4930 in chromium: Chrome won't load after FireFox update.

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4930 by oldfogey: Chrome won't load after FireFox update. http://code.google.com/p/chromium/issues/detail?id=4930 Chrome Version : 0.4.154.25. URLs (if applicable) :N/A Other browsers tested:

[chromium-bugs] Issue 4931 in chromium: Vista's DEP closes Chrome when using dropdown menu's on any website

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4931 by martijn.hoenderop: Vista's DEP closes Chrome when using dropdown menu's on any website http://code.google.com/p/chromium/issues/detail?id=4931 Chrome Version : 0.4.154.25 URLs (if

[chromium-bugs] Issue 4932 in chromium: Selecting Text on Websites

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4932 by [EMAIL PROTECTED]: Selecting Text on Websites http://code.google.com/p/chromium/issues/detail?id=4932 Chrome Version : 0.4.154.25 URLs (if applicable) : Any Other browsers tested: Add

[chromium-bugs] Issue 4463 in chromium: Feature Request: Customizable Themes

2008-11-30 Thread codesite-noreply
Comment #2 on issue 4463 by [EMAIL PROTECTED]: Feature Request: Customizable Themes http://code.google.com/p/chromium/issues/detail?id=4463 Also, customizable colour schemes (forgot to put that in Title). -- You received this message because you are listed in the owner or CC fields of this

[chromium-bugs] Issue 3939 in chromium: Regression: Browser crash with drag and drop

2008-11-30 Thread codesite-noreply
Comment #21 on issue 3939 by [EMAIL PROTECTED]: Regression: Browser crash with drag and drop http://code.google.com/p/chromium/issues/detail?id=3939 We had a repro in house on a Vista tablet. See my comment on 11/20 above. -- You received this message because you are listed in the owner or

[chromium-bugs] Issue 612 in chromium: Scroll Sensitivity

2008-11-30 Thread codesite-noreply
Updates: Status: WontFix Comment #18 on issue 612 by [EMAIL PROTECTED]: Scroll Sensitivity http://code.google.com/p/chromium/issues/detail?id=612 Closing this based on comments. Please update the bug if you start seeing scroll sensitivity issues again. -- You received this message

[chromium-bugs] Issue 4777 in chromium: Single clicking tab to switch makes the tab stick to move and Chrome crashes on drop

2008-11-30 Thread codesite-noreply
Comment #4 on issue 4777 by [EMAIL PROTECTED]: Single clicking tab to switch makes the tab stick to move and Chrome crashes on drop http://code.google.com/p/chromium/issues/detail?id=4777 There are duplicate crashreports folders. One in C:\Users\Owner\AppData\Local\Google\CrashReports and

[chromium-bugs] Issue 158 in chromium: Incognito window, not so 'incognito' with Flash content

2008-11-30 Thread codesite-noreply
Comment #18 on issue 158 by [EMAIL PROTECTED]: Incognito window, not so 'incognito' with Flash content http://code.google.com/p/chromium/issues/detail?id=158 Also, flash content is not only found in C:\Documents and Settings\[user]\Application Data\Macromedia\Flash Player\#SharedObjects\ as

[chromium-bugs] Issue 11 in chromium: Scrolling with middle-mouse button does not work (autoscroll)

2008-11-30 Thread codesite-noreply
Comment #93 on issue 11 by [EMAIL PROTECTED]: Scrolling with middle-mouse button does not work (autoscroll) http://code.google.com/p/chromium/issues/detail?id=11 Does not work with 0.4.154.25. -- You received this message because you are listed in the owner or CC fields of this issue, or

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #18 on issue 1062 by dezelin: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 ok. :) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this

[chromium-bugs] Issue 3629 in chromium: http://www.twiddla.com/37717 constantly reloads

2008-11-30 Thread codesite-noreply
Comment #1 on issue 3629 by [EMAIL PROTECTED]: http://www.twiddla.com/37717 constantly reloads http://code.google.com/p/chromium/issues/detail?id=3629 Works fine in 0.4.154.25 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

[chromium-bugs] Issue 4933 in chromium: Parental Controls

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4933 by [EMAIL PROTECTED]: Parental Controls http://code.google.com/p/chromium/issues/detail?id=4933 Built-in parental controls would be nice. -- You received this message because you are listed in

[chromium-bugs] Issue 1397 in chromium: Master password is missing

2008-11-30 Thread codesite-noreply
Comment #28 on issue 1397 by [EMAIL PROTECTED]: Master password is missing http://code.google.com/p/chromium/issues/detail?id=1397 No [EMAIL PROTECTED], we need a master password system like the one available in Firefox. -- You received this message because you are listed in the owner or CC

[chromium-bugs] Issue 3371 in chromium: wishlist

2008-11-30 Thread codesite-noreply
Comment #2 on issue 3371 by [EMAIL PROTECTED]: wishlist http://code.google.com/p/chromium/issues/detail?id=3371 I support this request. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue

[chromium-bugs] Issue 4934 in chromium: Suggested filename for Save As poor if page has no title

2008-11-30 Thread codesite-noreply
Status: Untriaged Owner: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Labels: Type-Bug Pri-3 OS-All Area-BrowserUI New issue 4934 by [EMAIL PROTECTED]: Suggested filename for Save As poor if page has no title http://code.google.com/p/chromium/issues/detail?id=4934 The default filename for a

[chromium-bugs] Issue 266 in chromium: Chrome uses Windows' proxy settings

2008-11-30 Thread codesite-noreply
Comment #21 on issue 266 by [EMAIL PROTECTED]: Chrome uses Windows' proxy settings http://code.google.com/p/chromium/issues/detail?id=266 This is needed, +1. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You

[chromium-bugs] Issue 4935 in chromium: Save as

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4935 by [EMAIL PROTECTED]: Save as http://code.google.com/p/chromium/issues/detail?id=4935 Google Chrome 0.4.154.25 Go to http://www.google.tt/; Right click and click Save as... Use any file format

[chromium-bugs] Issue 4454 in chromium: Tab floats, then chrome crashes

2008-11-30 Thread codesite-noreply
Comment #13 on issue 4454 by dae.hansen: Tab floats, then chrome crashes http://code.google.com/p/chromium/issues/detail?id=4454 Curious. I also have the crash on exit bug. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this

[chromium-bugs] Issue 4936 in chromium: Bookmark manger display

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4936 by [EMAIL PROTECTED]: Bookmark manger display http://code.google.com/p/chromium/issues/detail?id=4936 Google Chrome 0.4.154.25 When the Bookmark manager is opened in an Incognito session, it is

[chromium-bugs] Issue 4814 in chromium: tabs stick to mouse when clicked

2008-11-30 Thread codesite-noreply
Comment #4 on issue 4814 by gadgetopia: tabs stick to mouse when clicked http://code.google.com/p/chromium/issues/detail?id=4814 Have put myself onto the dev stream of updates for Chrome, but no new updates yet, I'm hoping that Monday is the day for the weekly updates, which with the time

[chromium-bugs] Issue 4936 in chromium: Bookmark manger display

2008-11-30 Thread codesite-noreply
Comment #1 on issue 4936 by [EMAIL PROTECTED]: Bookmark manger display http://code.google.com/p/chromium/issues/detail?id=4936 What I really mean is all menus etc should be Dark Blue while in Incognito mode. -- You received this message because you are listed in the owner or CC fields of

[chromium-bugs] Issue 4937 in chromium: Your installer won't install system-wide for all accounts

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4937 by [EMAIL PROTECTED]: Your installer won't install system-wide for all accounts http://code.google.com/p/chromium/issues/detail?id=4937 Chrome Version : 0.4.154.25 URLs (if applicable) :

[chromium-bugs] Issue 1673 in chromium: Chromium unloads monitor color profile

2008-11-30 Thread codesite-noreply
Comment #7 on issue 1673 by [EMAIL PROTECTED]: Chromium unloads monitor color profile http://code.google.com/p/chromium/issues/detail?id=1673 I use an Eye1 on 32-bit Vista Home and XP Professional and have not seen this problem. When this happens, what do you have to do to turn the correct

[chromium-bugs] Issue 4938 in chromium: Convert content to the monitor's color space

2008-11-30 Thread codesite-noreply
Status: Available Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4938 by [EMAIL PROTECTED]: Convert content to the monitor's color space http://code.google.com/p/chromium/issues/detail?id=4938 This is split off from but 143. That one is handle tagged images and

[chromium-bugs] Issue 4938 in chromium: Convert content to the monitor's color space

2008-11-30 Thread codesite-noreply
Comment #1 on issue 4938 by [EMAIL PROTECTED]: Convert content to the monitor's color space http://code.google.com/p/chromium/issues/detail?id=4938 That is, this was split off from issue 143 (see above with typo). -- You received this message because you are listed in the owner or CC fields

[chromium-bugs] Issue 143 in chromium: Handle color profiles in tagged images

2008-11-30 Thread codesite-noreply
Updates: Summary: Handle color profiles in tagged images Comment #10 on issue 143 by [EMAIL PROTECTED]: Handle color profiles in tagged images http://code.google.com/p/chromium/issues/detail?id=143 I'm splitting this bug in two. I filed issue 4938 for converting to the monitor

[chromium-bugs] Issue 4938 in chromium: Convert content to the monitor's color space

2008-11-30 Thread codesite-noreply
Updates: Labels: -Area-Misc Area-BrowserBackend Mstone-X ChromeSpecific Comment #2 on issue 4938 by [EMAIL PROTECTED]: Convert content to the monitor's color space http://code.google.com/p/chromium/issues/detail?id=4938 (No comment was entered for this change.) -- You received this

[chromium-bugs] Issue 4939 in chromium: cannot log into netware netstorage

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4939 by drew.stonebraker: cannot log into netware netstorage http://code.google.com/p/chromium/issues/detail?id=4939 Chrome Version : 0.4.154.25 URLs (if applicable) :

[chromium-bugs] Issue 4940 in chromium: Regression: Sometimes can't re-attach detached tabs

2008-11-30 Thread codesite-noreply
Status: Assigned Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-BrowserUI Regression Mstone-1.1 New issue 4940 by [EMAIL PROTECTED]: Regression: Sometimes can't re-attach detached tabs http://code.google.com/p/chromium/issues/detail?id=4940 What steps will reproduce the problem?

[chromium-bugs] Issue 4941 in chromium: Crash and unresponsive when downloading file to a new folder

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4941 by ianjameswelch: Crash and unresponsive when downloading file to a new folder http://code.google.com/p/chromium/issues/detail?id=4941 Chrome Version : 0.4.154.25 URLs (if applicable) :

[chromium-bugs] Issue 4942 in chromium: mouse pointer doesn't update when page is scrolled via spacebar or arrow keys

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4942 by [EMAIL PROTECTED]: mouse pointer doesn't update when page is scrolled via spacebar or arrow keys http://code.google.com/p/chromium/issues/detail?id=4942 Chrome Version : 0.4.154.25

[chromium-bugs] Issue 3667 in chromium: Thai Chrome: Korean and Thai sub menu under Encoding menu untranslated

2008-11-30 Thread codesite-noreply
Comment #4 on issue 3667 by reggiechromium: Thai Chrome: Korean and Thai sub menu under Encoding menu untranslated http://code.google.com/p/chromium/issues/detail?id=3667 I've made the appropriate changes. This should be fixed in the next build. -- You received this message because you are

[chromium-bugs] Issue 3670 in chromium: Fails to Print Entire Page (Only printing visible area)

2008-11-30 Thread codesite-noreply
Updates: Labels: -Icebox Comment #11 on issue 3670 by [EMAIL PROTECTED]: Fails to Print Entire Page (Only printing visible area) http://code.google.com/p/chromium/issues/detail?id=3670 Ok I reproduced now. Probably broke with a webkit merge. Will fix ASAP. -- You received this

[chromium-bugs] Issue 4205 in chromium: Google Chrome closing the tab when should not

2008-11-30 Thread codesite-noreply
Comment #3 on issue 4205 by m0.interactive: Google Chrome closing the tab when should not http://code.google.com/p/chromium/issues/detail?id=4205 This bug is a duplicate: http://code.google.com/p/chromium/issues/detail?id=1062 I fixed it and is LGTM -- You received this message because you

[chromium-bugs] Issue 4906 in chromium: italicized preformatted text is too tall

2008-11-30 Thread codesite-noreply
Comment #3 on issue 4906 by steve.yegge: italicized preformatted text is too tall http://code.google.com/p/chromium/issues/detail?id=4906 Sorry - I do most of my development on OS X and Linux. My testing so far has been: OK: Safari 3 (Mac), Firefox 3 (Mac), Firefox 2 (Linux), IE6 (XP)

[chromium-bugs] Issue 4906 in chromium: italicized preformatted text is too tall

2008-11-30 Thread codesite-noreply
Comment #4 on issue 4906 by steve.yegge: italicized preformatted text is too tall http://code.google.com/p/chromium/issues/detail?id=4906 Incidentally, the font in IE that lines up properly is really ugly, so it may not be a ClearType font. It's a very old Windows box. -- You received

[chromium-bugs] Issue 84 in chromium: RSS or Atom support needed

2008-11-30 Thread codesite-noreply
Comment #58 on issue 84 by [EMAIL PROTECTED]: RSS or Atom support needed http://code.google.com/p/chromium/issues/detail?id=84 Has there been any work done on this? It's nearly three months on now... Still waiting for an automatic feed discovery function. Having to open up Firefox or

[chromium-bugs] Issue 84 in chromium: RSS or Atom support needed

2008-11-30 Thread codesite-noreply
Comment #59 on issue 84 by ikecofili: RSS or Atom support needed http://code.google.com/p/chromium/issues/detail?id=84 Thanks for the good work google. :D Do it on your own time ... Chrome is awesome. -- You received this message because you are listed in the owner or CC fields of this

[chromium-bugs] Issue 4205 in chromium: Google Chrome closing the tab when should not

2008-11-30 Thread codesite-noreply
Comment #4 on issue 4205 by francislr: Google Chrome closing the tab when should not http://code.google.com/p/chromium/issues/detail?id=4205 Alright, it is fixed, this ticket can now be close. -- You received this message because you are listed in the owner or CC fields of this issue, or

[chromium-bugs] Issue 75 in chromium: Duplicate 'Most Visited' Thumbnails

2008-11-30 Thread codesite-noreply
Comment #8 on issue 75 by kingofcamelot: Duplicate 'Most Visited' Thumbnails http://code.google.com/p/chromium/issues/detail?id=75 Perhaps a decent solution to this would be to check the IP of the Most Visited links? That would let duplicates with slightly different URLs be weeded out. --

[chromium-bugs] Issue 75 in chromium: Duplicate 'Most Visited' Thumbnails

2008-11-30 Thread codesite-noreply
Comment #9 on issue 75 by cmaclsu: Duplicate 'Most Visited' Thumbnails http://code.google.com/p/chromium/issues/detail?id=75 I have this same issue with www.firstdibz.com showing up and www.ticketreserve.com both showing up. ticketreserve is linked to redirect to firstdibz. It is slowly

[chromium-bugs] Issue 4762 in chromium: Some strings untranslated in Hebrew Bookmark Manager

2008-11-30 Thread codesite-noreply
Updates: Status: Assigned Owner: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Comment #2 on issue 4762 by [EMAIL PROTECTED]: Some strings untranslated in Hebrew Bookmark Manager http://code.google.com/p/chromium/issues/detail?id=4762 Please verify with the new build. --

[chromium-bugs] Issue 4752 in chromium: RTL: Correct Context menu should be displayed for Bookmarks manager

2008-11-30 Thread codesite-noreply
Updates: Status: Assigned Owner: [EMAIL PROTECTED] Labels: Mstone-1.0 RTL Comment #1 on issue 4752 by [EMAIL PROTECTED]: RTL: Correct Context menu should be displayed for Bookmarks manager http://code.google.com/p/chromium/issues/detail?id=4752 (No comment was entered

[chromium-bugs] Issue 4851 in chromium: Hodling mouse on title bar stops playing CNN video.

2008-11-30 Thread codesite-noreply
Updates: Status: Available Owner: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Labels: -Area-BrowserUI Area-Compat Mstone-1.0 Comment #1 on issue 4851 by [EMAIL PROTECTED]: Hodling mouse on title bar stops playing CNN video.

[chromium-bugs] Issue 4751 in chromium: cannot download adobe flash player. states I need to remove Chrom first.

2008-11-30 Thread codesite-noreply
Updates: Labels: -Area-Misc Area-Compat FeedbackRequired Comment #2 on issue 4751 by [EMAIL PROTECTED]: cannot download adobe flash player. states I need to remove Chrom first. http://code.google.com/p/chromium/issues/detail?id=4751 (No comment was entered for this change.) -- You

[chromium-bugs] Issue 4829 in chromium: No file extensions listed when saving images

2008-11-30 Thread codesite-noreply
Updates: Status: Available Labels: -Pri-1 Pri-2 Mstone-1.0 Comment #2 on issue 4829 by [EMAIL PROTECTED]: No file extensions listed when saving images http://code.google.com/p/chromium/issues/detail?id=4829 (No comment was entered for this change.) -- You received this

[chromium-bugs] Issue 4830 in chromium: [Alt+Shift+T]: Strange behavior with return key on Save As dialog.

2008-11-30 Thread codesite-noreply
Updates: Status: Available Owner: [EMAIL PROTECTED] Labels: -Pri-1 Pri-2 Mstone-1.0 Comment #1 on issue 4830 by [EMAIL PROTECTED]: [Alt+Shift+T]: Strange behavior with return key on Save As dialog. http://code.google.com/p/chromium/issues/detail?id=4830 (No comment was

[chromium-bugs] Issue 4823 in chromium: Save As files should be listed in downloads page.

2008-11-30 Thread codesite-noreply
Updates: Status: Available Labels: Mstone-1.1 Comment #1 on issue 4823 by [EMAIL PROTECTED]: Save As files should be listed in downloads page. http://code.google.com/p/chromium/issues/detail?id=4823 Doesn't look like a blocking issue for 1.0 -- You received this message

[chromium-bugs] Issue 4824 in chromium: Clear browsing data should clear 'save as' items in download shelf.

2008-11-30 Thread codesite-noreply
Updates: Status: Available Labels: Mstone-1.1 Blockedon: 4823 Comment #1 on issue 4824 by [EMAIL PROTECTED]: Clear browsing data should clear 'save as' items in download shelf. http://code.google.com/p/chromium/issues/detail?id=4824 (No comment was entered for this

[chromium-bugs] Issue 4823 in chromium: Save As files should be listed in downloads page.

2008-11-30 Thread codesite-noreply
Issue 4823: Save As files should be listed in downloads page. http://code.google.com/issues/detail?id=4823 This issue is now blocking issue 4824. See http://code.google.com/issues/detail?id=4824 -- You received this message because you are listed in the owner or CC fields of this issue, or

[chromium-bugs] Issue 4945 in chromium: Infoseek default search in Japanese garble

2008-11-30 Thread codesite-noreply
Status: Untriaged Owner: tpjapam.kk CC: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4945 by tpjapam.kk: Infoseek default search in Japanese garble http://code.google.com/p/chromium/issues/detail?id=4945 What steps will reproduce the problem? 1. install build tested on

[chromium-bugs] Issue 4243 in chromium: Google reader bookmark does not show feeds on load

2008-11-30 Thread codesite-noreply
Comment #2 on issue 4243 by rkaramc: Google reader bookmark does not show feeds on load http://code.google.com/p/chromium/issues/detail?id=4243 Works OK with build 5921 - not sure if this was fixed in Chromium or Reader! Anyway, this issue can be closed! -- You received this message

[chromium-bugs] Issue 3939 in chromium: Regression: Browser crash with drag and drop

2008-11-30 Thread codesite-noreply
Comment #22 on issue 3939 by [EMAIL PROTECTED]: Regression: Browser crash with drag and drop http://code.google.com/p/chromium/issues/detail?id=3939 Issue 4814 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or

[chromium-bugs] Issue 4814 in chromium: tabs stick to mouse when clicked

2008-11-30 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 3939 Comment #5 on issue 4814 by [EMAIL PROTECTED]: tabs stick to mouse when clicked http://code.google.com/p/chromium/issues/detail?id=4814 This is a dupe of issue #3939: tabs stick to the mouse pointer during drag and drop and it

[chromium-bugs] Issue 3939 in chromium: Regression: Browser crash with drag and drop

2008-11-30 Thread codesite-noreply
Comment #23 on issue 3939 by [EMAIL PROTECTED]: Regression: Browser crash with drag and drop http://code.google.com/p/chromium/issues/detail?id=3939 Issue 4797 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or

[chromium-bugs] Issue 4797 in chromium: Chrome crashing after the tab sticks to the mouse pointer after switching on tablet PC

2008-11-30 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 3939 Comment #1 on issue 4797 by [EMAIL PROTECTED]: Chrome crashing after the tab sticks to the mouse pointer after switching on tablet PC http://code.google.com/p/chromium/issues/detail?id=4797 This is a dupe of issue #3939: tabs stick

[chromium-bugs] Issue 4777 in chromium: Single clicking tab to switch makes the tab stick to move and Chrome crashes on drop

2008-11-30 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 3939 Comment #5 on issue 4777 by [EMAIL PROTECTED]: Single clicking tab to switch makes the tab stick to move and Chrome crashes on drop http://code.google.com/p/chromium/issues/detail?id=4777 This is a dupe of issue #3939: tabs stick to

[chromium-bugs] Issue 3939 in chromium: Regression: Browser crash with drag and drop

2008-11-30 Thread codesite-noreply
Updates: Cc: [EMAIL PROTECTED] Comment #24 on issue 3939 by [EMAIL PROTECTED]: Regression: Browser crash with drag and drop http://code.google.com/p/chromium/issues/detail?id=3939 Issue 4777 has been merged into this issue. -- You received this message because you are listed in the

[chromium-bugs] Issue 11 in chromium: Scrolling with middle-mouse button does not work (autoscroll)

2008-11-30 Thread codesite-noreply
Comment #94 on issue 11 by [EMAIL PROTECTED]: Scrolling with middle-mouse button does not work (autoscroll) http://code.google.com/p/chromium/issues/detail?id=11 [EMAIL PROTECTED]: This will appear on a release build soon. -- You received this message because you are listed in the owner or

[chromium-bugs] Issue 2368 in chromium: Report Bug dialog uses TextField as multiline entry space, causing numerous bugs

2008-11-30 Thread codesite-noreply
Updates: Summary: Report Bug dialog uses TextField as multiline entry space, causing numerous bugs Comment #7 on issue 2368 by [EMAIL PROTECTED]: Report Bug dialog uses TextField as multiline entry space, causing numerous bugs http://code.google.com/p/chromium/issues/detail?id=2368

[chromium-bugs] Issue 4936 in chromium: Bookmark manger display

2008-11-30 Thread codesite-noreply
Updates: Labels: -Type-Bug -Area-Misc Type-Feature Area-BrowserUI Comment #2 on issue 4936 by [EMAIL PROTECTED]: Bookmark manger display http://code.google.com/p/chromium/issues/detail?id=4936 (No comment was entered for this change.) -- You received this message because you are

[chromium-bugs] Issue 3998 in chromium: java plugin error

2008-11-30 Thread codesite-noreply
Updates: Status: Fixed Comment #8 on issue 3998 by [EMAIL PROTECTED]: java plugin error http://code.google.com/p/chromium/issues/detail?id=3998 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or

[chromium-bugs] Issue 4923 in chromium: Closing last tab using Ctrl+W should not make it restore if you select 'Restore open tabs'

2008-11-30 Thread codesite-noreply
Updates: Summary: Closing last tab using Ctrl+W should not make it restore if you select 'Restore open tabs' Status: Available Labels: -Area-Misc Area-BrowserUI Mstone-1.2 Comment #1 on issue 4923 by [EMAIL PROTECTED]: Closing last tab using Ctrl+W should not make it

[chromium-bugs] Issue 4930 in chromium: Chrome won't load after FireFox update.

2008-11-30 Thread codesite-noreply
Updates: Labels: -Area-Misc Area-BrowserUI Comment #1 on issue 4930 by [EMAIL PROTECTED]: Chrome won't load after FireFox update. http://code.google.com/p/chromium/issues/detail?id=4930 Can you please provide more details? I just updated my Firefox from 2.0 to 3.0 as well as from

[chromium-bugs] Issue 4932 in chromium: Selecting Text on Websites

2008-11-30 Thread codesite-noreply
Updates: Labels: -Area-Misc Area-Compat FeedbackRequired Comment #1 on issue 4932 by [EMAIL PROTECTED]: Selecting Text on Websites http://code.google.com/p/chromium/issues/detail?id=4932 Which website did you try this on? It seems to work for me (text gets selected and stays

[chromium-bugs] Issue 4946 in chromium: Page with form crashes when tabbing out of textbox without selecting from autofill dropdown

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4946 by rkaramc: Page with form crashes when tabbing out of textbox without selecting from autofill dropdown http://code.google.com/p/chromium/issues/detail?id=4946 Chrome Version : 0.5.155.0

[chromium-bugs] Issue 4935 in chromium: Save as

2008-11-30 Thread codesite-noreply
Updates: Cc: [EMAIL PROTECTED] Labels: -Area-Misc Area-BrowserUI FeedbackRequired Comment #1 on issue 4935 by [EMAIL PROTECTED]: Save as http://code.google.com/p/chromium/issues/detail?id=4935 Can you please attach a screenshot? When I saved a webpage as .html it saved it

[chromium-bugs] Issue 3647 in chromium: .pdf files are undownloadable form some sites

2008-11-30 Thread codesite-noreply
Updates: Owner: [EMAIL PROTECTED] Comment #1 on issue 3647 by [EMAIL PROTECTED]: .pdf files are undownloadable form some sites http://code.google.com/p/chromium/issues/detail?id=3647 (No comment was entered for this change.) -- You received this message because you are listed in the

[chromium-bugs] Issue 4885 in chromium: NikeID site randomly stop working

2008-11-30 Thread codesite-noreply
Updates: Owner: [EMAIL PROTECTED] Comment #1 on issue 4885 by [EMAIL PROTECTED]: NikeID site randomly stop working http://code.google.com/p/chromium/issues/detail?id=4885 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

[chromium-bugs] Issue 4947 in chromium: Wall Street Journal site navigation error

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4947 by petelee: Wall Street Journal site navigation error http://code.google.com/p/chromium/issues/detail?id=4947 Chrome Version : 0.4.154.25 URLs (if applicable) :

[chromium-bugs] Issue 4948 in chromium: BUG: Tab duplication increases the memory consumption forever

2008-11-30 Thread codesite-noreply
Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 4948 by phistuck: BUG: Tab duplication increases the memory consumption forever http://code.google.com/p/chromium/issues/detail?id=4948 Chrome Version : 0.4.154.25 URLs (if applicable) : Any