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
/
views
/
tab_contents
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable localization of default downloaded filename.
tony@chromium.org
2009-11-04
1
-1
/
+2
*
Fix conflicts between accelerator keys and HTML DOM accesskeys.
suzhe@chromium.org
2009-10-23
4
-14
/
+19
*
Do some cleanup of file path name handling.
brettw@chromium.org
2009-10-22
1
-4
/
+6
*
Lands http://codereview.chromium.org/306039 for Sean:
sky@chromium.org
2009-10-22
2
-0
/
+63
*
Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...
sky@chromium.org
2009-10-13
2
-28
/
+10
*
Shorten the generated file name to be less than MAX_PATH (on Windows).
kuchhal@chromium.org
2009-10-13
1
-2
/
+4
*
Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...
nsylvain@chromium.org
2009-10-13
2
-10
/
+28
*
Gets blocked popups to work on views/gtk. I had to fix a couple of
sky@chromium.org
2009-10-12
2
-28
/
+10
*
Forwards mouse leave to renderer for views/gtk.
sky@chromium.org
2009-10-12
1
-5
/
+5
*
Pulls WebDragDest out of TabContentsViewGtk so that it can be used by
sky@chromium.org
2009-10-08
2
-1
/
+10
*
Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW...
jam@chromium.org
2009-10-08
4
-49
/
+0
*
Wires up sad tab for views/gtk, and fixes crash in requesting focus
sky@chromium.org
2009-10-08
3
-2
/
+18
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
3
-11
/
+15
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
2
-12
/
+7
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
2
-7
/
+12
*
[Relanding erg's change with fix for toolkit_views shortcuts and
jcampan@chromium.org
2009-09-25
1
-1
/
+1
*
Allow the initial size of TabContentViews to be based on the
tony@chromium.org
2009-09-25
4
-5
/
+6
*
This CL makes the focus remembered across tab switches for Chrome Linux with ...
jcampan@chromium.org
2009-09-14
4
-65
/
+63
*
Fix linux-views build by adding a header change I missed in my previous check...
snej@chromium.org
2009-09-08
2
-2
/
+5
*
Plumb the DragOperation through all the layers between the platform Drag-n-dr...
snej@chromium.org
2009-09-08
3
-7
/
+15
*
Fixing focus in location bar and accelerators on Linux toolkit views.
jcampan@chromium.org
2009-09-03
1
-2
/
+28
*
Port more browser focus tests to linux.
estade@chromium.org
2009-08-19
1
-0
/
+2
*
Cleaning up lines longer than 80 chars under src/chrome/browser.
mark@chromium.org
2009-08-17
1
-2
/
+2
*
Reverting 23406.
levin@chromium.org
2009-08-14
1
-1
/
+1
*
Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...
jhawkins@chromium.org
2009-08-14
1
-1
/
+1
*
Refactors OSExchangeData for easier portability.
sky@chromium.org
2009-08-12
1
-7
/
+9
*
Refactors drag support from TabContentsViewGtk into
sky@chromium.org
2009-08-12
2
-22
/
+19
*
Force sizing of a new tab as soon as TabContents is created.
japhet@chromium.org
2009-07-29
1
-0
/
+2
*
The focus would be messed-up when reloading a crashed tab, also causing accel...
jcampan@chromium.org
2009-07-29
1
-1
/
+1
*
Adds MSAA information to various (previously uncovered) bits of the UI, inclu...
klink@chromium.org
2009-07-23
2
-0
/
+27
*
Allow the browser to send actions back to the render for media element contex...
ajwong@chromium.org
2009-07-23
2
-2
/
+2
*
Squash the "Confirm Form Repost" dialog triggered via an external context men...
robertshield@chromium.org
2009-07-23
2
-0
/
+19
*
Fix two crashers with TOOLKIT_VIEWS build:
ben@chromium.org
2009-07-21
1
-0
/
+4
*
Fix another d&d crash that happens when the tab contents
tc@google.com
2009-07-21
1
-2
/
+1
*
Allow TabContentsDelegates to process unhandled keyboard messages coming back...
ananta@chromium.org
2009-07-14
1
-0
/
+5
*
Fix a crash that happens if a tab is closed while
tc@google.com
2009-07-10
2
-4
/
+50
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
1
-0
/
+0
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
3
-11
/
+10
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
3
-8
/
+47
*
Merging r18584 into chrome/browser/views/tab_contents/tab_contents_view_win.cc.
yusukes@google.com
2009-06-24
1
-2
/
+5
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-6
/
+6
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-6
/
+6
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
1
-6
/
+6
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
1
-6
/
+6
*
A crasher from the field seems to indicate that the page render widget host v...
jcampan@chromium.org
2009-06-19
1
-1
/
+2
*
Fix build bustage by removing another dependency on browser/gtk by creating a...
ben@chromium.org
2009-06-17
3
-1
/
+413
*
Move TabContentsViewWin and RenderViewContextMenu*Win to browser/views/tab_co...
ben@chromium.org
2009-06-14
6
-0
/
+1004
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
7
-67
/
+51
*
Fix toolkit_views bustage by updating callsite to use the new function name.
ben@chromium.org
2009-06-09
1
-2
/
+3
*
Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...
jcampan@chromium.org
2009-06-08
1
-2
/
+3
[next]