| Commit message (Expand) | Author | Age | Files | Lines |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 1 | -4/+2 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 1 | -2/+4 |
* | Revert "Allow silent extension installations from the extensions gallery - Pa... | rafaelw@chromium.org | 2009-12-08 | 1 | -11/+0 |
* | Allow silent extension installations from the extensions gallery - Part 1. | rafaelw@chromium.org | 2009-12-07 | 1 | -0/+11 |
* | Make the default RendererPreferences smarter. | estade@chromium.org | 2009-12-04 | 1 | -2/+1 |
* | Implement "Email Link To Page" menu command. | snej@chromium.org | 2009-12-03 | 1 | -0/+9 |
* | When you search for something, press F3, close the box and press F3 it would ... | finnur@chromium.org | 2009-11-20 | 1 | -9/+8 |
* | Replaced HungRendererDialog class with hung_renderer_dialog namespace. | akalin@chromium.org | 2009-11-20 | 1 | -4/+4 |
* | Make executeScript and insertCSS inject code into all frames. | tangjie@chromium.org | 2009-11-20 | 1 | -2/+4 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -3/+0 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 1 | -0/+3 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 1 | -3/+0 |
* | Implement web app shortcuts natively per issue 25528 | xiyuan@chromium.org | 2009-11-17 | 1 | -89/+4 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 1 | -1/+6 |
* | Fix for a bug where navigating from the NTP, to an SSL interstitial and then | jcampan@chromium.org | 2009-11-13 | 1 | -2/+4 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -2/+1 |
* | Basic wiring to enable downloads for CF's host browser network stack. A nota... | tommi@chromium.org | 2009-11-07 | 1 | -0/+7 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -2/+2 |
* | [mac] Add "Paste and Match Style" to edit menu | thakis@chromium.org | 2009-11-07 | 1 | -0/+6 |
* | Poor work-around for the crasher 23411. | jcampan@chromium.org | 2009-11-06 | 1 | -0/+1 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-06 | 1 | -16/+54 |
* | [Mac] Delay TabContents::Close() when event-tracking. | shess@chromium.org | 2009-11-06 | 1 | -0/+15 |
* | Revert 31110 - Implement window.alert() and its cousins for extensions. | ben@chromium.org | 2009-11-05 | 1 | -54/+16 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-05 | 1 | -16/+54 |
* | Changes session restore to use a normal load rather than preferring | sky@chromium.org | 2009-11-03 | 1 | -4/+16 |
* | Add initial implementation of AutoFill++. This implementation is hidden behi... | jhawkins@chromium.org | 2009-10-28 | 1 | -0/+8 |
* | Replace ExtensionAction with ExtensionAction2. | aa@chromium.org | 2009-10-27 | 1 | -4/+4 |
* | Move page actions over to ExtensionAction2 and get rid of | aa@chromium.org | 2009-10-27 | 1 | -44/+18 |
* | Find-in-page should not ding while deleting characters. | finnur@chromium.org | 2009-10-26 | 1 | -0/+4 |
* | Refactor BrowserActions, and add support for | aa@chromium.org | 2009-10-24 | 1 | -5/+21 |
* | Makes inactive pinned tabs on linux throb when the title changes. I | sky@chromium.org | 2009-10-23 | 1 | -1/+1 |
* | Fix for issue 18228. | xiyuan@chromium.org | 2009-10-22 | 1 | -1/+2 |
* | The detached bookmark bar should not show on interstitials. | jcampan@chromium.org | 2009-10-22 | 1 | -0/+3 |
* | Rename AutofillManager to FormFieldHistoryManager to better reflect the purpo... | jhawkins@chromium.org | 2009-10-21 | 1 | -5/+5 |
* | Rename RenderViewHostDelegate::Autofill to RenderViewHostDelegate::FormFieldH... | jhawkins@chromium.org | 2009-10-21 | 1 | -1/+2 |
* | Convert some structures in webkit/glue to string16. | darin@chromium.org | 2009-10-20 | 1 | -2/+2 |
* | Implement new page action API. | mpcomplete@chromium.org | 2009-10-16 | 1 | -17/+23 |
* | Add histogram for how tab closing time. Did some cleanup along the way. Mov... | jam@chromium.org | 2009-10-14 | 1 | -9/+30 |
* | This CL is for the needs of ChromeFrame. | stoyan@google.com | 2009-10-13 | 1 | -1/+2 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+2 |
* | Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW... | jam@chromium.org | 2009-10-08 | 1 | -3/+0 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 1 | -0/+10 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 1 | -10/+0 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 1 | -0/+10 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | Mac: Implements the special bookmark bar on NTP. | erg@chromium.org | 2009-10-06 | 1 | -3/+3 |
* | More WebView / WebViewDelegate cleanup. | darin@chromium.org | 2009-10-03 | 1 | -3/+3 |
* | Add histograms that track how long it takes to open the new tab page. | tony@chromium.org | 2009-10-02 | 1 | -0/+18 |
* | Any time we are shutting down a tab, try to use fast shutdown. | estade@chromium.org | 2009-10-02 | 1 | -1/+1 |
* | Use favicon for application shortcut icon. | estade@chromium.org | 2009-09-28 | 1 | -1/+16 |