| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the build with some forgotten string conversions on non-Windows. | brettw@chromium.org | 2009-03-04 | 8 | -14/+15 |
* | Take 2 at moving SupportsWindowFeature from BrowserView | tc@google.com | 2009-03-04 | 4 | -39/+40 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 28 | -77/+113 |
* | Fix back button behavior for DOMUI contents (or at least make it as not-broke... | glen@chromium.org | 2009-03-04 | 1 | -0/+1 |
* | Show icons for exe files in download manager. Issue was that the paths were c... | glen@chromium.org | 2009-03-04 | 1 | -2/+9 |
* | * Make the download page focus the input field onload.* Fix spacing between c... | glen@chromium.org | 2009-03-04 | 2 | -18/+56 |
* | Make New Tab Page work correctly in incognito mode (8294) | glen@chromium.org | 2009-03-04 | 6 | -48/+69 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 6 | -13/+16 |
* | Add a set of long-running metrics to Chrome that are sent up only at uninstal... | robertshield@google.com | 2009-03-04 | 2 | -18/+43 |
* | Fix regression where the window caption buttons weren't clickable when maximi... | ben@chromium.org | 2009-03-04 | 2 | -17/+14 |
* | Add comment regarding why single-process and in-process-plugins are disabled ... | jam@chromium.org | 2009-03-04 | 1 | -0/+2 |
* | Fix release-only build break. | pkasting@chromium.org | 2009-03-04 | 1 | -0/+1 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 8 | -0/+323 |
* | Make Chromium windows not hide auto-hide taskbars. | pkasting@chromium.org | 2009-03-04 | 5 | -37/+69 |
* | Add FilePath setter/getter to pref service. Change callers to use it rather t... | estade@chromium.org | 2009-03-04 | 7 | -14/+13 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 21 | -542/+403 |
* | Remove an include of a header that was removed in r10832. | jhawkins@chromium.org | 2009-03-03 | 1 | -1/+0 |
* | Update browser.scons and chrome.gyp to match files removed in r10832. | jhawkins@chromium.org | 2009-03-03 | 1 | -20/+0 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 21 | -403/+542 |
* | Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded. | ben@chromium.org | 2009-03-03 | 18 | -5165/+4 |
* | Move RemoveTabAt to the TabStrip interface from RemoveTabAnimation. | jhawkins@chromium.org | 2009-03-03 | 2 | -23/+21 |
* | Add a command line flag --v8-proxy-resolver, to select the new PAC implementa... | ericroman@google.com | 2009-03-03 | 2 | -6/+35 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 19 | -480/+378 |
* | Implement some chrome path getters for Mac OS and un-comment their uses in th... | pinkerton@chromium.org | 2009-03-03 | 1 | -11/+0 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 19 | -378/+480 |
* | Revert "Use grit to generate locale rc files and remove the old locale rc fil... | tc@google.com | 2009-03-03 | 4 | -40/+39 |
* | Enables bookmark_model_unittest on Mac and Linux. | avi@chromium.org | 2009-03-03 | 1 | -19/+19 |
* | Reverting 10794. | avi@chromium.org | 2009-03-03 | 5 | -7/+13 |
* | Removing CRLFs from extensions.html | rafaelw@chromium.org | 2009-03-03 | 1 | -86/+86 |
* | Ship some tests which aren't related to what I'm working on: | shess@chromium.org | 2009-03-03 | 2 | -9/+1 |
* | window_ is null during BrowserWindow creation. Assume full screen | tc@google.com | 2009-03-03 | 1 | -1/+1 |
* | Move SupportsWindowFeature from BrowserView to Browser so | tc@google.com | 2009-03-03 | 4 | -39/+40 |
* | Fixes regression where escape was not removing a newly bookmarked | sky@google.com | 2009-03-03 | 1 | -1/+2 |
* | Clean up a few comments / formatting related to the location bar. | deanm@chromium.org | 2009-03-03 | 2 | -11/+17 |
* | Plumb GetLocationBar through to the toolbar. | deanm@chromium.org | 2009-03-03 | 4 | -2/+13 |
* | Remove more ifdefs where all platforms now share the implementation. | pinkerton@chromium.org | 2009-03-03 | 2 | -10/+1 |
* | Fixing WebKeyboardEvent. Third time's the charm. | avi@chromium.org | 2009-03-03 | 5 | -13/+7 |
* | Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ... | pinkerton@chromium.org | 2009-03-03 | 8 | -12/+47 |
* | Fix some include guards in browser/gtk. | deanm@chromium.org | 2009-03-03 | 3 | -10/+10 |
* | Cleanup the autocomplete model includes. Move from a deprecated std::wstring... | deanm@chromium.org | 2009-03-03 | 3 | -31/+4 |
* | Fix a crash when installing plugins. | jhawkins@chromium.org | 2009-03-03 | 1 | -2/+5 |
* | Make our IME backend platform-independent. | hbono@chromium.org | 2009-03-03 | 1 | -3/+3 |
* | Make history and downloads open once per window unless the user modifies thei... | glen@chromium.org | 2009-03-03 | 3 | -16/+9 |
* | Fix a small issue changing back to glass frame from opaque where the | ben@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Make it so that dropdown selects don't deactivate the main frame when opened ... | ben@chromium.org | 2009-03-03 | 7 | -0/+21 |
* | Resolve crash when deleting history by preventing the deleter from being call... | glen@chromium.org | 2009-03-03 | 5 | -78/+163 |
* | Don't expose --single-process and --in-process-plugins for official Chrome re... | jam@chromium.org | 2009-03-03 | 1 | -0/+4 |
* | Port Replace(First)SubstringsAfterOffset to string16. | dsh@google.com | 2009-03-03 | 4 | -43/+59 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 12 | -18/+13 |
* | Register an onmessage handler with the external host binding instead of expli... | ananta@chromium.org | 2009-03-03 | 4 | -9/+6 |