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
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe...
pkasting@chromium.org
2011-07-28
6
-26
/
+45
*
Moved spellcheck related files to chrome/browser/spellcheck directory.
morrita@chromium.org
2011-07-28
1
-3
/
+3
*
Don't send ViewMsg_ContextMenuClosed to the renderer process for submenus.
yzshen@chromium.org
2011-07-28
2
-4
/
+12
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-8
/
+14
*
Reword mixed content infobar to say "insecure content" in all cases.
tsepez@chromium.org
2011-07-27
1
-7
/
+3
*
Revert 94332 - Removal of Profile from content part 2.
sergeyu@chromium.org
2011-07-27
1
-14
/
+8
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-8
/
+14
*
Removal of Profile from content part 1.
avi@chromium.org
2011-07-27
4
-13
/
+27
*
[Mac] Fix ZombieObjectCrash with MenuController.
asvitkine@chromium.org
2011-07-26
1
-0
/
+15
*
Change the UpdateTitle message to use a string16 for the page title.
evan@chromium.org
2011-07-26
1
-1
/
+1
*
Context menu for "Voice recognition options"
gshires@google.com
2011-07-26
2
-0
/
+49
*
Re-word insecure content infobar and its buttons.
tsepez@chromium.org
2011-07-25
2
-11
/
+21
*
Prevent a navigation race by resetting is_swapped_out on new navigations.
creis@chromium.org
2011-07-25
1
-0
/
+41
*
Tag all users of RenderViewHostDelegate with OVERRIDE
evan@chromium.org
2011-07-25
1
-11
/
+12
*
Include the tab IDs in onBeforeRetarget events and always post the correct fr...
jochen@chromium.org
2011-07-25
3
-12
/
+44
*
Support fullscreen widget on Windows.
yzshen@chromium.org
2011-07-23
1
-1
/
+1
*
Delete TabContents::OnCrossSiteResponse
evan@chromium.org
2011-07-21
1
-1
/
+1
*
Ensures history tab displays a throbber when searching.
beaudoin@chromium.org
2011-07-21
1
-1
/
+1
*
Create the correct SiteInstance when restoring tabs that belong to apps.
mihaip@chromium.org
2011-07-21
2
-4
/
+48
*
Fix a leak I introduced in r93120
evan@chromium.org
2011-07-20
1
-3
/
+3
*
DevTools: move devtools_window to chrome/, remove most chrome/ dependencies f...
pfeldman@chromium.org
2011-07-20
1
-1
/
+1
*
Disable AutomationProxySnapshotTest.LargeSnapshot on Linux
evan@chromium.org
2011-07-19
1
-0
/
+9
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Add TabContents hosting to the Panel windows on OSX.
dimich@chromium.org
2011-07-19
1
-1
/
+7
*
Move save stuff from download helper back to TabContents. This is a revert of...
jam@chromium.org
2011-07-18
1
-9
/
+2
*
Don't call InfoBarDismissed() from RemoveInfobar(), which is called by more p...
pkasting@chromium.org
2011-07-15
2
-11
/
+7
*
Move the save file code from chrome to content. This is just a file move so t...
jam@chromium.org
2011-07-14
1
-1
/
+1
*
Remove scheme restriction for extension context menu items.
asargent@chromium.org
2011-07-14
1
-3
/
+0
*
[Mac] Show correct cursor after context menu is closed.
asvitkine@chromium.org
2011-07-13
2
-4
/
+9
*
Convert ViewMsg_NetworkStateChanged from routed -> control,
adamk@chromium.org
2011-07-12
1
-0
/
+1
*
Get rid of the remaining implementation in TabContentsView and make all the m...
jam@chromium.org
2011-07-12
8
-109
/
+296
*
Convert RenderViewContextMenu to MenuItemView.
rhashimoto@chromium.org
2011-07-12
1
-0
/
+3
*
Fixed network connectivity checks specific to ChromeOS. Previously we were d...
zelidrag@chromium.org
2011-07-11
1
-0
/
+3
*
Get rid of RenderWidgetHostDestroyed method in the various classes. RenderWid...
jam@chromium.org
2011-07-11
2
-16
/
+31
*
Remove TabContentsView methods that just call to the delegate, and have them ...
jam@chromium.org
2011-07-11
5
-32
/
+5
*
More build fixes for linux and chrome os.
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
Fix for build failures on mac and Linux
ananta@chromium.org
2011-07-10
1
-2
/
+2
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
19
-71
/
+79
*
Re-land r89864. Hopefully this won't trigger the apparent perf regression no...
abarth@chromium.org
2011-07-08
4
-6
/
+14
*
Revert 89864 - Don't rely on user gestures for deciding when to dismiss infob...
cmp@chromium.org
2011-07-07
4
-14
/
+6
*
DevTools: devtools manager should know nothing about DevToolsWindow
yurys@chromium.org
2011-07-07
1
-2
/
+1
*
Focus the target window after a link is dragged on top of it.
sadrul@chromium.org
2011-07-06
2
-0
/
+17
*
Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from rout...
adamk@google.com
2011-07-02
1
-1
/
+0
*
Convert ViewMsg_NetworkStateChanged from routed -> control
adamk@google.com
2011-07-01
1
-0
/
+1
*
Fix stupid off-by-one crash.
pkasting@chromium.org
2011-07-01
1
-1
/
+1
*
Move the RenderViewHostDelegate::BookmarkDrag interface to Chrome as the feat...
ananta@chromium.org
2011-07-01
4
-18
/
+51
*
Add typedefs for InfoBar-related notifications in infobar.h, so that code els...
pkasting@chromium.org
2011-07-01
3
-13
/
+18
*
Fix crash when clicking the close button on a closing infobar.
pkasting@chromium.org
2011-07-01
1
-1
/
+6
*
Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarD...
pkasting@chromium.org
2011-07-01
1
-0
/
+5
[next]