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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
<webview>: Move consolemessage event from content to chrome
fsamuel@chromium.org
2013-07-03
2
-17
/
+0
*
Changed the semantics of RenderWidgetHost::GetRenderWidgetHosts() to filter o...
dsjang@chromium.org
2013-07-03
1
-0
/
+5
*
Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-03
1
-1
/
+1
*
Support cancellation of request for opening device.
wjia@chromium.org
2013-07-03
6
-11
/
+52
*
Add a new parameter |latency| to PPB_AudioInput_Callback.
yzshen@chromium.org
2013-07-03
1
-2
/
+4
*
Fix fullscreen video bugs on TV
wonsik@chromium.org
2013-07-03
1
-2
/
+8
*
<webview>: Move loadstart and loadredirect from content to chrome
fsamuel@chromium.org
2013-07-03
2
-30
/
+0
*
Disable more failing webrtc tests on ARM linux.
sbc@chromium.org
2013-07-03
1
-0
/
+3
*
Fix build failure with Android AOSP builds.
hshi@chromium.org
2013-07-03
2
-3
/
+15
*
Pepper: Add RendererPpapiHostImpl::GetBrowserConnection().
teravest@chromium.org
2013-07-03
2
-16
/
+27
*
Revert 209821 "Revert 209776 "Revert 209761 "Fix BrowserPluginHo..."
msw@chromium.org
2013-07-03
2
-39
/
+34
*
Revert 209776 "Revert 209761 "Fix BrowserPluginHostTest.PartialA..."
fischman@chromium.org
2013-07-02
2
-34
/
+39
*
Update content API in preparation for migrating webkit/renderer/media/ to con...
scherkus@chromium.org
2013-07-02
3
-22
/
+17
*
Make --force-fieldtrials not activate them in the browser process.
asvitkine@chromium.org
2013-07-02
1
-2
/
+6
*
Revert 209761 "Fix BrowserPluginHostTest.PartialAutosizeAttribut..."
fischman@chromium.org
2013-07-02
2
-39
/
+34
*
android: Do not SetNeedsBeginFrame(true) multiple times
brianderson@chromium.org
2013-07-02
1
-1
/
+3
*
Fix BrowserPluginHostTest.PartialAutosizeAttributes flake
fsamuel@chromium.org
2013-07-02
2
-34
/
+39
*
Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.
hshi@chromium.org
2013-07-02
13
-18
/
+914
*
PepperPlatformAudioInputImpl: avoid accessing ChildProcess::current() on non-...
yzshen@chromium.org
2013-07-02
4
-19
/
+26
*
Implement WebFrameClient in RenderFrame and proxy all calls to RenderView (fo...
nasko@chromium.org
2013-07-02
3
-25
/
+42
*
Plumb damage rect to the embedder to enable partial swap.
alexst@chromium.org
2013-07-02
4
-42
/
+9
*
Fixing conditional including of init_webrtc.h.
grunell@chromium.org
2013-07-02
1
-1
/
+4
*
skiaBenchmarking.rasterize(): add optional stop index argument.
fmalita@chromium.org
2013-07-02
1
-26
/
+51
*
cc: Made use color estimator a const instead of a flag.
vmpstr@chromium.org
2013-07-02
1
-2
/
+0
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
1
-1
/
+2
*
Remove the OWNERS that no longer work on the project.
aurimas@chromium.org
2013-07-01
2
-2
/
+0
*
Generates the DTLS identity in browser process and returns it to the renderer...
jiayl@chromium.org
2013-07-01
2
-0
/
+133
*
Revert "Add a switch to retain video playback on lost focus"
wonsik@chromium.org
2013-07-01
3
-13
/
+7
*
Move WebDropData to content::DropData and split off conversion function.
darin@chromium.org
2013-07-01
6
-11
/
+103
*
Check if a key message is empty before accessing &message[0].
xhwang@chromium.org
2013-07-01
2
-2
/
+4
*
<webview>: Move contentload event from content to chrome
fsamuel@chromium.org
2013-06-29
2
-7
/
+0
*
EME: Use std::vector<uint8> for key messages.
xhwang@chromium.org
2013-06-29
7
-12
/
+16
*
Decouple GuestView creation from attachment.
fsamuel@chromium.org
2013-06-29
2
-7
/
+0
*
Preserve transparency when encoding SKP bitmaps.
fmalita@chromium.org
2013-06-29
1
-1
/
+1
*
EME: Support ClearKey on Chrome on Android
xhwang@chromium.org
2013-06-29
3
-48
/
+243
*
Enable accelerated overflow scrolling for high dpi.
hartmanng@chromium.org
2013-06-29
1
-0
/
+14
*
Fix Android Java bridge object management.
wez@chromium.org
2013-06-28
2
-1
/
+11
*
Remove a bunch of OVERRIDEs from WebFrameClient implementors.
japhet@chromium.org
2013-06-28
2
-75
/
+75
*
Use a direct include of time headers in content/, part 2.
avi@chromium.org
2013-06-28
25
-26
/
+26
*
Remove unused arguments from storage-related Chromium impls of Blink API
adamk@chromium.org
2013-06-27
4
-8
/
+4
*
Move timing files into base/time and base/timer, install forwarding headers.
avi@chromium.org
2013-06-27
1
-3
/
+3
*
Revert "Reset page scale factor to 1.0f on new page navigation." (r208942).
senorblanco@chromium.org
2013-06-27
1
-3
/
+0
*
Reset page scale factor to 1.0f on new page navigation.
wjmaclean@chromium.org
2013-06-27
1
-0
/
+3
*
Remove seek_done parameter from ReadFromDemuxer.
xhwang@chromium.org
2013-06-27
6
-18
/
+11
*
Move ContentDecryptionModuleFactory to its own files.
ddorwin@chromium.org
2013-06-27
1
-1
/
+1
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
2
-10
/
+10
*
Fix IndexedDB after r208777.
jam@chromium.org
2013-06-27
2
-3
/
+4
*
Using constant instead of hard coded string after libjingle roll.
grunell@chromium.org
2013-06-26
1
-3
/
+2
*
Make ChildThread::current() and ChildProcess::current() only work on the main...
jam@chromium.org
2013-06-26
4
-47
/
+35
*
Replace RenderThread::Get() with thread_safe_sender_
rtoy@google.com
2013-06-26
3
-24
/
+10
[next]