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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable BookmarkContextMenuTest under Linux.
erg@google.com
2009-04-22
2
-3
/
+10
*
Provide an override for Webview drop effect.
tc@google.com
2009-04-22
4
-10
/
+62
*
Reland r14146 which refactors DialogButton into cross platform
tc@google.com
2009-04-21
68
-297
/
+287
*
This CL fixes
xji@chromium.org
2009-04-21
2
-25
/
+72
*
Unittest gardening. Enable VisitedLinkTest and SessionBackendTest on Mac.
shess@chromium.org
2009-04-21
1
-2
/
+0
*
Better omnibox handling of numeric input. Now we search based on the user's ...
pkasting@chromium.org
2009-04-21
3
-11
/
+46
*
Merge BookmarkContextMenuGtk back into BookmarkContextMenu.
erg@google.com
2009-04-21
10
-546
/
+180
*
Reverting 14152.
thestig@chromium.org
2009-04-21
5
-9
/
+21
*
Use webtextinput to insert text for middle-click paste.
estade@chromium.org
2009-04-21
5
-27
/
+10
*
Stop using and remove deprecated file_util::TrimTrailingSeparator().
thestig@chromium.org
2009-04-21
5
-21
/
+9
*
Fixes bug in WebMediaPlayerDelegateImpl::Seek() where we (wrongly) assumed ti...
scherkus@chromium.org
2009-04-21
2
-5
/
+5
*
Hacked up delay load code for ffmpeg in posix systems. This is
ajwong@chromium.org
2009-04-21
4
-34
/
+248
*
Reland this change from yesterday. Gets basic text in omnibox2 popup working....
ben@chromium.org
2009-04-21
2
-40
/
+53
*
posix: URLFixerUpper would DCHECK on input "/".
evan@chromium.org
2009-04-21
2
-6
/
+17
*
Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"
tc@google.com
2009-04-21
62
-223
/
+260
*
Refactor DialogDelegate so the DialogButton enum is in cross platform
tc@google.com
2009-04-21
62
-260
/
+223
*
comment test again as the fix didnt work.
kuchhal@chromium.org
2009-04-21
1
-2
/
+2
*
Enable WebDatabaseTest on non-Win.
shess@chromium.org
2009-04-21
1
-1
/
+0
*
Fix a leak when we fail to load a gdkpixbuf. I meant to do this in
tc@google.com
2009-04-21
2
-7
/
+31
*
Stop using and remove deprecated file_util::TrimFilename().
thestig@chromium.org
2009-04-21
3
-13
/
+3
*
Makes it possible to mock URLFetcher.
sky@chromium.org
2009-04-21
5
-4
/
+165
*
Fix installer tests broken by r13926.
kuchhal@chromium.org
2009-04-21
5
-7
/
+44
*
Mark marker-changes.svg as Flakey on Mac
dglazkov@google.com
2009-04-21
1
-1
/
+2
*
Add 8 locale dll files for 8 Indian languages to FILES. The list is used for ...
jungshik@google.com
2009-04-21
1
-2
/
+10
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
22
-241
/
+343
*
Implement (kinda) ProcessSingleton for the Mac.
avi@google.com
2009-04-21
4
-21
/
+39
*
This CL adds a utility method that lets you start a process and block until t...
jcampan@chromium.org
2009-04-21
3
-7
/
+122
*
Handle file drops and URL open requests. Along with declaring that we handle ...
avi@google.com
2009-04-21
3
-9
/
+209
*
Unbreak accelerators, and add ctrl+_ for zoom out.
estade@chromium.org
2009-04-21
1
-1
/
+5
*
GTK: Properly escape download item label markup.
estade@chromium.org
2009-04-21
1
-9
/
+10
*
Fix a memory leak in the download shelf.
estade@chromium.org
2009-04-21
1
-2
/
+5
*
Try again to fix "maximized window size wrong after unlock". This is a blind...
pkasting@chromium.org
2009-04-21
1
-20
/
+11
*
Start pulling tcmalloc into the build. Not using it yet
mbelshe@google.com
2009-04-21
4
-0
/
+543
*
Fix #include (.h, not .cc).
sgk@google.com
2009-04-21
1
-1
/
+1
*
Hook up alt-d on linux.
estade@chromium.org
2009-04-21
1
-2
/
+2
*
Stop using deprecated file_util::Trim* functions.
thestig@chromium.org
2009-04-21
1
-4
/
+5
*
This CL fix issue 2674 - search engine name containing parenthesis is not dis...
xji@chromium.org
2009-04-21
5
-10
/
+16
*
I missed this file in my last checkin
estade@chromium.org
2009-04-21
1
-4
/
+11
*
Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...
sgk@google.com
2009-04-21
7
-30
/
+58
*
Add open/close animations to infobar, download shelf.
estade@chromium.org
2009-04-21
7
-48
/
+216
*
Handle a race between the remove tab animation resizing the closing tab and t...
jhawkins@chromium.org
2009-04-21
1
-1
/
+11
*
Fixes FFmpegDemuxerTest.ReadAndSeek test flakiness by using a WaitableEvent.
scherkus@chromium.org
2009-04-21
2
-23
/
+35
*
Video and audio now pauses by playing NULL (0) PCM audio when the playback ra...
ralphl@chromium.org
2009-04-21
2
-10
/
+15
*
DCHECK now allows SetPlaybackRate(0.0f) if the pipeline is stopped.
ralphl@chromium.org
2009-04-21
1
-1
/
+2
*
.gyp file for Breakpad on OS X.
jeremy@chromium.org
2009-04-21
1
-0
/
+99
*
Add a comment for the flakey test.
dglazkov@google.com
2009-04-21
1
-0
/
+1
*
Log the "Proxy-Support: Session-Based-Authentication"
wtc@chromium.org
2009-04-21
2
-29
/
+68
*
Mark flakey test as, well -- flakey.
dglazkov@google.com
2009-04-21
1
-2
/
+1
*
During uninstall on Vista try to elevate if registry entries from HKLM need t...
kuchhal@chromium.org
2009-04-21
3
-1
/
+57
*
Save ~150k on a Linux release build by not inlining DOMWrapperToNode.
deanm@chromium.org
2009-04-21
2
-9
/
+17
[next]