- 07 Aug, 2014 40 commits
-
-
merkulova@chromium.org authored
BUG=401501 Review URL: https://codereview.chromium.org/448153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288079 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/449053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288078 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This should prevent problems such as described in [chromium-dev] PSA: clobber build needed for IDR_INSPECTOR_* compile errors in blink_platform_impl.cc Depends on https://codereview.chromium.org/431883002 BUG=400860 TBR=brettw Review URL: https://codereview.chromium.org/430083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288077 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
ChromeUserSelectionScreen::Init() used to access the |users_| member of its parent class even though it already knows the user list. This CL removes the unnecessary access and marks |users_| as private. BUG=398511 TEST=No compilation errors Review URL: https://codereview.chromium.org/446383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288076 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=333201 Review URL: https://codereview.chromium.org/450543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288075 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
The Intent.getClipData() method is only available in JellyBean MR2 and higher. The code does a correct version check, but the lint checker is not satisfied with this check. BUG=401333,348912 Review URL: https://codereview.chromium.org/447253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288074 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
This code is no longer needed as process priority is no longer being changed in-process as this was causing tab switching latency. BUG=398103,381820 Review URL: https://codereview.chromium.org/441003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288073 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
This CL fixes tombstones.py architecture detection in two ways: - If the tombstone contains an ABI line, use this in preference to the devices default ABI, since some devices support multiple ABIs (e.g., 'arm' and 'arm64'). - Map the abi to an arch which the stack tool accepts, e.g., armeabi-v7a -> arm, arm64-v8a -> arm64. NOTRY=true Review URL: https://codereview.chromium.org/446273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288072 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
This patch exposes a method to kill a child process service of a given pid, allowing regression integration test for http://crbug.com/399521 on the embedder side. BUG=399521 Review URL: https://codereview.chromium.org/441363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288071 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288070 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Review URL: https://codereview.chromium.org/444423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288069 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
During login, GAIA sends the "Google-Accounts-SAML=Start" and "Google-Accounts-SAML=End" headers to indicate when a redirect to a SAML IdP starts and ends. This CL uses these headers to distinguish between cookies set by GAIA and the IdP: * Any cookies set between the start and the end of the redirect were created by the IdP. * Any cookies set before the start or after the end of the redirect were created by GAIA. This allows cookies set by the IdP to be copied to the user's session while ensuring that GAIA cookies are not copied (these need to be transferred to the session via GAIA's /MergeSession API). BUG=381123 TEST=Extended browser test; also manual Review URL: https://codereview.chromium.org/447013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288068 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=400734 Review URL: https://codereview.chromium.org/451523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288067 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288066 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
The new list does not have the leading "net::ERR_", to slightly reduce the size of net when compiled. This reduces the size of libcronet.so by about 8k, with symbols stripped. Also add a function to get network error strings without the leading, "net::" as a number of consumers were removing it with duplicated code. This CL slight breaks NetLog loading functionality - loading old logs in new versions will result in error codes missing the leading "ERR_", and the other direction results in error codes having an extra leading "ERR_". BUG=399025 Review URL: https://codereview.chromium.org/432553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288065 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179693:179699&mode=html TBR=jbroman@chromium.org BUG= Review URL: https://codereview.chromium.org/447223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288064 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Add a new method SetUserPermission() to set the user's permission for a file. Check the permission in DeleteResource(), TrashResource(), UpdateResource() and InitiateUploadExistingFile(). This change doesn't cover: - Permission check for the parent when adding/removing entries to a directory. - Cases where the permission is changed while upload is in progress. (even not sure what happens in the production) BUG=340933 TEST=unit_tests --gtest_filter="FakeDriveServiceTest.*" Review URL: https://codereview.chromium.org/445793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288062 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
It was confusing to figure a TrackerIDSets did not have active trackers - DB had an entry with kInvalidTrackerID in value. - DB did not have entries to figure out an active tracker. This CL drops the first situation. BUG=None TEST=./unit_tests --gtest_filter="Metadata*" Review URL: https://codereview.chromium.org/442713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288061 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
It doesn't do anything fancy but allows Blink to stop supporting the previous API. BUG=400158 Review URL: https://codereview.chromium.org/421293010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288060 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
Since we now correctly report display rotations (ie. non 0 values), this caused a regression. The Ozone backend might not require this too. BUG=399571 Review URL: https://codereview.chromium.org/437593007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288059 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/443303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288058 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288057 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
DevTools: remove unused resizing strategy code paths, make it solely bounds-based; support hidden inspected contents case. TBR=tsepez (removing method from devtools dispatcher) NOTRY=true Review URL: https://codereview.chromium.org/440663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288056 0039d316-1c4b-4281-b951-d872f2087c98
-
oetuaho@nvidia.com authored
BUG=398337 Review URL: https://codereview.chromium.org/419033012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288055 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@chromium.org authored
Turning off AVFoundation by default on ToT, Canary, and in field trials in preparation for M38 branch cut. BUG=396810,394315,356106 Review URL: https://codereview.chromium.org/443783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288054 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288053 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288052 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Update manually triggered try jobs to use swarming for ChromeOS and Mac since they're switched by CQ already. TBR=ben Review URL: https://codereview.chromium.org/450583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288050 0039d316-1c4b-4281-b951-d872f2087c98
-
achaulk@chromium.org authored
Old code was too restrictive, and did not properly select the correct quad. New code chooses the topmost overlayable plane that does not intersect any rects above it. Review URL: https://codereview.chromium.org/440193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288049 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
Unfortunately, we can't do more than a smoke test because Chromium doesn't support fullscreen on Android. See http://crbug.com/401114 BUG=162827 Review URL: https://codereview.chromium.org/444033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288048 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
With current implementation of devtool_tracing_handler, it doesn't do anything with invalid options and just use RECORD_UNTIL_FULL by default. So the change to telemetry's tracing backend will not break backward compatibility for browsers that don't support "record-as-much-as-possible" option. However, this is a hacky way to maintain backward compatibility, and we should fix devtool_tracing_handler so it can respond with error message on Tracing.start if there is options parsing error. BUG=396081 Review URL: https://codereview.chromium.org/440903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288047 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
> First cut at "content handling" support in Mojo. > > Review URL: https://codereview.chromium.org/423963004 TBR=aa@chromium.org Review URL: https://codereview.chromium.org/447063005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288043 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
NOTRY=true NOTREECHECKS=true BUG=None Review URL: https://codereview.chromium.org/450703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288042 0039d316-1c4b-4281-b951-d872f2087c98
-
lushnikov@chromium.org authored
Revert of Listen for key events in SetupXI2ForXWindow() (https://codereview.chromium.org/404423002/) Reason for revert: The patch regressed editing behavior: crbug.com/401450 TBR=kpschoedel NOTRY=true Original issue's description: > Listen for key events in SetupXI2ForXWindow() > > BUG=368750 > R=sadrul > TEST=on device and desktop > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287772 Review URL: https://codereview.chromium.org/445413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288039 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
components/omnibox will be the directory to which code under chrome/browser/{autocomplete,omnibox} will move. (https://codereview.chromium.org/415073003#msg7) BUG=371538 TEST=build R=blundell@chromium.org, pkasting@chromium.org TBR=mukai@chromium.org for athena/, sky@chromium.org for include fix under chrome/ Review URL: https://codereview.chromium.org/443043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288038 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288037 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
This adds memory information to frame viewer. BUG=401209 TBR=dsinclair Review URL: https://codereview.chromium.org/445363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288036 0039d316-1c4b-4281-b951-d872f2087c98
-
vkuzkokov@chromium.org authored
BUG=374462 Review URL: https://codereview.chromium.org/398623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288035 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
Since dbus is only used on linux, don't bother with windows specific symbol exporting. BUG=398644 Review URL: https://codereview.chromium.org/429043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288034 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=69633 Review URL: https://codereview.chromium.org/446163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288033 0039d316-1c4b-4281-b951-d872f2087c98
-