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
*
Add a GDK_COLOR_RGB macro for constructing GdkColors.
deanm@chromium.org
2009-03-12
3
-7
/
+10
*
Ensure that a listener's OnChannelConnected is called before OnMessageReceived.
jam@chromium.org
2009-03-12
3
-22
/
+20
*
Pointing slns at generated vcprojs from base.
bradnelson@google.com
2009-03-12
1
-1291
/
+2002
*
Re-enable java plugin test (reverting 11510)
jar@chromium.org
2009-03-12
1
-2
/
+1
*
Add more info to a dcheck to see why DuplicateHandle is failing on the buildbot.
jam@chromium.org
2009-03-12
1
-1
/
+2
*
Fixes bug were sorting bookmarks wouldn't trigger a save.
sky@google.com
2009-03-12
1
-0
/
+3
*
Restore bretts change (reverting 11506) and disabling java test
jar@chromium.org
2009-03-12
1
-1
/
+2
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
30
-227
/
+212
*
Rollback 11498
jar@chromium.org
2009-03-12
1
-2
/
+1
*
- Add UI test for DOM checker.
patrick@chromium.org
2009-03-12
9
-58
/
+316
*
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
19
-149
/
+186
*
Diable a failing test. This seems to be related to the WebKit merge 41559:41588
brettw@chromium.org
2009-03-12
1
-1
/
+2
*
Allow passing in package version info, since it's already calculated by the
mmoss@chromium.org
2009-03-11
2
-72
/
+56
*
Bring over more code from cole to improve the appearance of tabs. Start build...
pinkerton@chromium.org
2009-03-11
2
-107
/
+145
*
My change to widen the About box got reverted for the Hebrew locale. Readding.
finnur@chromium.org
2009-03-11
1
-1
/
+1
*
Enable building of browser/debugger/debugger_{contents,shell}.cc on Linux.
sgk@google.com
2009-03-11
3
-20
/
+26
*
Reverting 11467.
mpcomplete@google.com
2009-03-11
3
-12
/
+1
*
Inform google_update that the user has acepted the EULA
cpu@google.com
2009-03-11
5
-9
/
+33
*
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
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
[next]