- 19 Apr, 2013 40 commits
-
-
chrome://media-internalschangbin.shao@intel.com authored
Introduce MEDIA_STATISTICS parameters, such as decodedVideoFrameCount and friends, to chrome://media-internals properties. BUG=178563 Review URL: https://chromiumcodereview.appspot.com/13870004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195111 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
dragged. Also fixes some handle positioning bugs. BUG=none Review URL: https://chromiumcodereview.appspot.com/13817012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195110 0039d316-1c4b-4281-b951-d872f2087c98
-
rubentopo@gmail.com authored
Related review: https://codereview.chromium.org/11823016/ BUG=168284 TEST=TraceEventTestFixture.Categories, TraceEventTestFixture.CategoryFilter R=nduca Review URL: https://chromiumcodereview.appspot.com/12150004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195109 0039d316-1c4b-4281-b951-d872f2087c98
-
slamm@chromium.org authored
- Closing a single tab, run beforeunload (if needed), then detached the tab from tab strip and close it asynchronously (no ui). - Closing a window, run all beforeunload handlers (same as before), then detach all tabs with unload handlers. Close any remaining tabs and hide the browser window while waiting for the unload handlers to complete. This CL started with fast-tab-closure and has grown to include fast-window-closure too. BUG=142458,156896 Review URL: https://chromiumcodereview.appspot.com/11016023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195108 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195107 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
TBR=scheib Review URL: https://codereview.chromium.org/14241012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195106 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=232452 Review URL: https://chromiumcodereview.appspot.com/14205012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195104 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This fixes a problem in which tiles that are on the right and bottom edges of the viewport are not considered solid, even when the visible part of them is solid. BUG=230875 Review URL: https://chromiumcodereview.appspot.com/14205005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195103 0039d316-1c4b-4281-b951-d872f2087c98
-
simon.hong81@gmail.com authored
The class name of BubbleFrameView is missing "bubble" in its string. Changed from ui/views/BubbleFrameView to ui/views/bubble/BubbleFrameView. R=msw@chromium.org Review URL: https://chromiumcodereview.appspot.com/14200004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195102 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Renaming NativeWindow to WindowAndroid for consistency with C++ name of window_android. Also removing AwNativeWindow as according to joth@ it is no longer isued in WebView. BUG=233064 Review URL: https://chromiumcodereview.appspot.com/14169011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195101 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195100 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=233500 TBR=oshima Review URL: https://codereview.chromium.org/14267016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195094 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=181069,230997 Review URL: https://codereview.chromium.org/14241015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195093 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
Breaks the strip step. > [Android] Fix null-build broken by https://codereview.chromium.org/14322004/ > > The change unintentionally made the "always re-run strip" logic apply to > non-component build as well. Restored the original logic. > > BUG=158821 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14057015 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/14320017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195092 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Broke chromeos clang builder: Complains about libstdc++ 4.4, but is probably not yet on precise. Broke linux clang tests: unit_tests, content_unittests, components_unittests all crash at startup with: symbol lookup error: /b/build/slave/Linux_Clang__dbg_/build/src/out/Debug/lib/libcontent.so: undefined symbol: _ZN7content6Zygote26kMagicSandboxIPCDescriptorE > clang: Build in C++11 mode on linux & cros too. > > But: Not yet on Android, not yet with asan, not yet with gcc. > Only with clang, and only for linux & cros (in addition to mac, > which has had this for a while). > > BUG=233330,233464 > > Review URL: https://codereview.chromium.org/11468005 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/14328034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195091 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
But: Not yet on Android, not yet with asan, not yet with gcc. Only with clang, and only for linux & cros (in addition to mac, which has had this for a while). BUG=233330,233464 Review URL: https://codereview.chromium.org/11468005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195090 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Copy validator factory needs to know the virtual path because the platform path may have a different file extension; this is true for obfuscated file util. BUG=144509 Review URL: https://chromiumcodereview.appspot.com/14225022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195089 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=232282 TEST=manually Review URL: https://chromiumcodereview.appspot.com/14225010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195088 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195087 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=230866 TEST=visual Review URL: https://chromiumcodereview.appspot.com/14222010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195086 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This cl puts configuration button into input method list and it opens extension's configuration page in NTP. BUG=226922 TEST=Manually checked. Review URL: https://chromiumcodereview.appspot.com/14197006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195085 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://codereview.chromium.org/14247004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195084 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
The automation_proxy don't appear in the build run where this was committed. Doesn't seem like this is the root cause of the issues. > Revert 193798 "Revert r192949 "Disable shader disk cache by defa..." > > Reverting seems to fix memory_test test locally on linux. > > BUG=230085 > > > Revert r192949 "Disable shader disk cache by default." > > > > This reverts commit r192949. The disable has been merged into > > M27 so re-enabling on trunk. > > > > BUG=228989 > > > > Review URL: https://chromiumcodereview.appspot.com/13872012 > > TBR=dsinclair@chromium.org > > Review URL: https://codereview.chromium.org/13924005 TBR=tonyg@chromium.org Review URL: https://chromiumcodereview.appspot.com/14119009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195083 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Adds a new function, GetFontsInFamily, to the PPB_TrueTypeFont_Dev interface. This method returns an array of descriptors for every font in the given family on the host platform. Tests are currently disabled for Windows and Mac, since I got failures on XP and OSX 10.6 when landing them originally. I will re-enable them in follow on patches, which will be easier to land / revert if necessary. The tests pass locally for me on all platforms. BUG=79375,230130 TEST=browser_tests, gtest_filter="PPAPIOutOfProcessTest.TrueTypeFont" Review URL: https://chromiumcodereview.appspot.com/13913006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195082 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
To make it more convenient to use. We might want to use stream instead in the future, but printf format is a good first step. BUG=233448 TEST=none Review URL: https://codereview.chromium.org/14247011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195081 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
If the mouse is not on the download shelf when an auto-close is scheduled, the shelf would not close automatically. Fix this by closing immediately if the mouse isn't on the shelf. Also adds unit-tests and update the shelf to use CrTrackingArea instead of NSTrackingArea. BUG=none TEST=(1) Start a download that opens automatically. (2) Move the mouse off the shelf and wait for completion. (3) The shelf should close automatically. Review URL: https://chromiumcodereview.appspot.com/13318002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195080 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisha@chromium.org authored
This causes PDBs to be output with more detailed OMAP data, which in turn gives us cleaner stack traces. BUG= Review URL: https://chromiumcodereview.appspot.com/14189005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195079 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
The payload size of update requests to the server. BUG=120219 Review URL: https://codereview.chromium.org/13974005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195078 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
BUG=NONE Review URL: https://chromiumcodereview.appspot.com/14327004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195077 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
This fixes the line spacing of notification so it's 18px on all platforms (instead of the previous 17px on Chrome OS and 15px on Windows). To do this, support for a line height property was added to the BoundedLabel that NotificationView uses, to the Label that BoundedLabel uses, and to the Canvas that Label uses. BUG=225871 R=mukai@chromium.org,msw@chromium.org Review URL: https://chromiumcodereview.appspot.com/14322007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195076 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
TouchEvent's radius on Pixel is reported in the touchscreen's native resolution. When Pixel is connected to an external screen and running in mirror mode, the radius value is too large for the external screen's low display resolution. The radius value needs to be scaled properly in this case. BUG=229932 TEST=Switching to mirror mode when connecting Pixel to a low resolution external display, following the test in the issue and make sure the radius has a sensible value. Review URL: https://chromiumcodereview.appspot.com/14279002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195075 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
This allows us to adjust the number of favicons clients will maintain as we determine how well we handle them. BUG=154886 Review URL: https://chromiumcodereview.appspot.com/14117004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195074 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
FileNotFoundErrors: make them all descriptive, and don't overcatch them. NOTRY=true BUG=226625 Review URL: https://codereview.chromium.org/13896007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195073 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Special directories ("drive", "drive/root", and "drive/other") should not be suggested from autocomplete. Always exclude these directories in SearchMetadata() as it's unlikely for us to want these directories in results from SearchMetadata(). We can make it an option when neeed. BUG=232281 TEST=Open Drive in Files.app. Type "drive", "root", "other" in the search box, and confirm the special directories are not suggested. Review URL: https://codereview.chromium.org/14366010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195072 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=170401, 231029 Review URL: https://chromiumcodereview.appspot.com/14096009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195071 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Shelf widget's ownership is WIDGET_OWNS_NATIVE_WIDGET, and native view can be NULL when re-layouing due to activation change after deletion. BUG=230869 Review URL: https://chromiumcodereview.appspot.com/14076009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195070 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
BUG=230068 Review URL: https://chromiumcodereview.appspot.com/14050005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195069 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
Pinch-zoom scrollbar animations are impl-only animations that are added directly to an impl-side animation controller rather than pushed during a commit. If no draw is triggered when they are created, they can be left waiting indefinitely to get started. This CL adds calls to SetNeedsRedraw when these animations are created; once these animations are started, LayerTreeHostImpl::AnimateLayers already takes care of triggering additional draws. BUG=165842 Review URL: https://chromiumcodereview.appspot.com/14017008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195068 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
Implement new audio handler which talks to the new audio dbus apis, and adds a new AudioClientRestarted signal in CrasAudioClient. BUG=160311,232032 TBR=sky TBR=battre Review URL: https://codereview.chromium.org/14314002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195067 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
suid_unsafe_environment_variables.h is included both in C and C++ and is a little clunky. Clean things up a bit. BUG=233330 Review URL: https://codereview.chromium.org/14328030 Patch from Julien Tinnes <jln@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195066 0039d316-1c4b-4281-b951-d872f2087c98
-