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
/
renderer
/
render_view_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split TextInputStateChanged IPC into two IPCs
aurimas@chromium.org
2013-06-18
1
-1
/
+1
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-13
/
+13
*
Allows fullscreen to be triggered with the key events used for scrolling.
jinsukkim@chromium.org
2013-06-14
1
-0
/
+7
*
Eliminate SwapOut message parameters, keeping state in RVHM instead.
creis@chromium.org
2013-06-14
1
-2
/
+1
*
Pass accept-languages settings to renderer
ksakamoto@chromium.org
2013-06-12
1
-0
/
+1
*
Allow showing pending URL for new tab navigations, but only if safe.
creis@chromium.org
2013-06-03
1
-0
/
+1
*
Create RenderFrame/RenderFrameHost for the main frame of a page.
nasko@chromium.org
2013-05-31
1
-0
/
+5
*
reland of 'split webkit/glue/webpreferences to common and renderer'
scottmg@chromium.org
2013-05-31
1
-1
/
+1
*
Revert 203261 "split webkit/glue/webpreferences to common and re..."
isherman@chromium.org
2013-05-30
1
-2
/
+1
*
split webkit/glue/webpreferences to common and renderer
scottmg@chromium.org
2013-05-30
1
-1
/
+2
*
Move webkit/media/ into webkit/renderer/media
jamesr@chromium.org
2013-05-30
1
-1
/
+1
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
1
-2
/
+2
*
Collect tab timing information for use in telementry-based startup tests
jeremy@chromium.org
2013-05-29
1
-2
/
+16
*
Fix race between DPI and window size
ccameron@chromium.org
2013-05-29
1
-5
/
+1
*
Revert 202620 "Collect tab timing information for use in telemen..."
rtenneti@chromium.org
2013-05-28
1
-16
/
+2
*
Collect tab timing information for use in telementry-based startup tests
jeremy@chromium.org
2013-05-28
1
-2
/
+16
*
[content shell] implement auto resize related WebTestDelegate interfaces
jochen@chromium.org
2013-05-22
1
-0
/
+5
*
Hide location bar on Javascript-initiated scroll.
mvanouwerkerk@chromium.org
2013-05-21
1
-0
/
+5
*
Move resource fetchers to renderer-specific location
jamesr@chromium.org
2013-05-14
1
-7
/
+3
*
Add a is_reload boolean parameter to RenderViewImpl::runModalBeforeUnloadDialog
japhet@chromium.org
2013-05-10
1
-0
/
+4
*
Make sure webview uses embedder display DPI.
alexst@chromium.org
2013-05-01
1
-1
/
+1
*
Move WebPreferences to root namespace
gman@chromium.org
2013-05-01
1
-7
/
+6
*
Rename MediaPlayerBridgeManager to MediaPlayerManager
qinmin@chromium.org
2013-05-01
1
-5
/
+0
*
Change decidePolicyForNavigation() to takea WebDataSource::ExtraData
japhet@chromium.org
2013-04-29
1
-1
/
+8
*
Add a new pair of IPC categories for messages that need handling as input events
jamesr@chromium.org
2013-04-27
1
-20
/
+21
*
RenderView: When loading an alternate error page fails,
mmenke@chromium.org
2013-04-27
1
-0
/
+1
*
Add a WebDataSource parameter to WebFrameClient::decidePolicyForNavigation().
japhet@chromium.org
2013-04-24
1
-1
/
+1
*
Revert 195553 "Allow showing pending URL for new tab navigations..."
creis@chromium.org
2013-04-24
1
-1
/
+0
*
Reland r195688 which was reverted due to build break.
varunjain@chromium.org
2013-04-23
1
-0
/
+1
*
Revert 195688 "Enable touch based selection and editing for webp..."
jam@chromium.org
2013-04-23
1
-1
/
+0
*
Enable touch based selection and editing for webpages behind a flag.
varunjain@chromium.org
2013-04-23
1
-0
/
+1
*
Removing old style frame tree updates.
nasko@chromium.org
2013-04-23
1
-54
/
+0
*
Allow showing pending URL for new tab navigations, but only if safe.
creis@chromium.org
2013-04-22
1
-0
/
+1
*
Remove WebNode parameter from decidePolicyForNavigation
jamesr@chromium.org
2013-04-19
1
-0
/
+7
*
Fixing RenderViewImpl constructor initializers ordering.
nasko@chromium.org
2013-04-19
1
-12
/
+14
*
Consolidate UpdateFrameInfo and SwapCompositorFrame.
sievers@chromium.org
2013-04-17
1
-3
/
+0
*
Switch to use do not track bindings in blink
jochen@chromium.org
2013-04-12
1
-4
/
+1
*
Simplify cross-process navigation start.
simonjam@chromium.org
2013-04-11
1
-2
/
+0
*
Wires through a message once the page has painted something
sky@chromium.org
2013-04-01
1
-2
/
+0
*
Enable touch events in RenderWidget
keishi@chromium.org
2013-03-29
1
-1
/
+0
*
Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper.
dimich@chromium.org
2013-03-29
1
-3
/
+8
*
Revert 191277 "Allow showing pending URL for new tab navigations..."
rsleevi@chromium.org
2013-03-29
1
-1
/
+0
*
Allow showing pending URL for new tab navigations, but only if safe.
creis@chromium.org
2013-03-29
1
-0
/
+1
*
Enable hiding/showing top controls persistently
dtrainor@chromium.org
2013-03-28
1
-1
/
+3
*
Expose a concept of bottom overdraw amount for cc drawing viewport.
tedchoc@chromium.org
2013-03-24
1
-0
/
+1
*
Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-20
1
-8
/
+0
*
Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-19
1
-0
/
+8
*
Removed support for Core Animation plugins when accelerated compositing is di...
kbr@chromium.org
2013-03-19
1
-25
/
+0
*
Add support for programmatically resizing the compositor when changing the de...
jochen@chromium.org
2013-03-18
1
-0
/
+3
*
Remove editing overrides that are no longer in WebViewClient.
tony@chromium.org
2013-03-18
1
-2
/
+0
[next]