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
/
render_view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all content scripts from an extension run in the same
aa@chromium.org
2009-10-08
1
-2
/
+3
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.
darin@chromium.org
2009-10-07
1
-12
/
+12
*
Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a
darin@chromium.org
2009-10-07
1
-7
/
+5
*
Move runFileChooser from webview_delegate to WebViewClient.
yaar@chromium.org
2009-10-06
1
-22
/
+36
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
1
-1
/
+1
*
Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...
sidchat@chromium.org
2009-10-05
1
-1
/
+1
*
Adds desktop notification support for renderer process, and enables the build...
johnnyg@chromium.org
2009-10-05
1
-0
/
+5
*
More WebView / WebViewDelegate cleanup.
darin@chromium.org
2009-10-03
1
-43
/
+49
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-1
/
+0
*
Restore plumbing for the spelling panel on Mac.
darin@chromium.org
2009-10-02
1
-0
/
+4
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-14
/
+9
*
Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h
mal@chromium.org
2009-10-01
1
-9
/
+14
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-14
/
+9
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
1
-75
/
+73
*
Address review comments.
thakis@chromium.org
2009-09-30
1
-3
/
+3
*
Relanding:
mbelshe@google.com
2009-09-30
1
-0
/
+10
*
WebView::DownloadImage refactored
yaar@chromium.org
2009-09-29
1
-6
/
+32
*
Fix cmd-up/cmd-down.
thakis@chromium.org
2009-09-29
1
-1
/
+6
*
Get rid of the need for cross process events in order to get plugin processes...
jam@chromium.org
2009-09-29
1
-7
/
+6
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
1
-1
/
+7
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
1
-38
/
+29
*
Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-28
1
-7
/
+1
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-28
1
-1
/
+7
*
Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
1
-7
/
+1
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
1
-1
/
+7
*
Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
1
-7
/
+1
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
1
-1
/
+7
*
Plumb the new mixed content API callbacks to the tab contents. We'll actually
abarth@chromium.org
2009-09-25
1
-0
/
+12
*
Move another method from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-25
1
-4
/
+4
*
Move some more methods from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-24
1
-20
/
+20
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-24
1
-2
/
+1
*
Reverting 26975.
pkasting@chromium.org
2009-09-23
1
-1
/
+2
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-23
1
-2
/
+1
*
Move some more methods from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-23
1
-33
/
+28
*
On 'window.print()' javascript command, print only the frame that is represen...
maruel@chromium.org
2009-09-22
1
-5
/
+2
*
Add histograms for tab count, RenderProcessHost count, and the number of
brettw@chromium.org
2009-09-21
1
-0
/
+5
*
Change the view mode when switching between moles and toolstrips, and
erikkay@chromium.org
2009-09-19
1
-0
/
+25
*
Revert 26635 - Change the view mode when switching between moles and toolstri...
mbelshe@google.com
2009-09-18
1
-25
/
+0
*
Change the view mode when switching between moles and toolstrips, and
erikkay@chromium.org
2009-09-18
1
-0
/
+25
*
Fold WebEditingClient into WebViewClient.
darin@chromium.org
2009-09-18
1
-92
/
+90
*
Try again to land "Implement script API:executeScript"
aa@chromium.org
2009-09-18
1
-0
/
+40
*
Introduce WebKit::WebSecurityOrigin as a wrapper around
darin@chromium.org
2009-09-18
1
-3
/
+4
*
Preparing rollback in case things don't work out.
bradnelson@google.com
2009-09-18
1
-7
/
+1
*
This is a copy of http://codereview.chromium.org/153002/show
gregoryd@google.com
2009-09-18
1
-1
/
+7
*
Fix mouse over status bubble.
darin@chromium.org
2009-09-17
1
-1
/
+1
*
Hook up WebViewClient, part 1.
darin@chromium.org
2009-09-16
1
-214
/
+227
*
Replace a bunch of hardcoded URLs with constants from url_constants.h
brettw@chromium.org
2009-09-15
1
-2
/
+2
*
ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...
finnur@chromium.org
2009-09-15
1
-4
/
+6
*
Revert change 26184, 26181 and 26178 to fix
nsylvain@chromium.org
2009-09-15
1
-6
/
+4
[next]