index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes bug where on views/gtk we send an exit before every press. We're
sky@chromium.org
2010-02-19
1
-13
/
+25
*
Move compact navigation bar('s entry view) to main menu.
oshima@chromium.org
2010-02-11
1
-4
/
+18
*
CL implementing focus-dismissal of the chrome.experimental.popup set of exten...
twiz@chromium.org
2010-02-10
5
-2
/
+49
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-24
/
+24
*
MoveAbove/SetAlwaysOnTop implementation for WidgetGtk
oshima@chromium.org
2010-01-27
1
-2
/
+8
*
Makes WidgetGtk::GetBounds work if the widget_ is NULL (CloseNow has
sky@chromium.org
2010-01-11
1
-1
/
+5
*
Fixes bug in WidgetGtk. WidgetGtk::GetBounds can end up crashing. I
sky@chromium.org
2010-01-08
1
-1
/
+6
*
Raise the window when showing the widget.
oshima@chromium.org
2010-01-07
1
-1
/
+4
*
Fixes two related focus bugs on views/gtk:
sky@chromium.org
2010-01-07
2
-3
/
+32
*
Addded notification when ancestor gets changed. So windows that lack focus ma...
georgey@chromium.org
2010-01-07
5
-0
/
+83
*
Fixes bug where recreating fixed in NativeViewHostGtk causes focus to
sky@chromium.org
2010-01-06
1
-2
/
+7
*
Fix crash/leak issue in native_view_host_gtk.cc.
oshima@chromium.org
2009-12-23
1
-1
/
+4
*
Change chromeos build to use views
oshima@chromium.org
2009-12-22
1
-3
/
+0
*
Fixes two related bugs:
sky@chromium.org
2009-12-15
3
-5
/
+135
*
A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...
twiz@google.com
2009-12-10
1
-1
/
+3
*
Refactor the menu model to live outside views/ so it can be shared
pinkerton@chromium.org
2009-12-04
5
-6
/
+9
*
widget_gtk: Alphabetize CallXXX() functions.
tony@chromium.org
2009-12-03
2
-114
/
+125
*
Lands http://codereview.chromium.org/449003/show for Thiago:
sky@chromium.org
2009-12-01
2
-4
/
+5
*
Fixes bug in views/gtk tooltips. Gtk wraps text in labels at
sky@chromium.org
2009-12-01
3
-14
/
+40
*
Fixes bug that could lead to mouse motion events percolating up to
sky@chromium.org
2009-11-30
1
-1
/
+1
*
Make SystemMonitor not a Singleton and move it out of base
phajdan.jr@chromium.org
2009-11-26
2
-2
/
+2
*
Fixes crash in tooltips. I was freeing a PangoFontDescription that I
sky@chromium.org
2009-11-25
2
-11
/
+6
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-2
/
+2
*
Fixes two issues from valgrind, and some cleanup:
sky@chromium.org
2009-11-20
1
-3
/
+8
*
Fix race conditions where an object's constructor uses PostTask on itself. T...
jam@chromium.org
2009-11-17
2
-4
/
+9
*
Reverting 31646.
pkasting@chromium.org
2009-11-11
2
-16
/
+13
*
Try to make widgets clean up after themselves a bit better:
pkasting@chromium.org
2009-11-11
2
-13
/
+16
*
Adding a couple of missing parts for extensios on linux/views.
oshima@chromium.org
2009-11-11
1
-2
/
+3
*
Clean up function ordering in WidgetGtk.
ben@chromium.org
2009-11-09
3
-239
/
+235
*
Fix toolkit_views build
ben@chromium.org
2009-11-08
2
-6
/
+7
*
blind fix for toolkit_views
ben@chromium.org
2009-11-07
3
-4
/
+3
*
Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...
ben@chromium.org
2009-11-07
5
-68
/
+152
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-0
/
+4
*
Attempt 2 at:
sky@chromium.org
2009-11-04
5
-9
/
+7
*
Revert 30903 - Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
5
-7
/
+9
*
Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
5
-9
/
+7
*
Fix tab and button tooltips being truncated with ellipsis.
simonrad@chromium.org
2009-10-30
1
-2
/
+4
*
Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass on
sky@chromium.org
2009-10-28
4
-30
/
+65
*
Refactor widget methods to support desktop notifications, including GTK stubs.
johnnyg@chromium.org
2009-10-26
5
-12
/
+68
*
Make sure the RootView is sized to the correct bounds when the opaque frame i...
ben@chromium.org
2009-10-23
2
-19
/
+20
*
Enable System Context Menu for linux views.
oshima@chromium.org
2009-10-22
2
-22
/
+25
*
Implement dragging icon for dragging bookmarks in views/gtk.
skrul@google.com
2009-10-21
1
-4
/
+17
*
First fix to minimize copying of image data.
erg@google.com
2009-10-19
1
-3
/
+1
*
In some cases, a WidgetWin can get activated/deactivated
jcampan@chromium.org
2009-10-16
1
-0
/
+3
*
Fix a whole category of frame switching bugs relating to the window z-order b...
ben@chromium.org
2009-10-15
2
-9
/
+17
*
Fixes bug in toolkit_views. We shouldn't set the theme provider for
sky@chromium.org
2009-10-13
1
-1
/
+2
*
Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...
sky@chromium.org
2009-10-13
2
-0
/
+16
*
Make the ThemeProvider methods const.
pkasting@chromium.org
2009-10-13
2
-8
/
+8
*
WidgetWin was an accelerator target, it does not need to.
jcampan@chromium.org
2009-10-13
2
-16
/
+6
*
Misc. cleanup for theme provider code, including:
pkasting@chromium.org
2009-10-13
2
-18
/
+9
[next]