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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
PageActions now work across tabs and windows.
finnur@chromium.org
2009-05-06
1
-1
/
+15
*
Merge two TabContents::InvalidateTypes types and properly update tab download...
estade@chromium.org
2009-05-06
1
-4
/
+3
*
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
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
1
-8
/
+5
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-24
/
+15
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
1
-1
/
+1
*
Migrating the SSL UI tests to be browser tests.
jcampan@chromium.org
2009-04-29
1
-0
/
+3
*
Synchronously update the loading state when a load starts so that the UI will
brettw@chromium.org
2009-04-28
1
-4
/
+4
*
Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...
rafaelw@chromium.org
2009-04-28
1
-0
/
+3
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
1
-1
/
+1
*
Kill WebContents by moving the remaining methods to TabContents. WebContents
brettw@chromium.org
2009-04-24
1
-24
/
+316
*
Move another batch of functions for WebContents to TabContents. This also
brettw@chromium.org
2009-04-24
1
-24
/
+44
*
Move a bunch of functions from WebContents to TabContents. Change the services
brettw@chromium.org
2009-04-23
1
-5
/
+128
*
Move all data members from WebContents to TabContents in preparation for
brettw@chromium.org
2009-04-22
1
-11
/
+216
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-61
/
+15
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-15
/
+61
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-61
/
+15
*
Remove overlap between TabContents and WebContents. Now all the functions in
brettw@chromium.org
2009-04-17
1
-63
/
+31
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-19
/
+1
*
Remove the TestTabContents. This makes BrowserWithTestWindow use the
brettw@chromium.org
2009-04-14
1
-23
/
+1
*
Remove the DOMUIHost. It is not used by any code.
brettw@chromium.org
2009-04-13
1
-4
/
+0
*
Make the RenderViewHostFactory a global. This prevents us from having to pass
brettw@chromium.org
2009-04-07
1
-2
/
+1
*
Remove some uses of custom tab contents types from some tests.
brettw@chromium.org
2009-04-04
1
-2
/
+4
*
Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...
thestig@chromium.org
2009-04-03
1
-5
/
+0
*
Move HTML dialogs out of their own tab contents type. Moved functions to new
brettw@chromium.org
2009-04-03
1
-4
/
+0
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
1
-1
/
+1
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
1
-4
/
+5
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
Reverting 11640.
finnur@chromium.org
2009-03-13
1
-5
/
+4
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
1
-4
/
+5
*
Moving the storing/restoring of the focus from TabContents to WebContentsView...
jcampan@chromium.org
2009-03-12
1
-16
/
+4
*
Remove TabContents from scaffolding. Yay!
pinkerton@chromium.org
2009-03-11
1
-1
/
+5
*
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Refactor download shelf and prepare for porting.
estade@chromium.org
2009-02-28
1
-9
/
+9
*
Relanding the following:
jcampan@chromium.org
2009-02-26
1
-6
/
+6
*
Reverting 10400.
jcampan@chromium.org
2009-02-25
1
-6
/
+6
*
When restoring a session, the browser is shown after a tab is selected causin...
jcampan@chromium.org
2009-02-25
1
-6
/
+6
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
1
-2
/
+2
*
Blind build fix?
evan@chromium.org
2009-02-12
1
-0
/
+6
*
Bring history.cc and dependents into the build.
evan@chromium.org
2009-02-11
1
-1
/
+0
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
1
-2
/
+2
*
Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...
avi@chromium.org
2009-02-10
1
-5
/
+6
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
1
-2
/
+2
*
Try reverting r9409 to see if it fixes crashes on chromebot.
kuchhal@chromium.org
2009-02-10
1
-6
/
+5
*
Reverting 9408.
brettw@chromium.org
2009-02-09
1
-2
/
+2
*
Switch from HWNDs to NativeViews.
avi@chromium.org
2009-02-09
1
-5
/
+6
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
1
-2
/
+2
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
1
-0
/
+1
*
Fix the include guards in tab_contents/* for the new location.
brettw@chromium.org
2009-01-16
1
-3
/
+3
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-0
/
+560