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

2008-12-16 Thread codesite-noreply
Comment #7 on issue 2186 by s...@chromium.org: Replace CRect/CPoint/CSize usage with gfx::Rect/Point/Size in ChromeViews http://code.google.com/p/chromium/issues/detail?id=2186 Changed gridlayout in 7076 to use gfx::Size instead of CSize (from m0). -- You received this message because you are

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

2008-12-15 Thread codesite-noreply
Comment #6 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 Alright last one for today, the view menu delegate cleanup. http://codereview.chromium.org/14601 -- You received this m

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

2008-12-15 Thread codesite-noreply
Comment #5 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 Here is another cleanup for the GridLayout class http://codereview.chromium.org/14450 -- You received this message bec

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

2008-12-06 Thread codesite-noreply
Comment #4 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 Another file been converted as well, http://codereview.chromium.org/13236 This one needed to convert coordinate pane to

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

2008-12-06 Thread codesite-noreply
Comment #3 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 I was browsing the code and found one place that I converted. http://codereview.chromium.org/13606 -- You received th

[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 src\chrome\views?

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

2008-09-12 Thread codesite-noreply
Issue 2186: Replace CRect/CPoint/CSize usage with gfx::Rect/Point/Size in ChromeViews http://code.google.com/p/chromium/issues/detail?id=2186 Comment #1 by [EMAIL PROTECTED]: (No comment was entered for this change.) Issue attribute updates: Status: Available -- You received this me

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

2008-09-12 Thread codesite-noreply
Issue 2186: Replace CRect/CPoint/CSize usage with gfx::Rect/Point/Size in ChromeViews http://code.google.com/p/chromium/issues/detail?id=2186 New issue report by [EMAIL PROTECTED]: We should stop using the Windows/WTL types CRect/CPoint/CSize within ChromeViews. They are only used because of hi