- 30 Jan, 2014 40 commits
-
-
scottmg@chromium.org authored
My understanding is that these are now unnecessary. Hopefully I haven't removed too much here. TBR=ben@chromium.org R=yukawa@chromium.org BUG=319122, 5027, 330735 Review URL: https://codereview.chromium.org/149073009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248001 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248000 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This split the commands 'archive' and 'hashtable'. Now only 'archive' is supported with ninja. This command only supports --isolate-server, so change isolate.gypi accordingly. Remove support for test_isolation_outdir=='', it doesn't make sense. $ git log b39e8cf08..f9538eebbc --date=short --format="%ad %ae %s" | sed 's/@chromium\.org//' 2014-01-30 maruel isolate.py: split commands hashtable and archive so each have different behavior 2014-01-24 kmg Default to env vars for swarming.py server URLs 2014-01-23 maruel Fix tools/run_swarm_tests_on_swarm.py to run at all. 2014-01-23 maruel No need for me in WATCHLISTS. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/131503009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247999 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=178409 R=eugenis@chromium.org TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/149723005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247998 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
There's no need for this interface in common code; the DispatchEvent function can be moved onto EventFactoryOzone. We're still relying on this class in the evdev implementation for - unifying storage of TouchEventConverter & KeyEventConverter instances - overriding event dispatching in the tests Therefore, move it into evdev as EventConverterEvdev. R=rjkroege TEST=events_unittests Review URL: https://codereview.chromium.org/149503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247997 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyv@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/137383005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247994 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=161119 Review URL: https://codereview.chromium.org/149363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247993 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
Adding a dialog that warns about possible UI-oddities of after teleporting window to another user in multi-profiles mode. BUG=318870 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/148093008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247992 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
It seems reasonable to have US qwerty as a last resort option for the keyboard selection at OOBE. So, basically add US qwerty as the last item of the keyboard selection drop down if it's not already surfaced through other means (e.g. VPD or preferred list based on the currently selected locale). Note: to test this modification, you need hardware layout set to non "xkb:us::eng", but to some other latin layout. Because hardware latin layout is always first in the list of available layouts at OOBE. BUG=327195 TEST=manual Review URL: https://codereview.chromium.org/148093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247991 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247990 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/150593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247989 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
R=pfeldman, dgozman Review URL: https://codereview.chromium.org/147963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247988 0039d316-1c4b-4281-b951-d872f2087c98
-
kenrb@chromium.org authored
When an out-of-process iframe renderer crashes, this causes the parent renderer to be notified and it will display a solid color instead of the previous rendered texture. This will later be changed to a special 'sad frame' bitmap when OOPIF rendering in Blink is further along. At the time this is being committed the behavior is not observable because of an independent crash bug (338508). Commenting out the following line in RenderViewHostImpl::OnRenderProcessGone() can avert the crash (though it breaks other behavior): delegate_->GetFrameTree()->ResetForMainFrameSwap(); R=jam BUG=325803 Review URL: https://codereview.chromium.org/147023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247987 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=331988 Review URL: https://codereview.chromium.org/147843007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247986 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
File descriptors that have become disconnected are always readable and cause the UI thread to spin. Stop watching once we've encountered an error. Review URL: https://codereview.chromium.org/144233006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247985 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL adds a user policy which limits the time for which a user authenticated via SAML can log in offline. When the limit is reached, the user is required to go through the online flow on next login. BUG=332081 TEST=Full unit test and browser test coverage Review URL: https://codereview.chromium.org/143463009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247984 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
BUG=339196 Review URL: https://codereview.chromium.org/143153005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247983 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
This will now match the UI on Windows and ChromeOS. BUG=284556 Review URL: https://codereview.chromium.org/142413005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247981 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
Removes unused obsolete methods in gfx::Canvas. I'm planning to remove gfx::Canvas::GetStringWidth(text, font) in a separate CL when I finish rewriting the client code. BUG=265485 TEST=none Review URL: https://codereview.chromium.org/141003013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247980 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
BUG=305652 Review URL: https://codereview.chromium.org/132453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247979 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
ExtensionService is shared between off-the-record and original profiles (see ExtensionSystemImpl) and notifies unload events always from the original profile. ShellWindow should therefore observe the original profile as well. BUG=281675 Review URL: https://codereview.chromium.org/138843006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247976 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
> Remove unnecessary dependency from gpu/ to libui.dll > > The command buffer uses ui/gfx/ types and ui/gl/ bindings, but those are > separate components from ui/ui.gyp:ui. libui.dll pulls in a bunch of dependencies > (like net/) that the command buffer doesn't need. > > R=piman > > Review URL: https://codereview.chromium.org/137203006 BUG=339518 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/131143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247974 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@google.com authored
> ash-enable-system-sounds is exposed to about:flags. > > BUG=322820 > TEST=manual tests on Daisy > > Review URL: https://codereview.chromium.org/139323002 TBR=ygorshenin@chromium.org Review URL: https://codereview.chromium.org/150493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247973 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247971 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=339223 Review URL: https://codereview.chromium.org/140123009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247968 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
Appcache::OnCorruptionDetected handling. The general idea is to delete everything and start over (reinitialize) if we notice corruption on disk. The is some pre-existing code to perform the reinitialization function, but that was only used in a more narrow case where the disk cache could not have been open. With the changes in this CL, reinitialization can be triggered pretty much at any time. * The AppCacheDatabase classes uses an SQLConnecton ErrorHandler to detect catastrophic errors (corruption). * The AppCacheStorageImpl's DatabaseTask class checks for having seen corruption during a task and initiates a heavy handed operation to delete everything and start over. * The AppCacheStorageImpl::InitTask also checks for the presence of a stale/undeletable DiskCache when there is no SQL database. If found, that also triggers reinitialization. * The AppCacheService class does exponential backoff to avoid thrashing the disk on repeated reinit attempts. * The AppCacheDiskCache class's Disable() method has been modified such that all file handles get released. TBR=jam BUG=318544 Review URL: https://codereview.chromium.org/137493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247967 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
The command buffer uses ui/gfx/ types and ui/gl/ bindings, but those are separate components from ui/ui.gyp:ui. libui.dll pulls in a bunch of dependencies (like net/) that the command buffer doesn't need. R=piman Review URL: https://codereview.chromium.org/137203006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247966 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
We're using fontconfig in font_render_params_linux.cc without declaring a depedency. This fixes the "Ozone ECS Linux" build. TEST=build ui_unittests with "embedded==1 component=shared_library" TBR=asvitkine@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/133973004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247965 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247962 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
This broke check_licenses: 'third_party/trace-viewer/third_party/tvcm/tvcm/test_runner.py' has non-whitelisted license 'UNKNOWN' > Roll trace-viewer DEPS 1091:1112. > > R=dsinclair@chromium.org > BUG=280375 > > Review URL: https://codereview.chromium.org/132333020 TBR=avallee@chromium.org Review URL: https://codereview.chromium.org/135403008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247961 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247960 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@chromium.org authored
This reverts commit 1c8c27c1. Broke 10 autofill tests in interactive_ui_tests on linux debug. TBR=dgalzkov@chromium.org Review URL: https://codereview.chromium.org/147113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247959 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247957 0039d316-1c4b-4281-b951-d872f2087c98
-
avallee@chromium.org authored
R=dsinclair@chromium.org BUG=280375 Review URL: https://codereview.chromium.org/132333020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247956 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=326651 Review URL: https://codereview.chromium.org/150203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247955 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
Right now the default mode is to make requests against the server unless the experiment group says not to, and that may be contributing to some unexpected load we're seeing. So this CL changes it to not do that. It also adds some histograms to help measure the success rate and sources of requests to the server. [This is a resubmit of https://codereview.chromium.org/149353002 with a compile error fixed] BUG=335379 TBR=finnur@chromium.org Review URL: https://codereview.chromium.org/150093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247954 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
Make sure the onLocalDescriptionError callback is set before it can possibly be called as a side-effect of webkitGetUserMedia(). BUG=339286 TEST=local build, run on desktop Linux Review URL: https://codereview.chromium.org/149703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247953 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=327087 TEST=Start chrome with the --google-profile-info flag, and a signed in user. If you choose 'Users' for the top menu bar, the signed in user's profile photo should be the same size as the other items. Review URL: https://codereview.chromium.org/149513007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247952 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch removes some random dependencies to PathUtils and migrates to LocationInfo in that places. Also, most of the path utilities were removed. TEST=Tested manually. Partly browser_tests. BUG=320967 Review URL: https://codereview.chromium.org/148193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247951 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=315414 TEST=affected tests removed Review URL: https://codereview.chromium.org/147663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247950 0039d316-1c4b-4281-b951-d872f2087c98
-