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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bustage
ben@chromium.org
2009-03-12
1
-253
/
+0
*
Make Widget return a gfx::NativeView instead of a HWND.
ben@chromium.org
2009-03-12
40
-118
/
+381
*
Refactors code for showing bookmarks menus into a standalone class
sky@google.com
2009-03-12
8
-384
/
+569
*
Make toggling fullscreen mode on/off significantly less janky-looking by mean...
pkasting@chromium.org
2009-03-12
5
-16
/
+69
*
fix linux build. we need to include basictypes.h to get
tc@google.com
2009-03-12
1
-0
/
+1
*
Some work in refactoring FindBarWin/FindBarView so
tc@google.com
2009-03-12
14
-216
/
+467
*
Add a TabController class to manage a TabView (with corresponding xib). Rewri...
pinkerton@chromium.org
2009-03-12
6
-42
/
+221
*
Have RenderWidgetHostViewGtk take ownership of its widget.
deanm@chromium.org
2009-03-12
1
-0
/
+5
*
Hookup the escape key on Linux Omnibox to revert to the permanent text (like ...
deanm@chromium.org
2009-03-12
1
-2
/
+7
*
Fix a Linux Omnibox bug where a widget was used after it was destroyed.
deanm@chromium.org
2009-03-12
1
-0
/
+4
*
Better keyboard and mouse handling in Omnibox:
deanm@chromium.org
2009-03-12
2
-33
/
+64
*
Add a GDK_COLOR_RGB macro for constructing GdkColors.
deanm@chromium.org
2009-03-12
3
-7
/
+10
*
Fixes bug were sorting bookmarks wouldn't trigger a save.
sky@google.com
2009-03-12
1
-0
/
+3
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
25
-200
/
+193
*
Make fullscreen exit bubble link work by preventing the bubble from ever bein...
pkasting@chromium.org
2009-03-12
2
-5
/
+25
*
Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.
thestig@chromium.org
2009-03-12
3
-3
/
+3
*
Moving the storing/restoring of the focus from TabContents to WebContentsView...
jcampan@chromium.org
2009-03-12
17
-125
/
+182
*
Bring over more code from cole to improve the appearance of tabs. Start build...
pinkerton@chromium.org
2009-03-11
1
-106
/
+132
*
Enable building of browser/debugger/debugger_{contents,shell}.cc on Linux.
sgk@google.com
2009-03-11
1
-0
/
+20
*
Reverting 11467.
mpcomplete@google.com
2009-03-11
1
-3
/
+0
*
Getting rid of dead code.
pinkerton@chromium.org
2009-03-11
1
-12
/
+2
*
Try to make ExtensionViewTest less flaky by running it in single-process mode.
mpcomplete@google.com
2009-03-11
1
-0
/
+3
*
Change to make the 'save as...' dialog choose the default download path you h...
maruel@chromium.org
2009-03-11
1
-3
/
+12
*
Fix directory listings in mac and linux by making sure the code
tc@google.com
2009-03-11
1
-5
/
+3
*
Hopefully make DownloadTest.UnknownSize not-flaky.
phajdan.jr@chromium.org
2009-03-11
1
-2
/
+1
*
Add a couple more unit tests to the Mac build
pinkerton@chromium.org
2009-03-11
2
-2
/
+3
*
Initial pass at copy/paste. Menu items are always enabled. This matches Windo...
avi@chromium.org
2009-03-11
2
-2
/
+30
*
Remove TabContents from scaffolding. Yay!
pinkerton@chromium.org
2009-03-11
13
-52
/
+33
*
Remove some empty source files from the tree.
deanm@chromium.org
2009-03-11
2
-0
/
+0
*
Stop history search going on beyond the start of history.
glen@chromium.org
2009-03-11
11
-22
/
+118
*
Change SpellChecker::Language to be an ASCII string.
estade@chromium.org
2009-03-11
10
-84
/
+110
*
Add the show all downloads link to the download shelf on linux.
estade@chromium.org
2009-03-11
2
-6
/
+85
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
11
-282
/
+264
*
Changes docking in the following ways:
sky@google.com
2009-03-10
3
-209
/
+177
*
Fixes stretchy effect when window is enlarged past the backing bitmap's size.
avi@chromium.org
2009-03-10
1
-4
/
+4
*
Pass unhandled events to Cocoa; thanks to Dmitri for the event fix.
avi@chromium.org
2009-03-10
1
-3
/
+12
*
This changes the base clipboard class, as accomplishing paste requires that C...
avi@chromium.org
2009-03-10
3
-9
/
+4
*
Get rid of --start-renderers-manually since it's been broken for a long time ...
jam@chromium.org
2009-03-10
7
-115
/
+75
*
Move the tab images into the TabRenderer class.
jhawkins@chromium.org
2009-03-10
2
-76
/
+86
*
Fix interactive UI tests. It was crashing due to a NULL ExtensionsService in...
mpcomplete@google.com
2009-03-10
1
-1
/
+2
*
Re-enable ExtensionViewTest.
mpcomplete@google.com
2009-03-10
1
-3
/
+1
*
First step at removing TabContents from temp scaffolding. Get rid of duplicat...
pinkerton@chromium.org
2009-03-10
1
-8
/
+19
*
Extra disable ExtensionViewTest.
mpcomplete@google.com
2009-03-10
1
-0
/
+2
*
Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...
jam@chromium.org
2009-03-10
3
-19
/
+47
*
Make the download shelf in gtk look prettier (add top border, improve spacing).
estade@chromium.org
2009-03-10
2
-19
/
+48
*
Port navigation controller unittest to posix.
estade@chromium.org
2009-03-10
1
-29
/
+36
*
Disable ExtensionViewTest.Index while I fix it.
mpcomplete@google.com
2009-03-10
1
-1
/
+1
*
First cut at the find bar.
tc@google.com
2009-03-10
10
-14
/
+149
*
Unrevert 11294.
mpcomplete@google.com
2009-03-10
9
-55
/
+136
*
Highlight tab close button on click. Original patch by kimworking@gmail.com,...
pkasting@chromium.org
2009-03-10
1
-2
/
+4
[next]