- Apr 28, 2010
-
-
alokp@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45836 0039d316-1c4b-4281-b951-d872f2087c98
-
pinkerton@chromium.org authored
removed during quit refactoring. BUG=41675 TEST=quit while downloading, can cancel and quit app, as well as cancel the quit to allow the download to complete. When download completes, closing all windows shouldn't quit (normal behavior). Review URL: http://codereview.chromium.org/1746013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45832 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Fix a ChromeFrame crash reported on the crash server while processing an accelerator message. The crash happens while invoking the IBrowserService2::v_MayTranslateAccelerator function. It appears from the dump that there are cases in IE8 where this interface is actually implemented, but this function entry is NULL in the vtable. In any case from the comments in the code this interface is only implemented till IE7. Fixes bug http://code.google.com/p/chromium/issues/detail?id=25457 Bug=25457 Review URL: http://codereview.chromium.org/1718019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45831 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@google.com authored
BUG=none TEST=none (ran converter script) Review URL: http://codereview.chromium.org/1687015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45830 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
UpdateAcceleratedSurface and DrawLayerInSurface don't make sense before windowed_handle has been set, so tweak the way we handle initialization of CA plugins. BUG=none TEST=CA plugins should still work Review URL: http://codereview.chromium.org/1745018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45828 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
GLEW patch: http://glew.svn.sourceforge.net/viewvc/glew?view=rev&revision=596 GLEW bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2992222&group_id=67586&atid=523274 TEST=trybots BUG=41039 Review URL: http://codereview.chromium.org/1727010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45827 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
dialog from "needs access to" to "can access" per discusison on chromium-discuss. Review URL: http://codereview.chromium.org/1806002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45826 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
of all currently open tabs in all browsers. This is needed for overview mode on ChromeOS. BUG=http://code.google.com/p/chromium-os/issues/detail?id=1170 TEST=Ran Chrome under ChromeOS with updated window manager. Review URL: http://codereview.chromium.org/661237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45824 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Review URL: http://codereview.chromium.org/1696012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45823 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
Render extension docs after build breakage. TBR=kathyw Review URL: http://codereview.chromium.org/1745019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45822 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=None TEST=net_unittests --gtest_filter="*HttpAuthHandlerNegotiate*" Review URL: http://codereview.chromium.org/1705001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45821 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
Remove DCHECK in SimpleAppCacheSysmte::WillDestroyCurrentMessageLoop. This was causing the test_shell to die trying to produce the extension docs. TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/1697015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45820 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=42403 TEST=none Review URL: http://codereview.chromium.org/1774005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45818 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=41341 TEST=none Review URL: http://codereview.chromium.org/1758011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45817 0039d316-1c4b-4281-b951-d872f2087c98
-
albertb@chromium.org authored
BUG=none TEST=NigoriTest.* Review URL: http://codereview.chromium.org/1697010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45816 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Still to do: get rid of things which hang on to a handler just so they can pass it to Show(). BUG=38908 TEST=everything still works Review URL: http://codereview.chromium.org/1795007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45813 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=42737 TEST=Don't have it consistently repro'ing (nor a test case for it). Review URL: http://codereview.chromium.org/1687016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45812 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Removes downstream test expectations for: traversal/node-iterator-prototype.html fast/images/svg-background-partial-redraw.html fast/text/international/bold-bengali.html fast/text/international/khmer-selection.html Review URL: http://codereview.chromium.org/1731015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45810 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Native gtk options pages rely on host to call gtk_widget_show_all. Doing this after options dialog's size allocated. This is because the WrapLabelAtAllocationHack trick in ContentPageGtk needs container's size allocated when the label is being shown. BUG=<http://crosbug.com/2859> TEST=Verify fix for ChromeOS issue 2859 and in sync status message in "Peronal Stuff" tab is wrapped correctly. Review URL: http://codereview.chromium.org/1773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45808 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
gallery page, if the extension is from the gallery. BUG=29739 TEST=Install a gallery extension and a third-party extension and make sure the gallery extension name is a link (whereas the third party extension name is static text). Review URL: http://codereview.chromium.org/1780009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45807 0039d316-1c4b-4281-b951-d872f2087c98
-
markus@chromium.org authored
These tests were useful for debugging reference_trusted_thread.cc. Test an easily-forwarded system call, dup(). Also test clone() directly, in addition to testing it indirectly via pthread_create(). Check for leaked FDs. Change the test runner to run all tests, even if one fails, rather than stopping at the first failed test. Review URL: http://codereview.chromium.org/1750014 BUG=none TEST=none Review URL: http://codereview.chromium.org/1756015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45806 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=http://code.google.com/p/data-race-test/issues/detail?id=34 TBR=glider Review URL: http://codereview.chromium.org/1733023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45805 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
description after I landed the change. BUG=none TEST=none Review URL: http://codereview.chromium.org/1734011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45804 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
and not FLAKY, because they fail every time. TEST=none BUG=42641,42718 Review URL: http://codereview.chromium.org/1725012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45803 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Disables start menu uninstall shortcuts. Tweaks quoting of uninstall command to follow msi ca rules. Adds a ClientState registry entry to flag that this installation is managed by an MSI. Set said registry flag on first MSI install. BUG=19370 TEST=Install with generated MSI, upgrade, uninstall. Review URL: http://codereview.chromium.org/1525042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45802 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
(they started failing after rolling WebKit 58304:58400 on http://src.chromium.org/viewvc/chrome?view=rev&revision=45795) BUG=42641,42718 Review URL: http://codereview.chromium.org/1801005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45801 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/1582023 TBR=jschuh@chromium.org Review URL: http://codereview.chromium.org/1711019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45800 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/1582023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45797 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/1798007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45796 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
BUG=none TEST=none TBR=yaar Review URL: http://codereview.chromium.org/1784008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45795 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45793 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEXT=valgrind bots really go green TBR=thestig@ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45791 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=42704 TEST=Valgrind goes green! TBR=tony Review URL: http://codereview.chromium.org/1801004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45790 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
No logic change, just inserting returns and de-nesting ifs. BUG=none TEST=media_unittests Review URL: http://codereview.chromium.org/1735012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45788 0039d316-1c4b-4281-b951-d872f2087c98
-
mbelshe@chromium.org authored
is redundant with proxy_info_. BUG=none TEST=covered by existing tests. Review URL: http://codereview.chromium.org/1809001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45787 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=42704 TEST=Valgrind goes greener. TBR=tony Review URL: http://codereview.chromium.org/1765009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45786 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
This is a first pass. A few more may be deleted once I clean up the bookmark context menu code. BUG=38908 TEST=everything still works Review URL: http://codereview.chromium.org/1763017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45785 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=CrOS Valgrind bots compile. TBR=yusukes Review URL: http://codereview.chromium.org/1723017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45784 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Removes extra retains in unit tests that are now unneeded. Triggered valgrind report. BUG=42051 TEST=BookmarkBarFolderHoverStateTest.HoverState Review URL: http://codereview.chromium.org/1756016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45779 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=42466 TEST=see bug. Also, drags from firefox bookmark bar to tabbed bookmark manager should work. Review URL: http://codereview.chromium.org/1691018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45778 0039d316-1c4b-4281-b951-d872f2087c98
-