- 04 Jan, 2013 40 commits
-
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175121 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TBR=pkasting@chromium.org BUG=165765 Review URL: https://codereview.chromium.org/11747021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175118 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175117 0039d316-1c4b-4281-b951-d872f2087c98
-
macpherson@chromium.org authored
http://trac.webkit.org/log/?rev=138767&stop_rev=138712&verbose=on TBR=macpherson@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11740039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175114 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=168252 Review URL: https://chromiumcodereview.appspot.com/11753017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175113 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
Vista Tests (1) is timing out a lot. TBR=sail@chromium.org BUG=140882 Review URL: https://codereview.chromium.org/11741031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175112 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Test was flaky due to event timing differences between single and multi-process WebKit ports. The test was made more resilient in http://wkrev.com/138402 which has now rolled, so re-enabling. R=dgrogan@chromium.org,alecflett@chromium.org BUG=163694 Review URL: https://chromiumcodereview.appspot.com/11746026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175111 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
NOTRY=true BUG=167798,168084 TEST=Install https://chrome.google.com/webstore/detail/slinky-elegant/bmanlajnpdncmhfkiccmbgeocgbncfln?hl=en Look at new tab button in active and inactive windows. Also check the new tab button with the default theme. Look at startup perf graphs, should improve by ~1.8ms. Review URL: https://chromiumcodereview.appspot.com/11748026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175108 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
There's a race condition between the audio shutdown process and calls to OnMoreData() (in FillBufferQueue()). During shutdown, or after an error occurs within AudioOutputController, OnMoreData() can return 0 to indicate "no data." In this case, FillBufferQueue() should not attempt to call simple_buffer_queue_->Enqueue() with a "zero bytes" argument, which is an invalid argument value. Also changed a DLOG(FATAL) to DLOG(ERROR), per Chromium style guidelines, since there is code that explicitly handles the event after the log statement. BUG=168260 TEST=build/android/run_tests.py -s media_unittests -f *PlayStateChangeClose* TBR=tommi@chromium.org Review URL: https://chromiumcodereview.appspot.com/11744026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175107 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
BUG=153048 Review URL: https://chromiumcodereview.appspot.com/11770002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175106 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
BUG=None TEST=green tree R=thestig@chromium.org Review URL: https://codereview.chromium.org/11734038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175105 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This is a re-land of https://codereview.chromium.org/11693010/, which failed on the tree on XP bots. The issue was that ProgramCompare::Evaluate() was parsing its value parameter is a command-line, which meant it was truncating it at the first space. This updated CL adds an EvaluatePath() function that takes a FilePath and doesn't try to parse it as a command-line. BUG=146636 TEST=Uninstalling Chrome removes any present profile shortcuts on the desktop. Review URL: https://chromiumcodereview.appspot.com/11743022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175104 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TBR=rsesek@chromium.org BUG=120996,143773 TEST=tests pass, we still get promos, less crud on profile. Review URL: https://codereview.chromium.org/11689004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175103 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
MessageViewMultiple -> NotificationView to reflect its soon-to-be more general role displaying basic and image notifications in addition to multiple item notifications. BUG=164292 Review URL: https://chromiumcodereview.appspot.com/11647031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175102 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
Make sure that the texture sizes as passed from the untrusted renderer to the to the VDA on the GPU process match with the texture's size as the GPU process has tracked it. BUG=chromium:168293 TEST=local build, run on x86, snow Review URL: https://chromiumcodereview.appspot.com/11722023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175101 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11722020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175099 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11665015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175096 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=168280 TEST=https://evssl.turktrust.com.tr/ no longer shows as EV Review URL: https://chromiumcodereview.appspot.com/11745023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175095 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
At this point it is always defined. Review URL: https://chromiumcodereview.appspot.com/11722024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175094 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
If there is no video frame available, we can see the background page when playing fullscreen video. Using setZOrderOnTop() so that the video surfaceView will be on top of the window, rather than punching a hole in the window. BUG=167396 Review URL: https://chromiumcodereview.appspot.com/11741028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175092 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=111541 R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/11761008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175091 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11756004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175090 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
I need this to make base compile on Win64. I'll follow-up with fixes in crbug.com/167707 Review URL: https://chromiumcodereview.appspot.com/11684007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175089 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
event. This fixes jobs with a SOCKET_BACKUP_CREATED event as the second event not having a description. Also simplifies the net-internals code slightly (Or will once backward compatibility can be removed). This slightly breaks compatibility of old versions of Chrome with new log files - CONNECT_JOBs and SOCKETS from newer versions of Chrome will not have descriptions on M25 or earlier. Review URL: https://chromiumcodereview.appspot.com/11583027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175088 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
We have some code that should be moved to src/content which needs to query network state (crbug.com/156428). While we transition to the new network handlers, we will need to make Cros* calls when the --enable-new-network-handlers flag is not set. To do that we need cros_network_functions.cc (and its dependencies) moved to src/chromeos, where they belong anyway. BUG=154852 Review URL: https://chromiumcodereview.appspot.com/11756002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175087 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11740018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175086 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=157270 Review URL: https://codereview.chromium.org/11742033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175085 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175084 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
BUG=none TBR=tdanderson NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11741021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175083 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@google.com authored
This is in preparation for adding uiautomator test runner which runs tests without an apk. BUG=167331 Review URL: https://codereview.chromium.org/11741025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175082 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
Allow easier cross-platform access to MessageCenter by making it a singleton object, and add it to gyp files on Windows. TBR=sky@chromium.org R=stevenjb@chromium.org Review URL: https://chromiumcodereview.appspot.com/11684003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175081 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
These tests cover all of the cases covered by the context loss layout test and more. It also provides full coverage both in single-thread and multi-thread modes. I've moved tests from LayerTreeHostTests as usual, but also tests from LayerTreeHostImplTests, and implemented them using the real commit flow, instantiating layers by making the main thread versions of the layers, etc. This makes for a much more realistic test, and doesn't rely on as much internal compositor knowledge. While digging around, I found that the layersFreeTextures test was not testing anything. Then I also noticed that most of the layers in the test are not actually responsible to free their resources when they disappear. So I made the test do its job, and made the test just check layers that own resources - namely IOSurface and Video layers. Tests: LayerTreeHostContextTestLostContextSucceeds.runSingleThread LayerTreeHostContextTestLostContextSucceeds.runMultiThread LayerTreeHostContextTestLostContextSucceedsWithContent.NoSurface_SingleThread LayerTreeHostContextTestLostContextSucceedsWithContent.NoSurface_MultiThread LayerTreeHostContextTestLostContextSucceedsWithContent.WithSurface_SingleThread LayerTreeHostContextTestLostContextSucceedsWithContent.WithSurface_MultiThread LayerTreeHostContextTestLostContextFails.RepeatLoss100_SingleThread LayerTreeHostContextTestLostContextFails.RepeatLoss100_MultiThread LayerTreeHostContextTestLostContextFails.FailRecreate100_SingleThread LayerTreeHostContextTestLostContextFails.FailRecreate100_MultiThread LayerTreeHostContextTestFinishAllRenderingAfterLoss.runSingleThread LayerTreeHostContextTestFinishAllRenderingAfterLoss.runMultiThread LayerTreeHostContextTestLostContextAndEvictTextures.LoseAfterEvict_SingleThread LayerTreeHostContextTestLostContextAndEvictTextures.LoseAfterEvict_MultiThread LayerTreeHostContextTestLostContextAndEvictTextures.LoseBeforeEvict_SingleThread LayerTreeHostContextTestLostContextAndEvictTextures.LoseBeforeEvict_MultiThread LayerTreeHostContextTestLostContextWhileUpdatingResources.runSingleThread LayerTreeHostContextTestLostContextWhileUpdatingResources.runMultiThread LayerTreeHostContextTestLayersNotified.runSingleThread LayerTreeHostContextTestLayersNotified.runMultiThread LayerTreeHostContextTestDontUseLostResources.runSingleThread LayerTreeHostContextTestDontUseLostResources.runMultiThread Review URL: https://chromiumcodereview.appspot.com/11662003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175080 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
This also prepares this view to serve as a generic notification view by simplifying the layout grid and by making the padding mechanism more flexible. The resulting more generic view will be able to be used to display image and basic notifications in addition to multiple item ones. The visual changes made to match the mockups include removal of the timestamp, separator line, message, and secondary icon. TBR=derat@chromium.org for OWNERS review of balloon_view_ash.cc changes. BUG=161101 BUG=164292 Review URL: https://chromiumcodereview.appspot.com/11651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175079 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
I will do a second pass when I fix GetDefaultProfileDir. BUG=83792 Review URL: https://chromiumcodereview.appspot.com/11571089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175078 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=23581 TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/11759005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175077 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11744008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175076 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@google.com authored
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Builder%20x64&number=65699 > [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device. > > BUG=156929 > TEST=none > > > Review URL: https://chromiumcodereview.appspot.com/11744014 TBR=kmadhusu@chromium.org Review URL: https://codereview.chromium.org/11722025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175075 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11745008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175074 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=156929 TEST=none Review URL: https://chromiumcodereview.appspot.com/11744014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175073 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
This should have gotten removed when the pending tree was added. R=nduca@chromium.org BUG=155209 Review URL: https://chromiumcodereview.appspot.com/11706003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175072 0039d316-1c4b-4281-b951-d872f2087c98
-