- 19 Feb, 2014 23 commits
-
-
weitaosu@chromium.org authored
BUG=338952,325567 Review URL: https://codereview.chromium.org/171163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251921 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=297672 Review URL: https://codereview.chromium.org/101463005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251920 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=leng@chromium.org, markusheintz@chromium.org BUG=343234 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251392 Review URL: https://codereview.chromium.org/162713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251919 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Code to do this was recently removed because it was no longer being used in r241225 (https://codereview.chromium.org/116103002). This is now necessary again to throttle renderers when using CoreAnimation. Frames are acked only when they are drawn. Both the CoreAnimation and the non-CoreAnimation paths are changed to behave this way. By virtue of the fact that the non-CoreAnimation path draws immediately, this should have no functional effect on that path. This differs from the mechanism deleted in the aforementioned patch in two ways. First, it uses a scoped_ptr of a struct instead of a vector of pairs to store the information about the swap being returned. This should improve readability in that the ack has struct names instead of just first and second in the pair, and in that the scoped_ptr does not suggest support for multiple pending swaps (which does not exist). Second, it does makes RWHVMac ack frames more aggressively when inside a draw call, rather than adding a call from RWHImpl to the view, to effect the ack (which is what the old way does). BUG=340133 Review URL: https://codereview.chromium.org/165703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251918 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=342316 TEST=MenuControllerMnemonicTest*.* Review URL: https://codereview.chromium.org/168033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251917 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
This will get rid of the 1 second delay from waiting for setInternal to fire. BUG= Review URL: https://codereview.chromium.org/171263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251916 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Long ago, we used to disable compositing on chrome: and about: URLs by default since that caused a startup performance hit. We then had an --allow-webui-compositing switch to override this behavior when desired. The usefulness of this behavior has long gone and we completely ignore the behavior and the flag on aura builds. This nukes it from the code Review URL: https://codereview.chromium.org/167713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251915 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/170743008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251911 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
If ANDROID_SDK_ROOT is set, it's still added to the path for now, but it's no longer passed to gyp. If you want to set a custom sdk root, call gyp like "build/gyp_chromium -Dandroid_sdk_root=path". If ANDROID_SDK_ROOT is not set, it's still getting exported with a default value that's identical to the default value of gyp's android_sdk_root variable. ANDROID_SDK_TOOLS and ANDROID_SDK_BUILD_TOOLS_VERSION are now completely ignored. Set the android_sdk_tools or android_sdk_build_tools_version gyp defines instead if you need to change either. If they are not set, envsetup no longer sets them. (Dependent on an internal that changes a bot to set these gyp defines in addition to the env vars.) BUG=330631 NOTRY=true Review URL: https://codereview.chromium.org/164193010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251904 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
that --v=1 is functional. Review URL: https://codereview.chromium.org/170743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251903 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Resubmission of https://codereview.chromium.org/130263007/ with the binary resources added with dcommit. BUG=334309, 161119 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/170843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251901 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/162943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251900 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
The test seems to pass fine when I run it manually on Windows Ash (including with high values of --gtest_repeat) This CL: - Makes ToplevelWindowEventHandlerTest.RunMoveLoopFailsDuringInProgressDrag look more like ToplevelWindowEventHandlerTest.Caption which I don't think is flaky on Windows Ash. - Adds an extra check which will help better understand the source of the flakiness should it occur again BUG=343167 TEST=None Review URL: https://codereview.chromium.org/168793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251899 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
R=piman BUG= Review URL: https://codereview.chromium.org/167953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251898 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=326023 Review URL: https://codereview.chromium.org/167703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251897 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
We're not planning to enable this on any new platforms, so we can just hardcode it off when not on ChromeOS. Leaving the disable flag for ChromeOS for now, as we're working on disabling that code path there. R=piman BUG= Review URL: https://codereview.chromium.org/167973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251896 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
Generated using: > cd src/ui > git grep -l pp_ifdef | xargs sed -i "s:pp_ifdef('\([^']\+\)'):\1:g" BUG=343235 R=arv@chromium.org, joi@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/161313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251895 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
One common coding patern is to define an enum as in: enum Color { RED, GREEN, BLUE, COLOR_LAST=BLUE }; but this is fragile when someone adds a new constant and forgets to update the COLOR_LAST constant. This change looks for enums that have a xxx_LAST or xxxLast member, and warns if there are any higher-valued constants present. Review URL: https://codereview.chromium.org/150943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251894 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=344704 NOTRY=true TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/171673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251893 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
This will allow the embedder to change the autofill authentication based on whether the functionality is available but has been turned off. BUG=341492 R=gcasto@chromium.org, isherman@chromium.org Review URL: https://codereview.chromium.org/170783005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251892 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@google.com authored
These files are automatically generated for the PDF extension. The long term solution is not to check in vulcanize-generated files. These files may not be needed once HTMLImports are fully implemented in chrome. BUG=303491 R=arv@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/154223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251890 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
BUG=254545 R=cpu@chromium.org TBR=jam Review URL: https://codereview.chromium.org/165353006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251889 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Begin blacklisting datamngr.dl, lmrn.dll and hk.dll from the browser process. BUG=329023 Review URL: https://codereview.chromium.org/171153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251886 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Feb, 2014 17 commits
-
-
erg@chromium.org authored
When opening a bubble on linux aura, we send a message to our anchor Widget telling it to not render as if it was disabled. We never reenable this when we go away. BUG=342008 Review URL: https://codereview.chromium.org/171253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251883 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
R=ericde@chromium.org TBR=engedy@chromium.org BUG=344643 Review URL: https://codereview.chromium.org/171483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251881 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/164983009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251878 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
This is a follow up CL of r251277 Now we invalidate the weak pointers during Decrypting*::Stop(), so all callbacks are canceled. We don't need to manually cancel the NewKeyCB anymore. TEST=Media unittests updated. Review URL: https://codereview.chromium.org/167333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251876 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
r251624 mistakenly removed this GetSystemColor call. BUG=344593 TEST=New Profile Management UI buttons have the expected blue background on hover; otherwise look as expected. TBR=sky@chromium.org,noms@chromium.org Review URL: https://codereview.chromium.org/166273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251872 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
BUG=341969 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/169993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251871 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
Only affects SDK build, not Chrome. NOTRY=true BUG=344575 TEST=build_sdk.py --bionic see also parent issue: https://code.google.com/p/chromium/issues/detail?id=344574 Review URL: https://codereview.chromium.org/170973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251870 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Right now source fortification isn't supported by Clang (http://llvm.org/bugs/show_bug.cgi?id=16821) It may also prevent the sanitizer tools from catching some bugs. BUG=162783,341809 R=hans@chromium.org Review URL: https://codereview.chromium.org/138913015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251868 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
BUG=332228 Review URL: https://codereview.chromium.org/148113012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251867 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
This is a change similar to https://codereview.chromium.org/153273002/ but for the component updater. BUG=336614 Review URL: https://codereview.chromium.org/165393009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251865 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=338952 R=weitaosu@chromium.org Review URL: https://codereview.chromium.org/168213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251864 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251863 0039d316-1c4b-4281-b951-d872f2087c98
-
jmadill@chromium.org authored
Instead of tracking ANGLE revisions manually, we've switched to automatically embedding a commit id header. The ANGLE roll means we need to update Chrome to the new version tracking. BUG=343676 Review URL: https://codereview.chromium.org/164913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251862 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
Some settings make sense, even for Guest, but the profile management section should not be available. BUG=285347 Review URL: https://codereview.chromium.org/167723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251861 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=344533 R=rdsmith@chromium.org Review URL: https://codereview.chromium.org/167793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251860 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251859 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@chromium.org authored
Includes VP9 external frame buffers. Roll details: https://codereview.chromium.org/168343002 Keep casting away warning: https://codereview.chromium.org/167973004 Update README.chromium:: https://codereview.chromium.org/171343002 BUG=339889 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/168363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251858 0039d316-1c4b-4281-b951-d872f2087c98
-