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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
The focus would be messed-up when reloading a crashed tab, also causing accel...
jcampan@chromium.org
2009-07-29
1
-0
/
+6
*
Re-landing r21673 without re-enabling the BrowserTest, which apparently is
brettw@chromium.org
2009-07-27
1
-4
/
+0
*
Revert of r21673 - which caused browser_test failure in ChromeURLAfterDownload.
robertshield@chromium.org
2009-07-27
1
-0
/
+4
*
Make downloads not prevent tabs from closing.
brettw@chromium.org
2009-07-27
1
-4
/
+0
*
Fix a bug where an ongoing find operation would re-appear even
tc@google.com
2009-07-24
1
-0
/
+4
*
Close pop up notification when navigating to other site.
erg@google.com
2009-07-23
1
-0
/
+6
*
This CL adds an infobar instructing users they can do search directly from th...
jcampan@chromium.org
2009-07-23
1
-0
/
+5
*
Flip on crashed plugin name lookup on the Mac.
stuartmorgan@google.com
2009-07-23
1
-1
/
+1
*
Linux: pass users' font settings through to renderer.
agl@chromium.org
2009-07-21
1
-4
/
+3
*
Resurrect toolkit_views build.
ben@chromium.org
2009-07-21
1
-2
/
+1
*
Relanding the the refactoring the page info to have a model.
jcampan@chromium.org
2009-07-19
1
-0
/
+10
*
Reverting 21032.
jcampan@chromium.org
2009-07-18
1
-10
/
+0
*
Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...
jcampan@chromium.org
2009-07-18
1
-0
/
+10
*
Qurey redirects when a thumbnail is set.
meelapshah@chromium.org
2009-07-17
1
-1
/
+2
*
posix: show "plugin crashed" info bar when appropriate
evan@chromium.org
2009-07-13
1
-3
/
+4
*
Fix a crash that happens if a tab is closed while
tc@google.com
2009-07-10
1
-0
/
+7
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
1
-0
/
+4
*
Move some more interfaces on RenderViewHostDelegate to separate classes. The
brettw@chromium.org
2009-07-09
1
-46
/
+23
*
Change ThumbnailStore to use sqlite instead of individual files try 2. Previo...
meelapshah@chromium.org
2009-07-09
1
-2
/
+2
*
A prototype of resource loading through automation
amit@chromium.org
2009-07-09
1
-0
/
+12
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-1
/
+1
*
Remove url_constants dependency from tab_contents.h.
brettw@chromium.org
2009-07-08
1
-3
/
+3
*
Split out some of the RVHDelegate functions into separate sub-classes. To limit
brettw@chromium.org
2009-07-08
1
-225
/
+216
*
Reverting 20097.
meelapshah@chromium.org
2009-07-08
1
-2
/
+2
*
Change ThumbnailStore to use sqlite instead of individual files.
meelapshah@chromium.org
2009-07-07
1
-2
/
+2
*
This CL makes sure JavaScript alerts are not shown while an interstitial is s...
jcampan@chromium.org
2009-07-07
1
-1
/
+5
*
Do some refactoring of renderer_host.
brettw@chromium.org
2009-07-06
1
-5
/
+20
*
Add an ExtensionBrowserTest base class that allows in-process browser tests o...
aa@chromium.org
2009-07-04
1
-8
/
+0
*
Fix Acid3 Test 48: LINKTEST, Chromium side....
dglazkov@chromium.org
2009-07-03
1
-12
/
+14
*
Move RenderViewHostManager back to tab_contents. Moving it to renderer_host
brettw@chromium.org
2009-07-03
1
-0
/
+16
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
1
-10
/
+18
*
First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im...
pinkerton@chromium.org
2009-07-01
1
-8
/
+0
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
1
-22
/
+9
*
Fix: Certain redirections remove sites from the history
yuzo@chromium.org
2009-07-01
1
-3
/
+5
*
Simple clean-up of the ssl_manager.h includes.
jcampan@chromium.org
2009-06-26
1
-0
/
+1
*
Remove dependency on NavigationEntry from RenderViewHost. The code for
brettw@chromium.org
2009-06-26
1
-1
/
+14
*
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...
pfeldman@chromium.org
2009-06-24
1
-1
/
+1
*
DevTools: Nuke legacy debugger.
pfeldman@chromium.org
2009-06-24
1
-8
/
+0
*
Fix: Omnibox is not updated properly when the main frame results in a file do...
yuzo@chromium.org
2009-06-24
1
-8
/
+4
*
Rejiggers the keyword editor so that the UI is independent of the model rathe...
ben@chromium.org
2009-06-23
1
-2
/
+1
*
By user request, focus should go to the location bar when about:blank is the ...
jcampan@chromium.org
2009-06-22
1
-0
/
+3
*
Adding the ability to remove page actions.BUG=NoneTEST=unit test.
finnur@chromium.org
2009-06-22
1
-4
/
+8
*
GTK: HTTP Auth dialogs under linux.
erg@google.com
2009-06-19
1
-4
/
+3
*
Enable DownloadRequestManager for Mac.
paul@chromium.org
2009-06-19
1
-2
/
+0
*
Add Print Selection support to Chrome. This change is fairly involved since ...
sverrir@google.com
2009-06-19
1
-4
/
+4
*
Change URL back to the previous one if the typed URL causes file download.
yuzo@chromium.org
2009-06-19
1
-0
/
+7
*
Pass a gfk::NativeWindow instead of gfx::NativeView for TemplateURLFetcher.
mattm@chromium.org
2009-06-17
1
-5
/
+1
*
Remove the windows specific bits from login_prompt.cc and make LoginPromptWin...
erg@chromium.org
2009-06-17
1
-3
/
+2
*
Fix a crash when the ThumbnailGenerator.
brettw@chromium.org
2009-06-17
1
-0
/
+10
*
Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...
laforge@chromium.org
2009-06-16
1
-0
/
+5
[next]