summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors on Linux.mmoss@google.com2008-10-101-12/+12
* Add a meaning= attributes to two strings that both have the sametc@google.com2008-10-101-1/+1
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-1027-434/+1245
* Terms of Service don't apply to Chromium. Remove the link from the About box.finnur@google.com2008-10-102-19/+18
* Roll back trial from last nightben@chromium.org2008-10-103-22/+0
* fix linux buildtc@google.com2008-10-106-5/+6
* 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-103-11/+22
* Another attempt at fixing non-client flicker. Let's see how well this works.ben@chromium.org2008-10-101-9/+9
* 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
* Put this file back into its original state when I first landed this change ea...ben@chromium.org2008-10-092-0/+11
* 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
* Implement ScrollView::inWindow by plumbing through RenderWidget::is_hidden to...jam@chromium.org2008-10-091-0/+1
* Account for the distributor logo when sizing the title text bounds.ben@chromium.org2008-10-091-1/+4
* Put back WM_ENTERIDLE handler and remove WM_INITMENU and WM_INITMENUPOPUP han...ben@chromium.org2008-10-092-11/+7
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-0916-17/+92
* Support zero size chunks in the current implementation.paulg@google.com2008-10-095-39/+282
* The window class now set the initial focus after the window is made visible. ...jcampan@chromium.org2008-10-091-13/+2
* Changes BookmarkModel to not grab the same lock twice.sky@google.com2008-10-092-5/+16
* Roll back this section of the previous change to see if it is necessary.ben@chromium.org2008-10-092-7/+0
* Fix videos stopping playing. Only send an invalidate to the renderer if it's...jam@chromium.org2008-10-091-2/+4
* Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now isananta@chromium.org2008-10-094-3/+17
* Changing the About box according to mockups. Basically, we now want to have a...finnur@google.com2008-10-0947-74/+289
* Another attempt at fixing standard non-client area overpainting.ben@chromium.org2008-10-093-8/+20
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-0920-533/+530
* 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
* Let mini_installer pass any arbitrary command line flags to setup.exe. This w...kuchhal@chromium.org2008-10-092-18/+71
* Re-land this earlier change. Will deal with dist crashes as they arise.ben@chromium.org2008-10-091-0/+3
* Fix weird painting of elements of the non-client area.ben@chromium.org2008-10-093-24/+54
* 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-092-3/+3
* Revert r3074 due to Mac build bustagemark@chromium.org2008-10-094-17/+3
* Roll back changes to the client area size calculation, since this fix didn't ...ben@chromium.org2008-10-092-32/+27
* Adding savedebuglog flag to reliability test. When the flag is huanr@chromium.org2008-10-091-2/+66
* 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-087-9/+9
* This fixes http://code.google.com/p/chromium/issues/detail?id=2472, whichananta@chromium.org2008-10-084-3/+17
* Allow lang to be blank in the renderer and plugin if running intc@google.com2008-10-081-2/+5
* 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
* Make sure the window icon is set to at least the app icon as the window is cr...ben@chromium.org2008-10-081-8/+5
* This file was supposed to get committed during my last refactoring chunk but ...pkasting@chromium.org2008-10-081-3/+4
* Pass NotificationSource by const ref rather than value, as it's a class (and ...pkasting@chromium.org2008-10-082-4/+4
* Reuse a method that will be required for criteria checker as well.kuchhal@chromium.org2008-10-084-35/+23
* Build some code and unit tests inside chrome. This depended on sqlite, somark@chromium.org2008-10-082-5/+2877