- 08 Jan, 2014 40 commits
-
-
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
-
aa@chromium.org authored
R=abarth@chromium.org Review URL: https://codereview.chromium.org/126743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243637 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243636 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
This change requires rolling the NaCl DEPS to get untrusted libraries to build correctly. BUG=154400 Review URL: https://codereview.chromium.org/126803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243635 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/116983008/noamsml@chromium.org authored
Reason for revert: ChromeOS bot failures on x86/amd64 TBR=bartfab@chromium.org,benwells@chromium.org,derat@chromium.org NOTREECHECKS=true NOTRY=true BUG=329930 Review URL: https://codereview.chromium.org/129193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243634 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This also resurrects the CookiesTreeModelObserverBridge (now called CookiesTreeControllerBridge) that I removed in r77477 along with the rest of the native preferences. The class is used to dynamically update the tree view in response to model changes. XIB changes: * Made the "Blocked" tab buttons use the constrained window style. * Matched the height of the NSOutlineView between the allowed and blocked tabs. 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/128673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243633 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Also, remove GetLoaderPath, GetHelperPath, GetIrtBinPath from getos.py. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/118553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243629 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
NOTRY=true BUG=332440 Review URL: https://codereview.chromium.org/129093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243628 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=309720 TEST=covered by test. Also tested manually R=mukai@chromium.org Review URL: https://codereview.chromium.org/106673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243627 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=322682 TEST=covered by existing unit tests Review URL: https://codereview.chromium.org/102973008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243626 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
This should fix the 100% regression due to https://src.chromium.org/viewvc/blink?revision=164213&view=revision TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/129083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243625 0039d316-1c4b-4281-b951-d872f2087c98
-