- 24 May, 2014 17 commits
-
-
tnagel@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/298683008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272663 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=310365 TEST=browser_test & tested visually (taskamanger, running YouTube, deleting active&inactive hidden tabs, ..) Review URL: https://codereview.chromium.org/286943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272662 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/291513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272661 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Caused layout test failures and out-of-memory errors on several Mac bots on the Blink waterfall. See Issue 375206. BUG=375206 > cc: Examine layers to determine if we're ready to activate. > > This introduces a new mechanism for determining when > we're ready to activate the pending tree. The tile > priority is still used to determine when it's worth > waking up the compositor thread and evaluating if > we can activate. However, the actual check that > determines if we're ready to activate doesn't rely > on the state of scheduled raster tasks but is a > synchronous call on each layer. > > The result is a pending tree activation mechanism that > is much easier to debug and validate for correctness, > while still providing the performance benefits of the > old mechanism by taking the "required to activate" field > of the tile priority into account when scheduling tasks. > > BUG=375206 > TEST=cc_unittests --gtest_filter=PictureLayerImplTest.AllTilesRequiredForActivationAreReadyToDraw > > Review URL: https://codereview.chromium.org/287643004 TBR=reveman@chromium.org Review URL: https://codereview.chromium.org/301493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272660 0039d316-1c4b-4281-b951-d872f2087c98
-
cthomp@chromium.org authored
BUG=364336 Review URL: https://codereview.chromium.org/294903007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272659 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
Part of the transition from rasterize_and_record_micro.fast_path.key_silk_cases to rasterize_and_record_micro.fast_path_gpu_rasterization.key_silk_cases. I've previously removed the old benchmark from the buildbot scripts and the bots have been restarted since. Removing the benchmark from Telemetry. BUG=367678 Review URL: https://codereview.chromium.org/292423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272658 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
bb_device_steps.py's RunTestSuites took only one options argument that will be applied for all the running test suites. Add another suites_options argument so that the caller can specify options on certain test suites. BUG=368034 Review URL: https://codereview.chromium.org/297833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272657 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272656 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
petarj updated them here: https://gerrit.chromium.org/gerrit/70277 BUG=none TEST=none TBR=wolenetz NOTRY=true Review URL: https://codereview.chromium.org/294383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272655 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/295223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272654 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
separators. R=rockot@chromium.org Review URL: https://codereview.chromium.org/297963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272653 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
BUG=332418 Review URL: https://codereview.chromium.org/290733013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272652 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
And change ExtensionToolbarModel to use it instead of NOTIFICATION_EXTENSION_UNINSTALLED. R=kalman@chromium.org BUG=354459 TEST=unit_test Review URL: https://codereview.chromium.org/289073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272649 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
r272290 added a child window to GLSurfaceGLX, but it needs to forward Expose events to the parent. BUG=326995 R=ccameron@chromium.org, sadrul@chromium.org Review URL: https://codereview.chromium.org/299143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272648 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
This is a merged CL containing the PrivetV2SetupFlow, PrivetV2Session, and PrivetV2SetupOperation interfaces. BUG=372843 Review URL: https://codereview.chromium.org/299123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272647 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
InterfaceImpl has a function of the same name. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/291193012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272646 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
BUG=303818 Review URL: https://codereview.chromium.org/252003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272645 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 May, 2014 23 commits
-
-
dalecurtis@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272640 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
We don't use these anymore, and they have bitrotted and probably don't even build with recent Clang. If we want them back, we can get them back out of SVN/git. R=teravest@chromium.org BUG= Review URL: https://codereview.chromium.org/297963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272639 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Caused two native crashes in contentshell_instrumentation_tests on Android Tests (dbg) bot on Blink waterfall. BUG=377053,371530,373360 > Re-land: cc: Fail more visibly when sync queries are not working correctly. > > Instead of creating an infinite number of sync queries, which will > eventually cause performance issues, log an error message and block > until oldest query has passed when reaching 16 pending queries. > > BUG=371530,373360 > > Review URL: https://codereview.chromium.org/280543003 TBR=reveman@chromium.org Review URL: https://codereview.chromium.org/299923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272638 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
The flag isn't meant to be set externally, it doesn't work on most configs. It's only meant internally to make sure the renderer doesn't try to use GPU when the browser is in software. BUG=None Review URL: https://codereview.chromium.org/300523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272636 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This introduces a new mechanism for determining when we're ready to activate the pending tree. The tile priority is still used to determine when it's worth waking up the compositor thread and evaluating if we can activate. However, the actual check that determines if we're ready to activate doesn't rely on the state of scheduled raster tasks but is a synchronous call on each layer. The result is a pending tree activation mechanism that is much easier to debug and validate for correctness, while still providing the performance benefits of the old mechanism by taking the "required to activate" field of the tile priority into account when scheduling tasks. BUG=375206 TEST=cc_unittests --gtest_filter=PictureLayerImplTest.AllTilesRequiredForActivationAreReadyToDraw Review URL: https://codereview.chromium.org/287643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272635 0039d316-1c4b-4281-b951-d872f2087c98
-
lazyboy@chromium.org authored
We would show error message on attach failure now, we used to always return true from attachWindowAndSetUpEvents(). attachWindowAndSetUpEvents() now return the value of -internal-attach call. -internal-attach did not used to return value, now it returns the status of the attachment call from BrowserPluginBindings. Removed 3 unused variables referring to browserPluginNode. BUG=None Review URL: https://codereview.chromium.org/284183013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272634 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Transforms HashedExtensionMetrics into a metrics::MetricsProvider, eliminating direct knowledge of this class from MetricsLog. Renames the class to ExtensionsMetricsProvider. Notably, changes the class to take in the MetricsStateManager and later obtain the client ID from the manager rather than directly taking in the ID; this change is necessary because the provider instance is now constructed before the ID is determined. BUG=374225 Review URL: https://codereview.chromium.org/297483008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272633 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
* Net.QuicSession.MaxReordering * Net.QuicSession.MaxReorderingTime * Net.QuicSession.MaxReorderingTimeLongRtt Review URL: https://codereview.chromium.org/298893010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272631 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
(1) Key creation (whether by importKey(), unwrapKey(), generateKey() now fails if the requested key usages are not applicable (for instance asking for 'sign' on an AES-CBC key). (2) When generating a key pair, the public/private key get the intersection of supported usages and requested ones. (3) The exceptions thrown during the import phase of unwrapKey() are now surfaced to the caller (bug 372944) BUG=372040,372944,245025 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/282133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272630 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
If we create a WebLocalFrame and then set blink's settings, the frame gets an inconsistent view of the settings when they change out from underneath it. Concretely, this leads to us doing WebViewImpl::setRootGraphicsLayer(A) with pinch virtual viewport disabled (the default in WebSettings), when we attach the document to the tree, then we apply the prefs to enable pinch virtual viewport, and later setRootGraphicsLayer(NULL) to detach the document. This causes a crash because the viewport code expects a matching attach before the detach. With this CL, https://codereview.chromium.org/261143003 is able to pass on the print preview and prerender browser tests. R=bauerb@chromium.org BUG=376531,361729 Review URL: https://codereview.chromium.org/296983017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272628 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
see https://codereview.chromium.org/293853002/ BUG=354897 Review URL: https://codereview.chromium.org/299553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272627 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
This cleans up after r270870 following the blink-side changes. BUG=360254 Review URL: https://codereview.chromium.org/282373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272626 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=345804,360246 Review URL: https://codereview.chromium.org/289063012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272625 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
also some other misc. changes to shorten code, remove a using directive, etc. BUG=none TEST=none Review URL: https://codereview.chromium.org/291653007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272624 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
Reverting bacuse of failure of ClosingWindowWhilePrintingShouldNotCrash after it was enabled by this change on Linux Tests. > Remove kEnablePrintPreview now that the pdf plugin is part of Chromium. > > R=thestig@chromium.org > > Review URL: https://codereview.chromium.org/296453015 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/299273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272622 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
BUG=372829 Review URL: https://codereview.chromium.org/288693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272621 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=373812 Review URL: https://codereview.chromium.org/288313005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272620 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
This should prevent their misterious disapparence when parent window ends up minimized. BUG=375576 TEST=manual Review URL: https://codereview.chromium.org/281383008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272619 0039d316-1c4b-4281-b951-d872f2087c98
-
motek@chromium.org authored
BUG=374199 Review URL: https://codereview.chromium.org/291293005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272618 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
BUG= R=sky@chromium.org Review URL: https://codereview.chromium.org/299203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272617 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
This is not used anymore since r247312. Probably OK to remove. Review URL: https://codereview.chromium.org/296173007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272616 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
This is a tempory workaround where Blink does not cancel the composition when we send a commit with the empty text. BUG=373934 Review URL: https://codereview.chromium.org/289863013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272615 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://settings/manageProfilenoms@chromium.org authored
(currently we do it once, when a profile is signed in, and henceforth every 24h) This assumes the --google-profile-info flag is in use (which comes for free as part of --new-profile-management), and is similar to CrOS, which also forces an update every time chrome://settings/changePicture is loaded. I've also deleted the code that forced the "is using the gaia photo" flag to true on every completed download, as it meant that we'd overwrite any custom avatars the user may have chosen. BUG=311013 Review URL: https://codereview.chromium.org/267253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272614 0039d316-1c4b-4281-b951-d872f2087c98
-