- 09 Aug, 2012 40 commits
-
-
eugenis@chromium.org authored
TEST=none BUG=137569 Review URL: https://chromiumcodereview.appspot.com/10827214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150779 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
protoc must be build for the Mac platform and not for iOS. mac_build.gypi is used to allow this. TEST=None BUG=None R=stuartmorgan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150778 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150777 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=fmalita@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150776 0039d316-1c4b-4281-b951-d872f2087c98
-
msarda@chromium.org authored
Adds iOS support to crypto.gyp. Both targets now build, but the tests may not run correctly, and not all the crypto code is correct yet for iOS. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10830183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150775 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
PrerenderWebMediaPlayer derives from WebMediaPlayerImpl which is not implemented on Android (there is a separate WebMediaPlayerAndroid which is derived from the WebMediaPlayer interface). Stubbing this constructor invocation is very difficult and it's only referred to in one place, so an #ifdef is much simpler. BUG=none Review URL: https://chromiumcodereview.appspot.com/10834226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150774 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
BUG=None TEST=ran chromeos_unittests with debug configuration Review URL: https://chromiumcodereview.appspot.com/10831232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150773 0039d316-1c4b-4281-b951-d872f2087c98
-
yongsheng.zhu@intel.com authored
Get the platform-independent result and compare them with the values of SkColor which is the platform-independent ARGB format BUG=138933 TEST=run_tests.py -s ui_unittests Review URL: https://chromiumcodereview.appspot.com/10823012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150772 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/10834229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150769 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150768 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
BUG=http://b/6696843 Review URL: https://chromiumcodereview.appspot.com/10825214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150765 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Tests that need internal stuff from the connector should run Init() from SetUp, or should be built as an InProcessBrowserTest instead. BUG=141255,66054 Review URL: https://chromiumcodereview.appspot.com/10827216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150764 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
The return value was almost entirely unusued. Success or failure is reported through a parameter in the asynchronous callback function. BUG=140180 Review URL: https://chromiumcodereview.appspot.com/10826193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150763 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
Improve WorkspaceWindowResizer::CompleteDrag() so that the function moves the window to a root window where the cursor is currently on. This CL depends on http://codereview.chromium.org/10834097/ . BUG=136816 TEST=try Review URL: https://chromiumcodereview.appspot.com/10836065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150762 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This is enabled as a part of r150472, but still failing on win trybot. TBR=sky@chromium.org BUG=141577 TEST=nonoe Review URL: https://chromiumcodereview.appspot.com/10854062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150761 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10854037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150760 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
As suggested by UI leads. The goal is to put the sample extension in the Web Store, but it must be polished up a little first. BUG=114805 TBR=mpcomplete Review URL: https://chromiumcodereview.appspot.com/10834241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150759 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Currently it just checks the filename duplication and adding numbers (1),(2),... in case of duplication. But this doesn't work well if the file will be stored into GoogleDrive, since file operations are not atomic there. This CL does the followings: - the screenshot taker accepts "taking a screenshot for each root window" requests rather than taking a screenshot for the specified window - adding the number in case of multiple root-windows, in screenshot taker side - change the screenshot interval from 500msec -> 1sec, to avoid the duplication - remove the existing filename duplication checking code, which is no longer necessary BUG=140749 Review URL: https://chromiumcodereview.appspot.com/10827193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150758 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Actually this feature is described in the "keyboard shortcut" section in GSG, so it's expected to work in production too. See crbug.com/128436 for the details. BUG=128436 Review URL: https://chromiumcodereview.appspot.com/10831208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150757 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=141574 TBR=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827245 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150756 0039d316-1c4b-4281-b951-d872f2087c98
-
haruki@chromium.org authored
BUG=138418 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10829233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150755 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=141322 TBR=thestig@chromium.org NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10826221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150754 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
TBR=vitalybuka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150753 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150752 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=fmalita@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150751 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
TBR=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150750 0039d316-1c4b-4281-b951-d872f2087c98
-
ttuttle@chromium.org authored
Don't trust most non-success responses to a CONNECT request -- as the BUG= explains, the rest of the stack will treat the response as if it came from the target server, not the proxy. This trivially lets a proxy run code as any HTTPS site the user tries to connect to, which is Very Bad
™ . Do, however, accept 302 responses, but sanitize them so they contain only the Location header and no response body. Many proxies use this for login pages, so we can't break it. Update the HttpProxyClientSocketPool unittests to expect failure in all but the 302 case, and add a 302-specific test case. BUG=137891 TEST=Added cases to Http- and SpdyProxyClientSocket unittests. net_unittests pass. Review URL: https://chromiumcodereview.appspot.com/10825030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150749 0039d316-1c4b-4281-b951-d872f2087c98 -
posciak@chromium.org authored
When the reflist size override flag is not present in slice header, we should be falling back to PPS defaults on l0 for non-I slices, but on l1 only for B-slices. BUG=141549 Review URL: https://chromiumcodereview.appspot.com/10825270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150748 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This cuts down on the possible include paths for compositor. BUG=none Review URL: https://chromiumcodereview.appspot.com/10825259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150747 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
This implements the basic curtain-mode functionality: * Switch out the active session on connection (if necessary--it doesn't do this if the session is at the login screen or already switched out) * Close all connections if the session becomes active again (for example, if someone logs into it at the console). It doesn't solve the problem of launchd starting a new instance of the server when we switch out. There will be a follow-up CL to address that. BUG=110111 Review URL: https://chromiumcodereview.appspot.com/10823215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150746 0039d316-1c4b-4281-b951-d872f2087c98
-
benrg@chromium.org authored
BUG=141467 TEST=Local Linux build, try changing wallpaper TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150745 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
As background-image doesn't have a notion of the size it is supposed to be, when the 2x version of the new tab background is requested and the request fails, the 1x version is shown but not pixel doubled. This CL specifies explicitly that only the 1x version is available. BUG=141171, 133934 Test=Manual, instructions below 1) Run chrome with --force-device-scale-factor=2 2) Change the theme to "Kate Spade" from the Chromium web store. 3) Ensure that the bookmark bar is hidden 4) Create a new tab. Ensure that the stripes in the new tab page match up with those in the tabstrip Review URL: https://chromiumcodereview.appspot.com/10836139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150744 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
Instead the profile manager watches notifications to determine this. BUG=130456 Review URL: https://chromiumcodereview.appspot.com/10826044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150743 0039d316-1c4b-4281-b951-d872f2087c98
-
junmin.zhu@intel.com authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10827218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150742 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Event executors currently are always destroyed on the main thread. BUG=141512 Review URL: https://chromiumcodereview.appspot.com/10836166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150741 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
BUG=139929 Review URL: https://chromiumcodereview.appspot.com/10827154 TBR=bshe@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150740 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Don't pollute LD_PRELOAD in the environment after a test runs. BUG= Review URL: https://chromiumcodereview.appspot.com/10823251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150739 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=134454 TEST=none Review URL: https://chromiumcodereview.appspot.com/10830229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150738 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=chrome-os-partner:9659 TEST=browser_tests:ExtensionApiTest.CustomizationPrivateTest Review URL: https://chromiumcodereview.appspot.com/10832204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150737 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10830156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150736 0039d316-1c4b-4281-b951-d872f2087c98
-