| Commit message (Expand) | Author | Age | Files | Lines |
* | [GTTF] Make automation framework more solid by making sure that | phajdan.jr@chromium.org | 2010-03-16 | 1 | -14/+21 |
* | Increase the mime sniffer's limit for searching for binary looking bytes from | abarth@chromium.org | 2010-03-16 | 1 | -8/+6 |
* | FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor... | jhawkins@chromium.org | 2010-03-15 | 3 | -6/+6 |
* | [Mac] Fix recursive drawing in DidPaintRect() to defer painting of the second... | rohitrao@chromium.org | 2010-03-15 | 2 | -8/+11 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 13 | -15/+15 |
* | Fix Mac window frame coordinate conversion on multiple monitor setups | stuartmorgan@chromium.org | 2010-03-13 | 1 | -7/+10 |
* | Add CanAccuratelyCopyFromBackingStore() to the backing store class. | skerner@chromium.org | 2010-03-12 | 1 | -0/+11 |
* | Add chrome.extension.inIncognitoTab for content scripts. | mpcomplete@chromium.org | 2010-03-12 | 1 | -2/+3 |
* | Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface. | pinkerton@chromium.org | 2010-03-12 | 11 | -137/+143 |
* | Changes made to the printing logic to allow plugins to participate in the bro... | sanjeevr@chromium.org | 2010-03-12 | 1 | -0/+2 |
* | Move MacGPUPluginContainer from src/webkit/ to src/chrome/. It | tony@chromium.org | 2010-03-12 | 5 | -1/+451 |
* | Fix linux perf compile: | estade@chromium.org | 2010-03-11 | 1 | -0/+1 |
* | Rename RenderViewHostDelegate::FormFieldHistory to Autocomplete. | jhawkins@chromium.org | 2010-03-11 | 3 | -30/+30 |
* | Allow users to close the find session and activate the current link via ctrl-... | estade@chromium.org | 2010-03-11 | 2 | -5/+21 |
* | [GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash... | phajdan.jr@chromium.org | 2010-03-11 | 1 | -7/+9 |
* | Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ... | pinkerton@chromium.org | 2010-03-10 | 1 | -1/+6 |
* | Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing... | pinkerton@chromium.org | 2010-03-10 | 1 | -6/+1 |
* | Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ... | pinkerton@chromium.org | 2010-03-10 | 1 | -1/+6 |
* | Send mouse events to the renderer before changing mouse capture, so that the ... | jam@chromium.org | 2010-03-10 | 1 | -2/+5 |
* | More code cleanups found by -Wextra. | evan@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 1 | -9/+8 |
* | Use the WebViewClient* passed in from the StorageAreaProxy instead of using | jorlow@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | Attempting to reland this CL as this does not seem related to the ui test fai... | ananta@chromium.org | 2010-03-09 | 1 | -3/+5 |
* | Notify MSAA clients when a state change notification is received. | ctguil@chromium.org | 2010-03-09 | 2 | -0/+12 |
* | Revert "Launching Chrome with a user-data-dir command line switch containing ... | mattm@chromium.org | 2010-03-09 | 1 | -5/+3 |
* | Launching Chrome with a user-data-dir command line switch containing a non AS... | ananta@chromium.org | 2010-03-09 | 1 | -3/+5 |
* | BSD port: Another chunk of chrome/ ifdef changes | pvalchev@google.com | 2010-03-09 | 2 | -3/+11 |
* | Fix a crash due to CHECK() hit in SafeBrowsingResourceHandler. | eroman@chromium.org | 2010-03-08 | 2 | -2/+10 |
* | [Mac] When scrolling a webpage, invalidate the web content area instead of pa... | rohitrao@chromium.org | 2010-03-08 | 1 | -8/+8 |
* | Windows: fix some graphical glitches with render view deemphasis. | estade@chromium.org | 2010-03-08 | 1 | -1/+5 |
* | Fix bug 36699: Alt+Enter in windows XP+Chrome gives incorrect keycodes!! | suzhe@chromium.org | 2010-03-06 | 1 | -2/+2 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-06 | 1 | -2/+2 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 3 | -0/+15 |
* | When --no-referrers is given, also remove Referer header on WebKit side of th... | jochen@chromium.org | 2010-03-05 | 1 | -0/+1 |
* | Remove a CHECK() which was firing. | eroman@chromium.org | 2010-03-04 | 1 | -2/+0 |
* | Add support for running the NaCl plugin in the Linux SUID sandbox | agl@chromium.org | 2010-03-04 | 1 | -0/+16 |
* | Linux: implement Client SSL Certificate selection UI | mattm@chromium.org | 2010-03-04 | 1 | -9/+0 |
* | First pass at revamping the main menu, now called app launcher. | jcampan@chromium.org | 2010-03-04 | 1 | -1/+1 |
* | The browser would crash when pressing the translate button in the infobar whe... | jcampan@chromium.org | 2010-03-03 | 1 | -2/+13 |
* | Remove ancient comments that aren't valid any more. The details have been fil... | avi@chromium.org | 2010-03-03 | 1 | -3/+0 |
* | Update WebKit to r55424. Rebaseline fast/dom/DOMException/prototype-object.html | kasperl@google.com | 2010-03-03 | 1 | -0/+5 |
* | Revert 40490 - Make the pepper 2D flush callback actually function as adverti... | brettw@chromium.org | 2010-03-03 | 1 | -2/+2 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-03 | 1 | -2/+2 |
* | Laying down the groundwork for GPU video layers. | scherkus@chromium.org | 2010-03-02 | 6 | -2/+123 |
* | Fix a CHECK() being hit when the safebrowsing check times out (passing in emp... | eroman@chromium.org | 2010-03-02 | 1 | -2/+3 |
* | Add --enable-gpu-rendering instead of relying on a hardcoded constant. | scherkus@chromium.org | 2010-03-02 | 2 | -7/+14 |
* | Remove the --enable-nacl-on-mac flag, since the syscall thunking code is secure | dspringer@google.com | 2010-03-02 | 1 | -4/+0 |
* | Rename FormFieldHistoryManager to AutocompleteHistory manager to better refle... | jhawkins@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | ChromeFrame should honor the host browser's cookie policy. To achieve this we... | ananta@chromium.org | 2010-03-02 | 1 | -10/+17 |
* | Mac: implement <keygen> support, including adding generated cert to the Keych... | snej@chromium.org | 2010-03-02 | 2 | -8/+27 |