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
*
Remove the Menu object, converting all the remaining callers to use Menu2. I'...
ben@chromium.org
2009-06-12
6
-98
/
+113
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
9
-25
/
+54
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
14
-13
/
+117
*
Fix leak in my interstitial page test.
willchan@chromium.org
2009-06-12
1
-1
/
+1
*
Oops, disable the correct test this time :)
willchan@chromium.org
2009-06-12
1
-3
/
+3
*
Disable leaky web_contents_unittest.cc interstitial test.
willchan@chromium.org
2009-06-12
1
-1
/
+2
*
Linux: Special case focus handling so that we don't tell webkit it's lost foc...
estade@chromium.org
2009-06-11
3
-4
/
+17
*
Make sure view-source: is applied to RenderView when it is reused for a new
brettw@google.com
2009-06-11
3
-1
/
+60
*
Move renderer_preferences.h from chrome/browser into chrome/common. We
tc@google.com
2009-06-11
2
-2
/
+2
*
Fix crash on interstitial page when the renderer crashed.
willchan@chromium.org
2009-06-11
2
-2
/
+41
*
Hide URL from extension pages.
mhm@chromium.org
2009-06-11
1
-0
/
+5
*
GTK: Implement BlockedPopupContainerView for linux.
erg@google.com
2009-06-10
3
-14
/
+89
*
Do not allow URL drops on app windows to cause a navigation away
tc@google.com
2009-06-10
3
-0
/
+14
*
Fix a crash in linux if the renderer process dies too fast. On mac, we
tc@google.com
2009-06-10
8
-35
/
+27
*
DevTools: migrate sanity tests to javascript.
pfeldman@chromium.org
2009-06-10
2
-5
/
+1
*
Fix 13570: Find box stops responding to browser window resize.
finnur@chromium.org
2009-06-09
1
-1
/
+4
*
Modified ThumbnailStore to cache/store JPEGs instead
brettw@chromium.org
2009-06-09
1
-4
/
+10
*
Creates a BlockedPopupContainerView interface, and changes the current Blocke...
erg@google.com
2009-06-08
1
-8
/
+2
*
Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...
jcampan@chromium.org
2009-06-08
5
-18
/
+14
*
Display extension processes in task manager.
phajdan.jr@chromium.org
2009-06-06
1
-0
/
+5
*
When navigating to a page triggering an interstitial from the NTP, the title ...
jcampan@chromium.org
2009-06-06
1
-7
/
+7
*
Remove the obsolete TabContents::GetSecurityStyle and
wtc@chromium.org
2009-06-04
2
-39
/
+0
*
Why can't passing localy and on the try bots mean it compiles on the builders...
erg@google.com
2009-06-04
1
-0
/
+1
*
Add atlapp.h. Wasn't neccessary on my local windows machine but builders want...
erg@google.com
2009-06-04
1
-0
/
+1
*
Relanding the first of probably several patches trying to clean up the Blocke...
erg@google.com
2009-06-04
3
-35
/
+29
*
Implement window state restoration for the views-gtk window.
ben@chromium.org
2009-06-04
1
-1
/
+3
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
5
-148
/
+20
*
Implement dragging a tab back into a tabstrip for gtk.
jhawkins@chromium.org
2009-06-03
1
-2
/
+2
*
plugins: rename GetPluginNativeView to GetNativeView.
evan@chromium.org
2009-06-03
3
-5
/
+5
*
Shows IDN for "Waiting for <host-name>..." message when Chrome is waiting for a
brettw@chromium.org
2009-06-03
1
-1
/
+6
*
Fix NavigationController::ClassifyNavigation() to treat redirection correctly.
brettw@chromium.org
2009-06-03
2
-4
/
+58
*
Revert "This is the first of probably several patches trying to clean up the ...
erg@google.com
2009-06-03
3
-22
/
+32
*
This is the first of probably several patches trying to clean up the BlockedP...
erg@google.com
2009-06-03
3
-32
/
+22
*
Implement InspectorClient's Settings API.
pfeldman@chromium.org
2009-06-03
3
-0
/
+10
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
3
-0
/
+3
*
Local text file with spaces in filename is urlencoded in tab title
mhm@chromium.org
2009-06-03
2
-2
/
+9
*
Add some browser-level checks to prohibit access to extension bindings by
mpcomplete@google.com
2009-06-02
1
-0
/
+4
*
This CL fixes issue 10827 -- Hebrew: pop-up menu positioned to right of mouse...
xji@chromium.org
2009-06-01
2
-6
/
+11
*
Make the bookmark bar closing animation less janky.
estade@chromium.org
2009-06-01
1
-1
/
+1
*
Linux: ctrl+scroll for zoom
estade@chromium.org
2009-06-01
1
-0
/
+19
*
When copying urls in the render view context menu, copy them to PRIMARY as we...
estade@chromium.org
2009-05-29
4
-12
/
+27
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-2
/
+2
*
Generalize the code that checks for user actions in the render view to work o...
estade@chromium.org
2009-05-28
3
-9
/
+4
*
This fixes the problem of the status bubble obscuring the download shelf.
mirandac@chromium.org
2009-05-27
2
-0
/
+6
*
Some ui tests would crash when the browser was closed.
jcampan@chromium.org
2009-05-27
1
-6
/
+10
*
DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...
pfeldman@chromium.org
2009-05-27
1
-1
/
+2
*
For "Copy link address" context menu, copy the URL with Unicode host name
jungshik@google.com
2009-05-27
1
-27
/
+27
*
SetInitialFocus() when there's no view to restore to.
shess@chromium.org
2009-05-26
1
-0
/
+6
*
Removes some dead code in TabContentsViewGtk and makes it compile for
sky@chromium.org
2009-05-26
3
-39
/
+6
*
Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...
finnur@chromium.org
2009-05-22
2
-26
/
+42
[next]