| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix audio "clicking" for strongbad demo | hclam@chromium.org | 2010-06-07 | 3 | -15/+7 |
* | Some simplifications, as a pre-step to http://crbug.com/40103 | joth@chromium.org | 2010-06-07 | 2 | -22/+17 |
* | Experiment for number of persistent connections to server | ziadh@chromium.org | 2010-06-07 | 1 | -0/+40 |
* | Add implementation for WebDevToolsAgentClient::debuggerScriptSource. | yurys@chromium.org | 2010-06-07 | 2 | -2/+9 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 6 | -12/+12 |
* | Actually clear the disk cache, and keep it enabled, between benchmark runs. | mlloyd@chromium.org | 2010-06-05 | 3 | -0/+12 |
* | Fix extension context menu API onclick handlers. | asargent@chromium.org | 2010-06-04 | 1 | -3/+5 |
* | Changed to tell draggin status to webkit. Also fixed mouse pointer coordinate | tony@chromium.org | 2010-06-04 | 1 | -0/+2 |
* | Fix a bunch of lint/style issues | jar@chromium.org | 2010-06-03 | 1 | -10/+10 |
* | GPU plugin size is updated before GPU command buffer is initialized. | apatrick@chromium.org | 2010-06-03 | 1 | -2/+4 |
* | Change 'const' to 'var' in event_bindings.js for ECMAScript compatibility rea... | ericdingle@chromium.org | 2010-06-03 | 1 | -5/+5 |
* | Add IDBIndex support + various cleanup. | jorlow@chromium.org | 2010-06-03 | 7 | -21/+81 |
* | Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries". | hbono@chromium.org | 2010-06-03 | 1 | -2/+1 |
* | AutoFill: Preview form field values when the user changes the AutoFill dropdown | jhawkins@chromium.org | 2010-06-02 | 5 | -41/+312 |
* | Only inject content scripts into HTML documents. Previously we would inject i... | aa@chromium.org | 2010-06-02 | 1 | -0/+15 |
* | AutoFill: Don't auto-fill disabled fields. | jhawkins@chromium.org | 2010-06-01 | 2 | -6/+23 |
* | Prevent extensions from clobbering JSON implementation that extension calls use | rafaelw@chromium.org | 2010-06-01 | 3 | -21/+43 |
* | Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle... | pkasting@chromium.org | 2010-06-01 | 1 | -3/+2 |
* | Cleaning up the node focus notification. | jcivelli@google.com | 2010-06-01 | 3 | -6/+5 |
* | DevTools: inspector settings are now serialized into map, not a string | pfeldman@chromium.org | 2010-06-01 | 2 | -4/+7 |
* | DevTools: disable Scripts panel if remote debugging is enabled | yurys@chromium.org | 2010-06-01 | 4 | -0/+20 |
* | Changed printer page setup units to be in device co-ordinates (this is pixels... | sanjeevr@chromium.org | 2010-05-29 | 1 | -4/+8 |
* | Added raster print support for Pepper plugins on the Mac. | sanjeevr@chromium.org | 2010-05-29 | 2 | -38/+61 |
* | Patch GetFontData for internal plugin. This is needed on XP at the least. | jam@chromium.org | 2010-05-28 | 1 | -0/+24 |
* | This tunes up some of the snapshot creation code. | gspencer@chromium.org | 2010-05-28 | 2 | -15/+21 |
* | Enabled mousewheel coalescing to work better for ChromeOS. | davemoore@chromium.org | 2010-05-28 | 1 | -1/+8 |
* | First pass at experimental omnibox API. There are plenty of rough edges and f... | mpcomplete@chromium.org | 2010-05-28 | 3 | -1/+18 |
* | Remove unused file render_process.cc. render_process_impl.cc is where the act... | thakis@chromium.org | 2010-05-28 | 1 | -298/+0 |
* | Add ppapi plugins to about:plugins | darin@chromium.org | 2010-05-28 | 6 | -129/+37 |
* | 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 |