- 21 Jun, 2013 40 commits
-
-
stevenjb@chromium.org authored
BUG=249846 R=msw@chromium.org Review URL: https://codereview.chromium.org/17045003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207890 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL adds device policies that provide control over the default state of the following four accessibility settings on the login screen: * Large cursor * Spoken feedback * High contrast mode * Screen magnifier type The User can temporarily override the settings but the defaults are restored whenever the login screen is shown anew or the user remains idle on the login screen for one minute. BUG=225955, 225956, 243350, 247298 TEST=New unittests + new browsertests + manual in VM Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207755 Review URL: https://chromiumcodereview.appspot.com/16658015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207889 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=247548 R=gspencer@chromium.org Review URL: https://codereview.chromium.org/17094011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207888 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207887 0039d316-1c4b-4281-b951-d872f2087c98
-
niklase@chromium.org authored
R=ronghuawu@chromium.org, wjia@chromium.org Review URL: https://codereview.chromium.org/17553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207886 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
It sent the wrong error code for duplicate SYN_REPLY frames. Also, it didn't trigger an error for data frames sent before SYN_REPLY. Update tests to match. Add {Active,Pushed}StreamInfo structs and use them in {Active,Pushed}StreamMap. Be defensive when closing expired push streams. Give the correct name to SpdyHttpStream tests. BUG=252556 R=rch@chromium.org Review URL: https://codereview.chromium.org/17004007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207885 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Example use case is iterating on follow-up changes to a file changing namespaces, impacting all the symbols within that file. R=joi Review URL: https://chromiumcodereview.appspot.com/17527004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207883 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207882 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Noticed by Stuart. BUG=251957 R=mark@chromium.org Review URL: https://codereview.chromium.org/16876006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207881 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This picks up a change which reverts the use-closest-match functionality to find the closest match using ratio() instead of quick_ratio(). This fixes the ability to sign in to google accounts on Android which fixes the smoothness_measurement. Since ratio() is more expensive than quick_ratio(), it may also cause the page cyclers to regress a little on all platforms. This is not a chrome regression. BUG=252786 NOTRY=True TBR=slamm@google.com Review URL: https://codereview.chromium.org/16943014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207880 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
TBR=dpranke Review URL: https://codereview.chromium.org/17068013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207879 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TBR=noelallen@chromium.org Review URL: https://codereview.chromium.org/17234004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207878 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Remove Nilesh while I'm here. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17176026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207877 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
This routes audio to speaker, instead of earpiece, by default for WebRTC on Android. BUG=243506 TEST=run https://apprtc.appspot.com/?debug=loopback on Google Android devices. Audio will come out of speaker. R=qinmin@chromium.org Review URL: https://codereview.chromium.org/17491008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207876 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This is the final changelist that completes the initial implementation. When accessibility is on and script injection is turned off or unavailable, constructs a BrowserAccessibilityManager for the ContentViewCore that provides a native accessibility implementation. BUG=242953 R=benm@chromium.org, bulach@chromium.org, dtrainor@chromium.org Review URL: https://codereview.chromium.org/15741009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207875 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
- test.Test, which encapsulates a test and page set, and describes how to run it. - test_runner, which runs test.Tests using a command-based CLI. - benchmarks dir, which contains a list of test.Tests. - run_measurement, which just calls test_runner.Main(). BUG=237412 TEST=None. R=kbr@chromium.org, nduca@chromium.org, tonyg@chromium.org Review URL: https://codereview.chromium.org/17438002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207874 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
BUG=249038 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16950022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207873 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Change ShortcutsProvider so it can assign high relevance scores. Simultaneously, make ShortcutsProvider explicitly enforce the rule that it should not return a result with an inlineable score (>=1200). Finally, create a field trial that will allow the server to specify the maximum relevance score ShortcutsProvider can assign. Setting this to 1199 will maintain current behavior. Also, if the field trial is not enabled through the variations server, Chrome will maintain the current behavior. BUG=252032 TEST=enter omnibox inputs that you've used before to get places (and hence shortcuts will have data about them) into about:omnibox and look at the resulting scores. Try again with --force-fieldtrials=OmniboxShortcutsScoring/MaxRelevance_XXX/ (where XXX is a number) and see how the scores change. Review URL: https://chromiumcodereview.appspot.com/17261012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207872 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. Initially I thought this would be one getter so it seemed fine, but now it has 3 and more are on the way. Switch to one static getter for this class, and then getters for the member variables. I used dependency injection to allow access to these objects from other threads, which also cleaned up tests a bit. R=scherkus@chromium.org Review URL: https://codereview.chromium.org/17508005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207871 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
Basically three new file block types appear: One for normal entries, one for deleted entries and one for keeping track of external files. BUG=241277 TEST=net_unittests R=gavinp@chromium.org Review URL: https://codereview.chromium.org/16837003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207870 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Resolves the issue of using a plugin installed through an extension in more than one profile. BUG=132894 TEST=Install an extension with plugin in two profiles and observe it works (e.g. Legacy Browser Support) Review URL: https://chromiumcodereview.appspot.com/17543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207869 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207868 0039d316-1c4b-4281-b951-d872f2087c98
-
cira@chromium.org authored
Number of spec conformance fixes. Tighter integration with v8. TBR=svenpanne@chromium.org BUG= TEST=All v8-i18n tests passing. Review URL: https://chromiumcodereview.appspot.com/17533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207867 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
It looks like the test was flaky because this test slipped through the cracks. We weren't initializing the storage monitor, so there was a race where it might not be fully initialized when the test ran. Switched to using the test storage monitor as the other API browser tests do (and are not flaky). R=vandebo@chromium.org BUG=247336 Review URL: https://chromiumcodereview.appspot.com/17504004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207866 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This maps much better to percentages people actually use for experiments (e.g. 1%) without causing an uneven distribution and thus a source of non-uniformity. Re-generates the low entropy source values for users who have it outside the new range. BUG=252283 Review URL: https://chromiumcodereview.appspot.com/17499002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207865 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This removes the need to construct a temporary graph by RasterWorkerPool classes. It reduces the number of tasks created and eliminates the need for a dependencies vector as part of the internal::WorkerPoolTask class. This is also a prerequisite to implementing a "ready to activate" signal as that requires as task graph structure that is not a tree. BUG=247677 Review URL: https://chromiumcodereview.appspot.com/17244003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207864 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This is a continuation of r200100 which did reduce the flakiness of our tests. BUG=237917 TEST=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/17155016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207863 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This puts all dependencies into a inner Delegate class so the test can mock them out. BUG=168080 Review URL: https://chromiumcodereview.appspot.com/17481002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207862 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
This prepares usage of the decoding in NetworkLibrary. While there, removed redundant namespace qualifiers from onc_utils.*. BUG=208986 Review URL: https://chromiumcodereview.appspot.com/17471005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207861 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
* Renaming tokend ID to access token (including the id of the resource). * Updating Token Id => Access Token in the resource file. BUG=243143 Review URL: https://chromiumcodereview.appspot.com/17468008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207860 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=140037 Review URL: https://chromiumcodereview.appspot.com/17465003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207859 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
Supports a new method {ui,views}::InputMethod::IsCandidatePopupOpen(), which returns true if a candidate window is open. BUG=245578 TEST=Test manually. Review URL: https://chromiumcodereview.appspot.com/17112021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207858 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Revert "Implement WebFrameClient in RenderFrame and proxy all calls to RenderView (for now)." (r207825). Many failures on layout tests, e.g., fast/animation/request-animation-frame-during-modal.html BUG=245126 TBR=nasko Review URL: https://codereview.chromium.org/17068011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207857 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Applies to Open, Mkdir, Rmdir and Remove. Previously, these set errno to ENOSYS or EIO. BUG=252064 Review URL: https://chromiumcodereview.appspot.com/17450014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207856 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=249104 TEST=WebUIResourceBrowserTest Review URL: https://chromiumcodereview.appspot.com/17450012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207855 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
Note that I can't reproduce the problem in the linked bug, but based on your analysis this seems like it should fix it. BUG=244103 Review URL: https://chromiumcodereview.appspot.com/17449017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207854 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
When generating/using a crypto::RSAPrivateKey with NSS, prefer the internal software slot over other modules (such as any TPMs [ChromeOS] or smart cards [Linux]) if the key being generated is not marked as a permanent key. BUG=none R=wtc Review URL: https://chromiumcodereview.appspot.com/17447009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207853 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=252588 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/17520005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207852 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
The change in r185359 added the pref for allowing signin to the the pref registrar previously used only for proxy settings. (Other prefs have since been added on too.) This, in combination with the use of the registrar's IsManaged() method rather than the pref's own IsManaged() -- or better still, using IsUserModifiable() for the best semantic fit -- meant that once supervised users had signin disabled, they also had proxy changes disabled. This fix changes the condition to use Preference::IsUserModifiable(). BUG=252426 TEST=create a supervised user; make sure the "Change proxy settings..." button is enabled Review URL: https://chromiumcodereview.appspot.com/17408009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207851 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Fix the problem that some stacked panels might not be brought to the top when a collapsed panel is clicked on Linux BUG=251829 TEST=Manual test by creating stacked panels and collapsing and expanding some of them Review URL: https://chromiumcodereview.appspot.com/17397006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207850 0039d316-1c4b-4281-b951-d872f2087c98
-