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
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
1
-2
/
+2
*
NNTP: Updating the thumbnail size to match the size we use on the new
arv@google.com
2009-09-04
1
-2
/
+2
*
Revert 24211 - Implement a readsize throttle within the TCP socket.
laforge@chromium.org
2009-09-04
1
-10
/
+0
*
This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...
jam@chromium.org
2009-09-04
1
-4
/
+3
*
Hook up WebEditingClient.
darin@chromium.org
2009-09-04
1
-44
/
+102
*
Fix windows build.
estade@chromium.org
2009-09-03
1
-1
/
+2
*
Set the focus ring color to match the Gtk theme focus color.
estade@chromium.org
2009-09-03
1
-2
/
+6
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-104
/
+94
*
Make a bunch of backlogged breaking changes to the extensions API in prep for...
aa@chromium.org
2009-08-28
1
-5
/
+1
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-1
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+1
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
1
-0
/
+11
*
Implement a read-size throttle within the TCP socket.
mbelshe@google.com
2009-08-25
1
-0
/
+10
*
Implement granular cross-origin XHR for extensions.
aa@chromium.org
2009-08-23
1
-4
/
+1
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
1
-1
/
+2
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
1
-1
/
+2
*
We need to initialize last_top_level_navigation_page_id_ in the constructor o...
ananta@chromium.org
2009-08-18
1
-0
/
+1
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
1
-10
/
+12
*
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
darin@chromium.org
2009-08-14
1
-4
/
+6
*
Implementation of getBackgroundPage(), getToolstrips(), and
aa@chromium.org
2009-08-14
1
-0
/
+17
*
Address bug 12392 by only updating the PRIMARY selection if we are currently
estade@chromium.org
2009-08-13
1
-0
/
+2
*
Add some helper methods for constructing a WebCString from UTF16 input,
darin@chromium.org
2009-08-11
1
-1
/
+1
*
If URL requests are to be routed through the external host, the ExternalTabCo...
ananta@chromium.org
2009-08-10
1
-0
/
+1
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-117
/
+143
*
Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.
willchan@chromium.org
2009-08-07
1
-3
/
+2
*
Move ClosePage method to WebView.
darin@chromium.org
2009-08-06
1
-1
/
+1
*
When the plugin crashes, cleanup references to its window in the renderer.
piman@chromium.org
2009-08-06
1
-0
/
+4
*
Fix a bunch of layout tests related to dumpResourceLoadCallbacks.
darin@chromium.org
2009-08-06
1
-1
/
+2
*
Move alternate 404 error page loading out of WebFrame and into RenderView.
darin@chromium.org
2009-08-04
1
-14
/
+94
*
Delay loading of ExtensionHosts until the background page is ready.
mpcomplete@chromium.org
2009-08-03
1
-1
/
+8
*
Move alternate error page loading out of WebFrame.
darin@chromium.org
2009-08-02
1
-29
/
+88
*
Add renderer histograms for late binding of sockets.
willchan@chromium.org
2009-08-02
1
-0
/
+22
*
This CL fixes issue 17468: Regression: Directionality marks should not be ins...
xji@chromium.org
2009-07-29
1
-2
/
+5
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
1
-6
/
+25
*
Fix a race condition where rapid back/forward clicks could close a tab
brettw@chromium.org
2009-07-24
1
-6
/
+4
*
Linux: splice together RendererPreferences and SkFontHost
agl@chromium.org
2009-07-24
1
-3
/
+1
*
Allow the browser to send actions back to the render for media element contex...
ajwong@chromium.org
2009-07-23
1
-2
/
+13
*
Unrevert 21355 because the revert might be causing the
nsylvain@chromium.org
2009-07-23
1
-8
/
+0
*
Revert 21355 because it might be causing all the new
nsylvain@chromium.org
2009-07-23
1
-0
/
+8
*
Switch the first thread in a child process to be the main thread, and make th...
jam@chromium.org
2009-07-23
1
-8
/
+0
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
1
-3
/
+3
*
Make scrollbars and other controls tint/untint upon main window gaining
thakis@chromium.org
2009-07-22
1
-0
/
+6
*
Revert r21117 as it caused reliability failures.
estade@chromium.org
2009-07-21
1
-0
/
+8
*
Linux: pass users' font settings through to renderer.
agl@chromium.org
2009-07-21
1
-0
/
+3
*
Switch the first thread in a child process to be the main thread, and make th...
jam@chromium.org
2009-07-20
1
-8
/
+0
*
Changed the extension.connect() API not to broadcast to all tabs. Added a
mpcomplete@chromium.org
2009-07-20
1
-2
/
+10
*
Begin implementation of the context menu for Video and Audio tags.
ajwong@chromium.org
2009-07-17
1
-2
/
+4
*
Print only the focused frame. This makes more sense than trying to print all...
sverrir@chromium.org
2009-07-16
1
-3
/
+13
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-23
/
+32
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-32
/
+23
[next]