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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to make ExtensionViewTest less flaky by running it in single-process mode.
mpcomplete@google.com
2009-03-11
3
-1
/
+12
*
Change to make the 'save as...' dialog choose the default download path you h...
maruel@chromium.org
2009-03-11
1
-3
/
+12
*
Add new browser/gtk/find_bar_gtk.{cc,h} files to gyp build.
sgk@google.com
2009-03-11
1
-0
/
+2
*
Add hanging test to Purify gtest filter file. Report location of filter file
pam@chromium.org
2009-03-11
1
-0
/
+2
*
Fix directory listings in mac and linux by making sure the code
tc@google.com
2009-03-11
2
-5
/
+4
*
Hopefully make DownloadTest.UnknownSize not-flaky.
phajdan.jr@chromium.org
2009-03-11
2
-6
/
+5
*
Revert r11445, _wtoi does not exist outside of Windows / MSVC.
deanm@chromium.org
2009-03-11
1
-13
/
+4
*
Add a couple more unit tests to the Mac build
pinkerton@chromium.org
2009-03-11
3
-7
/
+3
*
I was a moron and did http://codereview.chromium.org/40012/ against a read on...
davemoore@chromium.org
2009-03-11
1
-4
/
+13
*
Initial pass at copy/paste. Menu items are always enabled. This matches Windo...
avi@chromium.org
2009-03-11
3
-9
/
+37
*
Reenable incremental linking for most projects except the largest ones. Will ...
maruel@chromium.org
2009-03-11
4
-1
/
+4
*
net_resources unfork
thomasvl@chromium.org
2009-03-11
1
-7
/
+5
*
Remove TabContents from scaffolding. Yay!
pinkerton@chromium.org
2009-03-11
15
-172
/
+33
*
Remove some empty source files from the tree.
deanm@chromium.org
2009-03-11
7
-2
/
+0
*
The video renderer actually color converts. This is the last change that sho...
ralphl@chromium.org
2009-03-11
1
-4
/
+17
*
Fix the distributor logo placement on the glass frame.
ben@chromium.org
2009-03-11
4
-6
/
+37
*
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
11
-84
/
+111
*
Add the show all downloads link to the download shelf on linux.
estade@chromium.org
2009-03-11
2
-6
/
+85
*
Fix black titlebar rendering when toggling DWM when the window is maximized:
ben@chromium.org
2009-03-10
4
-3
/
+34
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
11
-282
/
+264
*
Implemented AudioRendererImpl in renderer process using API
hclam@chromium.org
2009-03-10
5
-46
/
+313
*
Changes docking in the following ways:
sky@google.com
2009-03-10
7
-209
/
+180
*
Allow packaging to run from other directories (e.g. buildbot archive staging ...
mmoss@chromium.org
2009-03-10
1
-17
/
+65
*
Fix startup and page_cycler_tests shared linking when using SHARED=1
evan@chromium.org
2009-03-10
2
-1
/
+6
*
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
7
-29
/
+7
*
Make ui_tests work on the Mac again after r11273
mark@chromium.org
2009-03-10
1
-4
/
+1
*
Set proper bundle ID based on the state of branding.
mark@chromium.org
2009-03-10
2
-3
/
+14
*
Back out r11376. Not all .grd files generate the same .pak / .rc files.
sgk@google.com
2009-03-10
1
-2
/
+0
*
Get rid of --start-renderers-manually since it's been broken for a long time ...
jam@chromium.org
2009-03-10
11
-125
/
+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
4
-182
/
+49
*
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
5
-56
/
+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
*
Make chrome's copy of the 'grit' rule aware that the grit call
sgk@google.com
2009-03-10
1
-0
/
+2
*
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
*
Add new gtk files to the gyp build.
sgk@google.com
2009-03-10
1
-16
/
+17
*
Fix build breaks after webkit merge.
jam@chromium.org
2009-03-10
3
-2
/
+5
*
Unrevert 11294.
mpcomplete@google.com
2009-03-10
14
-61
/
+161
*
Highlight tab close button on click. Original patch by kimworking@gmail.com,...
pkasting@chromium.org
2009-03-10
1
-2
/
+4
*
Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests.
scherkus@chromium.org
2009-03-10
1
-0
/
+3
*
Make Chromium windows not hide auto-hide taskbars, take 2.
pkasting@chromium.org
2009-03-10
8
-49
/
+125
*
Slight code change to make some global variables const.
maruel@google.com
2009-03-10
19
-77
/
+122
[next]