| Commit message (Expand) | Author | Age | Files | Lines |
* | New attempt at landing the resource_dispatcher_host.cc splitting (broke the b... | jcampan@chromium.org | 2008-12-23 | 4 | -4/+4 |
* | Reverting my CL to fix build bustage. | jcampan@chromium.org | 2008-12-20 | 4 | -4/+4 |
* | This CL moves the different resource handlers from resource_dispatcher_host.c... | jcampan@chromium.org | 2008-12-20 | 4 | -4/+4 |
* | Review URL: http://codereview.chromium.org/14809 | jcampan@chromium.org | 2008-12-19 | 4 | -15/+11 |
* | Reverting 7149. | jcampan@chromium.org | 2008-12-17 | 4 | -11/+15 |
* | Revamp of the interstitial pages. | jcampan@chromium.org | 2008-12-17 | 4 | -15/+11 |
* | Cleanup IsExecutableMimeType. | abarth@chromium.org | 2008-12-15 | 1 | -17/+21 |
* | Once we've decided that a path doesn't exist, reserve it by creating an empty... | abarth@chromium.org | 2008-12-12 | 2 | -24/+25 |
* | We should let binary/octet-stream have an EXE extension to fix compat with di... | abarth@chromium.org | 2008-12-05 | 2 | -0/+9 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 2 | -2/+2 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Fix issue 4829: No file extensions listed when saving images | finnur@google.com | 2008-12-03 | 2 | -20/+24 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -1/+1 |
* | Port some files in chrome/browser/ - part 1. | deanm@chromium.org | 2008-11-25 | 1 | -1/+9 |
* | Enable the encoding menu for javascript and css files. | jungshik@google.com | 2008-11-25 | 1 | -1/+4 |
* | Change by Alex Mendes da Costa <alexmdac@google.com> | beng@google.com | 2008-11-19 | 2 | -4/+27 |
* | Adds the ability for save dialogs to take a default extension. | sky@google.com | 2008-11-12 | 1 | -0/+1 |
* | Fixes bug where carpet bombing dialog would come in some situations it | sky@google.com | 2008-11-11 | 1 | -10/+20 |
* | A crasher would happen if you donwload an exe and the download has completed ... | jcampan@chromium.org | 2008-11-07 | 1 | -1/+2 |
* | Tell the user that HTML documents can harm their computer because they can. | abarth@chromium.org | 2008-11-05 | 2 | -3/+10 |
* | Rewrote the clipboard API to be more concurrent. Added a helper class to make... | estade@chromium.org | 2008-11-05 | 1 | -8/+5 |
* | Rolling back | abarth@chromium.org | 2008-11-04 | 1 | -8/+1 |
* | Tell the user that HTML documents can harm their computer because they can. | abarth@chromium.org | 2008-11-04 | 1 | -1/+8 |
* | Fix a bug where languages that have a long string for the | paulg@google.com | 2008-10-31 | 2 | -2/+28 |
* | Background: | nsylvain@chromium.org | 2008-10-31 | 1 | -1/+5 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 2 | -5/+6 |
* | Remove downloads from the completed dangerous downloads list | paulg@google.com | 2008-10-30 | 1 | -0/+6 |
* | Fix for Save Page downloads not notifying their observers on completion. | glen@chromium.org | 2008-10-29 | 1 | -0/+1 |
* | Do not localize the name of 'download' directory. Chrome's UI languages can be | jungshik@google.com | 2008-10-28 | 2 | -6/+5 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -4/+5 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 6 | -11/+19 |
* | We were still warning about a dangerous download when the user has picked the... | jcampan@chromium.org | 2008-10-17 | 1 | -2/+8 |
* | Adds the anti-carpet bombing dialog. More specifically a new | sky@google.com | 2008-10-17 | 3 | -0/+812 |
* | Fix bug 3470, where the download tab would show the temporary name for danger... | jcampan@chromium.org | 2008-10-17 | 3 | -21/+64 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 2 | -4/+4 |
* | Change the prefix for unconfirmed, potentially dangerous downloads | mal@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | Fix a crasher when shutting down with a pending dangerous download. | jcampan@chromium.org | 2008-10-15 | 1 | -2/+4 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 7 | -45/+304 |
* | Port some more of chrome/ to Linux. | deanm@google.com | 2008-10-02 | 3 | -17/+22 |
* | Cross-platform wrappers for fopen, _wfopen_s, etc. | mark@chromium.org | 2008-10-01 | 2 | -7/+7 |
* | Move a bunch of stuff out of WebContents. I removed a bunch of render view ho... | brettw@google.com | 2008-09-25 | 3 | -41/+47 |
* | Fixes two crashers in saving page: | sky@google.com | 2008-09-16 | 3 | -15/+18 |
* | Move the Save Page code to the browser/download/ directory. | paulg@google.com | 2008-09-14 | 13 | -0/+3083 |
* | Move the download code to new directories: | paulg@google.com | 2008-09-13 | 11 | -0/+3860 |