| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, fix my previous fix to the refactor breakage. Make sure we only apply | cevans@chromium.org | 2011-01-22 | 1 | -1/+5 |
* | When we detect a PDF with an unsupported feature, ask the user if they want t... | jam@chromium.org | 2011-01-22 | 4 | -4/+12 |
* | Chromium support for window.webkitRequestAnimationFrame() | jamesr@chromium.org | 2011-01-21 | 2 | -3/+34 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 8 | -8/+8 |
* | Don't unnecessarily paint pixles when doing optimized always-on-top pepper pa... | brettw@chromium.org | 2011-01-21 | 1 | -1/+3 |
* | Update Mac plugin IME handling to match updated spec | stuartmorgan@chromium.org | 2011-01-21 | 4 | -21/+38 |
* | Disable BrowserTest RenderViewTest.OnNavStateChanged | jknotten@chromium.org | 2011-01-21 | 1 | -1/+2 |
* | Add opener frame id, url, and target url to CreateWindow message. | jochen@chromium.org | 2011-01-21 | 1 | -0/+5 |
* | Generate thumbnails in the browser process. | satorux@chromium.org | 2011-01-21 | 4 | -1/+23 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 3 | -19/+19 |
* | Cleanup: Merge common code in RenderView::OnPrintPages and RenderView::OnPrin... | thestig@chromium.org | 2011-01-21 | 2 | -18/+17 |
* | Move the TestSink for doing IPC tests from chrome/common into IPC and create ... | brettw@google.com | 2011-01-20 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 8 | -11/+10 |
* | Gpu process restart fix. | amarinichev@google.com | 2011-01-20 | 3 | -1/+13 |
* | Printing: Rename some variables in the two different PrintPages() to be more ... | thestig@chromium.org | 2011-01-20 | 2 | -10/+13 |
* | Don't load plugins on prerendered pages until the pages are displayed. | mmenke@chromium.org | 2011-01-20 | 6 | -11/+70 |
* | Password is not filed for matching usernames | dhollowa@chromium.org | 2011-01-20 | 5 | -83/+102 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -4/+4 |
* | Move more web widgets painting from webkit to chrome. | xiyuan@chromium.org | 2011-01-20 | 1 | -1/+4 |
* | Clean up windows printing workflow. | kmadhusu@chromium.org | 2011-01-20 | 2 | -67/+50 |
* | If user had consented for metrics reporting, send speech input request origin... | satish@chromium.org | 2011-01-20 | 2 | -13/+23 |
* | Chromium support for window.webkitRequestAnimationFrame() | jamesr@chromium.org | 2011-01-20 | 1 | -0/+3 |
* | Add another didRunInsecureContent method. | agl@chromium.org | 2011-01-20 | 2 | -2/+21 |
* | Remove action_max_timeout_ms and fix all the callers. | tfarina@chromium.org | 2011-01-19 | 1 | -3/+6 |
* | .c Feature to disable field trials in old versions of Chromium. Field trials | rtenneti@chromium.org | 2011-01-19 | 1 | -1/+1 |
* | Mac Pepper: Make Image2D's TransportDIB available to the browser. | viettrungluu@chromium.org | 2011-01-19 | 1 | -7/+16 |
* | PasswordManager fills up text input field with password, or PM crashes chrome... | dhollowa@chromium.org | 2011-01-19 | 1 | -13/+32 |
* | Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s... | ben@chromium.org | 2011-01-19 | 1 | -3/+3 |
* | Revert http://src.chromium.org/viewvc/chrome?view=rev&revision=70896 to move ... | satish@chromium.org | 2011-01-19 | 2 | -2/+15 |
* | Fix Linux breakage of context menu items for the blocked plugin placeholder. | cevans@chromium.org | 2011-01-19 | 2 | -16/+10 |
* | Tweak heuristic to hide fixed-size parent <div>s for one more case. | cevans@chromium.org | 2011-01-19 | 1 | -0/+9 |
* | Disabled GPU process prelaunch field trial. | apatrick@chromium.org | 2011-01-19 | 1 | -20/+0 |
* | Fix autocomplete for Gmail subject lines. | isherman@chromium.org | 2011-01-18 | 1 | -2/+7 |
* | Fix race condition where chrome.tabs.executeScript sometimes wouldn't | mpcomplete@chromium.org | 2011-01-18 | 4 | -14/+16 |
* | Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't ha... | jam@chromium.org | 2011-01-18 | 5 | -95/+41 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 113 | -394/+394 |
* | Remove obsolete WebViewClient::createView method. | jochen@chromium.org | 2011-01-15 | 2 | -13/+0 |
* | Remove MessageLoop methods from Filter interface to | acolwell@chromium.org | 2011-01-15 | 2 | -2/+6 |
* | Make PP_Resources associated with the Instance rather than the module. This | brettw@chromium.org | 2011-01-15 | 1 | -2/+3 |
* | Replace MockFilterCallback with MockCallback and simplify unit tests. | scherkus@chromium.org | 2011-01-15 | 1 | -19/+9 |
* | Add an "x" to remove the blocked plug-in placeholder. The feature already | cevans@chromium.org | 2011-01-15 | 3 | -2/+20 |
* | Implement renderer AudioDevice API for low-latency audio output | crogers@google.com | 2011-01-15 | 6 | -0/+370 |
* | Allow printing/saving a plugin through right click menu, even if it's in a fr... | jam@chromium.org | 2011-01-15 | 6 | -34/+110 |
* | Introduce RenderView::Observer interface so that RenderView doesn't have to k... | jam@chromium.org | 2011-01-15 | 25 | -790/+752 |
* | Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with... | piman@google.com | 2011-01-14 | 3 | -3/+8 |
* | Makes chrome pass down the length of text as the end of the | sky@chromium.org | 2011-01-14 | 3 | -5/+11 |
* | When hiding a plug-in element, also hide same-sized parent elements (such as | cevans@chromium.org | 2011-01-14 | 1 | -1/+42 |
* | Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor. | ben@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Move SystemMonitor to src/ui/base/system_monitor. | ben@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Fix two bugs in recording web timing histograms. | tonyg@chromium.org | 2011-01-14 | 3 | -19/+41 |