summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some places I missed the renaming changes.brettw@google.com2008-10-143-11/+11
* Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o...brettw@google.com2008-10-1410-124/+139
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-1410-55/+58
* Try and find the location of crashben@chromium.org2008-10-141-0/+2
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-1436-303/+283
* Make zomm do full page zoom instead of just text zoom.brettw@google.com2008-10-141-1/+1
* Accomodate move of tab_dragging_test.cc to browser\views.sgk@google.com2008-10-141-1/+1
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-1425-246/+191
* Fix the build by including string.brettw@google.com2008-10-141-0/+2
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-1416-181/+229
* Revert r3334 to disable magic_browzR and see if that fixes the crashes in the mal@chromium.org2008-10-142-3/+1
* Turn on MagicBrowzr again.ben@chromium.org2008-10-142-1/+3
* Fix crash in saving pages.ben@chromium.org2008-10-131-0/+1
* Fix issues with mouseleave messages not getting sent due to some sort of issu...ben@chromium.org2008-10-132-4/+5
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-1322-722/+892
* Make plugin processes (except Gears) run at normal priority.jam@chromium.org2008-10-131-2/+6
* I forgot to make the background images not dnd-able on the blocking pages.jcampan@chromium.org2008-10-134-6/+6
* Renable disabled plugin ui tests since they now pass again.jam@chromium.org2008-10-131-2/+2
* Add new web_contents_view_win.cc to the SCons build.sgk@google.com2008-10-131-0/+5
* Fix a memory leak when closing an IPC channel and not properlyrvargas@google.com2008-10-131-2/+9
* Minor code clean up.paulg@google.com2008-10-132-4/+9
* Popups opened from popups should be constrained and subject to constrained po...erg@google.com2008-10-131-7/+7
* Use system title bar font for app windows, detached popups, constrained popups.ben@chromium.org2008-10-135-7/+42
* Remove WatchObject from the ipc channel.rvargas@google.com2008-10-132-93/+77
* Hook up throbber animation for vista detached popup windows and app windows.ben@chromium.org2008-10-136-10/+76
* Assorted improvements to window maximization and flicker on Windows Vista wit...ben@chromium.org2008-10-133-11/+98