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
/
renderer
/
chrome_render_view_observer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...
jam@chromium.org
2011-10-03
1
-1
/
+1
*
Show keyboard when the focused editable field is touched inside the web conte...
mazda@chromium.org
2011-10-03
1
-0
/
+31
*
Start off the Content API by moving content::ContentRendererClient to content...
jam@chromium.org
2011-10-01
1
-1
/
+1
*
Allow webRequest API extensions to clear the in-memory cache of WebKit.
battre@chromium.org
2011-09-29
1
-1
/
+8
*
ui/gfx: Refactor favicon_size.h
tfarina@chromium.org
2011-09-26
1
-1
/
+2
*
Update WebPermissionClient implementation to support image URLs
jochen@chromium.org
2011-09-19
1
-3
/
+4
*
Don't thumbnail prerendered tabs
jamesr@chromium.org
2011-09-15
1
-0
/
+4
*
Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate...
ananta@chromium.org
2011-09-13
1
-6
/
+4
*
Move the ViewMsg_FPS and ViewHostMsg_FPS IPC messages out of content to chrom...
ananta@chromium.org
2011-09-08
1
-0
/
+7
*
Revert r99696 and r99705 due to crashes.
aa@chromium.org
2011-09-08
1
-4
/
+4
*
Implements frame sniffer to watch iframe loading state.
altimofeev@chromium.org
2011-09-06
1
-1
/
+9
*
Rename ExtensionDispatcher to ExtensionRendererContext because:
aa@chromium.org
2011-09-06
1
-4
/
+4
*
don't include vertical scrollbars in thumbnails
estade@chromium.org
2011-09-01
1
-5
/
+7
*
Make sure to re-index the page after a redirect.
bryner@chromium.org
2011-08-31
1
-4
/
+31
*
Moved the handling of the IPC message ViewMsg_EnableViewSourceMode to content...
ananta@chromium.org
2011-08-22
1
-10
/
+0
*
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...
ananta@chromium.org
2011-08-19
1
-16
/
+17
*
Preload with RVH/RV messaging instead of NOTIFICATION_NAV_ENTRY_COMMITTED.
scr@chromium.org
2011-08-02
1
-0
/
+23
*
Add more stats.
cevans@chromium.org
2011-07-28
1
-2
/
+63
*
Remove most of the remaining chrome dependencies from the save code. I have a...
jam@chromium.org
2011-07-25
1
-69
/
+0
*
Collect stats to confirm the suspicion that Google Reader might be the last
cevans@chromium.org
2011-07-25
1
-2
/
+17
*
Add a couple more SSL sites to the mixed content histogram.
cevans@chromium.org
2011-07-21
1
-0
/
+22
*
Add more stats to work out (amonst other things) if Plus is a significant
cevans@chromium.org
2011-07-15
1
-12
/
+52
*
Make safe_browsing=0 build again.
torne@chromium.org
2011-07-14
1
-1
/
+1
*
Collect a few more stats relating to Google properties.
cevans@chromium.org
2011-07-14
1
-0
/
+16
*
Make safe browsing work in a multi-profile environment.
mirandac@chromium.org
2011-07-13
1
-3
/
+16
*
Make safe browsing optional at compile time.
torne@chromium.org
2011-07-11
1
-0
/
+2
*
Add a histogram to try and work out a little bit about the high-level breakdown
cevans@chromium.org
2011-06-27
1
-4
/
+77
*
Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE
abarth@chromium.org
2011-06-24
1
-6
/
+7
*
Present infobar on mixed content denial. We may have caused the page to appe...
tsepez@chromium.org
2011-06-10
1
-1
/
+42
*
Rewrite BrowserTest.PageLanguageDetection to use a new tab instead of the one...
yoz@chromium.org
2011-06-09
1
-2
/
+2
*
Revert 88068 (Mac 10.5 bots are failing) - No longer require nonzero content ...
rsleevi@chromium.org
2011-06-07
1
-2
/
+2
*
No longer require nonzero content to send it to the translate helper. In prac...
yoz@chromium.org
2011-06-07
1
-2
/
+2
*
Enable in-browser thumbnailing for Linux and Chrome OS.
satorux@chromium.org
2011-06-01
1
-2
/
+1
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-8
/
+5
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-5
/
+8
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-8
/
+5
*
Adapt to new icon interface from WebFrame
michaelbai@google.com
2011-05-17
1
-7
/
+40
*
Chrome side of having the WebKit FileSystem API use WebPermissionClient for c...
jam@chromium.org
2011-05-12
1
-0
/
+4
*
More work on removing content settings code from src\content.
jam@chromium.org
2011-05-07
1
-0
/
+7
*
Chrome side to allow WebKit layer to use WebPermissionClient to check if acce...
jam@chromium.org
2011-05-04
1
-0
/
+4
*
Add IPCs to check web copy/cut/paste for extensions with the appropriate perm...
dcheng@chromium.org
2011-05-03
1
-4
/
+8
*
Implement the new WebPermissionClient interface in Chrome code to get rid of ...
jam@chromium.org
2011-04-30
1
-0
/
+57
*
Remove most prerendering code/references from content.
mmenke@chromium.org
2011-04-30
1
-0
/
+11
*
Make icon_messages use the IPC macros for defining the structs and the serial...
jam@chromium.org
2011-04-18
1
-8
/
+9
*
Remove the last Chrome dependencies from renderer, and enforce no more includ...
jam@chromium.org
2011-04-18
1
-1
/
+257
*
Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...
jam@chromium.org
2011-04-16
1
-0
/
+361