summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-16362-3531/+3402
* Fix weird NC painting in classic mode by removing an apparently unnecessary w...ben@chromium.org2008-10-161-4/+1
* Fixing build: GetViewContainer changed name from under me. :)finnur@google.com2008-10-161-2/+2
* Fix crash in downloading files (issue 3423).finnur@google.com2008-10-161-0/+9
* fix the scons build that broke when the hunspell dictionarytc@google.com2008-10-161-1/+1
* Remove more shared_event that I missed last timeagl@chromium.org2008-10-165-5/+0
* When a mixed-content resource was loaded, we would apply the mixed-content st...jcampan@chromium.org2008-10-162-5/+4
* Take 2 at fixing image corruption on drag and drop.tc@google.com2008-10-162-3/+3
* Re-enable SpellCheck tests by adding en-US-1-1.bdic to copy rule in hunspell ...sidchat@google.com2008-10-163-3/+3
* fix unittestben@chromium.org2008-10-161-2/+4
* Disable spellCheck tests temporarily. A new version of dictionary has been up...sidchat@google.com2008-10-161-2/+2
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-1697-572/+288
* Return without doing anything instead of dereferencing junk in unexpected cases.mark@chromium.org2008-10-161-0/+1
* Update SpellChecker to download the latest version of the bdic dictionary files.sidchat@google.com2008-10-162-3/+46
* Updating dependencies for the following projects to fix build errors.ananta@chromium.org2008-10-161-0/+6
* Revert "Fix a bug where we were truncating the last byte of images"tc@google.com2008-10-161-1/+1
* Makes the following changes to the bookmark bar context menu:sky@google.com2008-10-166-93/+91
* Add browser\interstitial_page.cc to the SCons build.sgk@google.com2008-10-161-1/+2
* Hopefully the last of the failures. Updating the deps for ananta@chromium.org2008-10-161-0/+2
* Updating the deps for startup test and reliability test.ananta@chromium.org2008-10-161-0/+4
* Update dependencies of the memory_test project to fix build error.ananta@chromium.org2008-10-161-0/+618
* This fixes http://code.google.com/p/chromium/issues/detail?id=146&,ananta@chromium.org2008-10-1611-93/+363
* Change the prefix for unconfirmed, potentially dangerous downloads mal@chromium.org2008-10-161-1/+1
* revert the testbeng@google.com2008-10-161-1/+1
* Fix a bug where we were truncating the last byte of imagestc@google.com2008-10-161-1/+1
* a quick testbeng@google.com2008-10-161-1/+1
* This is the same change as 2419 minus a line of debug code I accidentally lef...petersont@google.com2008-10-168-191/+575
* Fix broken resize from bottom with magic frame.ben@chromium.org2008-10-161-0/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-16116-580/+553
* While doing system level install on Vista, if installer is not runningkuchhal@chromium.org2008-10-154-400/+429
* As agreed on by the SafeBrowsing server team:paulg@google.com2008-10-152-15/+14
* Add a check in Chrome to not run user level mode if machine level Chromekuchhal@chromium.org2008-10-1514-27/+115
* libcommon.a (chrome) needs the staticlib settings appliedmark@chromium.org2008-10-151-0/+2
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-151-1/+1
* Make user level installs and machine level installs mutually exclusive.kuchhal@chromium.org2008-10-152-0/+12
* Add using_generated_strings.vsprops to unit_tests.maruel@google.com2008-10-151-1/+1
* Stop failing the build if a dependency has been removed.maruel@google.com2008-10-151-1/+4
* Add an alternate error page for connection errors. This is already supported...tc@google.com2008-10-151-11/+27
* Change SpellChecker language without restarting the browser.sidchat@google.com2008-10-158-25/+150
* Make unit_tests depend on generated_resources.maruel@google.com2008-10-152-0/+2
* This file was left out of my last checkin due to prior gcl cruft.beng@google.com2008-10-151-32/+21
* Convert GetPreferredSize from:beng@google.com2008-10-15143-1521/+1379
* Insert NULL check to fix dist crashben@chromium.org2008-10-151-5/+4
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.maruel@google.com2008-10-153-6/+6
* Fix a crasher when shutting down with a pending dangerous download.jcampan@chromium.org2008-10-151-2/+4
* The is_content_filtered parameter of the ViewHostMsg_FrameNavigate_Params was...jcampan@chromium.org2008-10-151-1/+5
* Label::SizeToFit was not setting the width properly.jcampan@chromium.org2008-10-151-1/+1
* Enable magic browzr again.ben@chromium.org2008-10-142-1/+3
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-1422-70/+72
* Actually handle WM_SETICON and provide a virtual base that CustomFrameWindow ...ben@chromium.org2008-10-141-0/+5