| 54490 01.08.2010 06:32:58, by
sanjeevr@chromium.org
Re-enabled internal PDF on trunk BUG=None TEST=Internal PDF plugin should be enabled by default
Review URL: http://codereview.chromium.org/3080014 |
| 54489 01.08.2010 05:25:47, by
chrome-release@google.com
Bumping from 472.17 to 472.18 |
| 54488 01.08.2010 05:25:43, by
chrome-release@google.com
Publish DEPS file for Chromium 6.0.472.17 |
| 54487 01.08.2010 05:25:38, by
chrome-release@google.com
Tagging release 6.0.472.17 |
| 54486 01.08.2010 03:50:55, by
tfarina@chromium.org
gtk: Fix presubmit errors.
chrome/browser/gtk/gtk_chrome_button.h:21: Extra space before ( in function call [whitespace/parens] [4] chrome/browser/gtk/gtk_chrome_button.h:23: Extra space before ( in function call [whitespace/parens] [4] chrome/browser/gtk/gtk_chrome_button.h:25: Extra space before ( in function call [whitespace/parens] [4] chrome/browser/gtk/gtk_chrome_link_button.h:27: Extra space before ( in function call [whitespace/parens] [4] chrome/browser/gtk/gtk_chrome_link_button.h:29: Extra space before ( in function call [whitespace/parens] [4] chrome/browser/gtk/gtk_chrome_link_button.h:31: Extra space before ( in function call [whitespace/parens] [4]
BUG=50266 TEST=None
Review URL: http://codereview.chromium.org/3064027 |
| 54485 01.08.2010 03:02:57, by
gavinp@google.com
Make prefetching default to disabled
My earlier CL jumped the gun a bit; prefetching isn't ready to be the default, so this CL reverses that. Now you have to explicitly turn prefetching on to have it.
Note that prefetching was never enabled in trunk: because I haven't yet flipped the build default for webkit to include prefetching, the command line flag had no effect on trunk chrome.
BUG=none TEST=chrome --enable-prefetch http://gemal.dk/browserspy/prefetch.php
Review URL: http://codereview.chromium.org/2847093 |
| 54484 01.08.2010 02:36:10, by
tfarina@chromium.org
notifications: Convert some std::wstring over to string16.
BUG=43899 TEST=compiles, trybots.
Signed-off-by: Thiago Farina <tfarina@chromium.org>
Review URL: http://codereview.chromium.org/3010028 |
| 54483 01.08.2010 01:19:58, by
viettrungluu@chromium.org
Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.
These were (mostly) made possible by the change in DictionaryValue's keys to std::string.
BUG=23581 TEST=unit tests
Review URL: http://codereview.chromium.org/3057027 |
| 54482 01.08.2010 01:10:07, by
tfarina@chromium.org
Fix bad license header in app/ and net/ directories.
BUG=50266 TEST=None
Review URL: http://codereview.chromium.org/3013049 |
| 54481 01.08.2010 01:07:15, by
nsylvain@chromium.org
Merge 54344 - Disable tests failing on official builders
downloads.DownloadsTest.testZip -- fails on official win builder when run thru buildbot only. runs fine when run manually
codesign -- codesign tests should be run *after* the build has been signed
BUG=50481 TEST=pyauto_functional_tests go green on official mac, win builders
Review URL: http://codereview.chromium.org/2825078
TBR=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/2808086 |
| 54480 01.08.2010 01:06:43, by
nsylvain@chromium.org
Merge 53670 - Disable autofill pyauto tests on mac
Prompts up the keychain dialog.
BUG=49378
Review URL: http://codereview.chromium.org/3040019
TBR=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/3015045 |
| 54479 01.08.2010 01:02:40, by
nsylvain@chromium.org
revert "Merge 54464 - When we get a silent TCP RST, SPDY connections need to retry." in the 472 branch because it breaks the compile :
error: no type named ParamType in class net::SpdyNetworkTransactionTest
TBR:mbelshe Review URL: http://codereview.chromium.org/3043040 |
| 54478 01.08.2010 00:58:51, by
nsylvain@chromium.org
Merge 54477 - Oops, Use the right variable to determine if linux is using breakpad
Review URL: http://codereview.chromium.org/3074020
TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2806102 |
| 54477 01.08.2010 00:58:11, by
nsylvain@chromium.org
Oops, Use the right variable to determine if linux is using breakpad
Review URL: http://codereview.chromium.org/3074020 |
| 54476 01.08.2010 00:43:23, by
nsylvain@chromium.org
Disable the ParseFeedValidFeed4 test in the 472 branch because it has the wrong expectation.
TBR:finnur BUG:50872
Review URL: http://codereview.chromium.org/3048039 |
| 54475 01.08.2010 00:17:50, by
mbelshe@chromium.org
Merge 54464 - When we get a silent TCP RST, SPDY connections need to retry.
Fixing this involved a couple of minor changes. * We were not tracking whether a SPDY session should be retried. The HTTP logic uses "is_socket_idle()" to determine if the socket was once good and is worth retrying. Because SPDY is not serialized added methods through the SpdySession and SpdyHttpStream for this. (See ShouldResendFailedRequest) * The spdy_http_stream was not notifying the caller when OnSendHeadersComplete occurred when there is no upload body. This isn't strictly necessary, but keeps the HttpNetworkTransaction state more consistent. BUG=50510 TEST=SpdyNetworkTransactionTest
Review URL: http://codereview.chromium.org/3064021
TBR=mbelshe@chromium.org Review URL: http://codereview.chromium.org/2856077 |
| 54474 01.08.2010 00:11:42, by
nsylvain@chromium.org
Merge 54465 - Fix CrossSiteAfterCrash for official builds.
We need to set expected_crashes_ when breakpad is set, because it does generate a crash dump, even on Linux.
Review URL: http://codereview.chromium.org/3034042
TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3030034 |
| 54473 31.07.2010 23:03:16, by
tfarina@chromium.org
base: Add HexDigitToInt function to string_util.h
Removed duplicated HexToInt functions and converted the callers along the way.
BUG=None TEST=trybots and out/Debug/base_unittests --gtest_filter=StringUtilTest.HexDigitToInt
Signed-off-by: Thiago Farina <tfarina@chromium.org>
Review URL: http://codereview.chromium.org/2836069 |
| 54472 31.07.2010 22:52:24, by
nsylvain@chromium.org
Delete new flavors of temp files that are being leaked in the temp directories.
Review URL: http://codereview.chromium.org/2884057 |
| 54471 31.07.2010 22:38:56, by
nsylvain@chromium.org
Disable mutliple tests that never worked.
bug:50864 TBR:dtseng Review URL: http://codereview.chromium.org/2808084 |
|
|