- 08 Jan, 2014 40 commits
-
-
phoglund@chromium.org authored
Seems the DTMF test didn't work well after all, when running with Opus. The AEC tests were broken because they didn't force iSAC. BUG=181069,332016 Review URL: https://codereview.chromium.org/128353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243685 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=168996 TEST=Go to google.com, click on the lock icon, click on "Show cookies", and remove site data from the Allowed pane. Review URL: https://codereview.chromium.org/128343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243684 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/126033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243683 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=297480 R=aa@chromium.org,bauerb@chromium.org Review URL: https://codereview.chromium.org/116163008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243682 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Adds arm version and some android configuration build flags. This adds most of the logic from common.gypi to the Android GN build. This is currently missing the crtbegin/end stuff and won't actually make real Android builds. The logic in this patch is just the initial conversion that will require testing and several more passes of fixes. R=torne@chromium.org, torne Review URL: https://codereview.chromium.org/121173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243681 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
ManagedUserSharedSettingsService syncs settings that can be modified/accessed both by a supervised user and their manager (for example, the avatar). BUG=316168 Review URL: https://codereview.chromium.org/123293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243680 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
This prevents build breakages on internal buildbots. The actual tests in the file are still disabled, because they depend on the PDF viewer. BUG=none Review URL: https://codereview.chromium.org/120303004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243679 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
Follow up test for https://codereview.chromium.org/101413011 BUG=329498 TEST=unit_tests Review URL: https://codereview.chromium.org/115073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243678 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=331343 TEST=Manual, see bug Review URL: https://codereview.chromium.org/99553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243677 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 R=thakis@chromium.org Review URL: https://codereview.chromium.org/126453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243676 0039d316-1c4b-4281-b951-d872f2087c98
-
jgraettinger@chromium.org authored
BUG=325910 TEST=Confirmed NetUtilTest.GetNetworkList now passes in presence of OpenVPN tunnel. Review URL: https://codereview.chromium.org/105653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243675 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
In r239536 and r239680, I disabled all parallelization of unit test jobs on linux_aura, because using the clipboard used a desktop wide piece of X11 state, and running the tests in parallel meant that tests which were using the clipboard would steal the clipboard from other tests The "actual" "problem" seems to have been "fixed." These tests appear to be flakily failing in the same way in the GTK port, but are retried. On lniux_aura, the test harness wasn't rerunning the tests and was just marking them as failed. Now it's rerunning them, and they pass since flaky tests are rerun one at a time. This should still be a net win speed wise, since things fail flakily about one in four times, and even that one flaky run still runs twice as fast as the current runs. BUG=239536 R=kbr@chromium.org, phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/125183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243674 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Most of the contents in AutofillSuggestionContainer should ignore mouse clicks and instead let the SectionContainer handle it - the only exception being the |inputField_| in the SuggestionContainer. This will allow the suggestion menu to pop up even when the user clicks e.g. on explanatory text. Modified hitTest: to ignore all subviews except |inputField_| and descendants. BUG=331130 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/124383010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243673 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
This CL drops DecryptConfig::data_offset_ and moves the offset parsing code into WebM demuxers. This allows us to remove offset passing/calculation code in several layers of the media pipeline. Background: We used to have HMAC check in encrypted WebM RFC, which requires us to keep the IV together with the encrypted frame, hence the offset. Now the HMAC check is dropped from the RFC so offset is not necessary anymore. BUG=298569 Review URL: https://codereview.chromium.org/119203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243672 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/129193002/noamsml@chromium.org authored
Reason for revert: Did not fix chromeos failures TBR=bartfab@chromium.org,benwells@chromium.org,derat@chromium.org NOTREECHECKS=true NOTRY=true BUG=329930 Review URL: https://codereview.chromium.org/129303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243671 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=msw@chromium.org Review URL: https://codereview.chromium.org/116943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243670 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/128713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243669 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
Three flags can now be controlled via an "experiment". EnableWebBasedSignin GoogleProfileInfo NewProfileManagement Also, correct name of function to match command-line flag change: EnableInlineSignin => !EnableWebBasedSignin BUG=324046 Review URL: https://codereview.chromium.org/111033005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243668 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
It was unprefixed back in Chrome 23. BUG=330691 TEST=no behavior change Review URL: https://codereview.chromium.org/121203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243664 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
Gesture actions can kick off animations on some pages. We want to be able to measure the interval from the beginning of the gesture to the end of the animation (without gaps). The 'wait_after' parameter allows the user to specify a condition on which to wait after performing a gesture. The resulting active range of the page action covers both the gesture and the condition. BUG=323275 Review URL: https://codereview.chromium.org/117283004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243663 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
- It now directly accesses DriveServiceInterface instead of JobScheduler so that the class can be used outside chromeos/. - Use of ScopedVector is replaced by std::vector. BUG=332014,312566 Review URL: https://codereview.chromium.org/127683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243662 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This removes the use of skia::LazyPixelRef from the compositor, which allows us to gather and lock/unlock SkDiscardablePixelRefs in the instead. skia::LazyPixelRef will be removed completely when no longer in use by blink. BUG=329094 Review URL: https://codereview.chromium.org/111143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243660 0039d316-1c4b-4281-b951-d872f2087c98
-
awatson@chromium.org authored
Moved description of SDK to top of download page and deleted the sdk/index.html landing page. BUG= TEMPORARY STAGED DOC: http://ypd-ubiq182.dls.corp.google.com:8009/sdk/download.html R=binji@chromium.org Review URL: https://codereview.chromium.org/127433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243659 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=332155 TBR=nkostylev@chromium.org TEST=With the --new-profile-management flag set, start Chrome. Sign in a profile, and choose "View all people" from the avatar bubble. With the user manager window open, lock the profile. The user manager should update the profile's pod with a lock icon. Review URL: https://codereview.chromium.org/128553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243658 0039d316-1c4b-4281-b951-d872f2087c98
-
vmiura@chromium.org authored
event 'id'. The 'this' pointers are not unique since memory is recycled with repeated alloc & free. Trace output could appear jumbled in chrome://tracing as in BUG=331161. Moved the event 'id' assignment into a TraceOutputter which manages output to TRACE_EVENT and maintains an incrementing event 'id'. Added a unit test for the GLARBTimerTrace. BUG=331161 Review URL: https://codereview.chromium.org/122723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243657 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/121773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243656 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
- Move sysroot.gni up a directory, as it applies to multiple platforms now. - Use existing find_sdk.py script to locate Mac SDK. - Fix some gtest includes for Mac files. BUG= R=brettw@chromium.org Review URL: https://codereview.chromium.org/116763005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243654 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Document the old-school types as deprecated, now that we use stdint.h everywhere. R=brettw@chromium.org BUG=138542 Review URL: https://codereview.chromium.org/127293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243653 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
The last update, 003, was erroneously using a version with separate resources. This one has everything packaged into index.html per usual. TBR=tonyg@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/129043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243652 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=331733 Review URL: https://codereview.chromium.org/125863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243651 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Use the tall header for restored browser popups. The new header design uses significantly different assets for the headers of browser and non browser windows. Thus it makes sense for popup browser windows to use the tall header like restored tabbed browser windows do. BUG=297187 TEST=None Review URL: https://codereview.chromium.org/123043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243650 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
If an error occurs after Stop() the callback may be destroyed, yet the callback value was not cleared. During Close() stop may be called again, if an error occurs the free'd callback will be notified of the error... BUG=none TEST=none Review URL: https://codereview.chromium.org/115523010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243649 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Cast:Adding cast_transport_config and cleaning up > > BUG=327482 > > Review URL: https://codereview.chromium.org/109413004 TBR=mikhal@chromium.org Review URL: https://codereview.chromium.org/129113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243648 0039d316-1c4b-4281-b951-d872f2087c98
-
mikhal@chromium.org authored
BUG=327482 Review URL: https://codereview.chromium.org/109413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243647 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
The public/internal prompt had an unexpanded "%s" replacement. Also, messages about what was being uploaded referred to the sha1 file, while the thing actually being uploaded is the .wpr. R=dtu@chromium.org Review URL: https://codereview.chromium.org/126543006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243645 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Even though this isn't hooked up on Mac yet, we need the goma include for all toolchains to avoid throwing errors for Goma on Mac users. TRB=thakis Review URL: https://codereview.chromium.org/129323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243644 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=330683 Review URL: https://codereview.chromium.org/123453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243643 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
During the self-destruct flow (user-level Chrome being replaced by system-level Chrome), existing code to retarget shortcuts failed to update icon executables. This CL fixes this. The heuristics are summarized below: 1. Only considering shortcuts with parameters . 2. Shortcuts whose icon file == old target (user-level chrome.exe) gets updated to new target (system-level chrome.exe). 3. Shortcut index is kept same as before. (1) lets us delete user-level (pure) Chrome shortcut since system-level Chrome shortcut is already present. (2) lets us select migrate App Launcher shortcut (points to chrome.exe), without changing app shortcuts (points to fixed .ico files). (3) prevents App Launcher shortcut from mutating into Chrome shortcut (it assumes icon resources enumeration don't change. To make (2) and (3) possible, we need to read the icon file and icon index. This is done by generalizing ResolveShortcut() to ResolveShortcutProperties(). The new logic requires a new flow in ShellUtils, and no longer uses the UpdateShortcutsWithArgs() flow. BUG=326562 Review URL: https://codereview.chromium.org/108193019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243642 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
If the plugins setting is managed and can't be controlled by the user, then disable the run all plugins link on the plugins settings bubble. BUG=321772 Review URL: https://codereview.chromium.org/126143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243639 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This uses the path service to find the current process' path, removing the platform-specific code nad making it work on Mac. R=bbudge@chromium.org Review URL: https://codereview.chromium.org/128693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243638 0039d316-1c4b-4281-b951-d872f2087c98
-