| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow overriding WebMIDIAccessor so we can use a mock for testing | crogers@google.com | 2013-06-26 | 1 | -0/+5 |
* | Move WebContentDecryptionModuleSessionImpl to its own files. | ddorwin@chromium.org | 2013-06-26 | 3 | -116/+145 |
* | Fix a broken GTV build | jinsukkim@chromium.org | 2013-06-26 | 1 | -1/+5 |
* | MediaSourceDelegate::Seek() waits for Demuxer::Seek() to ack seek request. | xhwang@chromium.org | 2013-06-26 | 6 | -58/+105 |
* | Move image_decoder.cc/.h from webkit\glue to content\child. | ananta@chromium.org | 2013-06-26 | 3 | -7/+6 |
* | Add skiaBenchmarking.getOps() | fmalita@chromium.org | 2013-06-26 | 2 | -16/+174 |
* | Fix SourceBufferStream GC removing buffers for the current position on a pend... | acolwell@chromium.org | 2013-06-26 | 3 | -7/+7 |
* | <webview>: Move back, forward, canGoBack, canGoForward, go from content to ch... | fsamuel@chromium.org | 2013-06-26 | 3 | -156/+0 |
* | Add input latency UMA stats in impl thread | miletus@chromium.org | 2013-06-26 | 1 | -0/+29 |
* | 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 | 11 | -93/+116 |
* | Send hardware video frames with mailboxes. | danakj@chromium.org | 2013-06-25 | 6 | -17/+107 |
* | Remove unused variant of KeySystemNameForUMA(). | ddorwin@chromium.org | 2013-06-25 | 1 | -5/+5 |
* | <webview>: Partially migrate loadcommit event from content to chrome | fsamuel@chromium.org | 2013-06-25 | 3 | -128/+7 |
* | Roll libphonenumber 456:584 | pliard@chromium.org | 2013-06-25 | 1 | -2/+2 |
* | For Android, fix hidden video element can't paint to canvas and WebGL issue. | shouqun.liu@intel.com | 2013-06-25 | 6 | -13/+37 |
* | Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}. | darin@chromium.org | 2013-06-25 | 3 | -21/+18 |
* | Native Android accessibility. | dmazzoni@chromium.org | 2013-06-25 | 1 | -1/+11 |
* | Fix an issue that DemuxerInitDone can be called after Destroy() | qinmin@chromium.org | 2013-06-25 | 1 | -1/+5 |
* | Connect new EME APIs to internal implementation. | ddorwin@chromium.org | 2013-06-25 | 3 | -36/+258 |
* | Browser Plugin: Plumb extra arguments on ContentRendererClient. | fsamuel@chromium.org | 2013-06-25 | 3 | -13/+34 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 2 | -30/+27 |
* | Fix the build for TV | ycheo@chromium.org | 2013-06-24 | 2 | -13/+13 |
* | When using the week-of-year syntax, don't construct an intermediate time valu... | senorblanco@chromium.org | 2013-06-24 | 2 | -5/+3 |
* | Defer stream texture creation on TV case | wonsik@chromium.org | 2013-06-23 | 2 | -20/+36 |
* | Disable failing week-of-year test in RendererDateTimePickerTest.TestParserVal... | senorblanco@chromium.org | 2013-06-23 | 1 | -2/+3 |
* | Move PPB_TCPSocket out of dev. | yzshen@chromium.org | 2013-06-22 | 2 | -2/+2 |
* | Shuffle media-related WebMimeRegistry code from webkit/ to content/. | scherkus@chromium.org | 2013-06-22 | 1 | -7/+93 |
* | Move webkit/renderer/media/android/ to content/renderer/media/android/. | scherkus@chromium.org | 2013-06-22 | 24 | -439/+3646 |
* | Re-land 16025005 with tiny fix for statics perf issue | crogers@google.com | 2013-06-22 | 8 | -0/+420 |
* | Revert 207992: This looks like a reland of r207983, which was reverted in | sadrul@chromium.org | 2013-06-22 | 8 | -420/+0 |
* | don't include iostream.h | crogers@google.com | 2013-06-22 | 8 | -0/+420 |
* | Revert 207983 "Implement Web MIDI API back-end" | crogers@google.com | 2013-06-22 | 8 | -420/+0 |
* | Implement Web MIDI API back-end | crogers@google.com | 2013-06-22 | 8 | -0/+420 |
* | Add the P2P_SOCKET_STUN_TCP_CLIENT and P2P_SOCKET_STUN_SSLTCP_CLIENT to IsTcp... | ronghuawu@chromium.org | 2013-06-22 | 1 | -1/+3 |
* | Apply artificial memory pressure when backgrounded. | vollick@chromium.org | 2013-06-21 | 4 | -0/+83 |
* | Replace content::ContextMenuSourceType with ui::MenuSourceType. | varunjain@chromium.org | 2013-06-21 | 2 | -8/+8 |