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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defer scroll offset change notification to browser
skyostil@chromium.org
2014-08-15
1
-4
/
+9
*
Defect 248426: Speak rendered text when no selection is made on Mac.
a.sarkar.arun@gmail.com
2014-08-15
1
-0
/
+16
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
1
-4
/
+2
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
1
-2
/
+4
*
Stop using the needsSiteSpecificQuirks setting
philipj@opera.com
2014-08-13
1
-1
/
+0
*
GN: Make content_shell and webkit_unit_tests work in component build
jamesr@chromium.org
2014-08-12
1
-1
/
+1
*
Simplify android_webview wrap_contents mode.
mkosiba@chromium.org
2014-08-12
1
-0
/
+1
*
Implement --v8-cache-options (instead of --enable-preparsed-js-caching)
vogelheim@chromium.org
2014-08-12
1
-0
/
+3
*
[Android WebView] API to enable fullscreen.
igsolla@chromium.org
2014-08-11
1
-0
/
+1
*
Fix MPArch.RWH_TabSwitchPaintDuration
jbauman@chromium.org
2014-08-09
1
-2
/
+3
*
Start using RenderFrameProxyHost objects.
nick@chromium.org
2014-08-07
1
-18
/
+46
*
Remove call to setAcceleratedCompositingForCanvasEnabled.
danakj@chromium.org
2014-08-07
1
-4
/
+0
*
Stop setting AcceleratedCompositingForVideoEnabled in LayoutTests.
danakj@chromium.org
2014-08-06
1
-5
/
+0
*
Revert of Start using RenderFrameProxyHost objects. (https://codereview.chrom...
robliao@chromium.org
2014-08-05
1
-46
/
+18
*
Start using RenderFrameProxyHost objects.
nick@chromium.org
2014-08-05
1
-18
/
+46
*
[DevTools] Force page redraw when enabling screencast.
dgozman@chromium.org
2014-08-05
1
-3
/
+5
*
Use expanded heuristics for GPU rasterization on future OS versions
ajuma@chromium.org
2014-08-01
1
-7
/
+2
*
web autofill: Make taps in textfields activate the autofill popup.
estade@chromium.org
2014-07-30
1
-1
/
+15
*
Touch emulation: issue context menu request for right-click.
dgozman@chromium.org
2014-07-29
1
-3
/
+6
*
Propagate disallow_fullscreen_for_non_media_elements to renderer.
igsolla@chromium.org
2014-07-29
1
-0
/
+2
*
Migrate accessibility from RenderView to RenderFrame and RVH to RFH.
dmazzoni@chromium.org
2014-07-26
1
-38
/
+13
*
Turn webspeech on/off when tab goes fore/background
qinmin@chromium.org
2014-07-24
1
-0
/
+2
*
Revert of Turn webspeech on/off when tab goes fore/background (https://codere...
johnme@chromium.org
2014-07-24
1
-1
/
+0
*
Turn webspeech off when tab goes background
qinmin@chromium.org
2014-07-23
1
-0
/
+1
*
Remove flag to disable cc touch hit testing.
zeeshanq@chromium.org
2014-07-23
1
-1
/
+0
*
Move weburlresponse_extradata_impl.* from webkit/ to content/.
tfarina@chromium.org
2014-07-23
1
-2
/
+0
*
Deliver IPC messages together with SwapCompositorFrame
mkosiba@chromium.org
2014-07-22
1
-7
/
+0
*
Don't set accelerated compositing to true in WebView. It's already defaulted ...
chrishtr@chromium.org
2014-07-22
1
-3
/
+0
*
Revert 284065 "Revert of Revert of Migrate accessibility from Re..."
bruening@google.com
2014-07-21
1
-13
/
+38
*
Add a content API for postMessage.
sgurun@chromium.org
2014-07-19
1
-1
/
+18
*
Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht...
mkwst@chromium.org
2014-07-18
1
-38
/
+13
*
Revert of Migrate accessibility from RenderView to RenderFrame. (https://code...
mkwst@chromium.org
2014-07-18
1
-13
/
+38
*
Migrate accessibility from RenderView to RenderFrame and RVH to RFH.
dmazzoni@chromium.org
2014-07-18
1
-38
/
+13
*
Changes to RenderFrameProxy:
nick@chromium.org
2014-07-18
1
-3
/
+2
*
Trace RenderViewImpl::OnResize
miletus@chromium.org
2014-07-18
1
-0
/
+1
*
[Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderF...
miu@chromium.org
2014-07-17
1
-7
/
+0
*
Removed gesture tap highlight flags.
mustaq@chromium.org
2014-07-17
1
-3
/
+0
*
Revert 283572 "Changes to RenderFrameProxy:"
viettrungluu@chromium.org
2014-07-17
1
-2
/
+3
*
Changes to RenderFrameProxy:
nick@chromium.org
2014-07-16
1
-3
/
+2
*
Complete unregisterProtocolHandler() implementation.
sanjoy.pal@samsung.com
2014-07-14
1
-0
/
+14
*
Remove RenderViewObserver::ZoomLevelChanged.
wjmaclean@chromium.org
2014-07-11
1
-2
/
+0
*
Remove RenderView::GetPageId.
avi@chromium.org
2014-07-11
1
-4
/
+0
*
Move webpreferences.* from webkit/ to content/
tfarina@chromium.org
2014-07-09
1
-1
/
+316
*
Fixes for re-enabling more MSVC level 4 warnings: content/renderer/ edition
pkasting@chromium.org
2014-07-08
1
-1
/
+1
*
Disable screen metrics emulator before closing render widget.
dgozman@chromium.org
2014-07-03
1
-1
/
+1
*
Screen emulation: adjust validation message position.
dgozman@chromium.org
2014-07-02
1
-3
/
+4
*
Push API: move dispatcher to RenderFrame
mvanouwerkerk@chromium.org
2014-07-02
1
-5
/
+3
*
Move MockScreenOrientationController to content/shell/renderer/test_runner/
ch.dumez@samsung.com
2014-06-27
1
-30
/
+0
*
Changed IME messages from View to Input.
bcwhite@chromium.org
2014-06-23
1
-1
/
+1
*
DevTools: Fix for Page.captureScreenshot
vkuzkokov@chromium.org
2014-06-23
1
-0
/
+14
[next]