| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fixed problem with disappearing window controls for applications when maximizing / minimizing / maximizing BUG=151632 TEST=unit test to see that the locations of the controls are always at the right side of the screen Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158692 Review URL: https://chromiumcodereview.appspot.com/10986003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158751 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
cros: Fix crash in AppNonClientFrameViewAura::ControlView::ButtonPressed Restoring the window via a keyboard shortcut will result in the AppNonClientFrameViewAura being deleted but the widget with the restore/close buttons still visible. The widget's view will have an owner_ pointer to deleted memory, then dereference it if the buttons are clicked. Crash was introduced by the fix to crbug.com/147635 at crrev.com/156152 BUG=149938 TEST=added AppNonClientFrameViewAuraTest.SnapLeftClosesControls Review URL: https://chromiumcodereview.appspot.com/10961027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157918 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixed problem with disappearing window controls for applications when maximizing / minimizing / maximizing BUG=151632 TEST=unit test to see that the locations of the controls are always at the right side of the screen Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158692 Review URL: https://chromiumcodereview.appspot.com/10986003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158751 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Replace views::Event with ui::Event. http://crbug.com/125937 TBR=sky@chromium.org,jochen@chromium.org,sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151105 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Replace views::Event with ui::Event. http://crbug.com/125937 TBR=sky@chromium.org,jochen@chromium.org,sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151105 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
fix aura windows link error [14->1/15 ~0] LINK(DLL) initial\chrome.dll FAILED: d:\src\depot_tools\python_bin\python.exe gyp-win-tool link-wrapper environment.x86 link.exe /nologo /IMPLIB:initial\chrome.dll.lib /DLL /OUT:initial\chrome.dll /PDB:initial\chrome.dll.pdb @initial\chrome.dll.rsp && d:\src\depot_tools\python_bin\python.exe gyp-win-tool manifest-wrapper environment.x86 mt.exe -nologo -manifest ..\..\chrome\app\chrome.dll.manifest obj\chrome\chrome_main_dll.chrome.dll.intermediate.manifest -out:initial\chrome.dll.manifest browser_ui.opaque_browser_frame_view.obj : error LNK2019: unresolved external symbol "public: bool __thiscall BrowserFrame::ShouldLeaveOffsetNearTopBorder(void)" (?ShouldLeaveOffsetNearTopBorder@BrowserFrame@@QAE_NXZ) referenced in function "protected: int __thiscall OpaqueBrowserFrameView::NonClientTopBorderHeight(bool)const " (?NonClientTopBorderHeight@OpaqueBrowserFrameView@@IBEH_N@Z) initial\chrome.dll : fatal error LNK1120: 1 unresolved externals started here: https://chromiumcodereview.appspot.com/10919223/ TBR=ben@chromium.org BUG= Review URL: https://codereview.chromium.org/10911255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156324 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Ensure that the tabstrip is drawn at the top of the caption in Windows 8 metro mode if we are launched on a non touch layout. Metro chrome in this case should behave like maximized desktop chrome. BUG=140470 R=sky Review URL: https://chromiumcodereview.appspot.com/10919223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156143 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixed problem with disappearing window controls for applications when maximizing / minimizing / maximizing BUG=151632 TEST=unit test to see that the locations of the controls are always at the right side of the screen Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158692 Review URL: https://chromiumcodereview.appspot.com/10986003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158751 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
aura: Fix focus on web contents for popup windows On Aura when the BrowserView attempts to set focus during its setup it is blocked because this parent BrowserFrameAura isn't yet visible. This means the RenderWidgetHostViewAura doesn't gain focus, so JavaScript calls to element.focus() don't result in being able to type into a field. This was affecting chat apps that open popups for chat sessions. Fixed by calling BrowserView::RestoreFocus() when the browser's window becomes visible. BUG=144342 TEST=existing focus tests, sample pages in bug, manual exercise of focus in location bar and web page during window creation and show/hide during minimize/restore Review URL: https://chromiumcodereview.appspot.com/10908151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155791 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Ensure that windows belonging to a different profile show up when the corresponding user avatar is selected. BUG=141712 R=sky Review URL: https://chromiumcodereview.appspot.com/10916274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156434 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Ensure that windows belonging to a different profile show up when the corresponding user avatar is selected. BUG=141712 R=sky Review URL: https://chromiumcodereview.appspot.com/10916274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156434 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Refresh Guest session UI Removed guest icons and add guest label in tray BUG=145546 TEST=manual Review URL: https://codereview.chromium.org/10918215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156757 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixes missing 5 pixel inset for inactive tab theme background and theme background for new tab button in Ash. The theme background is correctly inset by 5 pixels. In frame_painter.cc Added GetThemeBackgroundXInset such that the x inset can be queried. BUG=137090 TEST=Inactive tab theme background lines up for "Kate Spades", "Quilt", and "Wooded Chrome Theme by Everplex" with theme background for toolbar. In particular, "Wooded Chrome Theme By Everplex" should behave the same way it does on Mac and Windows. So, the theme should NOT line up with the NTP image. Review URL: https://chromiumcodereview.appspot.com/10816004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150354 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
views: Rename win-aura flag to desktop-aura. BUG=149094 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/10909223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156713 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Panel refactor] Deprecate old panels. Deleted: - old panels tests - logic related to old BrowserWindow Panels - legacy API for old panels - "scaffolding" added to keep old panels functional during refactor BUG=127323 TEST=Tests for old panels removed. Review URL: https://chromiumcodereview.appspot.com/10908153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155930 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Panel refactor] Deprecate old panels. Deleted: - old panels tests - logic related to old BrowserWindow Panels - legacy API for old panels - "scaffolding" added to keep old panels functional during refactor BUG=127323 TEST=Tests for old panels removed. Review URL: https://chromiumcodereview.appspot.com/10908153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155930 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rid the world of the last of views::Event types: TouchEvent, GestureEvent, MouseWheelEvent, ScrollEvent and DropTargetEvent, in favor of ui::Event derivatives. http://crbug.com/125937 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151602 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rid the world of the last of views::Event types: TouchEvent, GestureEvent, MouseWheelEvent, ScrollEvent and DropTargetEvent, in favor of ui::Event derivatives. http://crbug.com/125937 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151602 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Hook up SetInstantPreviewHeight for ChromeOS. I tested this by specifying the fake instant page with --instant-url and adding some calls to setNonNativeDropdownHeight(). BUG= Review URL: https://chromiumcodereview.appspot.com/10915217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157670 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Hook up SetInstantPreviewHeight for ChromeOS. I tested this by specifying the fake instant page with --instant-url and adding some calls to setNonNativeDropdownHeight(). BUG= Review URL: https://chromiumcodereview.appspot.com/10915217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157670 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
browser: Remove fullscreen functions and have callers call FullscreenController directly. NOTE: This was a TODO for @koz. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10700071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145685 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Also hide incognito switcher when no regular window is available. BUG=142710 TEST=Make sure the incognito switcher is only shown when there are both incognito and normal windows available. Review URL: https://chromiumcodereview.appspot.com/10823414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153433 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Hook up SetInstantPreviewHeight for ChromeOS. I tested this by specifying the fake instant page with --instant-url and adding some calls to setNonNativeDropdownHeight(). BUG= Review URL: https://chromiumcodereview.appspot.com/10915217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157670 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Hook up SetInstantPreviewHeight for ChromeOS. I tested this by specifying the fake instant page with --instant-url and adding some calls to setNonNativeDropdownHeight(). BUG= Review URL: https://chromiumcodereview.appspot.com/10915217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157670 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Allow the Views Delegate to provide the native widget. This is necessary because we will need to construct a different NW depending on the world that owns the parent window. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/10913237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156660 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Allow the Views Delegate to provide the native widget. This is necessary because we will need to construct a different NW depending on the world that owns the parent window. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/10913237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156660 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Ensure that the tabstrip is drawn at the top of the caption in Windows 8 metro mode if we are launched on a non touch layout. Metro chrome in this case should behave like maximized desktop chrome. BUG=140470 R=sky Review URL: https://chromiumcodereview.appspot.com/10919223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156143 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change View::HitTest to View::HitTestRect This change makes HitTest more general by allowing hit tests on rects. Hit testing on a point can be done by calling View::HitTestPoint, which calls View::HitTestRect with a rect of width and height 1. Since gesture events can now store a bounding box to represent the area of the gesture rather than just a single point, this change is needed for the implementation of gesture target fuzzing in views (https://chromiumcodereview.appspot.com/10790019/). BUG=129794 Review URL: https://chromiumcodereview.appspot.com/10827198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150954 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Ensure that the tabstrip is drawn at the top of the caption in Windows 8 metro mode if we are launched on a non touch layout. Metro chrome in this case should behave like maximized desktop chrome. BUG=140470 R=sky Review URL: https://chromiumcodereview.appspot.com/10919223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156143 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Replace views::Event with ui::Event. http://crbug.com/125937 TBR=sky@chromium.org,jochen@chromium.org,sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151105 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixes missing 5 pixel inset for inactive tab theme background and theme background for new tab button in Ash. The theme background is correctly inset by 5 pixels. In frame_painter.cc Added GetThemeBackgroundXInset such that the x inset can be queried. BUG=137090 TEST=Inactive tab theme background lines up for "Kate Spades", "Quilt", and "Wooded Chrome Theme by Everplex" with theme background for toolbar. In particular, "Wooded Chrome Theme By Everplex" should behave the same way it does on Mac and Windows. So, the theme should NOT line up with the NTP image. Review URL: https://chromiumcodereview.appspot.com/10816004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150354 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixes missing 5 pixel inset for inactive tab theme background and theme background for new tab button in Ash. The theme background is correctly inset by 5 pixels. In frame_painter.cc Added GetThemeBackgroundXInset such that the x inset can be queried. BUG=137090 TEST=Inactive tab theme background lines up for "Kate Spades", "Quilt", and "Wooded Chrome Theme by Everplex" with theme background for toolbar. In particular, "Wooded Chrome Theme By Everplex" should behave the same way it does on Mac and Windows. So, the theme should NOT line up with the NTP image. Review URL: https://chromiumcodereview.appspot.com/10816004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150354 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
views: Extract SystemMenuModel from native_menu_win.*. This patch moves a model used by BrowserFrameWin near where it's really used, and into a place that looks more appropriated, which is to frame/ directory, near to system_menu_model_delegate.*. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9966007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130950 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moves command handling from Browser to a new object, BrowserCommandController. Notes: . BrowserCommandController now owns the CommandUpdater. . CommandHandler's ExecuteCommand API was massaged a little so that ExecuteCommand/IsCommandEnabled/SupportsCommand methods are always called on it, rather than the wrapping controller. . The creation of BCC was performed as a svn cp so that history for the various Exec methods could be easily carried forward. . Various "CanFoo" methods were extracted from the UpdateFooState() methods and moved to CanFoo(const Browser* browser) in browser_commands. http://crbug.com/133576 TEST=none Review URL: https://chromiumcodereview.appspot.com/10677009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144597 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 14 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 |