Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Issue 6462022: It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ... (Closed)

Created:
9 years, 10 months ago by Ben Goodger (Google)
Modified:
9 years, 6 months ago
Reviewers:
sadrul, piman
CC:
chromium-reviews, nkostylev+cc_chromium.org, davemoore+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so invert everything. This fixes the painting bugs in the omnibox and bookmark bar, and probably countless other glitches in rendering. BUG=none TEST=omnibox popup should render properly TBR=sky Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74231

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -49 lines) Patch
M chrome/browser/automation/testing_automation_provider_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/frame/bubble_frame_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/eula_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/oobe_progress_bar.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/username_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/web_page_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/about_chrome_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/bookmark_editor_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bubble_border.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view_layout.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/info_bubble.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/list_background.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/notifications/balloon_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/options/cookies_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/options/exceptions_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/options/simple_content_exceptions_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/dragged_tab_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/side_tab_strip.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/task_manager_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +3 lines, -3 lines 1 comment Download
M views/controls/button/button_dropdown.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/checkbox.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/menu_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/label_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M views/controls/native/native_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/scroll_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/scrollbar/native_scroll_bar_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/scrollbar/native_scroll_bar_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/slider/slider.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/tabbed_pane/native_tabbed_pane_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M views/controls/textfield/textfield.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/mouse_watcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/root_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/window/dialog_client_view.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
sadrul
http://codereview.chromium.org/6462022/diff/1/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/6462022/diff/1/chrome/chrome_browser.gypi#newcode3934 chrome/chrome_browser.gypi:3934: '../views/views.gyp:*', Out of curiosity, are the changes in this ...
9 years, 10 months ago (2011-02-09 05:52:28 UTC) #1
Ben Goodger (Google)
Yes intentional. Chrome is a common sln for frontend developers and it was hard to ...
9 years, 10 months ago (2011-02-09 06:02:14 UTC) #2
piman
9 years, 10 months ago (2011-02-22 20:27:19 UTC) #3
On 2011/02/09 06:02:14, Ben Goodger wrote:
> Yes intentional. Chrome is a common sln for frontend developers and it was
> hard to find the views tests.

The impact on that is that building chromeos chrome now needs to build the views
unit tests, including its dependencies (e.g. gtest, gmock etc.) which increases
build time (linking them in debug takes long). Can we revert that part, at least
on linux ?

> 
> -Ben
> 
> On Tue, Feb 8, 2011 at 9:52 PM, <mailto:sadrul@chromium.org> wrote:
> 
> >
> > http://codereview.chromium.org/6462022/diff/1/chrome/chrome_browser.gypi
> > File chrome/chrome_browser.gypi (right):
> >
> >
> >
>
http://codereview.chromium.org/6462022/diff/1/chrome/chrome_browser.gypi#newc...
> > chrome/chrome_browser.gypi:3934: '../views/views.gyp:*',
> > Out of curiosity, are the changes in this file intentional?
> > views_unittests/views_examples probably shouldn't be dependencies for
> > chrome?
> >
> > http://codereview.chromium.org/6462022/
> >

Powered by Google App Engine
This is Rietveld 408576698