summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweaks for the text on the About box (from bug 3360):finnur@google.com2008-10-134-6/+19
* Add about_credits.html and recognize ssl_error.html in its new location.sgk@google.com2008-10-111-14/+24
* Fixes a null pointer bug, and adds null checks around potentially dying proce...klink@chromium.org2008-10-111-5/+11
* Remove black line above detached poppup location barsben@chromium.org2008-10-111-1/+1
* Add incognito icon to vista frame windows that are incognito.ben@chromium.org2008-10-112-3/+48
* Fix RTL issues with opaque frame. ben@chromium.org2008-10-104-19/+14
* Start splitting out view-related stuff from WebContents into a new class WebC...brettw@google.com2008-10-1011-391/+622
* Add about:terms to Chrome, and about:licenses to Chromium and Chrome.glen@google.com2008-10-1095-3/+7032
* 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