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
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tell IDB frontend about data loss.
dgrogan@chromium.org
2013-06-25
16
-32
/
+139
*
fix build break after previous merge
jam@chromium.org
2013-06-25
1
-3
/
+3
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
27
-359
/
+335
*
Send hardware video frames with mailboxes.
danakj@chromium.org
2013-06-25
8
-18
/
+121
*
Remove unused variant of KeySystemNameForUMA().
ddorwin@chromium.org
2013-06-25
1
-5
/
+5
*
Add dependency on CDM adapters to content_browsertests.
ddorwin@chromium.org
2013-06-25
1
-1
/
+4
*
Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread
jsbell@chromium.org
2013-06-25
16
-301
/
+411
*
<webview>: Partially migrate loadcommit event from content to chrome
fsamuel@chromium.org
2013-06-25
7
-164
/
+16
*
Move implementation of WebFilterOperations into cc
ajuma@chromium.org
2013-06-25
3
-82
/
+81
*
Disable PageStateSerializationTest.BackwardsCompat_v11 for Android temporarily.
darin@chromium.org
2013-06-25
1
-0
/
+4
*
PPAPI: Move PPB_NetworkProxy out of Dev
dmichael@chromium.org
2013-06-25
1
-9
/
+9
*
Roll libphonenumber 456:584
pliard@chromium.org
2013-06-25
1
-2
/
+2
*
Move configuration of URLRequest referrer to content/browser/loader.
darin@chromium.org
2013-06-25
7
-29
/
+38
*
<webview>: Remove extension injection
fsamuel@chromium.org
2013-06-25
1
-8
/
+2
*
Add a unittest for FileAPIMessageFilter. Tests building an emtpy Blob.
tyoshino@chromium.org
2013-06-25
4
-1
/
+97
*
For Android, fix hidden video element can't paint to canvas and WebGL issue.
shouqun.liu@intel.com
2013-06-25
11
-26
/
+67
*
PPAPI: Add permissions checking for PPB_NetworkProxy.
dmichael@chromium.org
2013-06-25
2
-42
/
+90
*
Remove content/browser dependency on webkit/renderer.
ddorwin@chromium.org
2013-06-25
2
-9
/
+15
*
Protect X11-specific code with USE_X11
spang@chromium.org
2013-06-25
1
-1
/
+1
*
Don't skip base64 encoding in release mode!
dalecurtis@chromium.org
2013-06-25
1
-2
/
+3
*
mac: Remove unused includes of scoped_nsobject.h.
thakis@chromium.org
2013-06-25
2
-2
/
+0
*
Remove MediaStreamDeviceThread in favor of using AudioThread.
dalecurtis@chromium.org
2013-06-25
7
-151
/
+117
*
Remove unused file (leftover from http://crrev.com/208367).
darin@chromium.org
2013-06-25
1
-59
/
+0
*
Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.
darin@chromium.org
2013-06-25
12
-53
/
+42
*
Lift the limit of renderer processes on Android.
ppi@chromium.org
2013-06-25
2
-3
/
+4
*
Native Android accessibility.
dmazzoni@chromium.org
2013-06-25
16
-399
/
+1112
*
Add signalQuery, to allow for a callback when the result of a query is availa...
hubbe@chromium.org
2013-06-25
10
-5
/
+185
*
Hook up MediaDrmBridge and MediaPlayerAndroid with OnMediaKeys() calls.
xhwang@chromium.org
2013-06-25
1
-7
/
+9
*
Fix an issue that DemuxerInitDone can be called after Destroy()
qinmin@chromium.org
2013-06-25
1
-1
/
+5
*
[Downloads] Move UpdateObservers out of TransitionTo in DownloadItemImpl
asanka@chromium.org
2013-06-25
3
-29
/
+44
*
Re-implement PageState serialization without a Blink API dependency.
darin@chromium.org
2013-06-25
14
-52
/
+1573
*
Connect new EME APIs to internal implementation.
ddorwin@chromium.org
2013-06-25
3
-36
/
+258
*
remove usage of WebData, WebHTTPBody, and WebURL in content and chrome browser
scottmg@chromium.org
2013-06-25
3
-31
/
+0
*
Browser Plugin: Plumb extra arguments on ContentRendererClient.
fsamuel@chromium.org
2013-06-25
9
-23
/
+57
*
Do not dispatch synthetic mousemove events when mouse events are disabled
tdanderson@google.com
2013-06-24
1
-5
/
+2
*
Add 3 more messages to CanHandleWhileSwappedOut list
sail@chromium.org
2013-06-24
4
-1
/
+74
*
IndexedDB: Miscellaneous back-end code cleanup
jsbell@chromium.org
2013-06-24
10
-109
/
+103
*
Add option to enable sampler.
dsinclair@chromium.org
2013-06-24
1
-0
/
+3
*
Add "PRIVATE" to the enum names of some private Pepper networking APIs:
yzshen@chromium.org
2013-06-24
1
-4
/
+4
*
mac: Update clients of scoped_nsobject.h.
thakis@chromium.org
2013-06-24
31
-117
/
+118
*
Readd and fix comment from previous change.
jam@chromium.org
2013-06-24
1
-0
/
+1
*
GTTF: Extract a function to launch child gtest process.
phajdan.jr@chromium.org
2013-06-24
1
-70
/
+20
*
Change Start() call of MediaCodecBridge to accept MediaCrypto object
qinmin@chromium.org
2013-06-24
1
-1
/
+1
*
Use media::ComputeLetterboxRegion() in ScreenCaptureDevice
sergeyu@chromium.org
2013-06-24
1
-22
/
+8
*
Hide panel_fitting feature on non-CrOS platforms
sadrul@chromium.org
2013-06-24
1
-6
/
+4
*
PPAPI: Introduce PPB_NetworkProxy_Dev
dmichael@chromium.org
2013-06-24
4
-0
/
+258
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
20
-95
/
+98
*
window-slider: Do not delete the slider itself after sliding completes.
sadrul@chromium.org
2013-06-24
4
-48
/
+35
*
Revert 208239 "Add 3 more messages to CanHandleWhileSwappedOut list"
sail@chromium.org
2013-06-24
4
-74
/
+1
*
Add 3 more messages to CanHandleWhileSwappedOut list
sail@chromium.org
2013-06-24
4
-1
/
+74
[next]