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
*
GTK: Add download shelf first show animation.
estade@chromium.org
2009-05-15
1
-9
/
+8
*
Linux: Take download shelf and infobar close animations into account during r...
estade@chromium.org
2009-05-15
1
-5
/
+5
*
Displaying consecutive alerts from plugins should not hang the browser. The p...
ananta@chromium.org
2009-05-15
1
-0
/
+4
*
Propagate intrinsic width notification over IPC in all cases (not just extens...
pinkerton@chromium.org
2009-05-13
1
-0
/
+2
*
Be slightly more precise in how we propagate mixed content state.
abarth@chromium.org
2009-05-12
1
-1
/
+1
*
Various popup UI fixes:
pkasting@chromium.org
2009-05-08
1
-42
/
+11
*
DevTools: Style drive by
pfeldman@chromium.org
2009-05-08
1
-1
/
+2
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-1
/
+1
*
DevTools: Enable debugging of non-TabContents including extensions.
pfeldman@chromium.org
2009-05-07
1
-4
/
+6
*
Popup whitelisting checkpoint.
pkasting@chromium.org
2009-05-06
1
-27
/
+50
*
Refactor view from methods to show hung renderer dialog.
tc@google.com
2009-05-06
1
-7
/
+6
*
PageActions now work across tabs and windows.
finnur@chromium.org
2009-05-06
1
-5
/
+21
*
Merge two TabContents::InvalidateTypes types and properly update tab download...
estade@chromium.org
2009-05-06
1
-6
/
+4
*
Change chrome-ui to chrome. I didn't go too far in converting existing string...
glen@chromium.org
2009-05-06
1
-2
/
+2
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Plumb the creator URL for popups up to the browser. We don't yet use this fo...
pkasting@chromium.org
2009-05-05
1
-1
/
+2
*
DevTools: localize window title, append inspected tab url there.
pfeldman@chromium.org
2009-05-05
1
-1
/
+2
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
1
-19
/
+0
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-42
/
+33
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
1
-1
/
+1
*
Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...
pkasting@chromium.org
2009-04-29
1
-1
/
+4
*
Revert "Instead of passing down a switch to the renderer, storing a member, e...
evan@chromium.org
2009-04-29
1
-4
/
+1
*
Instead of passing down a switch to the renderer, storing a member, etc., jus...
pkasting@chromium.org
2009-04-29
1
-1
/
+4
*
Synchronously update the loading state when a load starts so that the UI will
brettw@chromium.org
2009-04-28
1
-2
/
+3
*
Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...
rafaelw@chromium.org
2009-04-28
1
-0
/
+7
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
1
-5
/
+4
*
Kill WebContents by moving the remaining methods to TabContents. WebContents
brettw@chromium.org
2009-04-24
1
-4
/
+1558
*
Move another batch of functions for WebContents to TabContents. This also
brettw@chromium.org
2009-04-24
1
-4
/
+369
*
Move a bunch of functions from WebContents to TabContents. Change the services
brettw@chromium.org
2009-04-23
1
-0
/
+59
*
Move all data members from WebContents to TabContents in preparation for
brettw@chromium.org
2009-04-22
1
-3
/
+70
*
Rename WebContentsView* to TabContentsView* in preparation for merging
brettw@chromium.org
2009-04-20
1
-1
/
+1
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-72
/
+13
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-13
/
+72
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-72
/
+13
*
Remove overlap between TabContents and WebContents. Now all the functions in
brettw@chromium.org
2009-04-17
1
-99
/
+0
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-8
/
+2
*
Remove TabContentsType from the NavigationController external interface and in
brettw@chromium.org
2009-04-15
1
-3
/
+2
*
Remove the TestTabContents. This makes BrowserWithTestWindow use the
brettw@chromium.org
2009-04-14
1
-22
/
+1
*
Hook up popup windows on Mac (no blocking yet).
avi@google.com
2009-03-23
1
-0
/
+8
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Moving the storing/restoring of the focus from TabContents to WebContentsView...
jcampan@chromium.org
2009-03-12
1
-88
/
+0
*
Remove TabContents from scaffolding. Yay!
pinkerton@chromium.org
2009-03-11
1
-13
/
+18
*
First step at removing TabContents from temp scaffolding. Get rid of duplicat...
pinkerton@chromium.org
2009-03-10
1
-8
/
+19
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-2
/
+2
*
Basic download shelf implementation on linux.
estade@chromium.org
2009-03-04
1
-18
/
+28
*
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
brettw@chromium.org
2009-03-04
1
-4
/
+4
*
Refactor download shelf and prepare for porting.
estade@chromium.org
2009-02-28
1
-20
/
+19
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-2
/
+1
*
Show page icons on back/forward menu lists on linux.
estade@chromium.org
2009-02-20
1
-4
/
+17
[next]