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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...
jam@chromium.org
2011-10-10
1
-4547
/
+0
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
1
-81
/
+167
*
Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...
yzshen@chromium.org
2011-10-09
1
-1
/
+1
*
Simplify embedder API around showing custom error pages so that the embedder ...
jam@chromium.org
2011-10-08
1
-2
/
+11
*
Add a content::RenderView API. I'll make RenderView use it in a future change...
jam@chromium.org
2011-10-08
1
-32
/
+20
*
Add command line switch for enabling threaded compositing
jamesr@chromium.org
2011-10-08
1
-0
/
+3
*
Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...
jam@chromium.org
2011-10-07
1
-7
/
+0
*
Turning the threaded compositor into a runtime option. This CL
vangelis@chromium.org
2011-10-07
1
-0
/
+4
*
Changes for cross domain prerenders to not cancel when there is a window.open...
shishir@chromium.org
2011-10-07
1
-4
/
+9
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...
jam@chromium.org
2011-10-07
1
-18
/
+11
*
Move kExtensionScheme from content to chrome
jochen@chromium.org
2011-10-07
1
-1
/
+1
*
Rename RenderThread to RenderThreadImpl
jam@chromium.org
2011-10-06
1
-24
/
+22
*
Create content::RenderThread interface and make code in chrome use that.
jam@chromium.org
2011-10-06
1
-3
/
+3
*
Hook into another code path that lets the renderer request a new tab to be cr...
jochen@chromium.org
2011-10-06
1
-7
/
+13
*
Refactor return message into webkit_glue (make include-friendly).
gbillock@chromium.org
2011-10-05
1
-10
/
+0
*
Add a second line of defense for receiving a bad message in the renderer.
creis@chromium.org
2011-10-04
1
-1
/
+9
*
Get rid of web_ui_bindings.h include from Chrome's ExternalHostBindings. The ...
jam@chromium.org
2011-10-04
1
-3
/
+1
*
Make V8ValueConverter be an interface and move it to content\public\renderer ...
jam@chromium.org
2011-10-04
1
-2
/
+3
*
Send IME events to windowless plug-ins (Chromium side)
hbono@chromium.org
2011-10-04
1
-0
/
+51
*
Move NavigationState to content\public\renderer and put it in the content nam...
jam@chromium.org
2011-10-04
1
-1
/
+2
*
Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...
jam@chromium.org
2011-10-03
1
-1
/
+2
*
Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...
jam@chromium.org
2011-10-03
1
-1
/
+2
*
Show keyboard when the focused editable field is touched inside the web conte...
mazda@chromium.org
2011-10-03
1
-0
/
+5
*
Start off the Content API by moving content::ContentRendererClient to content...
jam@chromium.org
2011-10-01
1
-1
/
+1
*
content: Move the final headers and residual traces of contrained windows
erg@chromium.org
2011-09-30
1
-1
/
+1
*
Rewrites renderer accessibility to not use WebAccessibilityCache.
dmazzoni@chromium.org
2011-09-29
1
-252
/
+11
*
DevTools: Use link doctor for failed provisional load when DevTools are opened.
vsevik@chromium.org
2011-09-23
1
-15
/
+4
*
Don't depend on the embedder creating a plugin. That way embedders can always...
jam@chromium.org
2011-09-23
1
-2
/
+7
*
net: Put more functions from escape.h into net namespace.
tfarina@chromium.org
2011-09-22
1
-3
/
+3
*
Mouse lock implementation, including the renderer side and the Windows versio...
yzshen@chromium.org
2011-09-22
1
-0
/
+15
*
Add routing id and notification type to accessibility logging.
dtseng@chromium.org
2011-09-21
1
-2
/
+4
*
Update Chrome to use new context notification APIs from WebKit.
aa@chromium.org
2011-09-21
1
-12
/
+12
*
Rename WebIntentData for backend storage to WebIntentServiceData.
gbillock@chromium.org
2011-09-21
1
-2
/
+6
*
Move sending of the following IPC messages out of Chrome\renderer.
ananta@chromium.org
2011-09-19
1
-6
/
+22
*
Add notification of virtual keyboard hide/show and change
varunjain@chromium.org
2011-09-16
1
-6
/
+4
*
Add messages/handlers for the invocation sequence. Copy from geolocation_disp...
gbillock@chromium.org
2011-09-16
1
-0
/
+11
*
Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate...
ananta@chromium.org
2011-09-13
1
-0
/
+4
*
Move TextInputClient from chrome to content.
avi@chromium.org
2011-09-12
1
-0
/
+4
*
Disable keyboard input in flash for touch ui
penghuang@chromium.org
2011-09-07
1
-0
/
+6
*
Get the rest of the chrome target to build (but not link) with USE_AURA.
ben@chromium.org
2011-09-06
1
-1
/
+2
*
Revert 99810 - Get the rest of the chrome target to build (but not link) with...
ben@chromium.org
2011-09-06
1
-2
/
+1
*
Get the rest of the chrome target to build (but not link) with USE_AURA.
ben@chromium.org
2011-09-06
1
-1
/
+2
*
Revert 98946 - New windows opened in javascript with target = "_blank" should
atwilson@chromium.org
2011-09-02
1
-0
/
+2
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-3
/
+4
*
Add PluginServiceFilter interface and ChromePluginServiceFilter.
bauerb@chromium.org
2011-09-02
1
-1
/
+1
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-4
/
+3
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-3
/
+4
*
Add a big grab bag of missing web accessibility
dmazzoni@chromium.org
2011-09-01
1
-17
/
+48
*
Moved the following IPC messages used by the chrome NPAPI plugin installer ou...
ananta@chromium.org
2011-08-31
1
-36
/
+0
[next]