- 07 Dec, 2011 40 commits
-
-
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
-
akalin@chromium.org authored
Follow-up to 113090 to see which ModelChangingSyncerCommand triggers a perf regression. BUG=97832 TEST= TBR=tim Review URL: http://codereview.chromium.org/8820019 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/8835002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113336 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Useful on machines that don't have 2.6 but do have 2.7. BUG=none TEST=none Review URL: http://codereview.chromium.org/8825016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113334 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=92421 TEST=none Review URL: http://codereview.chromium.org/8817010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113333 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Needed to build on 10.5, which is in turn needed for coverity. BUG=none TEST=none Review URL: http://codereview.chromium.org/8828010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113332 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8553001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113331 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=103499 TEST=Ran RenderViewImplTest.{OnHandleKeyboardEvent,InsertCharacter}. Review URL: http://codereview.chromium.org/8801008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113330 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=106517 TEST=none Review URL: http://codereview.chromium.org/8825010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113329 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@113328 0039d316-1c4b-4281-b951-d872f2087c98
-
arthurhsu@chromium.org authored
BUG=106529 TEST=removed suppressions from mem/heap check tools Review URL: http://codereview.chromium.org/8819029 TBR=miket@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113327 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8801005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113326 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=106617, 106060 TEST=none Review URL: http://codereview.chromium.org/8771063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113325 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
The call that used to do this was made from the predictor, and was accidentally removed during a predictor refactoring (http://codereview.chromium.org/7467012/) BUG=69732 TEST=open incognito window, go somewhere, close the window, open net-internals, and check that no hints of what was done during incognito mode remain. Review URL: http://codereview.chromium.org/8775067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113324 0039d316-1c4b-4281-b951-d872f2087c98
-