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
*
Fix the mac build from my WebContents rename.
brettw@chromium.org
2009-05-04
1
-2
/
+2
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
38
-437
/
+343
*
roll back r15177
ben@chromium.org
2009-05-04
1
-1
/
+1
*
Reverting 15180.
ben@chromium.org
2009-05-04
1
-1
/
+1
*
Bustage fix for mac and linux:
ben@chromium.org
2009-05-04
1
-1
/
+1
*
Extract all views resources into:
ben@chromium.org
2009-05-04
1
-1
/
+1
*
Add chrome/chromium icons as PNGs.
ben@chromium.org
2009-05-02
1
-2
/
+4
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
3
-3
/
+4
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
1
-1
/
+1
*
More focus fixing.
avi@google.com
2009-05-01
1
-1
/
+2
*
Stop the location bar from flashing white when navigating from one HTTPS site...
abarth@chromium.org
2009-05-01
1
-2
/
+10
*
Fixes the implementation of TabContentsViewMac::TakeFocus().
rohitrao@chromium.org
2009-04-30
1
-1
/
+7
*
Patch for accelerator clean-up from Hamaji.
jcampan@chromium.org
2009-04-30
1
-1
/
+1
*
Minimal SetInitialFocus and RestoreFocus. These aren't final, but this
rohitrao@chromium.org
2009-04-30
1
-1
/
+5
*
Migrating the SSL UI tests to be browser tests.
jcampan@chromium.org
2009-04-29
2
-2
/
+5
*
Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...
pkasting@chromium.org
2009-04-29
1
-1
/
+4
*
Linux findbar improvements:
estade@chromium.org
2009-04-29
1
-3
/
+1
*
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
3
-7
/
+8
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-1
/
+1
*
Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...
rafaelw@chromium.org
2009-04-28
3
-0
/
+20
*
When navigating from an interstitial to another page with an interstitial, we...
jcampan@chromium.org
2009-04-27
2
-3
/
+19
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
2
-6
/
+5
*
Passing correct HWND to CreateChromeWindow(). The HWND of the toplevel window
estade@chromium.org
2009-04-24
1
-1
/
+5
*
Implement HTML selects as native Cocoa controls for Chrome.
paul@chromium.org
2009-04-24
1
-0
/
+3
*
Removes FindBar cruft from TabContentsViewMac.
rohitrao@chromium.org
2009-04-24
2
-69
/
+2
*
Kill WebContents by moving the remaining methods to TabContents. WebContents
brettw@chromium.org
2009-04-24
4
-1878
/
+1884
*
Move another batch of functions for WebContents to TabContents. This also
brettw@chromium.org
2009-04-24
4
-436
/
+413
*
Check for view source mode in DOM UI mode.
thestig@chromium.org
2009-04-23
2
-7
/
+37
*
Move Browser implementation of callback interfaces into the private section.
stoyan@chromium.org
2009-04-23
1
-13
/
+8
*
Provide a way for a TabContentsDelegate to take focus when we receive a notif...
ananta@chromium.org
2009-04-23
2
-6
/
+15
*
Move a bunch of functions from WebContents to TabContents. Change the services
brettw@chromium.org
2009-04-23
4
-205
/
+188
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
8
-23
/
+2
*
Revert "Don't send resize messages until the renderer has been initialized."
evan@chromium.org
2009-04-22
8
-2
/
+23
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
8
-23
/
+2
*
Always enable copy-link-address in context menu.
brettw@chromium.org
2009-04-22
1
-2
/
+4
*
Move all data members from WebContents to TabContents in preparation for
brettw@chromium.org
2009-04-22
4
-232
/
+287
*
Provide an override for Webview drop effect.
tc@google.com
2009-04-22
1
-6
/
+0
*
Fix a leak of the NavigationController during many tests. A duplicate
brettw@chromium.org
2009-04-21
1
-2
/
+1
*
Rename web_contents_view* files to tab_contents_view* to reflect my previous
brettw@chromium.org
2009-04-21
11
-35
/
+29
*
Rename WebContentsView* to TabContentsView* in preparation for merging
brettw@chromium.org
2009-04-20
15
-183
/
+183
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
14
-573
/
+332
*
Reverting 14005.
brettw@chromium.org
2009-04-18
14
-332
/
+573
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
14
-573
/
+332
*
Remove overlap between TabContents and WebContents. Now all the functions in
brettw@chromium.org
2009-04-17
3
-170
/
+158
*
Fix the process creation problem. This forces transitions between
brettw@chromium.org
2009-04-16
3
-5
/
+66
*
Recommit previous change with GYP files fixed.
erg@google.com
2009-04-16
1
-1
/
+1
*
Fix a mess I made before checkin. I started trying something else but gave
brettw@chromium.org
2009-04-16
1
-4
/
+2
*
Reverts the previous two commits. (r13812 and r13811).
erg@google.com
2009-04-15
1
-1
/
+1
[next]