- 07 Feb, 2012 40 commits
-
-
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
-
wez@chromium.org authored
CL 9328016 exposed a bug with seemingly-unused stats code assuming that the RenderView's WebView must be valid when DidFlushPaint() is called, which may not be true if RenderWidget::OnSwapBuffersComplete is notified while the widget is closing down. We'll follow up by verifying the stats code is unnecessary and removing it (see bug 112942). BUG=112921,111639,112942 Review URL: http://codereview.chromium.org/9349004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120715 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=112180 TEST=none Review URL: https://chromiumcodereview.appspot.com/9344003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120714 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org TEST=No regressions, CSS follows style guide / passes presubmit. BUG=None Review URL: http://codereview.chromium.org/9325059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120713 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9309115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120712 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
BUG=111880 R=jhawkins@chromium.org TEST=Sub pages look OK on both wide and narrow monitors. Review URL: http://codereview.chromium.org/9348005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120711 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=105550 TEST=All UI text looks the same as before. Review URL: http://codereview.chromium.org/9298015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120710 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=shess@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/9249025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120709 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=None TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120708 0039d316-1c4b-4281-b951-d872f2087c98
-
mrossetti@chromium.org authored
This change moves the InMemoryURLIndex (IMUI) from being owned by the InMemoryHistoryBackend to being owned by the HistoryService. The only dependency the IMUI has on the HistoryBackend is the need to access the history database for the one-time need to build the IMUI from scratch. Divorcing the IMUI from the HistoryBackend also pointed out that updates to the IMUI index related to URL visits and history deletes should be handled by notification, and this was implemented in this CL. NOTE: Portions previously reviewed as: http://codereview.chromium.org/9030031/. That change involved both 1) moving the ownership of the IMUI from the InMemoryHistoryBackend, and 2) performing the caching file operations on the FILE thread. I've split this up into two CLs with this CL dealing with the move of ownership. BUG=83659 TEST=Updated unit tests. Review URL: https://chromiumcodereview.appspot.com/9316109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120707 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9325087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120706 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=110483 Review URL: https://chromiumcodereview.appspot.com/9332017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120705 0039d316-1c4b-4281-b951-d872f2087c98
-