| Commit message (Expand) | Author | Age | Files | Lines |
* | Use new getFontFamilyForCharacters() API. | bashi@chromium.org | 2011-11-21 | 1 | -12/+19 |
* | base::Bind: Convert render_view_impl.cc. | jhawkins@chromium.org | 2011-11-19 | 1 | -3/+6 |
* | Fix compile error introduced on r110794 | nduca@chromium.org | 2011-11-19 | 1 | -1/+1 |
* | Prepare Chromium for WebCompositor::initialize. | nduca@chromium.org | 2011-11-19 | 4 | -2/+16 |
* | Remove --enable-video-logging and WebVideoRenderer. | scherkus@chromium.org | 2011-11-18 | 1 | -9/+1 |
* | Refactor the Get*Hardware* routines a bit. | tommi@chromium.org | 2011-11-18 | 7 | -46/+114 |
* | Pointer lock added to about:flags and passed to WebKit runtime flags | scheib@chromium.org | 2011-11-18 | 1 | -0/+3 |
* | Cleanup: Remove forward declarations in various directories. | thestig@chromium.org | 2011-11-18 | 2 | -5/+0 |
* | Revert 110602 - Revert 110587 - Microphone support for Pepper Flash. | viettrungluu@chromium.org | 2011-11-18 | 2 | -10/+197 |
* | Revert 110587 - Microphone support for Pepper Flash. | ajwong@chromium.org | 2011-11-17 | 2 | -197/+10 |
* | Fix resize issues when using threaded compositing | enne@chromium.org | 2011-11-17 | 2 | -0/+24 |
* | corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m... | wjia@chromium.org | 2011-11-17 | 8 | -16/+96 |
* | Microphone support for Pepper Flash. | viettrungluu@chromium.org | 2011-11-17 | 2 | -10/+197 |
* | Fix next_page_id_ in a NTP forced to share an existing WebUI process. | creis@chromium.org | 2011-11-17 | 2 | -7/+10 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 41 | -205/+214 |
* | Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us... | jam@chromium.org | 2011-11-17 | 2 | -3/+2 |
* | Ensure that WebKit is initialized before making calls to it. | levin@chromium.org | 2011-11-17 | 1 | -1/+3 |
* | Moving media-related files from webkit/glue/ to webkit/media/. | scherkus@chromium.org | 2011-11-17 | 3 | -19/+19 |
* | chrome.loadTimes() shouldn't be affected by in-document navigation. | simonjam@chromium.org | 2011-11-17 | 2 | -139/+173 |
* | Enable content component (again!). | dpranke@chromium.org | 2011-11-16 | 3 | -4/+5 |
* | Adds more unit tests for WebRTC. | henrika@chromium.org | 2011-11-16 | 2 | -5/+247 |
* | Low-latency AudioOutputStream implementation based on WASAPI for Windows. | henrika@chromium.org | 2011-11-16 | 1 | -96/+125 |
* | Avoid checking the hardware from the Construct test for better bot compatibil... | tommi@chromium.org | 2011-11-16 | 1 | -1/+24 |
* | base::Bind: Convert content/renderer. | jhawkins@chromium.org | 2011-11-15 | 12 | -86/+84 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 5 | -8/+8 |
* | fix gl include | dpranke@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Remove routing_id from IndexedDB IPC messages | dgrogan@chromium.org | 2011-11-15 | 1 | -3/+0 |
* | Allow cross-origin requests for relay http requests made in Transport API. | sergeyu@chromium.org | 2011-11-14 | 1 | -1/+6 |
* | Convert render thread idle delays from seconds to milliseconds. | ulan@chromium.org | 2011-11-14 | 2 | -21/+25 |
* | Export the AudioDevice and AudioDeviceInput classes so that unit tests have a... | tommi@chromium.org | 2011-11-14 | 3 | -4/+8 |
* | Enable extension APIs for content scripts. | aa@chromium.org | 2011-11-12 | 2 | -10/+13 |
* | base::Bind: Low-hanging fruit conversions of NewRunnableFunction. | jhawkins@chromium.org | 2011-11-12 | 1 | -3/+3 |
* | Use HTTPS instead of HTTP for relay session creation. | sergeyu@chromium.org | 2011-11-12 | 1 | -1/+1 |
* | Move the struct used when showing a desktop notification to content/public/co... | jam@chromium.org | 2011-11-12 | 1 | -2/+2 |
* | Add check on invalid file descriptor at both broker and renderer sides. | xhwang@chromium.org | 2011-11-12 | 2 | -5/+80 |
* | Addressed or cleaned-up a number of TODOs (some obsolete ones were removed too). | saintlou@chromium.org | 2011-11-11 | 1 | -1/+0 |
* | share all the needed linux code with OpenBSD in chrome and content | robert.nagy@gmail.com | 2011-11-11 | 3 | -6/+6 |
* | Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer. | backer@chromium.org | 2011-11-11 | 2 | -0/+15 |
* | Move Java Bridge files to new java/ subdirectory | steveblock@chromium.org | 2011-11-11 | 5 | -10/+10 |
* | switch to DVLOG from VLOG, and move struct definition to cc file. | wjia@chromium.org | 2011-11-11 | 3 | -33/+31 |
* | Add entry points for compressed textures. | gman@chromium.org | 2011-11-11 | 2 | -0/+25 |
* | Cleanup: Remove more unneeded forward declares in content. | thestig@chromium.org | 2011-11-11 | 19 | -74/+16 |
* | export methods from WebRtcAudioDeviceImpl | dpranke@chromium.org | 2011-11-10 | 1 | -2/+3 |
* | Plumb through buffer type for clipboard sequence number requests. | dcheng@chromium.org | 2011-11-10 | 1 | -4/+5 |
* | [Mac] Make detached DevTools window draggable by the titlebar - Chrome-side p... | asvitkine@chromium.org | 2011-11-10 | 2 | -13/+20 |
* | Add a COM initializer for the IO thread to accomodate the WASAPI changes and ... | tommi@chromium.org | 2011-11-10 | 1 | -6/+2 |
* | Adds proper IPC usage for AudioDevice::GetAudioHardwareBufferSize(). | henrika@chromium.org | 2011-11-10 | 1 | -5/+6 |
* | Fix crash in UMA-reporting aspect ratio when video height is zero. | fischman@chromium.org | 2011-11-10 | 2 | -4/+18 |
* | Make the Pepper Flash net address just private, not Flash-specific. | viettrungluu@chromium.org | 2011-11-10 | 4 | -11/+11 |
* | Obey --wait-for-debugger in the render process. | cbentzel@chromium.org | 2011-11-09 | 1 | -2/+6 |