[chromium-bugs] Issue 4480 in chromium: Duplicate Bookmark Entries

2008-11-15 Thread codesite-noreply
Issue 4480: Duplicate Bookmark Entries http://code.google.com/p/chromium/issues/detail?id=4480 New issue report by kvphani: Chrome Version: 0.4.154.18 with bookmarks being imported from Firefox during installation process What steps will reproduce the problem? 1. Chrome browser with bookmarks be

[chromium-bugs] Issue 4439 in chromium: Can't click on thumbnails (Most Visited), if two new tabs are opened.

2008-11-15 Thread codesite-noreply
Issue 4439: Can't click on thumbnails (Most Visited), if two new tabs are opened. http://code.google.com/p/chromium/issues/detail?id=4439 Comment #1 by [EMAIL PROTECTED]: Fixed with r5527, build 154.22. Issue attribute updates: Status: Fixed -- You received this message because you

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

2008-11-15 Thread codesite-noreply
Issue 11: Scrolling with middle-mouse button does not work (autoscroll) http://code.google.com/p/chromium/issues/detail?id=11 Comment #91 by pileot: Hmm, the version im on is 0.3.155.0 and it has it... I always download from http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/ What you

[chromium-bugs] Issue 4479 in chromium: Need localized strings for bookmark manager 'Files of type' descriptions

2008-11-15 Thread codesite-noreply
Issue 4479: Need localized strings for bookmark manager 'Files of type' descriptions http://code.google.com/p/chromium/issues/detail?id=4479 Comment #1 by bksening: Include this work in issue 4388 -- You received this message because you are listed in the owner or CC fields of this issue, o

[chromium-bugs] Issue 4479 in chromium: Need localized strings for bookmark manager 'Files of type' descriptions

2008-11-15 Thread codesite-noreply
Issue 4479: Need localized strings for bookmark manager 'Files of type' descriptions http://code.google.com/p/chromium/issues/detail?id=4479 New issue report by [EMAIL PROTECTED]: This applies to the bookmark manager importer File Open dialog. I don't know if these are typically localized in W

[chromium-bugs] Issue 4388 in chromium: Import Bookmarks should suggest *.htm and *.html as the file type

2008-11-15 Thread codesite-noreply
Issue 4388: Import Bookmarks should suggest *.htm and *.html as the file type http://code.google.com/p/chromium/issues/detail?id=4388 Comment #5 by [EMAIL PROTECTED]: It's probably possible to add .htm with something like static const wchar_t KFilterString[] = L"*.html\0*.html|*.htm\0"; inste

[chromium-bugs] Issue 3866 in chromium: Unable to resubmit POSTs

2008-11-15 Thread codesite-noreply
Issue 3866: Unable to resubmit POSTs http://code.google.com/p/chromium/issues/detail?id=3866 Comment #2 by bksening: Duplicate of issue 2616 -- 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 issu

[chromium-bugs] Issue 4388 in chromium: Import Bookmarks should suggest *.htm and *.html as the file type

2008-11-15 Thread codesite-noreply
Issue 4388: Import Bookmarks should suggest *.htm and *.html as the file type http://code.google.com/p/chromium/issues/detail?id=4388 Comment #4 by [EMAIL PROTECTED]: This seems like a simple change: static const wchar_t KFilterString[] = L"*.html\0*.html\0"; need to append L".htm\0*.htm\0" t

[chromium-bugs] Issue 4473 in chromium: Add support for 8 Indic locales

2008-11-15 Thread codesite-noreply
Issue 4473: Add support for 8 Indic locales http://code.google.com/p/chromium/issues/detail?id=4473 Comment #1 by [EMAIL PROTECTED]: Hmm, I bet we need to add these languages to ICU. Specifically, chrome/common/l10n_util.cc:IsLocaleAvailable is probably failing because the call to SetICUDefaul

[chromium-bugs] Issue 3795 in chromium: Check: CrashForBitmapAllocationfailure()

2008-11-15 Thread codesite-noreply
Issue 3795: Check: CrashForBitmapAllocationfailure() http://code.google.com/p/chromium/issues/detail?id=3795 Comment #14 by [EMAIL PROTECTED]: Amit, r5244 refers to this bug. Do you want to close it, or do you think there's a reason to keep it open? -- You received this message because you

[chromium-bugs] Issue 4158 in chromium: Javascript won't open an alert box when run from within a popup window

2008-11-15 Thread codesite-noreply
Issue 4158: Javascript won't open an alert box when run from within a popup window http://code.google.com/p/chromium/issues/detail?id=4158 Comment #12 by [EMAIL PROTECTED]: This will be fixed in 154.22, which should go to the Dev channel next week. The fix should make it to the Beta channel b

[chromium-bugs] Issue 4447 in chromium: Navigating a page from the Bookmark manager, should show up the minimized browser window.

2008-11-15 Thread codesite-noreply
Issue 4447: Navigating a page from the Bookmark manager, should show up the minimized browser window. http://code.google.com/p/chromium/issues/detail?id=4447 Comment #3 by [EMAIL PROTECTED]: I agree, not a 1.0 blocker. Issue attribute updates: Labels: -Mstone-1.0 Mstone-1.1 -- You r

[chromium-bugs] Issue 4007 in chromium: Regression: Popup blocker blocks popup too aggressively

2008-11-15 Thread codesite-noreply
Issue 4007: Regression: Popup blocker blocks popup too aggressively http://code.google.com/p/chromium/issues/detail?id=4007 Comment #6 by [EMAIL PROTECTED]: I think we can live with this for 1.0. Issue attribute updates: Labels: -Mstone-1.0 Mstone-1.1 -- You received this message beca

[chromium-bugs] Issue 4447 in chromium: Navigating a page from the Bookmark manager, should show up the minimized browser window.

2008-11-15 Thread codesite-noreply
Issue 4447: Navigating a page from the Bookmark manager, should show up the minimized browser window. http://code.google.com/p/chromium/issues/detail?id=4447 Comment #2 by [EMAIL PROTECTED]: I'd be willing to ship with this issue. I'm worried the fix to restore if minimized might be risky. Wha

[chromium-bugs] Issue 4440 in chromium: Tab disappears after switching tabs, hitting Back button

2008-11-15 Thread codesite-noreply
Issue 4440: Tab disappears after switching tabs, hitting Back button http://code.google.com/p/chromium/issues/detail?id=4440 Comment #5 by [EMAIL PROTECTED]: Fixed in 154.22 and later by r5527. Issue attribute updates: Status: Fixed Owner: [EMAIL PROTECTED] -- You received thi

[chromium-bugs] Issue 4435 in chromium: In correct tab title with FRUI.

2008-11-15 Thread codesite-noreply
Issue 4435: In correct tab title with FRUI. http://code.google.com/p/chromium/issues/detail?id=4435 Comment #3 by [EMAIL PROTECTED]: Fixed in 154.22 and later by r5527 Issue attribute updates: Status: Fixed Owner: [EMAIL PROTECTED] -- You received this message because you are

[chromium-bugs] Issue 3811 in chromium: First word after a line wrapping has its initial letters missing in Google's internal issue tracking database's text area.

2008-11-15 Thread codesite-noreply
Issue 3811: First word after a line wrapping has its initial letters missing in Google's internal issue tracking database's text area. http://code.google.com/p/chromium/issues/detail?id=3811 Comment #10 by [EMAIL PROTECTED]: Ojan, can you have a look? It's a mystery to me why some text areas be

[chromium-bugs] Issue 4351 in chromium: Can't create an event from gmail

2008-11-15 Thread codesite-noreply
Issue 4351: Can't create an event from gmail http://code.google.com/p/chromium/issues/detail?id=4351 Comment #8 by [EMAIL PROTECTED]: OK, this turns out to be a bug on file with GMail (not a regression). We'll track this with GMail. Meanwhile, I'm making this read only. If you are experiencin

[chromium-bugs] Issue 4332 in chromium: Crash in WebContents::BeforeUnloadFiredFromRenderManager

2008-11-15 Thread codesite-noreply
Issue 4332: Crash in WebContents::BeforeUnloadFiredFromRenderManager http://code.google.com/p/chromium/issues/detail?id=4332 Comment #11 by [EMAIL PROTECTED]: This looks fixed on trunk, and it no longer reproduces on the release branch after r5527. Please verify in 154.22 or later. Issue att

[chromium-bugs] Issue 3424 in chromium: Intermittent: Truncation in download shelf with executables.

2008-11-15 Thread codesite-noreply
Issue 3424: Intermittent: Truncation in download shelf with executables. http://code.google.com/p/chromium/issues/detail?id=3424 Comment #15 by [EMAIL PROTECTED]: Fixed on the release branch in r5544. This will be in 154.22 and later releases. Back to Venkat for verification. Issue attribute

[chromium-bugs] Issue 49 in chromium: Attempting to open Chrome Options crashes in WinXP-64bit

2008-11-15 Thread codesite-noreply
Issue 49: Attempting to open Chrome Options crashes in WinXP-64bit http://code.google.com/p/chromium/issues/detail?id=49 Comment #55 by [EMAIL PROTECTED]: r5328 was merged to the release branch @ r5399. It will be in 154.22 and later releases. Unless we get better data, we'll not be doing more

[chromium-bugs] Issue 4478 in chromium: Allow a way for Greasemonkey scripts to be injected earlier than DOMContentLoaded

2008-11-15 Thread codesite-noreply
Issue 4478: Allow a way for Greasemonkey scripts to be injected earlier than DOMContentLoaded http://code.google.com/p/chromium/issues/detail?id=4478 New issue report by [EMAIL PROTECTED]: It is a long standing request to allow injection of Greasemonkey scripts before any HTML is parsed. WebKit

[chromium-bugs] Issue 4477 in chromium: Implement a new/better URL matching syntax for Greasemonkey

2008-11-15 Thread codesite-noreply
Issue 4477: Implement a new/better URL matching syntax for Greasemonkey http://code.google.com/p/chromium/issues/detail?id=4477 New issue report by [EMAIL PROTECTED]: The current URL matching syntax for Greasemonkey just uses simple globs. These are prone to problems. Authors frequently do someth

[chromium-bugs] Issue 4476 in chromium: Need Greasemonkey-compatibility shims

2008-11-15 Thread codesite-noreply
Issue 4476: Need Greasemonkey-compatibility shims http://code.google.com/p/chromium/issues/detail?id=4476 New issue report by [EMAIL PROTECTED]: We need to do many minor things to increase compatibility with Greasemonkey for Firefox: * Wrap scripts in "(function() {" and "})()" * Implement/stub

[chromium-bugs] Issue 4475 in chromium: Greasemonkey scripts get injected into frames after onload

2008-11-15 Thread codesite-noreply
Issue 4475: Greasemonkey scripts get injected into frames after onload http://code.google.com/p/chromium/issues/detail?id=4475 New issue report by [EMAIL PROTECTED]: Consider this Greasemonkey script: alert("parse"); window.addEventListener("load", function() { alert("load") }, false); When inj

[chromium-bugs] Issue 204 in chromium: Reload not in Rightclick-menu

2008-11-15 Thread codesite-noreply
Issue 204: Reload not in Rightclick-menu http://code.google.com/p/chromium/issues/detail?id=204 Comment #8 by bksening: What about right-click reloading of one frame in a framed website? See Issue 4474 -- You received this message because you are listed in the owner or CC fields of this issu

[chromium-bugs] Issue 4270 in chromium: Chrome: Crash Report - Stack Signature: NPN_GetValue-20D8B3

2008-11-15 Thread codesite-noreply
Issue 4270: Chrome: Crash Report - Stack Signature: NPN_GetValue-20D8B3 http://code.google.com/p/chromium/issues/detail?id=4270 Comment #7 by [EMAIL PROTECTED]: The fix part of r5310 has been merged to the release branch in r5431. This will be in 154.20 or later. -- You received this message

[chromium-bugs] Issue 4474 in chromium: Reload for frames not in context menu

2008-11-15 Thread codesite-noreply
Issue 4474: Reload for frames not in context menu http://code.google.com/p/chromium/issues/detail?id=4474 New issue report by bksening: Chrome Version : 0.4.154.18 (Official Build 5194) URLs (if applicable) : n/a Other browsers tested: Safari 3: OK Opera 9: OK Firefox 3: O

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

2008-11-15 Thread codesite-noreply
Issue 84: RSS or Atom support needed http://code.google.com/p/chromium/issues/detail?id=84 Comment #57 by mbiskin: (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 because you starred this issue. You may

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

2008-11-15 Thread codesite-noreply
Issue 4454: Tab floats, then chrome crashes http://code.google.com/p/chromium/issues/detail?id=4454 Comment #4 by jrezin: correction: it (W2003 compatibility mode) didn't solve nothing, the problem just didn't showed up at first... (maybe related to the number of tabs) -- You received this

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

2008-11-15 Thread codesite-noreply
Issue 4454: Tab floats, then chrome crashes http://code.google.com/p/chromium/issues/detail?id=4454 Comment #3 by jrezin: ...using compatibility mode for Windows Server 2003 kind avoids the bug (but the window looks like Chrome running in Windows XP), so it's something to do with Aero or the

[chromium-bugs] Issue 4473 in chromium: Add support for 8 Indic locales

2008-11-15 Thread codesite-noreply
Issue 4473: Add support for 8 Indic locales http://code.google.com/p/chromium/issues/detail?id=4473 New issue report by [EMAIL PROTECTED]: We have (almost complete) translations for 8 new locales: bn,gu,kn,ml,mr,or,ta,te Tony has already checked in partial support for building the DLLs, and I h

[chromium-bugs] Issue 3615 in chromium: Printing Adobe Acrobat Reader documents from the page menu fails

2008-11-15 Thread codesite-noreply
Issue 3615: Printing Adobe Acrobat Reader documents from the page menu fails http://code.google.com/p/chromium/issues/detail?id=3615 Comment #3 by [EMAIL PROTECTED]: (No comment was entered for this change.) Issue attribute updates: Mergedinto: 3118 -- You received this message becaus

[chromium-bugs] Issue 3118 in chromium: Printing .pdf file through Page Menu prints blank page

2008-11-15 Thread codesite-noreply
Issue 3118: Printing .pdf file through Page Menu prints blank page http://code.google.com/p/chromium/issues/detail?id=3118 Comment #5 by [EMAIL PROTECTED]: Issue 3615 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue,

[chromium-bugs] Issue 3429 in chromium: HP LaserJet printer crashes consistently

2008-11-15 Thread codesite-noreply
Issue 3429: HP LaserJet printer crashes consistently http://code.google.com/p/chromium/issues/detail?id=3429 Comment #3 by [EMAIL PROTECTED]: (No comment was entered for this change.) Issue attribute updates: Mergedinto: 2142 -- You received this message because you are listed in the

[chromium-bugs] Issue 2142 in chromium: Browser crashes when user selects Print

2008-11-15 Thread codesite-noreply
Issue 2142: Browser crashes when user selects Print http://code.google.com/p/chromium/issues/detail?id=2142 Comment #8 by [EMAIL PROTECTED]: Issue 3429 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

[chromium-bugs] Issue 2142 in chromium: Browser crashes when user selects Print

2008-11-15 Thread codesite-noreply
Issue 2142: Browser crashes when user selects Print http://code.google.com/p/chromium/issues/detail?id=2142 Comment #7 by [EMAIL PROTECTED]: Issue 2433 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

[chromium-bugs] Issue 2433 in chromium: Chrome crashes when printing on select Epson printers on Windows Vista

2008-11-15 Thread codesite-noreply
Issue 2433: Chrome crashes when printing on select Epson printers on Windows Vista http://code.google.com/p/chromium/issues/detail?id=2433 Comment #16 by [EMAIL PROTECTED]: (No comment was entered for this change.) Issue attribute updates: Mergedinto: 2142 -- You received this messa

[chromium-bugs] Issue 2142 in chromium: Browser crashes when user selects Print

2008-11-15 Thread codesite-noreply
Issue 2142: Browser crashes when user selects Print http://code.google.com/p/chromium/issues/detail?id=2142 Comment #6 by [EMAIL PROTECTED]: Issue 4471 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

[chromium-bugs] Issue 4471 in chromium: Chrome crashes when trying to print to Epson Photo R200

2008-11-15 Thread codesite-noreply
Issue 4471: Chrome crashes when trying to print to Epson Photo R200 http://code.google.com/p/chromium/issues/detail?id=4471 Comment #1 by [EMAIL PROTECTED]: (No comment was entered for this change.) Issue attribute updates: Status: Duplicate Mergedinto: 2142 -- You received th

[chromium-bugs] Issue 4472 in chromium: JComboBox doesn't work in an Applet

2008-11-15 Thread codesite-noreply
Issue 4472: JComboBox doesn't work in an Applet http://code.google.com/p/chromium/issues/detail?id=4472 Comment #1 by aleksander.naszko: Tested with Java Plug-in 1.6.0_10-rc. Using JRE version 1.6.0_10-rc Java HotSpot(TM) Client VM -- You received this message because you are listed in the ow

[chromium-bugs] Issue 4472 in chromium: JComboBox doesn't work in an Applet

2008-11-15 Thread codesite-noreply
Issue 4472: JComboBox doesn't work in an Applet http://code.google.com/p/chromium/issues/detail?id=4472 New issue report by aleksander.naszko: Chrome Version : 0.3.154.9 URLs (if applicable) : Other browsers tested: IE IE 7: OK What steps will reproduce the problem? 1. Create Jav

[chromium-bugs] Issue 2099 in chromium: chrome can't handle URLs with port

2008-11-15 Thread codesite-noreply
Issue 2099: chrome can't handle URLs with port http://code.google.com/p/chromium/issues/detail?id=2099 Comment #9 by [EMAIL PROTECTED]: I don't know what you might have running on your machine listening to port 70. However, there appears to be ample evidence that when Chromium is told to talk

[chromium-bugs] Issue 1450 in chromium: Behaves badly with Roundcube webmail interface

2008-11-15 Thread codesite-noreply
Issue 1450: Behaves badly with Roundcube webmail interface http://code.google.com/p/chromium/issues/detail?id=1450 Comment #5 by [EMAIL PROTECTED]: (No comment was entered for this change.) Issue attribute updates: Status: Fixed Labels: -Close20081201 -- You received this mess

[chromium-bugs] Issue 4471 in chromium: Chrome crashes when trying to print to Epson Photo R200

2008-11-15 Thread codesite-noreply
Issue 4471: Chrome crashes when trying to print to Epson Photo R200 http://code.google.com/p/chromium/issues/detail?id=4471 New issue report by agldrk: Chrome Version : 0.3.154.9 URLs (if applicable) : any Other browsers tested: Firefox Add OK or FAIL after other browsers where you have

[chromium-bugs] Issue 843 in chromium: Invalid Content-Type in GET request to follow a 302 redirect from a POST request

2008-11-15 Thread codesite-noreply
Issue 843: Invalid Content-Type in GET request to follow a 302 redirect from a POST request http://code.google.com/p/chromium/issues/detail?id=843 Comment #16 by [EMAIL PROTECTED]: committed in r5532. Issue attribute updates: Status: Fixed -- You received this message because you ar

[chromium-bugs] Issue 4460 in chromium: A broken download can't be re-downloaded properly

2008-11-15 Thread codesite-noreply
Issue 4460: A broken download can't be re-downloaded properly http://code.google.com/p/chromium/issues/detail?id=4460 Comment #2 by henri.koskenranta: Seems so, I tried searching all the issues related with downloads but couldn't find any matching my case :/ -- You received this message bec

[chromium-bugs] Issue 4458 in chromium: No right click menu on history page + scrollbar resets when some link is visited

2008-11-15 Thread codesite-noreply
Issue 4458: No right click menu on history page + scrollbar resets when some link is visited http://code.google.com/p/chromium/issues/detail?id=4458 Comment #3 by bksening: Update the summary to say: History scrollbar resets when link visited by Ctrl+Shift+Click -- You received this mes

[chromium-bugs] Issue 4458 in chromium: No right click menu on history page + scrollbar resets when some link is visited

2008-11-15 Thread codesite-noreply
Issue 4458: No right click menu on history page + scrollbar resets when some link is visited http://code.google.com/p/chromium/issues/detail?id=4458 Comment #2 by bksening: [Confirmed] for Chrome 0.4.154.18 (Official Build 5194). This is a big problem! In the repro steps, (3) should be Ctrl

[chromium-bugs] Issue 4460 in chromium: A broken download can't be re-downloaded properly

2008-11-15 Thread codesite-noreply
Issue 4460: A broken download can't be re-downloaded properly http://code.google.com/p/chromium/issues/detail?id=4460 Comment #1 by bksening: Duplicate of issue 2727 ? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issu

[chromium-bugs] Issue 4467 in chromium: Java

2008-11-15 Thread codesite-noreply
Issue 4467: Java http://code.google.com/p/chromium/issues/detail?id=4467 Comment #1 by bksening: Totally correct! Similar to issue 4144. The download page should point to: http://java.sun.com/javase/downloads/index.jsp -- You received this message because you are listed in the owner or

[chromium-bugs] Issue 4469 in chromium: CCleaner causes missing images due to lost cache files.

2008-11-15 Thread codesite-noreply
Issue 4469: CCleaner causes missing images due to lost cache files. http://code.google.com/p/chromium/issues/detail?id=4469 Comment #1 by bksening: I totally agree with that! If the cache file cannot be found for _any_ reason (whether CCleaner removed it or whatever), Chrome should handle this

[chromium-bugs] Issue 4470 in chromium: about:version is broken.

2008-11-15 Thread codesite-noreply
Issue 4470: about:version is broken. http://code.google.com/p/chromium/issues/detail?id=4470 New issue report by nolica.sacoz: Chrome Version : 0.3.155.0(Build 5532) URLs (if applicable) : chrome-resource://about/version What steps will reproduce the problem? 1. Launch chromium 2. Access "

[chromium-bugs] Issue 4469 in chromium: CCleaner causes missing images due to lost cache files.

2008-11-15 Thread codesite-noreply
Issue 4469: CCleaner causes missing images due to lost cache files. http://code.google.com/p/chromium/issues/detail?id=4469 New issue report by cjmweb: Chrome Version : 0.3.154.9 URLs (if applicable) : Most sites Other browsers tested: Add OK or FAIL after other browsers where you have t

[chromium-bugs] Issue 4468 in chromium: Crash upon detaching tab on Vista tablet

2008-11-15 Thread codesite-noreply
Issue 4468: Crash upon detaching tab on Vista tablet http://code.google.com/p/chromium/issues/detail?id=4468 New issue report by pieterkik: Chrome Version : 0.4.154.18> URLs (if applicable) : Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue:

[chromium-bugs] Issue 1450 in chromium: Behaves badly with Roundcube webmail interface

2008-11-15 Thread codesite-noreply
Issue 1450: Behaves badly with Roundcube webmail interface http://code.google.com/p/chromium/issues/detail?id=1450 Comment #4 by arussell: This works in the latest build. Thanks! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starre

[chromium-bugs] Issue 4467 in chromium: Java

2008-11-15 Thread codesite-noreply
Issue 4467: Java http://code.google.com/p/chromium/issues/detail?id=4467 New issue report by [EMAIL PROTECTED]: http://www.google.com/support/chrome/bin/answer.py?answer=95697&topic=14687 This page still gives this message: Many websites use the Java plug-in. Google Chrome requires Java version 6

[chromium-bugs] Issue 4466 in chromium: Wrong vertical splitter width on rsdn.ru

2008-11-15 Thread codesite-noreply
Issue 4466: Wrong vertical splitter width on rsdn.ru http://code.google.com/p/chromium/issues/detail?id=4466 New issue report by [EMAIL PROTECTED]: Chrome Version : 0.3.155.0 URLs (if applicable) : Other browsers tested: Yes Add OK or FAIL after other browsers where you have tested this

[chromium-bugs] Issue 4465 in chromium: Unable to play streaming Audio

2008-11-15 Thread codesite-noreply
Issue 4465: Unable to play streaming Audio http://code.google.com/p/chromium/issues/detail?id=4465 New issue report by yogyforu: Chrome Version : URLs (if applicable) : Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 3: OK F

[chromium-bugs] Issue 2224 in chromium: CSS System Colors not rendering correctly

2008-11-15 Thread codesite-noreply
Issue 2224: CSS System Colors not rendering correctly http://code.google.com/p/chromium/issues/detail?id=2224 Comment #2 by mint.mail: This is the same as bug 2893. It was reported here first but the other bug has more details. -- You received this message because you are listed in the owne

[chromium-bugs] Issue 2893 in chromium: CSS system colors are hard-coded and wrong

2008-11-15 Thread codesite-noreply
Issue 2893: CSS system colors are hard-coded and wrong http://code.google.com/p/chromium/issues/detail?id=2893 Comment #2 by mint.mail: The System Colors in Chrome seems to be based on the webkit definitions. I think that these colors blend well with the MAC color scheme. This may be the right

[chromium-bugs] Issue 4250 in chromium: flash player going fullscreen while page still loading...

2008-11-15 Thread codesite-noreply
Issue 4250: flash player going fullscreen while page still loading... http://code.google.com/p/chromium/issues/detail?id=4250 Comment #3 by jrezin: screenshot with the problem attached. Attachments: chrome-flash-fullscreen-loadingbug.png 138 KB -- You received this message because

[chromium-bugs] Issue 4464 in chromium: clicking dropbox crashes chrome

2008-11-15 Thread codesite-noreply
Issue 4464: clicking dropbox crashes chrome http://code.google.com/p/chromium/issues/detail?id=4464 New issue report by jrezin: -Chrome Version : 0.4.154.18 -URLs (if applicable) : http://code.google.com/p/chromium/issues/entry -Other browsers tested: Add OK or FAIL after other browsers

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

2008-11-15 Thread codesite-noreply
Issue 4454: Tab floats, then chrome crashes http://code.google.com/p/chromium/issues/detail?id=4454 Comment #2 by jrezin: just to be clear, this is actually two bugs... the one that interprets a single click as a click and drag making the tab start floating; and the other that crashes chrome

[chromium-bugs] Issue 2099 in chromium: chrome can't handle URLs with port

2008-11-15 Thread codesite-noreply
Issue 2099: chrome can't handle URLs with port http://code.google.com/p/chromium/issues/detail?id=2099 Comment #8 by clive386: http://localhost:70 works for me. Have also tried http://localhost:12345 which didn't work for me before and that works too. -- You received this message because yo

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

2008-11-15 Thread codesite-noreply
Issue 4454: Tab floats, then chrome crashes http://code.google.com/p/chromium/issues/detail?id=4454 Comment #1 by jrezin: This also happens to me. It's VERY common to click a tab and instead of chrome selecting it, it starts to float as if it was dragged... IF I leave the tab area and then go

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

2008-11-15 Thread codesite-noreply
Issue 84: RSS or Atom support needed http://code.google.com/p/chromium/issues/detail?id=84 Comment #56 by RicardoJorgeMacas: I mean, a simple "Subscribe" button that would automagically add an entry to the Google "new tab"/"home" page. I am looking for something like that for Internet Explore

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

2008-11-15 Thread codesite-noreply
Issue 84: RSS or Atom support needed http://code.google.com/p/chromium/issues/detail?id=84 Comment #55 by RicardoJorgeMacas: I was suggesting for Google to include a subscribe option that would display last news on the homepage. I would love to check last news directly on the homepage. --

[chromium-bugs] Issue 1081 in chromium: Some webpages are not loading

2008-11-15 Thread codesite-noreply
Issue 1081: Some webpages are not loading http://code.google.com/p/chromium/issues/detail?id=1081 Comment #4 by [EMAIL PROTECTED]: This page also opens in 0.3.154.9 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue.

[chromium-bugs] Issue 4163 in chromium: The Incognito Icon in Incognito mode

2008-11-15 Thread codesite-noreply
Issue 4163: The Incognito Icon in Incognito mode http://code.google.com/p/chromium/issues/detail?id=4163 Comment #4 by [EMAIL PROTECTED]: Fixed on my pc. -- 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 adj

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

2008-11-15 Thread codesite-noreply
Issue 4463: Feature Request: Customizable Themes http://code.google.com/p/chromium/issues/detail?id=4463 New issue report by [EMAIL PROTECTED]: I think Google Chrome should have an option to change themes in the browser with a few themes from Google. Issue attributes: Status: Unconfirme

[chromium-bugs] Issue 4462 in chromium: Feature Request: Incognito mode improvements

2008-11-15 Thread codesite-noreply
Issue 4462: Feature Request: Incognito mode improvements http://code.google.com/p/chromium/issues/detail?id=4462 New issue report by [EMAIL PROTECTED]: Incognito mode still leaves traces of information on a computer after use. For example - C:\Users\Owner\AppData\Local\Google\Chrome\User Data\Def

[chromium-bugs] Issue 4443 in chromium: The Direction Keys In Gmail Doesn't Behave As Expected

2008-11-15 Thread codesite-noreply
Issue 4443: The Direction Keys In Gmail Doesn't Behave As Expected http://code.google.com/p/chromium/issues/detail?id=4443 Comment #3 by AvitalRoyi: I think it's a bug in Chrome because the Signature is another and different Paragraph which means the button shouldn't change its direction unless t

[chromium-bugs] Issue 823 in chromium: Display issue, probably tables not handled correctly

2008-11-15 Thread codesite-noreply
Issue 823: Display issue, probably tables not handled correctly http://code.google.com/p/chromium/issues/detail?id=823 Comment #7 by detectingcommunity: I attached a reduced version of the page. How ever i think i located the problem. In the page there was a fix for an older version of internet e

[chromium-bugs] Issue 2269 in chromium: Cached files with expired max-age are not removed from the memory

2008-11-15 Thread codesite-noreply
Issue 2269: Cached files with expired max-age are not removed from the memory http://code.google.com/p/chromium/issues/detail?id=2269 Comment #4 by buryak.alexander: Sorry, but I don't have one available on the web. -- You received this message because you are listed in the owner or CC fiel

[chromium-bugs] Issue 4456 in chromium: The in-built dictionary has been reset?

2008-11-15 Thread codesite-noreply
Issue 4456: The in-built dictionary has been reset? http://code.google.com/p/chromium/issues/detail?id=4456 Comment #1 by outramn: Just to further elaborate, I just started up my computer today and then it all just started happening..? -- You received this message because you are listed in

[chromium-bugs] Issue 4461 in chromium: Broken Russian text encoding

2008-11-15 Thread codesite-noreply
Issue 4461: Broken Russian text encoding http://code.google.com/p/chromium/issues/detail?id=4461 New issue report by qwer1304: Chrome Version : 0.4.154.18 (Official Build 5194) URLs (if applicable) : http://www.echo.msk.ru/contributors/521883- echo/online#online Other browsers tested: Add

[chromium-bugs] Issue 4460 in chromium: A broken download can't be re-downloaded properly

2008-11-15 Thread codesite-noreply
Issue 4460: A broken download can't be re-downloaded properly http://code.google.com/p/chromium/issues/detail?id=4460 New issue report by henri.koskenranta: Chrome Version : 0.4.154.18 [new-http] URLs (if applicable) : just for example http://code.google.com/p/google- web-toolkit-incubator/