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
*
Don't allow drop to panels (pop-ups) in ChromeOS.
xiyuan@chromium.org
2010-06-09
1
-2
/
+4
*
Revert the revert to put it back in.
thomasvl@chromium.org
2010-06-08
2
-0
/
+6
*
Doing this to see if it fixes some failing tests that started about when this...
thomasvl@chromium.org
2010-06-08
2
-6
/
+0
*
Ensure that the context menu items displayed in ChromeFrame rendered pages ar...
ananta@chromium.org
2010-06-07
2
-0
/
+6
*
Only use IDC_ values for command ids in the render view context menu.
estade@chromium.org
2010-05-13
1
-6
/
+7
*
Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.
estade@chromium.org
2010-05-11
12
-514
/
+150
*
Fix crash in tab_contents_view_gtk.cc when delegate is NULL.
dpolukhin@chromium.org
2010-05-06
1
-8
/
+12
*
Remove unused local variables now that subclasses don't need to track their o...
pkasting@chromium.org
2010-04-23
1
-3
/
+0
*
Don't select all when autofocusing the location bar on New Tab creation. Use...
pkasting@chromium.org
2010-04-23
2
-2
/
+2
*
Fix 2 drag-out problems:
jianli@chromium.org
2010-04-16
1
-3
/
+8
*
Fix DCHECK in web_drop_target_win.cc.
dcheng@chromium.org
2010-04-16
1
-1
/
+1
*
Remove the second part of SetPageTitle since it's used only for debugging, if...
nsylvain@chromium.org
2010-04-14
1
-5
/
+0
*
Return an approximately correct drop effect from WebDragTarget::OnDrop.
dcheng@chromium.org
2010-04-08
1
-12
/
+2
*
Win32 plumbing for dragend event.
dcheng@chromium.org
2010-04-06
1
-3
/
+5
*
A patch to fix a couple of issues in interactive_ui_tests on ChromeOS
oshima@chromium.org
2010-04-05
2
-4
/
+12
*
Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...
pkasting@chromium.org
2010-04-03
2
-18
/
+2
*
Focus the location bar on any navigation to the NTP. Specifically, this focu...
pkasting@chromium.org
2010-03-30
2
-2
/
+2
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
2
-2
/
+2
*
Fix HTML5 effectAllowed and dragEffect on Chrome Linux.
tony@chromium.org
2010-03-23
1
-2
/
+1
*
Hook up HTML5 effectAllowed and dragEffect on Windows.
tc@google.com
2010-03-23
2
-3
/
+16
*
Reland r41641 "Make DevTools open docked by default..."
xiyuan@chromium.org
2010-03-22
2
-2
/
+13
*
Retry r41799:
estade@chromium.org
2010-03-18
4
-5
/
+23
*
Revert r41803 and r41799
estade@chromium.org
2010-03-17
4
-23
/
+5
*
Basic DragImage implementation.
estade@chromium.org
2010-03-17
4
-5
/
+23
*
Revert "Make DevTools open docked by default for chrome os."
tony@chromium.org
2010-03-16
2
-13
/
+2
*
Make DevTools open docked by default for chrome os.
xiyuan@chromium.org
2010-03-15
2
-2
/
+13
*
Return back all changes in tab_contents_view_win.cc about root view layout.
dpolukhin@google.com
2010-03-15
1
-4
/
+17
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
3
-8
/
+8
*
Temporary revert CLs due to perf regression on New Tab Warm:
dpolukhin@google.com
2010-03-10
1
-16
/
+4
*
Fix performance regression New Tab Warm introduced in http://codereview.chrom...
dpolukhin@google.com
2010-03-09
1
-7
/
+10
*
Removed logic which made the container size 0 when recreating a tab contents
davemoore@chromium.org
2010-03-02
1
-7
/
+16
*
Relayout root view in OnWindowPosChanged because when we process this message...
dpolukhin@google.com
2010-03-02
1
-0
/
+9
*
Revert r39148 because it broke new tab for some kind of links (context menu "...
dpolukhin@chromium.org
2010-02-17
1
-6
/
+0
*
Remember initial size of new created tab content and use it when GTK widget s...
dpolukhin@chromium.org
2010-02-16
1
-0
/
+6
*
CL implementing focus-dismissal of the chrome.experimental.popup set of exten...
twiz@chromium.org
2010-02-10
1
-1
/
+7
*
Attempt to fix the Linux Views and ChromiumOS builds following r38658.
mark@chromium.org
2010-02-10
8
-11
/
+218
*
Attempt to fix the Linux Views and ChromiumOS builds following r38658.
mark@chromium.org
2010-02-10
5
-7
/
+7
*
Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.
jianli@chromium.org
2010-02-10
1
-8
/
+31
*
Fix Linux/views/ChromeOS build. There are two tab_contents_view_gtk.cc files
phajdan.jr@chromium.org
2010-02-09
1
-7
/
+10
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-6
/
+8
*
Wire popup blocking UI to the new machinery and port over the user's old whit...
pkasting@chromium.org
2010-02-02
2
-11
/
+4
*
Fix build break.
jianli@chromium.org
2010-01-15
2
-8
/
+2
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
4
-79
/
+439
*
Add the ability for the GPU process to be used to paint the backing store of a
brettw@chromium.org
2010-01-13
1
-1
/
+1
*
Fixes bug in background tabs not getting sized correctly. The bug
sky@chromium.org
2010-01-12
1
-0
/
+5
*
Fixes bug in background tabs not getting sized correctly. We need to
sky@chromium.org
2010-01-08
1
-1
/
+8
*
Fix crash/leak issue in native_view_host_gtk.cc.
oshima@chromium.org
2009-12-23
1
-1
/
+3
*
Refactor the keyboard events handling code related to RenderViewHostDelegate:...
suzhe@chromium.org
2009-12-10
4
-102
/
+0
*
Refactor the menu model to live outside views/ so it can be shared
pinkerton@chromium.org
2009-12-04
2
-14
/
+16
*
linux_view: implement learn-more link in crash page
kuan@chromium.org
2009-12-02
3
-13
/
+34
[next]