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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: Extracted SpellCheckHostMetrics class.
morrita@google.com
2011-06-24
1
-4
/
+6
*
Make ConfirmInfoBarDelegate::GetLinkText() const.
pkasting@chromium.org
2011-06-24
4
-4
/
+4
*
Insecure content infobar cleanup:
pkasting@chromium.org
2011-06-23
6
-231
/
+138
*
Reverse the OK / Allow Anyways buttons to make them occur in the order we wan...
tsepez@chromium.org
2011-06-23
1
-15
/
+14
*
Linux/CrOS smooth scrolling support - behind a flag.
scottbyer@chromium.org
2011-06-23
1
-0
/
+2
*
Various pieces of infobar cleanup:
pkasting@chromium.org
2011-06-22
3
-32
/
+26
*
Don't rely on user gestures for deciding when to dismiss infobars.
abarth@chromium.org
2011-06-21
4
-6
/
+14
*
GTK: Move InfoBarGtk onto pkasting's new cross platform model
erg@google.com
2011-06-21
4
-8
/
+24
*
Add histogram for cancel button in blocked mixed content infobars. This was ...
tsepez@chromium.org
2011-06-17
2
-0
/
+17
*
Moved files related to background mode to browser/background.
atwilson@chromium.org
2011-06-17
2
-3
/
+3
*
Change wording and appearance of insecure script infobar.
tsepez@chromium.org
2011-06-16
1
-1
/
+4
*
Removed DCHECK() lines whose condition are possibly true.
morrita@google.com
2011-06-16
1
-13
/
+11
*
infobars: Use TCW directly in InfoBar to remove the delegate.
tfarina@chromium.org
2011-06-16
3
-11
/
+2
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.
thestig@chromium.org
2011-06-14
2
-2
/
+2
*
Update learn more URLs to point to acutal locations, add histograms, remove u...
tsepez@chromium.org
2011-06-13
2
-8
/
+54
*
Revert 88616 - Revert 86510 - Contributed by junov@chromium.org
junov@chromium.org
2011-06-13
1
-1
/
+1
*
Introduced additional spellcheck related histograms.
morrita@chromium.org
2011-06-13
1
-1
/
+7
*
Fix busted clang compile. TBR=jam@chromium.org
tsepez@chromium.org
2011-06-10
2
-3
/
+6
*
Present infobar on mixed content denial. We may have caused the page to appe...
tsepez@chromium.org
2011-06-10
4
-0
/
+164
*
Revert 86510 - Contributed by junov@chromium.org
vangelis@chromium.org
2011-06-10
1
-1
/
+1
*
When replacing an infobar, maintain the old infobar's position.
pkasting@chromium.org
2011-06-10
2
-20
/
+27
*
Allow dev context menu commands on chrome:// URLs.
msw@chromium.org
2011-06-09
1
-5
/
+0
*
Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places
sky@chromium.org
2011-06-08
2
-5
/
+0
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-08
1
-5
/
+3
*
Make infobar background gray
sail@chromium.org
2011-06-07
2
-8
/
+37
*
Revert 88142 to fix sync_integration_tests offline.
msw@chromium.org
2011-06-07
1
-3
/
+5
*
Changes TemplateURLModel into TemplateURLService. Changes all access points t...
erg@google.com
2011-06-07
1
-2
/
+4
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-07
1
-5
/
+3
*
Move most of the core SSL code from chrome to content. The UI code that's sp...
jam@chromium.org
2011-06-03
1
-1
/
+1
*
Revert the portion of r87696 which changed infobar notifications to use InfoB...
pkasting@chromium.org
2011-06-03
2
-5
/
+10
*
Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...
jam@chromium.org
2011-06-03
2
-6
/
+2
*
Remove JS dialog dependency from content.
avi@chromium.org
2011-06-03
3
-18
/
+22
*
Re-enable a disabled test in ThumbnailGenerator
satorux@chromium.org
2011-06-03
1
-3
/
+11
*
Change InfoBar-related notifications to be sourced from a TabContentsWrapper,...
pkasting@chromium.org
2011-06-02
3
-15
/
+24
*
Avoid canceling a pending navigation if the old RVH commits right away.
creis@chromium.org
2011-06-02
1
-24
/
+24
*
Fix invalid memory access caused by ThumbnailGenerator, part 2.
satorux@chromium.org
2011-06-02
1
-6
/
+12
*
Fix the case where the TabContents goes away before TabContentsObserver::Regi...
jam@chromium.org
2011-06-01
2
-8
/
+2
*
Removes bookmarkbar logic from TabContents.
sky@chromium.org
2011-06-01
1
-2
/
+2
*
Nuke kDisableDevTools flag. It's not working anyway. [Lite version]
mnaganov@chromium.org
2011-06-01
1
-2
/
+1
*
Revert 87449 - Nuke kDisableDevTools flag. It's not working anyway.
mnaganov@chromium.org
2011-06-01
1
-0
/
+2
*
Nuke kDisableDevTools flag. It's not working anyway.
mnaganov@chromium.org
2011-06-01
1
-2
/
+0
*
Fix invalid memory access caused by ThumbnailGenerator.
satorux@chromium.org
2011-06-01
2
-0
/
+7
*
Factor load notification detail structs out of NavigationController and into
pinkerton@chromium.org
2011-05-31
8
-15
/
+17
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
3
-8
/
+30
*
Revert 87264 - Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
3
-30
/
+8
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
3
-8
/
+30
*
Cleaning up of data types, naming for JavaScript dialogs.
avi@chromium.org
2011-05-27
3
-8
/
+10
*
Print Preview: Print the right WebFrame/WebNode.
thestig@chromium.org
2011-05-27
1
-11
/
+8
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
2
-10
/
+9
*
Remove dependency on PrefChangeRegistrar and renderer_preferences_util from c...
jam@chromium.org
2011-05-25
1
-0
/
+6
[next]