summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-1019-124/+904
* Terms of Service don't apply to Chromium. Remove the link from the About box.finnur@google.com2008-10-101-13/+18
* fix linux buildtc@google.com2008-10-101-1/+1
* Forgot a .h file. finnur@google.com2008-10-101-0/+2
* Allow the translators to chose which link appears first in the About box.finnur@google.com2008-10-101-9/+20
* Make loading animations on app windows not call WM_SETICON on every frame. Ow.ben@chromium.org2008-10-106-11/+18
* Fix a couple of UMRs in the unit tests.paulg@google.com2008-10-102-0/+3
* Add a bunch of dlls to our dll eviction blacklistcpu@google.com2008-10-091-2/+30
* Fix regression with app window titles.ben@chromium.org2008-10-091-5/+2
* Provide an option to turn on the new SafeBrowsing storage systempaulg@google.com2008-10-091-0/+4
* Account for the distributor logo when sizing the title text bounds.ben@chromium.org2008-10-091-1/+4
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-094-4/+5
* Support zero size chunks in the current implementation.paulg@google.com2008-10-095-39/+282
* Changes BookmarkModel to not grab the same lock twice.sky@google.com2008-10-092-5/+16
* Changing the About box according to mockups. Basically, we now want to have a...finnur@google.com2008-10-092-29/+265
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-0919-533/+521
* Makes sure the network usage is also reported for non tabs (right now only th...jcampan@chromium.org2008-10-091-12/+11
* This CL makes the task manager columns sortable.jcampan@chromium.org2008-10-092-93/+300
* One more link that needs drag and drop disabled in the malware blocking page.jcampan@chromium.org2008-10-091-1/+1
* Initialize string to the empty string to avoid 'undefinedXXX' when appending ...sgjesse@chromium.org2008-10-091-2/+2
* Roll back changes to the client area size calculation, since this fix didn't ...ben@chromium.org2008-10-092-32/+27
* New default brandcode.cpu@google.com2008-10-091-1/+1
* Fixes crash in BrowserAccessibilityManager destructor (see CPBrowsingContextM...klink@chromium.org2008-10-094-12/+14
* Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...ben@chromium.org2008-10-085-36/+4
* Constrained window title text colors are inverted.ben@chromium.org2008-10-081-1/+1
* Always position and size the toolbar view, since it's used to position other ...ben@chromium.org2008-10-081-17/+18
* This file was supposed to get committed during my last refactoring chunk but ...pkasting@chromium.org2008-10-081-3/+4
* Reuse a method that will be required for criteria checker as well.kuchhal@chromium.org2008-10-081-8/+3
* Fixes leak in new test.sky@google.com2008-10-081-2/+3
* Make it so that you can resize glass windows from the bottom.ben@chromium.org2008-10-081-1/+2
* Disabled the drag and drop of images and links in the blocking pages to preve...jcampan@chromium.org2008-10-085-33/+11
* External contribution from developer0420@gmail.com. Pressing enter insky@google.com2008-10-081-3/+5
* Attempt to fix more standard non-client painting by extending the client area...ben@chromium.org2008-10-082-10/+14
* Fix problem with popups frames when magic_browzr.erg@google.com2008-10-081-9/+18
* Hackish changes to make gears work in the renderer with the sandbox.mpcomplete@google.com2008-10-083-0/+42
* Fixes to the experimental bloom filter storage code.paulg@google.com2008-10-083-46/+69
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-081-0/+3
* klockwork bug: variable delared in nested scopecpu@google.com2008-10-081-5/+2
* Adds an --incognito switch that can be used to launch Chrome in Incognito mode.maruel@google.com2008-10-081-0/+4
* Clicking the diagnostic link on the malware page would triggers a DCHECK.jcampan@chromium.org2008-10-081-2/+2
* Enables sorting of the tables in the password editor and the URLsky@google.com2008-10-083-66/+131
* Fixes crasher in TemplateURLModel that occurred when the db hadsky@google.com2008-10-084-8/+104
* Ctrl+W should close app windows toobeng@google.com2008-10-081-4/+1
* Fix crash due to lack of NULL checking in one case.beng@google.com2008-10-081-8/+5
* Make chunk ranges searchable.paulg@google.com2008-10-083-0/+47
* Reduce the amount of excessive updating done when there is no window icon to beben@chromium.org2008-10-061-2/+4
* Move all callers to EnsureWinsockInit, and away from using WinsockInit instan...deanm@chromium.org2008-10-062-6/+6
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-0210-2/+1343
* Port some more of chrome/ to Linux.deanm@google.com2008-10-0231-80/+99
* - Add a note about a subtle requirement of the current code (bug 2994).deanm@chromium.org2008-10-021-28/+20