- 25 Jul, 2014 40 commits
-
-
hajimehoshi@chromium.org authored
Tests failed on XP: http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%281%29/builds/32148 > Log the certificate subjects from the server certificate sent via QUIC. > > Review URL: https://codereview.chromium.org/418723002 TBR=rch@chromium.org Review URL: https://codereview.chromium.org/415333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285480 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
In a lot of filters in media code, Stop() has been folded into the dtor. This model doesn't apply directly to DataSource because DataSource::Stop() is called by the FFmpegDemuxer, but the DataSource is owned by WebMediaPlayerImpl. TBR=gbillock@chromium.org BUG=349211 TEST=All existing tests pass. Review URL: https://codereview.chromium.org/413243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285479 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This should help Linux users trigger this unintentionally less often. BUG=397359 TEST=On Linux, you should be able to drag your mouse at least 130 px away from the scrollbar before it snaps back. Review URL: https://codereview.chromium.org/417053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285478 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
As a results, kill now unused results_are_the_same_on_every_page. This unfortunately changes the behaviors in the following ways: 1) Streaming Csv/Block results output on per page run (e.g., one output per page repeat), the streaming mode merges like values for the same page (in case of page repeat, it merges results across repeat). 2) Ordering of output rows may change. BUG=346956,392901 Review URL: https://codereview.chromium.org/394953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285477 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
Flip this back to true. IdleHandlers should certainly be being scheduled when the content renderer client is hidden. BUG=381820 Review URL: https://codereview.chromium.org/412143010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285476 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
dbus::Property<std::vector<uint8> > isn't instantiated in libdbus in non-ChromeOS build + latest clang. That causes instantiation of the template in dbus_unittests, and causes link failure. Review URL: https://codereview.chromium.org/408143012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285475 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=sky@chromium.org Review URL: https://codereview.chromium.org/414143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285474 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
This means that by default, Chrome will honor headers like: Alternate-Protocol: 80:quic Alternate-Protocol: 80:quic,p=1 But not: Alternate-Protocol: 80:quic,p=.5 Eventually we need to switch to a dynamic threshold, but on step at a time. Review URL: https://codereview.chromium.org/411423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285473 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=396403 Review URL: https://codereview.chromium.org/412033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285472 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285466 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
BUG=396877 Review URL: https://codereview.chromium.org/415043007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285463 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Make the Linux implementation of FontRenderParams force full hinting (along with disabling subpixel rendering and positioning) when antialiasing is disabled. Cairo also forces full hinting in this case. BUG=396239 Review URL: https://codereview.chromium.org/417003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285462 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
I hit this building views_examples_exe on Mac with TOOLKIT_VIEWS=1. error: 'const' type qualifier on return type has no effect [-Werror,-Wignored-qualifiers] Added in r264669. BUG=NONE TEST=NONE TBR=sadrul@chromium.org,hshi@chromium.org Review URL: https://codereview.chromium.org/413303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285461 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
The CL: * Add rotation property to the Viewport class. * Update the rotation property by the TouchHandler class. * Reset Viewport properties when changing the image. BUG=390695 TEST=on link R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/416023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285460 0039d316-1c4b-4281-b951-d872f2087c98
-
ivandavid@chromium.org authored
PrintPreviewPdfGeneratedBrowserTest now properly reads from |std::cin| removing an edge case where |std::cin.eof()| is false, but |input.empty()| is true. The test also properly exits and doesn't wait for SIGKILL anymore. BUG=388517 Review URL: https://codereview.chromium.org/414623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285459 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
They were previously enabled in shared_library builds for historical reasons. This change is relevant for Clang, which currently doesn't support exceptions on Windows. Previous attemps failed due to: - chrome_elf_unittests on x64 (crbug.com/396244) Fixed in Chromium r285377. - blink_platform_unittests:DateTimeFormatTest.CommonPattern et al. Fixed in Blink r176189 BUG=82385 TBR=thakis Review URL: https://codereview.chromium.org/420593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285458 0039d316-1c4b-4281-b951-d872f2087c98
-
petewil@chromium.org authored
BUG=397242 Review URL: https://codereview.chromium.org/419603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285457 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Tested: * Search for "qrty.com" repeatedly. Verify that when you type "q", a search for "qrty.com" does not get inline autocompleted. This is the same as the behavior before this changelist. Without the Classify() code, this suppression of the inline autocompletion does not happen. * Check speed. Search for "testing 1", "testing 2", ... "testing 13", ... i.e., create a lot of searches starting with "t". Restart browser. Open seven blank new tabs and two separate tabs of about:histograms. In each blank tab, type "t"; don't hit return. Reload one of the histograms tabs. Compare the Omnibox.ProviderTime.Search histogram in the non-reloaded histograms tab with the reloaded histograms tab. - in current chrome (before this patch), I see a difference in the laggy section of the histogram. In my testing, I see 7 new entries in the 129-204ms bucket. Ugh. - in chrome built with this patch, I see a difference in the 13-21ms bucket; no different in higher buckets. BUG=393956, 262263 Review URL: https://codereview.chromium.org/412063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285456 0039d316-1c4b-4281-b951-d872f2087c98
-
kmarshall@chromium.org authored
Added a default timeout interval (8s) to Cast API. Will expose to callers in a followup CL. 8s seconds was selected (rather arbitrarily) to match cloudview.sender.ChannelService.CHANNEL_CREATION_TIMEOUT_ from the extension. Miscellaneous minor doc fixes, and lint-friendly cleanups. BUG=335221 R=mfoltz@chromium.org Review URL: https://codereview.chromium.org/393023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285455 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285454 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285453 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
another attempt at https://codereview.chromium.org/408063002/ to try fixing the iOS Simulator:URLFixerTest failures writing to DIR_TEST_DATA. R=nyquist@chromium.org TBR=brettw@chromium.org, nyquist@chromium.org, sky@chromium.org BUG= Review URL: https://codereview.chromium.org/411253010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285451 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Chrome OS requires app_locale_strings for font configuration information, so it needs to be part of the .pak file for extensions_unittests. BUG=397245 TEST=build extensions_unittests with chromeos=1, it doesn't crash on start Review URL: https://codereview.chromium.org/418133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285450 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
Add a trace event to MemoryPressureListener::NotifyMemoryPressure to enable tracking of whether any jank is caused by dealing with memory pressure notifications. BUG=397026 Review URL: https://codereview.chromium.org/413233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285449 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This is a fix for the following situation: If we have no skewport, then in operator++ we call advance phase after we process all visible tiles, however because the skewport yields no tiles, we immediately skip to the eventually bin, since the soon iterator construction was in operator++ instead of advance phase. The reason this passed unittests is that there was a second bug in which we would process the eventually rect without ignoring the soon rect, which caused the same tiles to show up. This patch fixes both bugs. The first one is fixed by moving tiling data iterator construction to be in advancephase in all cases. The second bug changes the iterator to iterate around the soon rect instead of the visible rect. R=reveman Review URL: https://codereview.chromium.org/413053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285448 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
BUG=219446 R=satorux@chromium.org,dbeam@chromium.org,asvitkine@chromium.org satorux@: c/b/chromeos/preferences.cc dbeam@: c/b/resources/options c/b/ui/webui/options asvitkine@: actions.xml Review URL: https://codereview.chromium.org/393023006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285447 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://codereview.chromium.org/418723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285446 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=395354 Review URL: https://codereview.chromium.org/416153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285444 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=349162 R=cpu@chromium.org Review URL: https://codereview.chromium.org/418943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285441 0039d316-1c4b-4281-b951-d872f2087c98
-
cmumford@chromium.org authored
For IndexedDB files in third_party/leveldatabase: 1. "git cl lint" now runs with no warnings. 2. "git cl format" makes no changes. BUG=381456 Review URL: https://codereview.chromium.org/416633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285440 0039d316-1c4b-4281-b951-d872f2087c98
-
megjablon@chromium.org authored
Adding UMAs to count the number of bytes that did not go through Flywheel as the result of a bypass event. DataReductionProxy.BypassedBytes.NotBypassed DataReductionProxy.BypassedBytes.SSL DataReductionProxy.BypassedBytes.LocalBypassRules DataReductionProxy.BypassedBytes.ShortAll DataReductionProxy.BypassedBytes.ShortTriggeringRequest DataReductionProxy.BypassedBytes.ShortAudioVideo DataReductionProxy.BypassedBytes.MediumAll DataReductionProxy.BypassedBytes.MediumTriggeringRequest DataReductionProxy.BypassedBytes.LongAll DataReductionProxy.BypassedBytes.LongTriggeringRequest DataReductionProxy.BypassedBytes.MissingViaHeader4xx DataReductionProxy.BypassedBytes.MissingViaHeaderOther DataReductionProxy.BypassedBytes.Malformed407 DataReductionProxy.BypassedBytes.Status500HttpInternalServerError DataReductionProxy.BypassedBytes.Status502HttpBadGateway DataReductionProxy.BypassedBytes.ServiceUnavailable DataReductionProxy.BypassedBytes.NetworkErrorOther BUG=381416, 384369 Review URL: https://codereview.chromium.org/390533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285439 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Review URL: https://codereview.chromium.org/415273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285438 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Block in a loop if we get a specific failure on a particular bot. See environment variables at http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/20713/steps/views_unittests/logs/stdio for reference. Timeout raise attempted at https://codereview.chromium.org/410353004/ so that there will be time to attach a debugger. R=brettw@chromium.org BUG=340422 Review URL: https://codereview.chromium.org/411223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285437 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
Blink should make use of blink_resources.grd for the inline resources of inspector. This removes the dependency upon using xxd.py which embeds these resources as strings. Part 1: https://crrev.com/401233003 Part 3: https://crrev.com/402033002 BUG=312586 Review URL: https://codereview.chromium.org/403273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285436 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
It turns out that recursedeps by itself doesn't really work properly on the bots, and so we need to change things in gclient and the bot scripts before we can use recursedeps for this. Reverting this change in the meantime to avoid confusion. TBR=eseidel@chromium.org, cmp@chromium.org BUG=395862 Review URL: https://codereview.chromium.org/420613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285435 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Otherwise, [5f88f5f5...]d:\src\cr\src>out\release\gn gen out_gn ERROR at //third_party/boringssl/BUILD.gn:58:7: Undefined variable for +=. defines += [ "OPENSSL_NO_ASM" ] ^------ I don't have something with this name in scope now. on Windows. TBR=brettw@chromium.org BUG=354261 Review URL: https://codereview.chromium.org/412413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285433 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
of this feature. TBR=darin Review URL: https://codereview.chromium.org/356713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285432 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
The frame shouldn't be modified by the aggregator, or else it will be broken if GetEligibleFrame is called again. Also modify ScopedPtrVector::const_iterator to make it const-correct. BUG= Review URL: https://codereview.chromium.org/417843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285431 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Should be okay now, according to my local testing (see crbug.com/389666, etc.; crrev.com/285139 also fixed a use-after-free that would be picked up by this test on Debug builds). > Revert 283562 "Mojo: Enable mojo_shell_tests on Windows (on the ..." > > Blech: Stuff fails. Shockingly. > http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%284%29/builds/27268/steps/mojo_shell_tests/logs/stdio > > > Mojo: Enable mojo_shell_tests on Windows (on the bots). > > > > R=sky@chromium.org > > > > Review URL: https://codereview.chromium.org/398023002 > > TBR=viettrungluu@chromium.org > > Review URL: https://codereview.chromium.org/398253002 TBR=viettrungluu@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/413263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285430 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This CL doesn't yet include any emulation of network characteristics (latency, bandwidth, etc.). I'm going to implement it in a separate CL. BUG=394067 R=rmsousa@chromium.org, ttuttle@chromium.org TBR=ttuttle@chromium.org (DEPS on net in remoting/test) Review URL: https://codereview.chromium.org/394883008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285429 0039d316-1c4b-4281-b951-d872f2087c98
-