- 07 Dec, 2011 40 commits
-
-
vsevik@chromium.org authored
TBR=abarth Review URL: http://codereview.chromium.org/8833016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113385 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
There were a few memory issues including access of unadressable memory. DnsClient provides a generic DNS client that allows fetching resource records. DnsClient is very lightweight and does not support aggregation, queuing or prioritization of requests. This is the first CL in a series to merge AsyncHostResolver into HostResolverImpl. Also introduces general-purpose BigEndianReader/Writer. BUG=90881 TEST=./net_unittests Review URL: http://codereview.chromium.org/8762001 TBR=szym@chromium.org Review URL: http://codereview.chromium.org/8835011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113384 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=79331 TEST=collected cookies test Review URL: http://codereview.chromium.org/8836006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113383 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113382 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113381 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
This is to support http://codereview.chromium.org/8819013/ BUG=chromium-os:23750 TEST= Review URL: http://codereview.chromium.org/8822013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113380 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113379 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=simonjam@chromium.org Review URL: http://codereview.chromium.org/8835009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113378 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This also removes several accessors on BrowserProcess that are no longer used. I wanted to remove all retrieval of MessageLoop objects via BrowserThread, but this proved harder than it looked, because several net:: classes use MessageLoop and have fairly deep assumptions that it is a real MessageLoop, e.g. they use MessageLoopForIO with its IO observers and so forth. Therefore, we now have UnsafeGetMessageLoopForThread but UnsafeGetBrowserThread is gone. TBR=abodenha@chromium.org BUG=98716 Review URL: http://codereview.chromium.org/8769013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113377 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8816012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113376 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=cbentzel Review URL: http://codereview.chromium.org/8833011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113375 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Update TSan suppressions to account for the recent change: FFmpegVideoDecodeEngine -> FFmpegVideoDecoder TBR=cbentzel Review URL: http://codereview.chromium.org/8835007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113374 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
About 40% flaky since the DISABLED_ marker was removed from it in r113347. TBR=georgey@chromium.org BUG=57884 Review URL: http://codereview.chromium.org/8832004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113371 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Returns true when plugin compositing is enabled, so that plugins that dynamically query for composited CA support know it's safe to use CA. Updates NPAPI headers to r14 of the upstream 'npapi-sdk' project headers, to pick up the new constant. BUG=40997 TEST=HTML overlays should work with, e.g., the Google Earth plugin on 10.6+ Review URL: http://codereview.chromium.org/8805004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113370 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113369 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move web_contents_unittest.cc to content, where it belongs next to TabContents. Also rename it to tab_contents_unittests.cc. I've moved the one part that depended on PrefService to the pref service test. BUG=98716 Review URL: http://codereview.chromium.org/8802024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113367 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Calling CrosSettings::Set when the DeviseSettingsProvider is in untrusted state on owned device leads to endless loop. Also there was a race condition between storing the signed settings cache and setting values in the signed settings on device owning which might lead to loosing values from the memory cache stored there before the ownership has been acquired. BUG=chromium-os:23805 TEST=See bug description. Review URL: http://codereview.chromium.org/8815015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113365 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
There is currently a bug in WebKit that renders -webkit-linear-gradient() differently across platforms when trying to print (shows no gradient on Linux/Win, shows gradient without alpha on Mac?), so we'll just remove the gradient when users are printing the Most Visited section of the NTP so they can see their pretty thumbnails. Upstream WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=19942 R=estade@chromium.org TBR=csilv@chromium.org TEST=Print preview shows Most Visited tiles on all platforms. BUG=103443 Review URL: http://codereview.chromium.org/8840001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113364 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@chromium.org authored
Be explicit about which device we are 'wait for boot'ing on. Also add explicit timeout on wait-for-boot. BUG=None TEST= Review URL: http://codereview.chromium.org/8831002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113363 0039d316-1c4b-4281-b951-d872f2087c98
-
alicet@chromium.org authored
This allows PrintPreviewUITest to run under aura also. BUG=104284 TEST=ran unit_tests and ui_tests with use_aura=1 chromeos=1 Review URL: http://codereview.chromium.org/8659014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113362 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
BUG=62897 TBR=aa Review URL: http://codereview.chromium.org/8834002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113361 0039d316-1c4b-4281-b951-d872f2087c98
-
simonjam@chromium.org authored
BUG=None TEST=net_unittests under valgrind Review URL: http://codereview.chromium.org/8838001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113360 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TEST=Don't breaking anything, save some tubes. R=estade@chromium.org BUG=98457 Review URL: http://codereview.chromium.org/8827014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113359 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Review URL: http://codereview.chromium.org/8772069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113358 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
The stack traces on these have been incorrect for quite some time. Doing logs analysis on mac/linux media_unittests and layout test results also show that these suppressions haven't been used in the last ~200 runs. BUG=32360,93932,102016 TBR=glider Review URL: http://codereview.chromium.org/8836004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113357 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=104236 TEST=see bug, also chrome.toolkit is available in print preview's JS console. Review URL: http://codereview.chromium.org/8619009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113356 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
See the TypedArray spec for reference: http://www.khronos.org/registry/typedarray/specs/latest/ Things in the spec that I'm omiting: - slice (Having a view of the ArrayBuffer that has a different offset/length) TODO in future CLs: -Implementation for in-process/trusted + tests (almost ready) -NaCl proxy -OOP proxy Later still: - Support for ArrayBufferView and TypedArray based on that. BUG=103435 TEST=N/A Review URL: http://codereview.chromium.org/8502030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113355 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
This will allow us to keep more of our tests running and identify the cases where they fail, so we can fix them. Add a comment to chrome_tests.gypi to keep mock header file together with test_case.html. BUG=Pepper Code Yellow TEST=ui_tests, --gtest_filter=PPAPITest.*, OutOfProcessPPAPITest.*, PPAPINaClTest.* Review URL: http://codereview.chromium.org/8770023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113354 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=browser_tests --gtest_filter="DesktopNotificationsTest.*" with use_aura=1 and use_webkit_compositor=1 (in debug), verify no assert. Review URL: http://codereview.chromium.org/8771057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113353 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
InterstitialPage implements RenderViewHostDelegate but does not override GetWebkitPrefs() which in the base class only returns default settings. For example, this does not allow compositing for interstitial pages ever. BUG= TEST= Review URL: http://codereview.chromium.org/8826013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113352 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Second in a series of patches to replace ModelType{Bit,}Set with ModelEnumSet (which will then be renamed to ModelTypeSet). BUG=79970 TEST= Review URL: http://codereview.chromium.org/8786014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113351 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
We never construct a ScrollView object with a null horiz_sb_ or vert_sb_ member, and we already dereference horiz_sb_ and vert_sb_ without null checking in many places (including the destructor), so all the null checks for horiz_sb_ and vert_sb_ are unnecessary. Original review URL: http://codereview.chromium.org/155980/ R=ben@chromium.org BUG=17101 TEST=none Review URL: http://codereview.chromium.org/8827007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113350 0039d316-1c4b-4281-b951-d872f2087c98
-
scunningham@chromium.org authored
The old name was not appropriate for the type of tests being performed, since they have nothing to do with policies, and everything to do with enrollment. Review URL: http://codereview.chromium.org/8823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113349 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=none Review URL: http://codereview.chromium.org/8820012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113348 0039d316-1c4b-4281-b951-d872f2087c98
-
georgey@chromium.org authored
TEST=ProfileSyncServiceAutofillTest.ServerChangeRace should not crash BUG=57884 Review URL: http://codereview.chromium.org/8771064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113347 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
GTK: Remove deprecated GtkThemeSurface::GetSurfaceNamed() calls in browser toolbar. Change to ResourceBundle when appropriate for sharing gfx::Images across profiles BUG=106060 TEST=none Review URL: http://codereview.chromium.org/8806026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113346 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
re-adjusted the padding above the tile grid to have a minimum of 60px rather than 100px, also it scales upwards faster as the page height increases because instead of aligning the middle of the tile grid at 1/3 from the top of the page, we align the 1/3 mark of the tile grid with the 1/3 mark of the page. the end result is that a browser window <800px tall with 3 rows of apps and a floating bbar still will not have a scrollbar BUG=101290 TEST=manual Review URL: http://codereview.chromium.org/8771060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113345 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/106657thakis@chromium.org authored
- Provide windows notifictaion of thread termination Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8550009 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8839001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113342 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/106657thakis@chromium.org authored
- Save pipelining capabilities for the most used hosts between sessions. BUG=None TEST=unit_tests Review URL: http://codereview.chromium.org/8770035 TBR=simonjam@chromium.org Review URL: http://codereview.chromium.org/8833003 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/8832003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113341 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/106657thakis@chromium.org authored
- Save pipelining capabilities for the most used hosts between sessions. BUG=None TEST=unit_tests Review URL: http://codereview.chromium.org/8770035 TBR=simonjam@chromium.org Review URL: http://codereview.chromium.org/8833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113338 0039d316-1c4b-4281-b951-d872f2087c98
-