- 08 Dec, 2011 40 commits
-
-
kochi@chromium.org authored
This is a temporary solution for Lion key-repeat + popup issue. When Pepper IME API is exposed to NaCl apps, each apps should set the text input type apporpriately. BUG=chromium:102808 TEST=Run any NaCl app on Lion and hold 'a' key for a while to see the variant selector popup will not show up. Review URL: http://codereview.chromium.org/8815008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113571 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=106665 TEST=see bug. Review URL: http://codereview.chromium.org/8872008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113570 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
replace with add/remove BUG=102610 TEST=manual (for those strings I actually know how to trigger) Review URL: http://codereview.chromium.org/8835003 TBR=estade@chromium.org Review URL: http://codereview.chromium.org/8872009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113569 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
replace with add/remove BUG=102610 TEST=manual (for those strings I actually know how to trigger) Review URL: http://codereview.chromium.org/8835003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113568 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Sub chunks for kDownloadWhiteList are just a bunch of (add_chunk_number, prefix) pairs, with no leading host/count. Additionally, shift the buffer-overrun checks before the buffer is overrun rather than after, and add DCHECKs to make sure this is honored. BUG=106165 Review URL: http://codereview.chromium.org/8873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113566 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=None TEST='ObfuscatedFileUtilTest.TestDirectoryTimestamp' Review URL: http://codereview.chromium.org/8728029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113565 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
BUG=62897 Review URL: http://codereview.chromium.org/8773032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113564 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
This CL brings the PPB_Var new shared implementation (from r113491) in to compliance with the new naming convention introduced at r113428. I didn't want to do add any more complexity to that in-flight CL, so I'm doing the rename here. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/8870002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113563 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't match Content-Length. This used to be reported as ERR_CONNECTION_CLOSED. Unfortunately, there are a number of misconfigured servers on the web which report a Content-Length completely divorced from reality. Other browsers display whatever data was received without reporting errors in this case, and Chrome now does the same. An earlier CL simply removed error reporting for this case. However, some uses may want to still treat this like an error (such as URLFetcher), or could eventually treat the case as an error and recover (such as downloads). Data received will be populated in the disk cache as a truncated entry, if the server advertises byte range support. WebURLLoaderImpl ignores this for all async and sync resource loads. At some point it may want to selectively do this based on content type. Downloads ignore the error, but no longer ignore ERR_CONNECTION_CLOSED. Other uses will treat this like an error. BUG=52847 TEST=Manually, go to a site that advertises a large content-length and closes the connection before writing so many bytes, and notice that the page now displays. Automatic: HttpNetworkTransactionTest.LargeContentLengthThenClose, URLRequestTestHttp.GetZippedTest Review URL: http://codereview.chromium.org/8496016 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/8863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113562 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
The URL is always included in the pingback now, so this whitelist checking can happen on the server. Also, mark this and the ClientPhishingRequest.hash_prefix field as OBSOLETE in the protocol buffer file. BUG=none TEST=updated ClientSideDetectionServiceTest Review URL: http://codereview.chromium.org/8854004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113561 0039d316-1c4b-4281-b951-d872f2087c98
-
qghc36@motorola.com authored
BUG=105117 TEST=None Review URL: http://codereview.chromium.org/8835005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113560 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=106596 TEST=NaCl SDK Hello World C example builds and runs successfully. TBR=noelallen1 Review URL: http://codereview.chromium.org/8883008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113557 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisphan@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8824002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113556 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8879003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113555 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
after style markup, introduced by r107746. BUG=106355 TEST=see bug for repro Review URL: http://codereview.chromium.org/8824018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113554 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadt@chromium.org authored
Disabled timer to support full screen detection on Linux as we don't need it there. BUG=102731 TEST=Manual steps in the bug report. Review URL: http://codereview.chromium.org/8824019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113553 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
We special case the nigori node because even though it is considered an "encrypted type", not all nigori node changes require valid encryption (ex: sync_tabs). BUG=106619 TEST=none. Review URL: http://codereview.chromium.org/8856007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113550 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
Speculation is that the signal isn't using our autoexpiring Signals(). BUG=106768 TEST=see bug Review URL: http://codereview.chromium.org/8866005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113549 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113548 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
ANGLE commit message for 905: 'Guard against releasing NULL textures. ANGLEBUG=265 TRAC #19196 Signed-off-by: Daniel Koch Author: Nicolas Capens' This should fix the referenced bug. BUG=106748 Review URL: http://codereview.chromium.org/8862006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113547 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This has no effect until the next clang roll. On linux, only 64bit is supported for now. BUG=none TEST=`clang -faddress-sanitizier test.c` works. Running the generated a.out reports memory errors if test.c contained any. TBR=kcc Review URL: http://codereview.chromium.org/8852008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113546 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Rename the name to describe its role more precisely Actual value ("settings.accessibility") is not changed BUG=None TEST=build success Review URL: http://codereview.chromium.org/8800033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113545 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: http://codereview.chromium.org/8865007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113544 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=104000 TEST=see bug Review URL: http://codereview.chromium.org/8873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113541 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: http://codereview.chromium.org/8872006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113540 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8866007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113539 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG=79050 Review URL: http://codereview.chromium.org/8799022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113538 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
BUG=106427 Review URL: http://codereview.chromium.org/8855007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113537 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
GtkThemeService injects themed images into SkBitmaps for theming. When I started moving to the gfx::Image returning GetImageNamed() interface, I didn't implement it at the GtkThemeService level. BUG=106597,106060 TEST=No blue tabs in gtk-theme mode. Review URL: http://codereview.chromium.org/8771052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113536 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: http://codereview.chromium.org/8495038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113535 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Using the "-profile-directory" switch didn't work if the browser was already running. The problem was that we were ignoring the switch and just using the last used profile. BUG=100461 TEST=Ran Chrome with the first profile open. Launched a 2nd instance with "-profile-directory" and verified that the correct profile window opened. Review URL: http://codereview.chromium.org/8854001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113534 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This reverts r113422. It looks like the test still times out in some cases on Aura. BUG=104384 TEST=none Review URL: http://codereview.chromium.org/8874001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113533 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=79722 TEST=none Review URL: http://codereview.chromium.org/8872004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113532 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
And move the functionality into gfx::Screen. BUG=101507 R=ben@chromium.org Review URL: http://codereview.chromium.org/8549008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113531 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
This is the first patch to get remove CHECK stmts from syncable layer. BUG=100444 TEST= Review URL: http://codereview.chromium.org/8804026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113530 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is basically a reversion of the final patch set (#4) of this: http://codereview.chromium.org/8395012 The reason is because tasks posted to the query thread can extend the lifetime of the D3D device such that it is destroyed on the query thread. The D3D thread must be destroyed on the thread it was created on though. The suggestion was a good one and I might revisit it in the future. I also added a missing lock and switched it to load the D3D9 DLL rather than assume it is already loaded by something else. Review URL: http://codereview.chromium.org/8867005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113529 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
was_origin_cert_sent() This will help SpdySession decide to send a CREDENTIAL frame. BUG=106103 TEST=none Review URL: http://codereview.chromium.org/8869004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113528 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://os-creditstsepez@chromium.org authored
BUG=chromium-os:23898 TEST=go to chrome://os-credits and click on "show license" Review URL: http://codereview.chromium.org/8869008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113527 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
BUG=104645 Review URL: http://codereview.chromium.org/8826002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113526 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Enable UndoRedo_CutCopyPasteTest BUG=103988,97845 TEST=added new UndoRedo_BackspaceThenSetText, enabled CutCopyPasteTest Review URL: http://codereview.chromium.org/8823007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113525 0039d316-1c4b-4281-b951-d872f2087c98
-