- 13 Jul, 2014 16 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282873 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178010:178011&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/389133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282872 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282871 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178008:178009&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/384173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282870 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282864 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
GetSystemNSSKeySlot returns the ChromeOS system-wide TPM slot. ChromeOS has separate slots for each user and linux doesn't have a public/private split, so GetPrivateNSSKeySlot no longer makes sense. BUG=210525 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/383593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282862 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282861 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282860 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178005:178007&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/389813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282859 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Move the code responsible for showing network icons into a common component so that it can be used from both ash and athena. This also moves the relevant string and image-resources out of ash into separate ui_chromeos_ targets. R=mmoss@chromium.org, oshima@chromium.org, sky@chromium.org, stevenjb@chromium.org TBR=derat@ for third_party/cros_system_api owners BUG=387199 Previously landed in r282837, and reverted in r282839 because it broke non-chromeos builds. Review URL: https://codereview.chromium.org/351353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282858 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
TBR=ben@chromium.org Review URL: https://codereview.chromium.org/383393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282857 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This provides an implementation of the mojo surfaces service and a sample with two mojo applications composing each other via surfaces. The viewport / display hookup is a bit of a hack in this patch as is the complete lack of scheduling logic, but it's enough to get started. Review URL: https://codereview.chromium.org/361123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282856 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282855 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178004:178004&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/384163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282854 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Fixes ..\..\win8\metro_driver\winrt_utils.cc(80,1) : error(clang): pasting formed 'CreateString(', an invalid preprocessing token [-Winvalid-token-paste] IMPLEMENT_CREATE_PROPERTY(String, HSTRING); ^ ..\..\win8\metro_driver\winrt_utils.cc(54,47) : note(clang): expanded from macro 'IMPLEMENT_CREATE_PROPERTY' hr = property_value_statics->Create ## Name ## ( \ ^ BUG=82385 TBR=grt@chromium.org Review URL: https://codereview.chromium.org/373423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282853 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 Review URL: https://codereview.chromium.org/385943006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282852 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Jul, 2014 24 commits
-
-
tonyg@chromium.org authored
Revert of Four new pages added to tough_scheduling_cases (https://codereview.chromium.org/372243003/) Reason for revert: Causes scheduler.tough_scheduling_cases to fail on all android bots. Example: http://chromegw/i/chromium.perf/builders/Android%20Nexus4%20Perf/builds/1081/steps/scheduler.tough_scheduling_cases/logs/stdio Original issue's description: > Four new pages added to tough_scheduling_cases > > BUG=391005 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282740 TBR=jdduke@chromium.org,skyostil@chromium.org,picksi@google.com,miletus@chromium.org,picksi@chromium.org NOTREECHECKS=true NOTRY=true BUG=391005 Review URL: https://codereview.chromium.org/388053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282847 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282846 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177992:178003&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/390623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282845 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/369303004/thakis@chromium.org authored
BUG=82385 TBR=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/385373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282844 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282843 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
Fix the merge conflict and reland http://crrev.com/282726, which was reverted in http://crrev.com/282732. TBR=estade@chromium.org,thestig@chromium.org,groby@chromium.org BUG=389918 Review URL: https://codereview.chromium.org/389733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282842 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
This is by no means finished. There are plenty of things to do - but I send it out now so that you can have a look at it as it is to see what my plans are. Note: The activities management functions are not yet called. So there should be no impact on anything running yet. Please have a look! If you generally agree I will try to get it in before I go on vacation, otherwise it will have to wait until I get back. I might even work tomorrow instead of taking off as planned if needed. BUG=388085 TEST=not yet done TBR=rsesek Review URL: https://codereview.chromium.org/358003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282841 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
desired size in DIP pixels and a desired scale. BUG=None TEST=None Review URL: https://codereview.chromium.org/331163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282840 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
> chromeos: Move some network related UI in ui/chromeos/ > > Move the code responsible for showing network icons into a common component > so that it can be used from both ash and athena. This also moves the relevant > string and image-resources out of ash into separate ui_chromeos_ targets. > > R=mmoss@chromium.org, oshima@chromium.org, sky@chromium.org, stevenjb@chromium.org > TBR=derat@ for third_party/cros_system_api owners > BUG=387199 > > Review URL: https://codereview.chromium.org/351353004 TBR=sadrul@chromium.org Review URL: https://codereview.chromium.org/383373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282839 0039d316-1c4b-4281-b951-d872f2087c98
-
hamaji@chromium.org authored
We have switched from fgets to read, but the change did not modify code which converts CRLF to LF. https://codereview.chromium.org/133033002 Due to this reason, we were running strlen for the buffer filled by read, which is not always NULL terminated. This change simply removes the CRLF-to-LF conversion. This is safe because we do not have any newlines in the test file. BUG=392768 TEST=./out/Debug/browser_tests --gtest_filter='*NonSfi*IrtMani*' TEST=trybots Review URL: https://codereview.chromium.org/383063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282838 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Move the code responsible for showing network icons into a common component so that it can be used from both ash and athena. This also moves the relevant string and image-resources out of ash into separate ui_chromeos_ targets. R=mmoss@chromium.org, oshima@chromium.org, sky@chromium.org, stevenjb@chromium.org TBR=derat@ for third_party/cros_system_api owners BUG=387199 Review URL: https://codereview.chromium.org/351353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282837 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282836 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177986:177991&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/390583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282835 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282824 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
BUG=210525 Review URL: https://codereview.chromium.org/386593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282822 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Removes UIData from NetworkState. BUG=279351 Review URL: https://codereview.chromium.org/383013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282821 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=393330 Review URL: https://codereview.chromium.org/387103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282820 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=359514 TEST=None R=blundell@chromium.org Review URL: https://codereview.chromium.org/373463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282819 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This function is not used by anybody anymore. BUG=None TEST=None R=pkasting@chromium.org Review URL: https://codereview.chromium.org/371463005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282818 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Instead of opening primary user's public slot separately, do it like it's done for other users: when InitializeNSSForChromeOSUser is called. This makes primary user's public slot state not dependent on chromeos::TPMTokenLoader. Also, with this, opening primary users public slot is not bound with enabling TPM anymore, so the slot may get open for guest user and on Linux ChromeOS. BUG=383663, 302062 Review URL: https://codereview.chromium.org/317613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282817 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282816 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177981:177985&mode=html TBR=junov@chromium.org,falken@chromium.org BUG= Review URL: https://codereview.chromium.org/382413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282815 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
TBR=dhollowa@chromium.org BUG=386402 Review URL: https://codereview.chromium.org/385963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282814 0039d316-1c4b-4281-b951-d872f2087c98
-
chun.gao@intel.com authored
This is the first patch to move TTS implementation from browser layer to content. To move TTS to conent, the direct dependence of browser compoent should be eliminated from TTS classes first. BUG=347045 R=tommi@chromium.org, dmazzoni@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/374243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282813 0039d316-1c4b-4281-b951-d872f2087c98
-