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
*
Publish DEPS for Chromium 29.0.1509.2
29.0.1509.2
gitdeps
2014-04-07
2
-691
/
+576
*
Incrementing VERSION to 29.0.1509.2
chrome-release@google.com
2013-05-16
1
-1
/
+1
*
Incrementing VERSION to 29.0.1509.1
chrome-release@google.com
2013-05-16
1
-1
/
+1
*
Branching for 1509 @200399
chrome-release@google.com
2013-05-16
0
-0
/
+0
*
[Geolocation] Fix a race condition in GeolocationArbitratorImpl
isherman@chromium.org
2013-05-16
2
-2
/
+8
*
Enable the side-effect free whitelist and use it for local browsing based
tburkard@chromium.org
2013-05-16
5
-4
/
+20
*
Disable flaky ExtensionCrashRecoveryTest.TwoExtensionsReloadIndependently
rouslan@chromium.org
2013-05-16
1
-1
/
+2
*
add the UMA MouseEventPrefetch.PreTapEventsFollowedByClick
kouhei@chromium.org
2013-05-16
1
-0
/
+15
*
Make renderer aware of browser plugin position.
lazyboy@chromium.org
2013-05-15
33
-38
/
+701
*
[NaCl SDK] Fix verification errors.
binji@chromium.org
2013-05-15
2
-14
/
+8
*
Apply ioctl() restriction across the board.
cevans@chromium.org
2013-05-15
1
-8
/
+3
*
Send KEYUP and KEYDOWN rather than CHAR messages to the renderer window.
grt@chromium.org
2013-05-15
7
-25
/
+54
*
Revert 195288 "removed unused variation ids"
harrym@chromium.org
2013-05-15
1
-0
/
+25
*
Docserver: fix sidebar scrolling.
kalman@chromium.org
2013-05-15
1
-5
/
+13
*
Fix ExecuteCodeInTabFunction::Init
fsamuel@chromium.org
2013-05-15
1
-2
/
+1
*
Add support for a cookie retention priority field trial.
erikwright@chromium.org
2013-05-15
1
-1
/
+10
*
Changes RelativeLuminance() to not add 0.05 directly, since that's
pkasting@chromium.org
2013-05-15
2
-19
/
+23
*
Make the constants in defaults.cc match their declaration order in defaults.h.
pkasting@chromium.org
2013-05-15
2
-73
/
+54
*
Style fix: No else after return.
pkasting@chromium.org
2013-05-15
1
-17
/
+13
*
Update .DEPS.git
chrome-admin@google.com
2013-05-15
1
-1
/
+1
*
Add support for the side-effect free whitelist in safe browsing.
tburkard@chromium.org
2013-05-15
11
-65
/
+346
*
Roll Blink 150366:150424.
senorblanco@chromium.org
2013-05-15
1
-1
/
+1
*
[NaCl SDK] Verify the SDK before tar'ing.
binji@chromium.org
2013-05-15
5
-5
/
+1145
*
Re-add the location text, describing (on chrome://extensions) where the exten...
finnur@chromium.org
2013-05-15
5
-0
/
+29
*
Relanding this as the previous attempt failed due to build errors.
ananta@chromium.org
2013-05-15
25
-264
/
+449
*
Fix null pointer dereference in GLES2DecoderImpl::UpdateParentTextureInfo.
apatrick@chromium.org
2013-05-15
1
-1
/
+2
*
Fix newline.
achuith@chromium.org
2013-05-15
1
-1
/
+1
*
cc: Try eliminate flake on a cc unittest.
danakj@chromium.org
2013-05-15
1
-4
/
+23
*
Don't forget to call RemoveObserver when TtsDispatcher is destroyed.
dmazzoni@chromium.org
2013-05-15
1
-0
/
+1
*
Disable FullTabNavigationTest.JavascriptWindowOpenCanClose for use_aura=1.
grt@chromium.org
2013-05-15
1
-0
/
+5
*
[SPDY] Strengthen checks in SpdyStream::DoSendBody()
akalin@chromium.org
2013-05-15
1
-3
/
+4
*
Retries with exponential backoff for dismissals.
vadimt@chromium.org
2013-05-15
3
-71
/
+127
*
Address missed review comment from https://codereview.chromium.org/15011014/
cevans@chromium.org
2013-05-15
1
-17
/
+1
*
Replaced 8 callbacks provided to MediaPlayerBridge with an interface (reusing...
avayvod@chromium.org
2013-05-15
7
-176
/
+82
*
fix non-fastbuild chrome_split_dll
scottmg@chromium.org
2013-05-15
1
-1
/
+3
*
Add HttpCache.ReadError* histograms.
gavinp@chromium.org
2013-05-15
5
-9
/
+40
*
Fix vestigal use of messagepumplinux
davemoore@chromium.org
2013-05-15
1
-2
/
+2
*
Add content browser tests for Media Source Extensions.
shadi@chromium.org
2013-05-15
10
-86
/
+365
*
Picasa import: Add RegisterFileSystemForVirtualPath to IsolatedContext.
tommycli@chromium.org
2013-05-15
3
-4
/
+43
*
Remove google_apis::UploadMode.
hidehiko@chromium.org
2013-05-15
23
-134
/
+51
*
Update .DEPS.git
chrome-admin@google.com
2013-05-15
1
-1
/
+1
*
net: Return LoadTiming information in the case of a cache hit.
mmenke@chromium.org
2013-05-15
15
-133
/
+432
*
Rolled ANGLE rev to include fixes for a few security bugs.
alokp@chromium.org
2013-05-15
1
-1
/
+1
*
Refactor renderer<->plugin code out of content/common
jamesr@chromium.org
2013-05-15
14
-194
/
+353
*
Merge framer-based Construct* functions to SpdyTestUtil
ttuttle@chromium.org
2013-05-15
20
-293
/
+290
*
Implement DriveAPIService::CopyResource.
hidehiko@chromium.org
2013-05-15
4
-18
/
+70
*
Add debugging statements for problem that only happens on bots.
erg@chromium.org
2013-05-15
1
-0
/
+15
*
Move webkit/compositor_bindings into webkit/renderer
jamesr@chromium.org
2013-05-15
64
-169
/
+169
*
Re-enable CertDatabaseNSSTest.TrustIntermediateCA{2,3} on Linux/CrOS for NSS ...
rsleevi@chromium.org
2013-05-15
1
-14
/
+12
*
If HostResolver::Request completes with OK, the AddressList is not empty. Pre...
mef@chromium.org
2013-05-15
3
-16
/
+1
[next]