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
/
tab_contents
/
interstitial_page.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some more interfaces on RenderViewHostDelegate to separate classes. The
brettw@chromium.org
2009-07-09
1
-1
/
+1
*
Crashers from the field indicate the navigation entry can be NULL. This is no...
jcampan@chromium.org
2009-07-07
1
-0
/
+13
*
Do some refactoring of renderer_host.
brettw@chromium.org
2009-07-06
1
-66
/
+70
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
1
-1
/
+2
*
Simple clean-up of the ssl_manager.h includes.
jcampan@chromium.org
2009-06-26
1
-0
/
+1
*
Fix interstitial crash.
willchan@chromium.org
2009-06-24
1
-5
/
+10
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
1
-1
/
+1
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
1
-0
/
+11
*
Fix crash on interstitial page when the renderer crashed.
willchan@chromium.org
2009-06-11
1
-2
/
+6
*
Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...
jcampan@chromium.org
2009-06-08
1
-1
/
+1
*
Fix inspection of extensions.
aa@chromium.org
2009-05-19
1
-4
/
+0
*
Forward simplified mouse events to the RenderViewHostDelegate::View so that i...
erikkay@google.com
2009-05-18
1
-0
/
+12
*
Propagate intrinsic width notification over IPC in all cases (not just extens...
pinkerton@chromium.org
2009-05-13
1
-0
/
+5
*
Revert "Revert "Only show the original RWHV or the interstitial page at any t...
willchan@chromium.org
2009-05-12
1
-0
/
+6
*
Revert "Only show the original RWHV or the interstitial page at any time."
willchan@chromium.org
2009-05-11
1
-6
/
+0
*
Only show the original RWHV or the interstitial page at any time.
willchan@chromium.org
2009-05-11
1
-0
/
+6
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-1
/
+1
*
The last redesign of interstitial pages made them to be a render view painted...
jcampan@chromium.org
2009-05-06
1
-0
/
+13
*
Merge two TabContents::InvalidateTypes types and properly update tab download...
estade@chromium.org
2009-05-06
1
-2
/
+2
*
Plumb the creator URL for popups up to the browser. We don't yet use this fo...
pkasting@chromium.org
2009-05-05
1
-2
/
+3
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-4
/
+4
*
When navigating from an interstitial to another page with an interstitial, we...
jcampan@chromium.org
2009-04-27
1
-3
/
+13
*
Rename web_contents_view* files to tab_contents_view* to reflect my previous
brettw@chromium.org
2009-04-21
1
-5
/
+5
*
Rename WebContentsView* to TabContentsView* in preparation for merging
brettw@chromium.org
2009-04-20
1
-3
/
+3
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-7
/
+7
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-7
/
+7
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-7
/
+7
*
Remove TabContentsType from the NavigationController external interface and in
brettw@chromium.org
2009-04-15
1
-1
/
+1
*
Remove more reliance on tab contents types.
brettw@chromium.org
2009-04-05
1
-1
/
+1
*
This CL adds unit-tests for the SafeBrowsingBlockingPage class.
jcampan@chromium.org
2009-04-03
1
-5
/
+10
*
A crash report from the field reports that we are removing a SafeBrowsingBloc...
jcampan@chromium.org
2009-03-28
1
-2
/
+5
*
The URL in the bug triggers an SSL interstitial for a redirect that redirects...
jcampan@chromium.org
2009-03-27
1
-2
/
+7
*
fix bustage - moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
DevToolsManager is a service in the browser process that manages all open dev...
yurys@google.com
2009-03-16
1
-6
/
+0
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
1
-2
/
+2
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
1
-3
/
+3
*
Relanding the CL removing Windows specific code from the interstitial page.
jcampan@chromium.org
2009-03-09
1
-34
/
+7
*
Reverting 11277.
jcampan@chromium.org
2009-03-09
1
-4
/
+33
*
Removing Windows specific code from interstitial pages.
jcampan@chromium.org
2009-03-09
1
-33
/
+4
*
Enable interstitial pages for SSL certificate errors on Linux.
markus@chromium.org
2009-03-07
1
-10
/
+18
*
RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...
erg@google.com
2009-03-06
1
-2
/
+2
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-2
/
+3
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-2
/
+2
*
Fix 16/wide build bustange on non-Windows.
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Fix the build with some forgotten string conversions on non-Windows.
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
1
-1
/
+1
*
Developer tools messages are forwarded as wrapped IPC::Messages(previously th...
yurys@google.com
2009-02-26
1
-0
/
+6
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
1
-1
/
+1
*
This make accelerators work in interstitial pages.
jcampan@chromium.org
2009-02-25
1
-2
/
+99
[next]