- 24 May, 2014 10 commits
-
-
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 30 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
-
pneubeck@chromium.org authored
First version that implements all proposed functions backed by the TPM; enabled on dev-channel only. This is still missing several features: - Reusing algorithm normalization of WebCrypto. - Allow calling Sign() at most once per key. - Storing which extension imported a certificate. - Device-wide token. - Passing publicExponent to generateKey. - Throwing DOMExceptions instead of Errors. - ... BUG=364435 Review URL: https://codereview.chromium.org/214863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272613 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
This CL adds the utilities needed for using the current WebContents when distilling web pages. BUG=361939 Review URL: https://codereview.chromium.org/266073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272611 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Caused assertion failures in multiple test suites. BUG=82385,377008 > Always define _HAS_EXCEPTIONS=0 on Windows > > Previously we would not define it in component builds because it didn't work with old versions of MSVC. These days it should work. > > The macro is extra important for Clang, which doesn't currently support exceptions on Windows. > > BUG=82385 > > Review URL: https://codereview.chromium.org/287193012 TBR=hans@chromium.org Review URL: https://codereview.chromium.org/289343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272610 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
Rapidly updating notifications (like progressbar indicators) can be hard to interact with if the state resets with each update. BUG=368025 Review URL: https://codereview.chromium.org/273173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272609 0039d316-1c4b-4281-b951-d872f2087c98
-
lauren.yeun.kim@gmail.com authored
Review URL: https://codereview.chromium.org/292623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272605 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
The original change was not a root cause of the problem. sheriffs are looking into other possible causes. Meanwhile I am getting the change back in. > Revert 272504 "Destroy all rtc peer connection handlers before s..." > > On Win7 Tests (dbg)(2) these tests > > FocusElementCallsFocusedNodeChanged > GetCompositionCharacterBoundsTest > MessageOrderInDidChangeSelection > OnExtendSelectionAndDelete > OnImeTypeChanged > OnSetTextDirection > SendCandidateWindowEvents > SetEditableSelectionAndComposition > > fail with timeout. > http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%282%29/builds/21101/steps/content_browsertests/logs/stdio > > > Destroy all rtc peer connection handlers before shutting down blink > > > > The connection handlers will otherwise continue to call into blink which > > is bound to crash after it was shut down. > > > > BUG=337572 > > R=perkj@chromium.org,adamk@chromium.org > > > > Review URL: https://codereview.chromium.org/292163002 > > TBR=jochen@chromium.org > > Review URL: https://codereview.chromium.org/296213007 TBR=vasilii@chromium.org,jochen@chromium.org Review URL: https://codereview.chromium.org/293253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272604 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
This CL implements the writeDescriptorValue function of the bluetoothLowEnergy API. BUG=265663 TEST=browser_tests --gtest_filter=BluetoothLowEnergyApiTest.* Review URL: https://codereview.chromium.org/293153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272600 0039d316-1c4b-4281-b951-d872f2087c98
-