| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ExtraData from WebRequest to WebDataSource. | darin@chromium.org | 2009-05-21 | 2 | -67/+90 |
* | Send the V8 histograms to UMA | davemoore@chromium.org | 2009-05-21 | 1 | -1/+5 |
* | Prevent an extra copy of data types that get passed into IPC messages when | mpcomplete@google.com | 2009-05-20 | 1 | -1/+1 |
* | Add support for alternate window station. | nsylvain@chromium.org | 2009-05-20 | 1 | -4/+35 |
* | Facilitate a FieldTrial in the renderer | jar@chromium.org | 2009-05-20 | 2 | -13/+39 |
* | BufferedDataSource uses media::SeekableBuffer | hclam@chromium.org | 2009-05-20 | 2 | -173/+119 |
* | Adds propagation and handling of render-side focus events, for the benefit of... | klink@chromium.org | 2009-05-20 | 2 | -3/+25 |
* | Lookup the plugin for the mime type before attempting to open a channel for t... | ananta@chromium.org | 2009-05-19 | 1 | -14/+14 |
* | Fix Skia includes to use the whole path name. | brettw@chromium.org | 2009-05-19 | 1 | -1/+1 |
* | Fix a misaligmnet in rendering video frames | hclam@chromium.org | 2009-05-19 | 1 | -2/+2 |
* | Fast paint for <video> by writing to SkCanvas directly | hclam@chromium.org | 2009-05-19 | 2 | -17/+193 |
* | Move WebMediaPlayerClientImpl files to WebKit API src location. | darin@chromium.org | 2009-05-18 | 4 | -19/+10 |
* | YUV with clipping. | fbarchard@chromium.org | 2009-05-18 | 1 | -9/+10 |
* | Only send SelectionChanged events when the selection has actually changed. | estade@chromium.org | 2009-05-18 | 2 | -1/+15 |
* | An adhoc fix for memory leak when playing a badly muxed video file | hclam@chromium.org | 2009-05-17 | 2 | -9/+15 |
* | extensions chrome.self.getViews(): | rafaelw@chromium.org | 2009-05-16 | 5 | -2/+108 |
* | Shouldn't assume response code of 200 in SimpleDataSource | hclam@chromium.org | 2009-05-16 | 1 | -7/+12 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -2/+2 |
* | Uploaded & applied on behalf of Roger Tawa (rogerta@google.com). | rafaelw@chromium.org | 2009-05-15 | 2 | -1/+4 |
* | A few quick fixes to SimpleDataSource. | scherkus@chromium.org | 2009-05-14 | 2 | -12/+13 |
* | Change VideoRendererImpl to use VideoThread as opposed to VideoRendererBase. | scherkus@chromium.org | 2009-05-14 | 2 | -17/+34 |
* | Revert "Revert "implemented extensions api windows.update()."" | aa@chromium.org | 2009-05-14 | 3 | -2/+104 |
* | Revert "implemented extensions api windows.update()." | aa@chromium.org | 2009-05-14 | 3 | -104/+2 |
* | implemented extensions api windows.update(). | rafaelw@chromium.org | 2009-05-14 | 3 | -2/+104 |
* | Retry r16006. | estade@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | revert r16006 due to msvc warning. | estade@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Properly convert from UTF8 to UTF16 in WebTextInputImpl. | estade@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 2 | -32/+2 |
* | Propagate intrinsic width notification over IPC in all cases (not just extens... | pinkerton@chromium.org | 2009-05-13 | 2 | -7/+33 |
* | Reverting 15986. | michaeln@google.com | 2009-05-13 | 2 | -63/+2 |
* | CPAPI gears drag drop and renderer IPC.... | michaeln@google.com | 2009-05-13 | 2 | -2/+63 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 3 | -5/+5 |
* | DevTools: enable out of process dev tools by default. Take 2. | pfeldman@chromium.org | 2009-05-13 | 3 | -4/+9 |
* | Revert r15940 again. Unexpected layout test failures :( | darin@chromium.org | 2009-05-13 | 2 | -2/+32 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 2 | -32/+2 |
* | Add Automatic spell correction support in Chrome. | sidchat@google.com | 2009-05-12 | 2 | -0/+11 |
* | cleanup pending_extension_requests_ in dtor. | rafaelw@chromium.org | 2009-05-12 | 1 | -0/+7 |
* | Reverting 15843: chrome performance regression. | pfeldman@chromium.org | 2009-05-12 | 3 | -9/+4 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 7 | -80/+146 |
* | DevTools: enable out of process dev tools by default. | pfeldman@chromium.org | 2009-05-12 | 3 | -4/+9 |
* | Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest. | scherkus@chromium.org | 2009-05-12 | 2 | -13/+17 |
* | Split V8Proxy::retrieveActiveFrame() into two methods. | aa@chromium.org | 2009-05-12 | 6 | -11/+15 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 10 | -0/+0 |
* | Implements keyboard events for RenderViewTest.This change implements a functi... | hbono@chromium.org | 2009-05-11 | 6 | -87/+583 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 15 | -30/+30 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 3 | -3/+59 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Linux: make PRIMARY clipboard act on focused webkit frame rather than main fr... | estade@chromium.org | 2009-05-08 | 1 | -3/+5 |