- 07 Aug, 2012 40 commits
-
-
mnissler@chromium.org authored
It broke Win Builder 2008: 7>------ Build started: Project: chrome_tab_idl, Configuration: Debug Win32 ------ 7>Creating Type Library... 7>midl : command line warning MIDL1009 : unknown argument ignored ".\chrome_tab.idl" 7>GrGLConfig_chrome.h"" 7>Processing GrGLConfig_chrome.h\"" 7>c1 : fatalerror C1083: Cannot open source file: 'GrGLConfig_chrome.h""': Invalid argument 7>midl : command line error MIDL1003 : error returned by the C preprocessor (2) BUG=chromium:140324 TBR=alexeypa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150317 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
These tests are disabled by having an empty list of platforms. Commenting them out causes a presubmit script to fail. TBR=nirnimesh@chromium.org BUG=132345 Review URL: https://chromiumcodereview.appspot.com/10827195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150313 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Added a new test which aims to be really, really mean to WebRTC. Hopefully this will cover some crashes we have fixed recently. BUG= NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10830159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150312 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150311 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
`layoutTestController` was recently renamed to `testRunner`. See http://lists.webkit.org/pipermail/webkit-dev/2012-August/021746.html for context. BUG=140791 Review URL: https://chromiumcodereview.appspot.com/10825200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150308 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
What's new? ======== Output stream is always opened up using the native number of channels and channel configuration. The user can set a lower number of channels during construction and for this case up-mixing (typically 2 -> 7.1) takes place since the audio source does not deliver sufficient number of channels for this case. It is still possible to avoid up-mixing simply by creating up the stream using the native channel count (which can be queried before construction). TODO ==== - Clean up ChannelUpMix(). - Add support for 8-bit and 24-bit audio? - Add support for 2 -> 1 down-mixing? - More mixing combinations? - Add accessors for ChannelCount/Layout. - Improve usage of channel_factor to detect mixing mode. BUG=138762 TEST=media_unittests --gtest_filter=WASAPIAudioOutput* Review URL: https://chromiumcodereview.appspot.com/10823100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150307 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150306 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=138985 TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/10837124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150305 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150304 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
add debugging for it. BUG=138323 Review URL: https://chromiumcodereview.appspot.com/10826141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150303 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10826174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150302 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
Revert "Make F12 close an undocked DevTools window rather than open another DevTools window for this one." We decided to revert the change, since it breaks user experience a lot of clients are used to. This reverts commit 30f6403d. BUG=139581 TBR=pfeldman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150301 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
The ninja's cross compile mode still uses CXX_target as the target compiler which needs to be detected before the host one. This CL might be reverted once the ninja use CXX as target compiler. BUG= Review URL: https://chromiumcodereview.appspot.com/10837005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150300 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
Most likely it causes the bug bacause it the only code path I found that show the banner relying on potentially outdated current directory check. BUG=140119 TEST= Review URL: https://chromiumcodereview.appspot.com/10836100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150298 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=138954 TEST= Review URL: https://chromiumcodereview.appspot.com/10829192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150297 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150296 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=139850 TBR=nyquist Review URL: https://chromiumcodereview.appspot.com/10829207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150295 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Currently all conversions to or from PNG will request (and so possibly create and cache) an ImageSkia intermediate representation. Depends on http://codereview.chromium.org/10799014/ I'm reverting because this has Uninitialized issue and a test is failing on mac valgrind bots TBR=cjhopman@chromium.org BUG=123865 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10826181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150294 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This change has been reverted after feedback from the product managers who don't want the pin icon in the omnibar for M22. The change to use these in the omnibar is coming soon. TBR=sky@chromium.org BUG=129598 TEST=None Review URL: https://chromiumcodereview.appspot.com/10817024 TBR=benwells@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150293 0039d316-1c4b-4281-b951-d872f2087c98
-
yongsheng.zhu@intel.com authored
BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146954 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148053 Review URL: https://chromiumcodereview.appspot.com/10779008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150292 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
These added fields are necessary to work with our file system implementation. BUG=chromium:127728 TEST=unit_tests --gtest_filter="DriveAPI*" Review URL: https://chromiumcodereview.appspot.com/10855017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150291 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
BUG=139270 Review URL: https://chromiumcodereview.appspot.com/10828177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150290 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Slightly modified from noelallen's codereview.chromium.org/10823177. My changes: style nits, as well as fixing pnacl builds original CL description follows: This CL adds support for Debug and Release configs. It moves functions that require knowledge of the Makefile to make_rules.py and keeps functions that require understanding of the DSC files in generate_make.py. It adds a 'config' parameter to the embed in common.js. Updates all index.html files to support the new config parameter. make_rules.py has been converted to a class. This allows the object to persist state about the build which allows us to remove knowledge of the make rules from generate_make.py. BUG=none TBR=noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10828187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150289 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150288 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150285 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The default zoom level upperbound of WebKit is 300%, while content::kMaximumZoomFactor is 500%. The larger limit must be set before restoring the host-URL zoom levels, otherwise 400% or 500% zoom level is clipped to 300%. BUG=139559 Review URL: https://chromiumcodereview.appspot.com/10828143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150284 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=140499 TEST=Find iShock, test with http://www.aresluna.org/gamepad-tester/ Review URL: https://chromiumcodereview.appspot.com/10832162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150283 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Cause chrome.exe to introspect to find the version of chrome.dll to load. This should ensure that mismatched exe and dll versions never occur. Also, wstring -> string16. BUG=140779 TEST=Install Chrome, smash Omaha registry keys, Chrome still runs. Review URL: https://chromiumcodereview.appspot.com/10825213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150282 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Ensure we don't have zombie child processes that get started but never get a chance to connect to the browser process. Since they never connected, they will never have an OnChannelError and so they don't get destroyed. This was causing the sharding_supervisor script to hang on Linux since there were child processes that didn't exit. It looks like there are race conditions in some tests where child processes start but the browser closes before they can connect. Probably we only see this on Linux because it's faster than other platforms or the shutdown timing is different. BUG=140054 Review URL: https://chromiumcodereview.appspot.com/10855013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150278 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
LauncherFaviconLoaderBrowsertest.ChangeLauncherIcons on cros bots) - Update favicon URLs on FinishLoad for main frame Previously it was done on didStopLoading for _any_ frame. That causes a stream of spurious favicon URL updates for every <iframe>. This is now moved to on didFinishLoad and get triggered only for the main frame. This ensures that icon loads always get initiated after all of the other page resources have been fetched. Note that DidFinishDocumentLoad runs potentially before all subresources have been fetched, which means that the icon requests may compete with subresources for network bandwidth. didFinishLoad is the closest place to where IconController does it, and we already have icons at this point. BUG=131567 Review URL: https://chromiumcodereview.appspot.com/10831163 TBR=aruslan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150277 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
This is the second try of https://src.chromium.org/viewvc/chrome?view=rev&revision=150240 TBR=jar Review URL: https://chromiumcodereview.appspot.com/10829212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150276 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=gene@chromium.org BUG=141037 TEST=none Review URL: https://chromiumcodereview.appspot.com/10854021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150275 0039d316-1c4b-4281-b951-d872f2087c98
-
aelias@chromium.org authored
This flag causes mouse events to be mapped to touch gesture events in RenderWidgetHost: - Hold left mouse button and move: GestureScrollUpdate - Hold right mouse button and move on Y axis: GesturePinchUpdate - Middle mouse button down: GestureTapDown - Middle mouse button up: GestureTap This provides a convenient way to test touch-oriented features with only an ordinary Linux machine. Note that to get pinch gesture support, --enable-threaded-compositing must also be set. BUG=132607 Review URL: https://chromiumcodereview.appspot.com/10825192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150274 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is so we can pass through win_rel trybot, which seems to not liking my git mvs. BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150273 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Use new overflow chevron assets; - Code drawing hover/pressed state and rotate image for left/right launcher; BUG=132855 TEST=Verify launcher chevron uses new image and has hover effect similar to app menu and ubertray. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150272 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
Added special container for background on lock screen. Background view can now be created in specific container. Disabled lock screen wallpaper implementation based on serving PNG image via data source. BUG=136853,137581 TEST=Lock screen on multimonitor configuration. Check that windows on secondary display are hidden with background. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149869 Review URL: https://chromiumcodereview.appspot.com/10810039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150271 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10800029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150270 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Hoisted out common code while preparing for bigger changes for "waiting" dialog R=gbillock@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10834188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150269 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
Copy the !details.is_in_page restriction from TabHelper to PageActionController::DidNavigateMainFrame Oops, r145054 forgot to do this. BUG=139410 Review URL: https://chromiumcodereview.appspot.com/10834184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150268 0039d316-1c4b-4281-b951-d872f2087c98
-