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
/
content
/
browser
/
renderer_host
/
render_widget_host_view_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite include paths for Blink public/ headers that have moved
philipj@opera.com
2013-11-14
1
-1
/
+1
*
Warm up the GPU when the user touches the screen
skyostil@chromium.org
2013-11-08
1
-0
/
+4
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-8
/
+8
*
Get rid of is_hidden booleans in RenderWidgetHostView platform implementation...
jam@chromium.org
2013-10-21
1
-11
/
+4
*
Set is_hidden bit for background navigations
jamesr@chromium.org
2013-10-18
1
-3
/
+1
*
[GTK] Embed Flash fullscreen widget within browser window, plus HTML5 fullscr...
miu@chromium.org
2013-10-15
1
-0
/
+10
*
Move surface resize platform code from GpuProcessHostUIShim to RenderWidgetHo...
sl.ostapenko@samsung.com
2013-10-15
1
-0
/
+10
*
Fix race conditions in window snapshot code.
kbr@chromium.org
2013-10-15
1
-2
/
+2
*
bookmarks: Remove Mac specific function from BookmarkNodeData.
tfarina@chromium.org
2013-10-12
1
-2
/
+2
*
Report LatencyInfo through trace buffer
miletus@chromium.org
2013-10-11
1
-1
/
+2
*
Revert 227058 "Move surface resize platform code from GpuProcess..."
enne@chromium.org
2013-10-04
1
-10
/
+0
*
Move surface resize platform code from GpuProcessHostUIShim to RenderWidgetHo...
sl.ostapenko@samsung.com
2013-10-04
1
-0
/
+10
*
Make the RenderViewHostImpl update its visibility after a swap, and bring
zturner@chromium.org
2013-09-23
1
-2
/
+5
*
Import GTK WebInputEvent factory to content
garykac@chromium.org
2013-09-17
1
-17
/
+12
*
Move gtk and gdk compatibility headers from ui/base/gtk to ui/gfx
davemoore@chromium.org
2013-09-11
1
-1
/
+1
*
Move text_elider to gfx.
ben@chromium.org
2013-09-09
1
-2
/
+2
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
1
-1
/
+1
*
Use Blink accessibility enums in Chromium
dmazzoni@chromium.org
2013-09-04
1
-3
/
+3
*
reorder RenderWidgetHostViewPort::TextInputTypeChanged argument
yoichio@chromium.org
2013-09-04
1
-2
/
+2
*
Initialize RenderWidget(Host)(View)s with correct visibility state
jamesr@chromium.org
2013-08-20
1
-0
/
+2
*
Adding an accessibility tree formatter and a couple more role mappings for GT...
aboxhall@chromium.org
2013-07-23
1
-6
/
+6
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
1
-2
/
+2
*
Use a direct include of the message_loop header in content/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Add new parameter ui::TextInputMode to ViewHostMsg_TextInputTypeChanged IPC m...
yoichio@chromium.org
2013-07-11
1
-2
/
+4
*
Rename RenderViewGone IPC/methods to better reflect reality.
nasko@chromium.org
2013-07-10
1
-2
/
+2
*
ifdef CompositionBounds related calls on to OSes that use it.
aurimas@chromium.org
2013-07-09
1
-5
/
+0
*
Use a direct include of time headers in content/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Inline x11/WebScreenInfoFactory into only callsite
jamesr@chromium.org
2013-06-18
1
-1
/
+0
*
Split TextInputStateChanged IPC into two IPCs
aurimas@chromium.org
2013-06-18
1
-3
/
+3
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-4
/
+4
*
Use a direct include of strings headers in content/browser/, part 2.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Support plumbing LatencyInfo through the old software path.
jbauman@chromium.org
2013-06-08
1
-1
/
+6
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p...
vasilii@chromium.org
2013-06-02
1
-4
/
+1
*
Fix include path for webcursor_gtk_data.h which was moved to webkit/common/cu...
ananta@chromium.org
2013-05-31
1
-1
/
+1
*
Add latency info to input events sent to RenderWidget.
jbauman@chromium.org
2013-05-10
1
-6
/
+8
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-1
/
+1
*
Add a new pair of IPC categories for messages that need handling as input events
jamesr@chromium.org
2013-04-27
1
-6
/
+3
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-2
/
+2
*
Fix incorrect values for MPArch.RWH_TabSwitchPaintDuration. If tab is hidden ...
simonhatch@chromium.org
2013-04-01
1
-0
/
+2
*
Add RenderWidgetHost::GetSnapshotFromRenderer method to content/ interface fo...
justinlin@chromium.org
2013-03-23
1
-41
/
+3
*
Change RenderWidgetHostViewGtk::HasFocus() to check global focus instead of t...
mthiesse@chromium.org
2013-03-18
1
-1
/
+1
*
Connect RenderWidgetHostViewAura to BrowserAccessibilityManager.
dmazzoni@chromium.org
2013-03-15
1
-4
/
+5
*
Send fewer accessibility tree nodes from renderer to browser.
dmazzoni@chromium.org
2013-03-07
1
-0
/
+9
*
Remove platform-specific methods in RenderWidgetHostViewPort and RenderWidget...
jam@chromium.org
2013-02-21
1
-12
/
+28
*
Make texture transport surface creation explicit.
alexst@chromium.org
2013-02-20
1
-1
/
+1
*
Make all the methods in RenderWidgetHostViewPort pure virtual. There were a f...
jam@chromium.org
2013-02-19
1
-0
/
+11
*
Part I: clear primary and selection clipboards if data came from content area.
vasilii@chromium.org
2013-02-18
1
-4
/
+9
*
Tab Capture: Backing store readbacks to YV12 VideoFrames.
nick@chromium.org
2013-02-11
1
-0
/
+12
*
Move utf_offset_string_conversions and utf_string_conversion_utils to strings.
brettw@chromium.org
2013-02-07
1
-2
/
+2
[next]