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
/
chrome
/
browser
/
renderer_host
/
render_widget_host_view_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug where not all autocomplete entries were being shown when
tony@chromium.org
2009-12-01
1
-6
/
+6
*
GTK: Don't send double/triple click events to renderer.
estade@chromium.org
2009-11-24
1
-0
/
+2
*
Assorted cleanup.
estade@chromium.org
2009-11-23
1
-1
/
+2
*
Fix bug where crossing events (mouse enter, mouse leave) were being sent
estade@chromium.org
2009-11-12
1
-2
/
+16
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-1
/
+1
*
Add a RWH_TabSwitchPaintDuration histogram.
chase@chromium.org
2009-11-12
1
-0
/
+11
*
Revert "Add a RWH_TabSwitchPaintDuration histogram."
chase@chromium.org
2009-11-11
1
-11
/
+0
*
Add a RWH_TabSwitchPaintDuration histogram.
chase@chromium.org
2009-11-11
1
-0
/
+11
*
Reverting 31632 - looks like it broke some tests.
dpranke@google.com
2009-11-11
1
-11
/
+0
*
Add a RWH_TabSwitchPaintDuration histogram.
chase@chromium.org
2009-11-11
1
-0
/
+11
*
Tell the RWH about the intial window size for drop down menus.
tony@chromium.org
2009-11-05
1
-2
/
+4
*
Only send renderer resize messages for RWHV sizing caused by
tony@chromium.org
2009-11-04
1
-12
/
+5
*
Re-landing of r30726, which was reverted as a possible cause of chromeos buil...
estade@chromium.org
2009-11-02
1
-1
/
+17
*
Revert "Handle GTK enter and leave notification events and pass them to WebKi...
rafaelw@chromium.org
2009-11-02
1
-17
/
+1
*
Handle GTK enter and leave notification events and pass them to WebKit as
estade@chromium.org
2009-11-02
1
-1
/
+17
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Don't send tab switching/killing/creating keyboard accelerators to pages. Th...
jam@chromium.org
2009-10-02
1
-0
/
+6
*
Allow the initial size of TabContentViews to be based on the
tony@chromium.org
2009-09-25
1
-0
/
+1
*
Calculate whiteout duration on linux (the time we draw green
tony@chromium.org
2009-09-25
1
-0
/
+11
*
Size the render widget host view when the browser tries to set it to a partic...
tony@chromium.org
2009-09-18
1
-15
/
+17
*
linux: add names to some widgets for parasite's benefit
evan@chromium.org
2009-09-17
1
-0
/
+1
*
This CL makes the focus remembered across tab switches for Chrome Linux with ...
jcampan@chromium.org
2009-09-14
1
-1
/
+1
*
GTK: Cache our GdkCursor objects, since building them hits the disk.
erg@google.com
2009-09-12
1
-1
/
+2
*
Supports Gtk keyboard themes.
suzhe@chromium.org
2009-09-10
1
-0
/
+15
*
Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...
japhet@chromium.org
2009-09-08
1
-16
/
+0
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-3
/
+3
*
Draw background of Linux extension toolstrips.
phajdan.jr@chromium.org
2009-08-27
1
-0
/
+5
*
Fix issue 19081: Linux: Not able to switch input method correctly in web page...
suzhe@chromium.org
2009-08-26
1
-3
/
+4
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
1
-24
/
+5
*
Remove include of IPC headers from headers they crept into. This slows down ...
jam@chromium.org
2009-08-20
1
-2
/
+5
*
Cleanup GtkIMContext related code by splitting it into separated source file.
suzhe@chromium.org
2009-08-11
1
-565
/
+5
*
GTK: render view: grab focus *before* forwarding mouse event to renderer.
estade@chromium.org
2009-07-30
1
-3
/
+4
*
Make GTK file dialog box modal for parent window, instead of for the entire
estade@chromium.org
2009-07-21
1
-1
/
+6
*
This change list improves IME support on Linux. Many corner cases that were not
estade@chromium.org
2009-07-21
1
-154
/
+585
*
remove accidentally committed debugging spew
estade@chromium.org
2009-07-17
1
-1
/
+0
*
GTK: Add some missing hotkeys.
estade@chromium.org
2009-07-17
1
-2
/
+16
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-2
/
+2
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-2
/
+2
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
1
-2
/
+2
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-15
1
-2
/
+23
*
Reverting 20683.
jorlow@chromium.org
2009-07-14
1
-23
/
+2
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-14
1
-2
/
+23
*
GTK: For the render view, count keyboard grab shadows the same as focus events.
estade@chromium.org
2009-07-13
1
-0
/
+18
*
A quick fix for Issue 15971.
hbono@chromium.org
2009-07-10
1
-3
/
+4
*
Always let other handlers run for render area mouse clicks.
estade@chromium.org
2009-07-09
1
-1
/
+3
*
Remove dead code in RWHV Gtk.
estade@chromium.org
2009-07-09
1
-10
/
+0
*
Linux: For mouse button clicks, only send buttons 1, 2, 3 to the renderer.
estade@chromium.org
2009-07-09
1
-1
/
+4
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
1
-5
/
+17
*
Only force-abort popup render views on mousedown.
estade@chromium.org
2009-07-07
1
-6
/
+6
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
1
-17
/
+5
[next]