- 07 Feb, 2012 40 commits
-
-
derat@chromium.org authored
This removes StatusAreaButton::Delegate's GetStatusAreaFont() method and updates the text styles returned by GetStatusAreaTextStyle() to include the font weight. I'm also removing the translucency from the light gray text style so it'll match the header text on the WebUI login page. BUG=111364 TEST=manual Review URL: http://codereview.chromium.org/9307099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120756 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org BUG=110912 TEST=Notification promo still works but looks cooler. Review URL: https://chromiumcodereview.appspot.com/9318017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120755 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TBR=xians git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120754 0039d316-1c4b-4281-b951-d872f2087c98
-
ulan@chromium.org authored
The IdleNotification() function accepts an optional hint argument since V8 3.8.1 (rolled in r114984). This argument roughly specifies the expected duration of the idle pause and thus defines the amount of work to be done in the function. There is no guarantee that the actual work will match the hint though. This CL provides hints for idle notifications sent from the foreground tab depending on the idle timer delay. This somewhat reduces idle notification pauses at the beginning of "idleness" period. Review URL: http://codereview.chromium.org/9244007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120753 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120752 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=csilv@chromium.org TEST=No regressions, CSS follows style guide / passes presubmit. BUG=None Review URL: https://chromiumcodereview.appspot.com/9309116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120750 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
We need to do this since the IO thread can go out of scope before the pipeline thread gets around to closing all the audio devices. BUG=112101 TEST=Run content_unittests. Also run Chrome and play with opening pages with lots of audio elements and close the pages while still playing audio. Review URL: https://chromiumcodereview.appspot.com/9104043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120749 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9320007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120748 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Suppress UAF reports in WorkerFileSystemTest.AsyncOperations (issue 112835) TBR=eugenis BUG=112831,112835 Review URL: https://chromiumcodereview.appspot.com/9336001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120747 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
X-Auto-Login implementation was using client login to get an ubertoken. The problem is that SID/LSID are short lived, and that token generated this way have the same timestamp as the original SID/LSID. Because TokenService generate also an Oauth refresh token, change the implementation to use this token to generate ubertokens. BUG=none TEST=unit Review URL: https://chromiumcodereview.appspot.com/9301003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120746 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=none BUG=88601 Review URL: http://codereview.chromium.org/9321002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120745 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/9317100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120744 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=unit tests and ran OpenGL ES 2.0 conformance tests BUG=106062 R=apatrick@chromium.org Review URL: http://codereview.chromium.org/9309047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120743 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
To block plugins a new content settings has been added, with the highest priority (i.e. at the front of the list). This could be used down the track to hang off more platform app specific stuff. The provider knows which platform apps have been run by watching a new notification. BUG=None TEST=Tested manually on Windows Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120541 Review URL: http://codereview.chromium.org/9169042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120742 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: http://codereview.chromium.org/9342005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120741 0039d316-1c4b-4281-b951-d872f2087c98
-
eugenis@google.com authored
BUG=75023 TBR=glider Review URL: https://chromiumcodereview.appspot.com/9349012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120740 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Introducing helper wrappers for copying a rectangle from a one partial buffer to another. YUV to RGB and RGB to RGB operations are supported. YUV to RGB allows down-scaling of rectangles. The wrappers hide (to some degree) gory details of manipulations with buffer pointers and rectangles. Added unit tests (remoting_unittests.Yuv2Rgb) to verify functionality of the YUV to RGB wrapper. BUG=109938 TEST=remoting_unittests.Yuv2Rgb Review URL: http://codereview.chromium.org/9320025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120739 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=sky@chromium.org BUG=104192 TEST=Use ctrl+forward/back to move between browser window and status area/launcher Review URL: http://codereview.chromium.org/9295049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120738 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9310105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120737 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
No changes, just splits current framework out into PipelineIntegrationTestBase. BUG=112321 TEST=media_unittests Review URL: http://codereview.chromium.org/9323044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120736 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=112232 TEST=Manual Review URL: http://codereview.chromium.org/9349003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120735 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This menu item is always disabled. Remove it. xib changes: removed the menu item from the File menu Note, jeremy@ and I are working on apps for Mac so hopefully we'll add a working implementation. BUG=13148 TEST= Review URL: http://codereview.chromium.org/9345004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120734 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This pulled a bad revision of clang, that made mac_rel try bots sick. BUG=112977 TEST=cross fingers. Should fix -Wformat issues on 10.6. test/Index/crash-recovery-modules.m fails locally at this revision, but we don't use the modules stuff yet anyway, so I disabled that test locally for this roll. BUG=111861 TEST=none TBR=hans Review URL: http://codereview.chromium.org/9316097 TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/9347015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120733 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9328013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120732 0039d316-1c4b-4281-b951-d872f2087c98
-
kuan@chromium.org authored
PUT request is needed for uploading files to gdata. BUG=chromium-os:25357 TEST=nothing yet. Review URL: http://codereview.chromium.org/9342007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120731 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
I ran into an issue with PipelineIntegrationTests where one of the security videos was causing ~FileDataSource to DCHECK complain about file_ never being torn down. Tracing this back, it's because we return NULL for the demuxer when an error is encountered. This prevents demuxer->Stop() from being called which leaves the data source in an unhappy state. BUG=none TEST=PipelineIntegrationTests/media_unittests Review URL: http://codereview.chromium.org/9350004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120730 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=99516 TEST=compiles Review URL: http://codereview.chromium.org/9340012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120729 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=94925 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9352009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120728 0039d316-1c4b-4281-b951-d872f2087c98
-
jingzhao@chromium.org authored
Review URL: http://codereview.chromium.org/9328034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120727 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
This way, if the output format changes in a way that confuses the bot running sizes.py, we can tell the bot to just ignore lines that start with '#'. See http://codereview.chromium.org/9323047/#msg11 BUG=102013 TEST=none Review URL: https://chromiumcodereview.appspot.com/9347013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120726 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
CID=100203 BUG=none TEST=none Review URL: http://codereview.chromium.org/9160032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120725 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Previously we had to have a lot of weird string handling because strings needed a PP_Module to be constructed, and because they had different methods for being created in the host and the plugin processes. We've removed all of these limitations, so now we can just delete the whole mess. Review URL: https://chromiumcodereview.appspot.com/9316123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120724 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
This provides a framework that we can implement per-platform to allow the Me2Me daemon to installed, started and stopped by the web-app. I've gone with a polling-based API for now, as it simplifies some of the logic. We can revisit this if necessary to make it more sophisticated. BUG=None TEST=None until we have some implementations. Review URL: http://codereview.chromium.org/9316078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120723 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
r120147 accidentally removed widget observer instead of the animation observer. BUG=112654 TEST=Verify fix for issue 112654. Review URL: http://codereview.chromium.org/9331007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120722 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=unit tests and WebGL conformance test BUG=112668 R=apatrick@chromium.org Review URL: http://codereview.chromium.org/9307102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120721 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
It's already in 'content_common' and doesn't have to be in multiple targets. BUG=none TEST=build infinitesimally faster Review URL: http://codereview.chromium.org/9352002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120720 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@google.com authored
BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9346011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120719 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=108339 TEST=none Review URL: https://chromiumcodereview.appspot.com/9325044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120718 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120717 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
TBR=scherkus Review URL: http://codereview.chromium.org/9347005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120716 0039d316-1c4b-4281-b951-d872f2087c98
-