| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | DevTools: Activate inspector window on break / exception. | pfeldman@chromium.org | 2009-05-08 | 2 | -0/+5 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 2 | -14/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Use ifdef to take away the paint method for media player from mac | hclam@chromium.org | 2009-05-07 | 2 | -0/+6 |
* | TBR=scherkus | hclam@chromium.org | 2009-05-07 | 2 | -2/+1 |
* | Refactor media player to move away from webkit_glue | hclam@chromium.org | 2009-05-07 | 10 | -219/+177 |
* | Popup whitelisting checkpoint. | pkasting@chromium.org | 2009-05-06 | 2 | -6/+6 |
* | Get visual theme support for renderers | cpu@google.com | 2009-05-06 | 1 | -0/+22 |
* | Add an extra colon to make inspector work again. | dglazkov@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 4 | -6/+8 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Add --simple-data-source which uses simplified media resource loading. | scherkus@chromium.org | 2009-05-06 | 4 | -9/+243 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 4 | -4/+4 |
* | POSIX: Don't allow onunload handlers to hang a renderer forever. | agl@chromium.org | 2009-05-05 | 2 | -0/+32 |