- 21 May, 2014 40 commits
-
-
eroman@chromium.org authored
BUG=375808,245025,373542 TBR=rsleevi Review URL: https://codereview.chromium.org/299623007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271920 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
The previous code is causing: FAILED: ninja -t msvc -e environment.x86 -- C:\b\build\goma/gomacc "C:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64_x86\cl.exe" /nologo /showIncludes /FC @obj\chrome\installer\mini_installer\mini_installer.mini_installer.obj.rsp /c ..\..\chrome\installer\mini_installer\mini_installer.cc /Foobj\chrome\installer\mini_installer\mini_installer.mini_installer.obj /Fdobj\chrome\installer\mini_installer.cc.pdb c:\b\build\slave\win-latest-rel\build\src\chrome\installer\mini_installer\mini_installer.cc(857) : fatalerror C1001: An internal error has occurred in the compiler. (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 228) To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information INTERNAL COMPILER ERROR in 'C:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64_x86\cl.exe' Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information after Update 2. The CRT's implementation looks like the simple char loop, so simplify here too. In practice, I think this will only rarely get used, as the compiler is allowed to "know" what memset does and replace it with an optimized version. There's an upstream bug filed here: https://connect.microsoft.com/VisualStudio/feedback/details/878340/ice-on-memset-implementation-at-o2 R=grt@chromium.org BUG=372451 Review URL: https://codereview.chromium.org/294943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271919 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
This is part of an effort to get rid of use of DescWrapper/NaClDesc for nexe module loading. This is anticipation of moving nexe loading away from SRPC to Chrome IPC. Note that this tightens up some permissions for converting file descriptors; I'm not sure why some were originally opened with _O_RDWR. BUG=333950 R=bbudge@chromium.org Review URL: https://codereview.chromium.org/291973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271918 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
The Decode function should not require the plugin to maintain its buffer when it completes asynchronously. BUG=281689 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/291083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271917 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
R=scottmg@chromium.org Review URL: https://codereview.chromium.org/284313010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271916 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is always called for all cases, i.e. 1) using IPC::Channel directly 2) using IPC::ChannelProxy and the IPC is dispatched on the IO thread 2) using IPC::ChannelProxy and the IPC is dispatched on the listener thread R=tsepez@chromium.org Review URL: https://codereview.chromium.org/282303014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271915 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271914 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This is to get a GN build update on ARM R=rsleevi@chromium.org TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/297773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271913 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This is so these file lists can be shared with the GN build. There should be no change for the GYP build. TBR=jam@chromium.org Review URL: https://codereview.chromium.org/291093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271912 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271911 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
This pulls in the following Native Client changes: r13200: (mseaborn) Unsandboxed IRT: Implement more of the irt_dev_filename interface r13201: (dschuff) Use cygwin targets instead of mingw in list of uploadable targets for PNaCl builders r13202: (mseaborn) symlink()/link() tests: Fix error handling r13203: (noelallen) Roll bionic. r13204: (noelallen) Roll bionic. r13205: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13206: (kschimpf) Update revision for PNaCl r13166->r13199 r13207: (dschuff) Convert paths in temp upload packages file r13208: (mseaborn) Remove unused support for SysV shared memory r13209: (mark) [Windows] Don't run an impossible test case from nacl_host_desc_big_file_test. r13210: (bradnelson) Pass --revision to runtest.py r13211: (mseaborn) Non-SFI Mode: Add ability to build newlib-based Linux static executables r13212: (sehr) Enable the gyp android build r13213: (dschuff) Remove test of pinned toolchain from toolchain bots r13214: (dschuff) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13215: (dyen) Git repositories syncing through repo_tools can be validated. r13216: (dschuff) Pin toolchain_build_pnacl toolchain into NaCl BUG=none TEST=browser_tests and nacl_integration R=jvoung@chromium.org Review URL: https://codereview.chromium.org/292603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271910 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
First step for renaming ui::ScaleFactor to ui::ResourceScaleFactor BUG=372212 R=pkotwicz@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/291733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271909 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271908 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
> Roll pdfium to get fixes for build warnings. > > a3f590b Add Matt Giuca to AUTHORS. > 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. > 2c4b046 cf2hints: Fix early loop termination causing hints to be ignored. > 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. > 6f9095f Add my @chromium account in the AUTHORS file. > 54c1825 Remove "using namespace agg" to make it clear which code is using agg, and also so we can turn compiler warnings into errors. > 5ce98f5 Fix warning on Mac. > 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. > > R=thestig@chromium.org > > Review URL: https://codereview.chromium.org/295983005 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/296913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271907 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271906 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
a3f590b Add Matt Giuca to AUTHORS. 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. 2c4b046 cf2hints: Fix early loop termination causing hints to be ignored. 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. 6f9095f Add my @chromium account in the AUTHORS file. 54c1825 Remove "using namespace agg" to make it clear which code is using agg, and also so we can turn compiler warnings into errors. 5ce98f5 Fix warning on Mac. 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. R=thestig@chromium.org Review URL: https://codereview.chromium.org/295983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271905 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=373543,373542,245025 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/287133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271901 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=none NOTRY=true R=merkulova@chromium.org Review URL: https://codereview.chromium.org/297683007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271898 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271893 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none R=brettw@chromium.org Review URL: https://codereview.chromium.org/265403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271888 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=356183 TEST=manually R=oshima@chromium.org Review URL: https://codereview.chromium.org/291233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271887 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=374226 R=isherman@chromium.org Review URL: https://codereview.chromium.org/293013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271885 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271884 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/296003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271883 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271882 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
https://code.google.com/p/skia/source/list?num=50&start=14816 TBR= BUG= Review URL: https://codereview.chromium.org/284413006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271881 0039d316-1c4b-4281-b951-d872f2087c98
-
zerny@chromium.org authored
BUG=334149 R=ager@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/292743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271880 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
where they're used. BUG=372212 R=sky@chromium.org Review URL: https://codereview.chromium.org/291073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271874 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Pass MetricsServiceClient into MetricsService, and create a simple stubbed TestMetricsServiceClient class. BUG=374237,374235 TEST=compiles R=asvitkine@chromium.org, blundell@chromium.org Review URL: https://codereview.chromium.org/290343005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271873 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=123750 TEST=None NOTRY=True Review URL: https://codereview.chromium.org/299753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271872 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is the first step into getting this target running on TS/CQ/Waterfall system. BUG=348066 TEST=green trybots R=yoz@chromium.org,stip@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/294483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271871 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
3 out of 4 existing owners have since left Chrome. BUG= Review URL: https://codereview.chromium.org/299623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271863 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=374173 TEST=Start Chrome with --new-profile-management. Open and 'Incognito' window. The taksbar icon should now have a grey background. Review URL: https://codereview.chromium.org/286933008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271862 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
Delay the response to ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer via a callback to allow for buffer allocation on the gpu process. BUG=368716 Review URL: https://codereview.chromium.org/290573011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271861 0039d316-1c4b-4281-b951-d872f2087c98
-
mdempsky@chromium.org authored
Restrict the admissible set of clock IDs to just CLOCK_MONOTONIC, CLOCK_PROCESS_CPUTIME_ID, CLOCK_REALTIME, and CLOCK_THREAD_CPUTIME_ID (i.e., the same clocks allowed in regular NaCl). In particular, we do not allow arbitrary per-process CPU clocks, which can leak information about the state of other non-SFI processes. BUG=374479 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/286363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271859 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
On some devices, the renderer cannot load shared libraries from /data/local/tmp. Instead, put them somewhere in /data/data (where the renderer can load them from). This only affects gyp_managed_install. Review URL: https://codereview.chromium.org/293473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271858 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
TBR=noamsml NOTRY=true Review URL: https://codereview.chromium.org/291093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271857 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Fix extension icons showing up with incorrect size on Chrome HiDPI Windows with scales of 150% and above. The extension sources associated with icons were using the ui::GetImageScale function which returns the dpi scale on Windows HiDPI. Fix is to use the GetScaleForScaleFactor function instead. BUG=375461 R=oshima Review URL: https://codereview.chromium.org/297763004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271856 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
PendingExtensionManager has no reason to depend on ExtensionService. So remove it. If there is a desire for PendingExtensionManager to be in /extensions, it would be very easy to do so - the only thing keeping it in /chrome is a constant. Review URL: https://codereview.chromium.org/297613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271855 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
- Allow ioctls TCGETS and FIONREAD with sanitizers. - Allow sched_getaffinity() with sanitizers. - Enable all BaselinePolicy unit tests with sanitizers. BUG=372445 R=mdempsky@chromium.org Review URL: https://codereview.chromium.org/296703007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271854 0039d316-1c4b-4281-b951-d872f2087c98
-