| Commit message (Expand) | Author | Age | Files | Lines |
* | AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off | jhawkins@chromium.org | 2010-05-28 | 3 | -357/+358 |
* | Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo... | jam@chromium.org | 2010-05-27 | 3 | -1/+29 |
* | AutoFill <dl> label scraping and dynamic html in forms. | dhollowa@chromium.org | 2010-05-27 | 2 | -121/+324 |
* | A plugin can refuse to print, don't throw a JS alert in that case. | jam@chromium.org | 2010-05-27 | 1 | -48/+55 |
* | Handle IDBDatabase sync calls. | jorlow@chromium.org | 2010-05-27 | 6 | -12/+55 |
* | DevTools: implement WebDevToolsAgentClient::WebKitClientMessageLoop. Also mak... | yurys@chromium.org | 2010-05-27 | 2 | -0/+32 |
* | refactoring decoder interface | jiesun@google.com | 2010-05-26 | 1 | -1/+1 |
* | Get the internal plugin working on Mac. | jabdelmalek@google.com | 2010-05-26 | 1 | -5/+2 |
* | Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()". | erg@chromium.org | 2010-05-26 | 3 | -8/+7 |
* | Fix a regression where we send too many IME_CANCEL_COMPOSITION | tony@chromium.org | 2010-05-26 | 1 | -3/+5 |
* | Need to call makeOpaque on the platform device after drawing widgets on XP. | jam@chromium.org | 2010-05-26 | 1 | -0/+12 |
* | Fix memory leak introduced in r47972 (http://codereview.chromium.org/2137012/... | rafaelw@chromium.org | 2010-05-25 | 1 | -7/+10 |
* | GTK: Invalidate the web content when we change system colors. | erg@chromium.org | 2010-05-25 | 1 | -2/+2 |
* | TTF: Re-enable FormAutocompleteTest.AutoCompleteOffInputSubmit by marking it ... | jhawkins@chromium.org | 2010-05-25 | 1 | -2/+2 |
* | AutoFill sending forms should include elements with autoComplete="off" attrib... | dhollowa@chromium.org | 2010-05-25 | 2 | -5/+94 |
* | Remove previous print preview work in preparation for new work. | viettrungluu@chromium.org | 2010-05-25 | 2 | -7/+1 |
* | Port some more RenderViewTests to Linux. | estade@chromium.org | 2010-05-24 | 3 | -66/+58 |
* | Browser process scaffolding to support having appcache work in workers. | michaeln@chromium.org | 2010-05-24 | 1 | -0/+2 |
* | Mac: Fix renderer idle cpu usage regression. | thakis@chromium.org | 2010-05-24 | 2 | -5/+13 |
* | Add a SetCursor API to Pepper. I'll implement custom cursors once we switche... | jam@chromium.org | 2010-05-24 | 2 | -1/+66 |
* | Don't use command line flags for enabling the internal pdf plugin. Instead, ... | jam@chromium.org | 2010-05-22 | 2 | -21/+22 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 3 | -55/+47 |
* | Windows accessibility improvements: 1. All WebKit roles are now passed to the | dmazzoni@chromium.org | 2010-05-21 | 2 | -2/+29 |
* | IndexedDB should use WebSecurityOrigins rather than passing origin strings | jorlow@chromium.org | 2010-05-21 | 2 | -7/+9 |
* | This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t... | lzheng@chromium.org | 2010-05-21 | 3 | -4/+39 |
* | Part 2 of fix. Denies access to password manager for sandboxed iframes with a... | inferno@chromium.org | 2010-05-21 | 1 | -0/+5 |
* | Reland Mac: First steps for default plugin | thakis@chromium.org | 2010-05-20 | 1 | -1/+3 |
* | Linux: enable another render view unit test. | estade@chromium.org | 2010-05-20 | 1 | -9/+27 |
* | Temporary changes for plugin. | jam@chromium.org | 2010-05-20 | 1 | -12/+40 |
* | AutoFill fill billing address when credit card settings specify a billing add... | dhollowa@chromium.org | 2010-05-19 | 1 | -80/+80 |
* | Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default plugin | thakis@chromium.org | 2010-05-19 | 1 | -3/+1 |
* | Mac: First steps for default plugin | thakis@chromium.org | 2010-05-19 | 1 | -1/+3 |
* | [GTTF] [TTF] Test marks maintenance CL: | phajdan.jr@chromium.org | 2010-05-19 | 1 | -3/+2 |
* | enable RenderViewTest.OnHandleKeyboardEvent on Linux. | estade@chromium.org | 2010-05-19 | 1 | -39/+47 |
* | Add the new cookies API to Chrome Extensions, minus the event | cindylau@google.com | 2010-05-18 | 1 | -0/+1 |
* | Rename "mixed content" to "insecure content" in as many places as possible, t... | pkasting@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | Pull latest ppapi for initial testing support, implement checks so the tests ... | brettw@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | Wire sending/receiving cacheable metadata from the renderer | tonyg@chromium.org | 2010-05-18 | 2 | -0/+31 |
* | Refactoring in media::PipelineImpl and media::MediaFilter. | scherkus@chromium.org | 2010-05-17 | 1 | -2/+1 |
* | Makes shader translation a runtime switch. | gman@chromium.org | 2010-05-17 | 3 | -0/+22 |
* | Form AutoFill Phone number should be displayed as xxx-xxx-xxxx | dhollowa@chromium.org | 2010-05-14 | 2 | -170/+507 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 10 | -2/+275 |
* | Add support for registering new-style pepper plugins on the command line. | darin@chromium.org | 2010-05-14 | 4 | -7/+98 |
* | Fix the problem that FileReader does not work on Mac/Linux. The fix | jianli@chromium.org | 2010-05-14 | 1 | -6/+4 |
* | Stop the browser from scrolling the View contents when gpu accelerated compos... | vangelis@chromium.org | 2010-05-14 | 1 | -2/+9 |
* | Do right-alignment of popups when WebKit indicates to do so. | avi@chromium.org | 2010-05-13 | 1 | -0/+1 |
* | Adding a method to RendererWebKitClientImpl to create a GLES2Context. | vangelis@chromium.org | 2010-05-13 | 2 | -0/+11 |
* | Switch plugin backing store to local memory on non-Windows platforms | stuartmorgan@chromium.org | 2010-05-13 | 2 | -20/+56 |
* | AutoFill label scraping nested table contents. | dhollowa@chromium.org | 2010-05-13 | 2 | -20/+116 |
* | Fix Print Selection. | viettrungluu@chromium.org | 2010-05-13 | 2 | -6/+5 |