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
/
browser
/
renderer_host
/
render_view_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
1
-0
/
+7
*
Move some more interfaces on RenderViewHostDelegate to separate classes. The
brettw@chromium.org
2009-07-09
1
-0
/
+1
*
Windowed plugins like Flash would cause the hung plugin dialog to show up whe...
ananta@chromium.org
2009-07-09
1
-0
/
+3
*
Split out some of the RVHDelegate functions into separate sub-classes. To limit
brettw@chromium.org
2009-07-08
1
-7
/
+9
*
Make the cancelling of drag and drop match Safari for Windows. This is
arv@google.com
2009-07-08
1
-0
/
+5
*
Add a bunch of CHECKs to RenderViewHost trying to track down a crash.
mpcomplete@chromium.org
2009-07-06
1
-1
/
+10
*
DevTools: preserve focus on activating dev tools window.
pfeldman@chromium.org
2009-07-06
1
-0
/
+1
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
1
-28
/
+3
*
DevTools: Introduce docked version of DevTools.
pfeldman@chromium.org
2009-07-01
1
-0
/
+5
*
Remove dependency on NavigationEntry from RenderViewHost. The code for
brettw@chromium.org
2009-06-26
1
-27
/
+21
*
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...
pfeldman@chromium.org
2009-06-24
1
-6
/
+0
*
DevTools: Nuke legacy debugger.
pfeldman@chromium.org
2009-06-24
1
-23
/
+0
*
Re-land r18853
jeremy@chromium.org
2009-06-23
1
-0
/
+2
*
back out r18853
jeremy@chromium.org
2009-06-19
1
-2
/
+0
*
This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.
jeremy@chromium.org
2009-06-19
1
-0
/
+2
*
TBR: Fix Toolstrips sometimes show scrollbars as rendering
aa@chromium.org
2009-06-19
1
-0
/
+1
*
Add Print Selection support to Chrome. This change is fairly involved since ...
sverrir@google.com
2009-06-19
1
-1
/
+3
*
Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...
laforge@chromium.org
2009-06-16
1
-0
/
+1
*
Extract load times from WebDataSource. Move them to NavigationState.
darin@chromium.org
2009-06-16
1
-1
/
+2
*
Revert 18373 - Consider a redirect following user gesture as userinitiated in...
laforge@chromium.org
2009-06-16
1
-1
/
+0
*
Extract form related classes from the guts of WebFrameImpl.
darin@chromium.org
2009-06-15
1
-3
/
+4
*
Consider a redirect following user gesture as user-initiated in maintaining
yuzo@chromium.org
2009-06-15
1
-0
/
+1
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
1
-0
/
+1
*
Do not allow URL drops on app windows to cause a navigation away
tc@google.com
2009-06-10
1
-0
/
+2
*
Implement InspectorClient's Settings API.
pfeldman@chromium.org
2009-06-03
1
-0
/
+1
*
Generalize the code that checks for user actions in the render view to work o...
estade@chromium.org
2009-05-28
1
-1
/
+1
*
Adds propagation and handling of render-side focus events, for the benefit of...
klink@chromium.org
2009-05-20
1
-0
/
+1
*
Forward simplified mouse events to the RenderViewHostDelegate::View so that i...
erikkay@google.com
2009-05-18
1
-0
/
+1
*
Displaying consecutive alerts from plugins should not hang the browser. The p...
ananta@chromium.org
2009-05-15
1
-0
/
+4
*
Propagate intrinsic width notification over IPC in all cases (not just extens...
pinkerton@chromium.org
2009-05-13
1
-1
/
+1
*
FormatErrorMessage() functions are now publicly available from ExtensionError...
rafaelw@chromium.org
2009-05-12
1
-2
/
+5
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
1
-1
/
+1
*
Add inspect links for all active views in chrome://extensions.
aa@chromium.org
2009-05-07
1
-0
/
+5
*
Plumb the creator URL for popups up to the browser. We don't yet use this fo...
pkasting@chromium.org
2009-05-05
1
-1
/
+2
*
Don't start the throbber when loading javascript URLs. This fixes a
brettw@chromium.org
2009-05-05
1
-1
/
+4
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
1
-1
/
+0
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-5
/
+5
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
1
-0
/
+1
*
Synchronously update the loading state when a load starts so that the UI will
brettw@chromium.org
2009-04-28
1
-2
/
+2
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
1
-12
/
+7
*
Pass the ExtensionID to the ExtensionFunctionDispatcher.
finnur@chromium.org
2009-04-24
1
-1
/
+1
*
Remove unused bits and pieces of #ifdefed code that isn't used.
tim@chromium.org
2009-04-24
1
-21
/
+0
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
1
-6
/
+0
*
Revert "Don't send resize messages until the renderer has been initialized."
evan@chromium.org
2009-04-22
1
-0
/
+6
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
1
-6
/
+0
*
Refactoring; switch the |filter| parameter into something that is more amenab...
avi@chromium.org
2009-04-12
1
-3
/
+2
*
Copy text selection from renderer to browser every time it changes.
estade@chromium.org
2009-04-09
1
-2
/
+1
*
When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...
finnur@chromium.org
2009-04-08
1
-2
/
+5
*
Make the RenderViewHostFactory a global. This prevents us from having to pass
brettw@chromium.org
2009-04-07
1
-12
/
+0
*
Stop serializing WebString over IPC. The new rule is that only POD (plain old
darin@chromium.org
2009-04-06
1
-6
/
+4
[next]