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
/
tab_contents_delegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start moving core pieces of Chrome multi-process code to src\content. I'm st...
jam@chromium.org
2011-02-18
1
-318
/
+2
*
Move search engine stuff from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-15
1
-14
/
+0
*
Commit instant at the end of a render view drag.
estade@chromium.org
2011-02-05
1
-0
/
+3
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Move bookmark star from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-04
1
-4
/
+1
*
Makes it so the hung renderer dialog isn't shown if the page that is
sky@chromium.org
2011-02-03
1
-0
/
+3
*
Plumbing load progress notifications to the TabContents.
jcivelli@chromium.org
2010-12-16
1
-0
/
+7
*
Introduce default implementation for TabContentsDelegate::ViewSourceForTab.
pfeldman@chromium.org
2010-12-15
1
-2
/
+3
*
View source after POST command isn't what you expected.
pfeldman@chromium.org
2010-12-15
1
-0
/
+3
*
Makes instant run before unload listeners.
sky@chromium.org
2010-12-08
1
-0
/
+3
*
Adds the ability for the browser to specify additional headers to use.
sky@chromium.org
2010-12-07
1
-0
/
+4
*
Stops javascript alerts and unload dialogs from showing during
sky@chromium.org
2010-12-06
1
-0
/
+4
*
Revert "Revert "Finish wiring up chrome.app.install().""
aa@chromium.org
2010-11-26
1
-0
/
+5
*
Revert "Finish wiring up chrome.app.install()."
aa@chromium.org
2010-11-23
1
-5
/
+0
*
Finish wiring up chrome.app.install().
aa@chromium.org
2010-11-23
1
-0
/
+5
*
CL correcting Extensions regression introduced by CL 2941001.
twiz@google.com
2010-11-17
1
-7
/
+0
*
Revert "Revert "Implement web app definition parsing.""
aa@chromium.org
2010-11-17
1
-2
/
+2
*
Revert "Implement web app definition parsing."
aa@chromium.org
2010-11-17
1
-2
/
+2
*
Implement web app definition parsing.
aa@chromium.org
2010-11-17
1
-2
/
+2
*
Handle resize corner layout entirely in the BrowserView (views) or BrowserWin...
alekseys@chromium.org
2010-11-16
1
-4
/
+0
*
Implement new SearchBox API along side existing API.
tonyg@chromium.org
2010-11-04
1
-1
/
+6
*
Instant - move AutocompleteLosingFocus implementation to InstantController.
estade@chromium.org
2010-11-01
1
-1
/
+1
*
Use CommandUpdater for disabling commands that were disabled by plugins.
jam@chromium.org
2010-10-13
1
-0
/
+4
*
Add the Windows dialog for setting default search provider from js.
levin@chromium.org
2010-10-11
1
-2
/
+10
*
Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...
jam@chromium.org
2010-10-01
1
-5
/
+0
*
Couple of match preview changes.
sky@chromium.org
2010-09-29
1
-0
/
+10
*
Fixes bug where showing an auth dialog during instant would trigger
sky@chromium.org
2010-09-24
1
-0
/
+6
*
Bunch of match preview tweaks:
sky@chromium.org
2010-09-14
1
-5
/
+0
*
Plumbs through window.chrome.setSuggestResult. It's currently hidden behind a...
sky@chromium.org
2010-09-10
1
-0
/
+3
*
Changes TabContentsDelegate::ShouldAddNavigationToHistory to be passed
sky@chromium.org
2010-08-26
1
-2
/
+10
*
Relanding a previous CL (I fixed the ChromeOS build):
jcivelli@chromium.org
2010-08-23
1
-5
/
+4
*
Revert 57094 - Making window.focus()/blur() work only when there is a user ge...
jcivelli@chromium.org
2010-08-23
1
-4
/
+5
*
Making window.focus()/blur() work only when there is a user gesture.
jcivelli@chromium.org
2010-08-23
1
-5
/
+4
*
Clone of issue 2941001. See initial review below.
twiz@google.com
2010-08-12
1
-4
/
+0
*
Making window.focus() work in Chrome.
jcivelli@chromium.org
2010-08-11
1
-1
/
+6
*
Adds support for showing the match preview on views. It's behind the
sky@chromium.org
2010-08-11
1
-0
/
+5
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
1
-3
/
+8
*
Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.
viettrungluu@chromium.org
2010-08-06
1
-4
/
+0
*
Only close a newly opened download tab if there's more than one tab.
bauerb@chromium.org
2010-08-03
1
-1
/
+1
*
Revert 54560 -
nick@chromium.org
2010-08-02
1
-0
/
+4
*
Change removing method, GetBrowser from TabContentsDelegate, as this was brea...
twiz@google.com
2010-08-02
1
-4
/
+0
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Make IsPopup a const function per brett.
xiyuan@chromium.org
2010-07-26
1
-1
/
+1
*
Add undeclared virtual destructors.
ziadh@chromium.org
2010-07-24
1
-1
/
+1
*
Disabled zoom controls in the browser when displaying PDF using the internal ...
sanjeevr@chromium.org
2010-07-22
1
-0
/
+5
*
TBR:brettw@chromium.org
tfarina@chromium.org
2010-07-16
1
-4
/
+0
*
Remove more definitions from header files.
erg@chromium.org
2010-07-16
1
-1
/
+1
*
Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.
jochen@chromium.org
2010-07-16
1
-0
/
+3
*
Revert 52600 - renderer_host: Remove CanBlur method.
tfarina@chromium.org
2010-07-16
1
-0
/
+4
*
renderer_host: Remove CanBlur method.
tfarina@chromium.org
2010-07-16
1
-4
/
+0
[next]