- 19 Feb, 2014 40 commits
-
-
viettrungluu@chromium.org authored
This is a small reorganization before a bigger one. R=yzshen@chromium.org Review URL: https://codereview.chromium.org/163023004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252082 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Public session pods are placed first so this should be reflected in UserManager::EnsureUsersLoaded() because UserManager::GetUsers() user list is used to determine first user wallpaper. BUG=344858 Review URL: https://codereview.chromium.org/172353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252080 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Add some basic perftests that track how long a given WebTouchEvent or WebGestureEvent takes to propagate through the InputRouter. This includes both the time to send and the time to ack a given event, averaged over a typical touch swipe or scroll gesture sequence. BUG=339877 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/170913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252079 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
Fix a bug where global_instance_ was not set to zero. Fix MockRenderThread to call OnChannelClosing properly. Review URL: https://codereview.chromium.org/169063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252078 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Ensure the extension install UI has a profile available to use for image loading, even if the prompt is opened before any browser window are available. This bug is currently crashing Clusterfuzz ~100 times per hour and polluting the crash statistics. BUG=344199 TEST=see bug TBR=miket@chromium.org Review URL: https://codereview.chromium.org/168823004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252077 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
BUG=344938 R=waffles@chromium.org Review URL: https://codereview.chromium.org/172883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252076 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
Filter out GestureDoubleTap events on elements with touch-actions other than auto. When GestureDoubleTap is being filtered out, we also eliminate the tap delay. BUG=337534 TEST=TouchActionFilterTest.DoubleTap, TouchActionFilterTest.DoubleTapWithTouchActionAuto Review URL: https://codereview.chromium.org/170603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252073 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
Generated using: > cd src/chrome/app > git grep -l pp_ifdef | xargs sed -i "s:pp_ifdef('\([^']\+\)'):\1:g" BUG=343235 R=oshima@chromium.org Review URL: https://codereview.chromium.org/171673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252072 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
Currently the observer is only removed if the overlay is closed. Also remove it in case we switch to the create profile overlay. This fixes an assertion. BUG=344813 TEST=Switch between import overlay and create profile overlay. TBR=pam@chromium.org Review URL: https://codereview.chromium.org/165943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252071 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
The ui flag is always true on ChromeOS and off elsewhere. The other is never on and we're not planning to turn it on. R=piman@chromium.org, piman BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251538 Review URL: https://codereview.chromium.org/164183012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252070 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252069 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Changes r251855: Fix compilation of NSPR and NSPR for aarch64 BUG=314720 R=blundell@chromium.org Review URL: https://codereview.chromium.org/172143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252068 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org BUG=344693 Review URL: https://codereview.chromium.org/171783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252067 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Unifies the Path Service's base::DIR_HOME on Posix and base::DIR_PROFILE on Windows to just be base::DIR_HOME everywhere, and DIR_HOME will now work on Mac. This removes the AssertIOAllowed check in the Posix implementation because that was only executed in a fallback case that no developer is likely to ever hit. In addition, the we do call this type of function on the UI thread, so either we need to promote the assertion to be at the top of the function or delete it. It seemed unreasonable to disallow using this one key of the path service on the UI thread (the other ones are OK) so I just went for deleting the assertion. R=benwells@chromium.org Review URL: https://codereview.chromium.org/159833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252066 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Updates all rebase_path calls to use the new parameter ordering. Use the new getenv function and delete the Python script we had to get the home directory. Takes advantage of the new ability to have the default value of declare_args blocks be dependent on other values. This simplifies some code. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/164773005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252065 0039d316-1c4b-4281-b951-d872f2087c98
-
zturner@chromium.org authored
This resubmission fixes a memory leak that was causing ASAN bots to fail. Original code review: https://codereview.chromium.org/163953007 BUG=227247 R=jennyz@chromium.org TBR=jamescook, jennyz Review URL: https://codereview.chromium.org/165393013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252064 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
The IPC in question was in PasswordGenerationManager::SendAccountCreationFormsToRenderer. This is now done through PasswordManagerDriver. Most of this patch was developed by vabr@chromium.org. BUG=335028 Review URL: https://codereview.chromium.org/156173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252063 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
It is ok for SafeGetImageInfo to fails to get the image info, so catch exceptions instead of dying. BUG=343925 Review URL: https://codereview.chromium.org/171153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252062 0039d316-1c4b-4281-b951-d872f2087c98
-
eugenis@chromium.org authored
BUG=325685 R=bulach@chromium.org, pliard@chromium.org Review URL: https://codereview.chromium.org/172193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252061 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
This is a part of the flag clean up effort. The flags is enabled by default for a while and working pretty well. We won't go back any more. BUG=344738 Review URL: https://codereview.chromium.org/166273011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252060 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
All tests listed in chromium_swarm_tests are going to be run on the CI infrastructure. Sadly, sync_integration_tests_run is currently failing on all OSes, so commenting it out in the meantime until we focus on adding back more tests. R=csharp@chromium.org BUG=157234 NOTRY=true Review URL: https://codereview.chromium.org/170283007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252057 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
UNPROXIED_API() no longer does anything. This change removes that macro, since it serves no purpose. BUG= R=dmichael@chromium.org Review URL: https://codereview.chromium.org/167943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252056 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=344808 Review URL: https://codereview.chromium.org/172113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252055 0039d316-1c4b-4281-b951-d872f2087c98
-
cramya@chromium.org authored
ImageView.setImageAlpha is available only since JB. Use setAlpha preJB. NOTRY=true Review URL: https://codereview.chromium.org/165953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252054 0039d316-1c4b-4281-b951-d872f2087c98
-
gnanasekar.s@samsung.com authored
Removing the autofill enum from blink side and moving it to browser side in components/autofill/core/common/autofill_enums.h. This patch is only adding of enum in browser side. Removing of enum from blink side is done in another patch. BUG=302489 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/159853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252053 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
When recording a page, we identify it by its "display name" (name if it has one, otherwise URL unless it's a file). When replaying a page, however, we always use its URL to look up the correct WPR file. So pages with names cannot be found. R=tonyg@chromium.org BUG=344380 Review URL: https://codereview.chromium.org/169873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252052 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This will allow changing, adding, and removing tests without two-sided patches. The list format can be extended in the future, for now keeping it as simple and static as possible. BUG=332239 R=darin@chromium.org, iannucci@chromium.org Review URL: https://codereview.chromium.org/166663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252050 0039d316-1c4b-4281-b951-d872f2087c98
-
sudarsana.nagineni@intel.com authored
Do not call InsertText() if there is no focused text input client or the text input type is TEXT_INPUT_TYPE_NONE. BUG=343875 Review URL: https://codereview.chromium.org/166823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252049 0039d316-1c4b-4281-b951-d872f2087c98
-
lushnikov@chromium.org authored
Currently browser dialogs are centered relatively to the main webcontents. If one has docked devtools which occupy 90% of the browser window, the dialog is hardly seen. This patch makes dialogs to be centered with respect to open devtools, which means centering to the container of both inspected webcontents and and devtools. BUG= Review URL: https://codereview.chromium.org/169403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252048 0039d316-1c4b-4281-b951-d872f2087c98
-
koss@chromium.org authored
The test passes now, but with the IsFullScreenMode implementation warning (harmless to this test). BUG=163931 Review URL: https://codereview.chromium.org/167773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252047 0039d316-1c4b-4281-b951-d872f2087c98
-
koss@chromium.org authored
This test is now passing, though with console warnings about IsFullScreenMode not implemented yet for linux and a RENDER WARNING (already noted in http://crbug.com/333003). BUG=163931 Review URL: https://codereview.chromium.org/164333010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252046 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
BUG=344938 R=waffles@chromium.org Review URL: https://codereview.chromium.org/169033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252045 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Previously, during typing a search query on the drive, Files.app uses DirectoryContents#createForDirectory method. It does not handle FakeEntries so it causes an exception if a user typing a search query in the drive special folders. This CL replace the method with createDirectoryContents_, which is a caller of the createForDirectory method and can handle FakeEntries. BUG=344459 TEST=manually Review URL: https://codereview.chromium.org/166443008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252044 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This platform also supports PopupsAllowedForUrls and PopupsBlockedForUrls. If these policies are enabled on the template then they'll be loaded by the cloud policy provider. BUG=341493 Review URL: https://codereview.chromium.org/169443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252043 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
R=jeremy@chromium.org,tonyg@chromium.org Review URL: https://codereview.chromium.org/164133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252042 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
There are tests for each operation and each sync performer. But, no test verifies operation classes and performer classes working together. Add tests for FileSystem::Copy(), Move(), Remove(), CreateDirectory(), CreateFile(), TouchFile() and TruncateFile(). BUG=340210 TEST=unit_tests --gtest_filter="FileSystemTest.*" Review URL: https://codereview.chromium.org/158723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252041 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This removes the default "gen" command so that "gn" by itself does nothing (it prints a short help message). The "gen" command now takes as an argument the output directory to use, and I removed the --output flag except for the "gyp" command (which will be needed until we update gyp_chromium). Updates the base build file to keep in sync with recent changes. True relative directories are now supported, so that the directories given to the gen command can be relative to the current one. It also supports relative directories for the desc and refs command. This allows you to be in the base directory and say "gn desc :base" and it will resolve the ":base" label relative to the current directory in the source tree. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/165823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252040 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
BUG=342064 R=darin@chromium.org, scottmg@chromium.org Review URL: https://codereview.chromium.org/172643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252039 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/167953003/danakj@chromium.org authored
Reason for revert: Should have only enabled this on ChromeOS. Enabled elsewhere by mistake. Original issue's description: > cc: Remove the --enable-partial-swap flag. > > R=piman > BUG= > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251898 TBR=piman@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/172763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252038 0039d316-1c4b-4281-b951-d872f2087c98
-
shashishekhar@chromium.org authored
BUG=341493 NOTRY=True NOTREECHECKS=true R=benm@chromium.org Review URL: https://codereview.chromium.org/168283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252037 0039d316-1c4b-4281-b951-d872f2087c98
-