| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a BrowserDistribution
This change allows us to call AddVersionKeyWorkItems() when we don't
have a BrowserDistribution. This allows us to use it to remove the
"shadow" registry key for App Launcher during Chrome uninstall.
BUG=297647
Review URL: https://codereview.chromium.org/427963002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286545 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
app_host.exe was removed in r220555. This change removes some dead code
that was left behind. Specifically:
- chrome_launcher_support no longer exposes any methods related to the
AppHost.
- Chrome's uninstall prompt no longer has a special case to handle
suppressing the "delete your profile" checkbox.
- Chrome and its installer no longer have a dependency on
launcher_support.
- The installer no longer supports installing items from the webstore.
- GetUntrustedDataValue no longer has consumers and is gone.
BUG=297647
R=benwells@chromium.org,huangs@chromium.org,gab@chromium.org
TBR=grt@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/419913005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285715 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=397693
TBR=gab@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/422433004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285710 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Causes compile failures on official builders:
e.g.,
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/
FAILED: ninja -t msvc -e environment.x64 -- c:\b\build\goma/gomacc "c:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64\cl.exe" /nologo /showIncludes /FC @obj\chrome\installer\util\installer_util_nacl_win64.chrome_app_host_distribution.obj.rsp /c ..\..\chrome\installer\util\chrome_app_host_distribution.cc /Foobj\chrome\installer\util\installer_util_nacl_win64.chrome_app_host_distribution.obj /Fdobj\chrome\installer_util_nacl_win64.cc.pdb
c:\b\build\slave\google-chrome-rel-win\build\src\chrome\installer\util\chrome_app_host_distribution.cc(126) :error C2065: 'kChromeAppHostGuid' : undeclared identifier
ninja: build stopped: subcommand failed.
> Remove some dead app host code.
>
> app_host.exe was removed in r220555. This change removes some dead code
> that was left behind. Specifically:
> - chrome_launcher_support no longer exposes any methods related to the
> AppHost.
> - Chrome's uninstall prompt no longer has a special case to handle
> suppressing the "delete your profile" checkbox.
> - Chrome and its installer no longer have a dependency on
> launcher_support.
> - The installer no longer supports installing items from the webstore.
> - GetUntrustedDataValue no longer has consumers and is gone.
>
> BUG=297647
> R=benwells@chromium.org,huangs@chromium.org,gab@chromium.org
>
> Review URL: https://codereview.chromium.org/422453004
TBR=grt@chromium.org
Review URL: https://codereview.chromium.org/422593002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285706 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
app_host.exe was removed in r220555. This change removes some dead code
that was left behind. Specifically:
- chrome_launcher_support no longer exposes any methods related to the
AppHost.
- Chrome's uninstall prompt no longer has a special case to handle
suppressing the "delete your profile" checkbox.
- Chrome and its installer no longer have a dependency on
launcher_support.
- The installer no longer supports installing items from the webstore.
- GetUntrustedDataValue no longer has consumers and is gone.
BUG=297647
R=benwells@chromium.org,huangs@chromium.org,gab@chromium.org
Review URL: https://codereview.chromium.org/422453004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
its own attempt at temp registry keys.
BUG=396405
TEST=installer_util_unittest.exe
Review URL: https://codereview.chromium.org/412983002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285310 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a rare codepath used only by Chrome Frame uninstalls. It's rare
that it will be hit now, but leave correct code in place until the great
installer GCF cleanup rather than remove this one small piece now.
BUG=NONE
R=gab@chromium.org
Review URL: https://codereview.chromium.org/410923002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285017 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data from http://chromium-build-logs.appspot.com/flakiness_dashboard?master=chromium.win.
BUG=386891,387124,396373,396384,396386,396387,396388,396390,396392,387124,396393,396395,396399,396402,396403,396404,396405,393149,396409,95557,396413,396414,375894
R=viettrungluu@chromium.org
TBR=brettw, rvargas, sky
Review URL: https://codereview.chromium.org/410843003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284977 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Precursor refactoring CL @ https://codereview.chromium.org/365133005/
Precursor kInstallDate move to metrics_pref_names @ https://codereview.chromium.org/370813003/
This is the Windows implementation, POSIX implementation to follow in https://codereview.chromium.org/377713002/ (easier to develop and test on Linux in a follow-up CL)
BUG=391338
Review URL: https://codereview.chromium.org/372473004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284805 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change is the result of running:
./sysroot-creator-wheezy.sh UpdatePackageListsARM
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/406353002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284787 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to set it.
This CL does 2 things:
1. The setting of App Launcher dr=1 is now only used for GOOGLE_CHROME_BUILD.
2. Refactoring: In r273321, we extracted AppRegistrationData from BrowserDistribution,
and make it part of BrowserDistribution by composition. In this CL, we
use this new flexibility, and cut the dependence of app_list_service_win.cc
on ChromeAppHostDistribution by just giving it the AppRegistrationData part
it needs.
The required const kAppLauncherGuid now lives in chrome_launcher_support.
BUG=297647
Review URL: https://codereview.chromium.org/374413004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284605 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This contains fixes for the following sorts of issues:
* Signedness mismatch
* Assignment inside conditional
* Constant value was truncated
* Possibly-uninitialized local variable
BUG=81439
TEST=none
Review URL: https://codereview.chromium.org/377683002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283305 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
libgcc1 from 64 after clang switch
BUG=360311
NOTRY=true
Review URL: https://codereview.chromium.org/385693002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282379 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts https://codereview.chromium.org/387513002/ which was wrong, and
applies something like https://codereview.chromium.org/376403002/ to the
64bit rpm expectations.
BUG=360311
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/382773005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282338 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Follow-up to https://codereview.chromium.org/376403002/ ,
looks like the 64bit bot just hadn't cycled yet.
BUG=360311
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/387513002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282324 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=360311
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/376403002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282261 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in Google Update settings.
Consequentially, the backed up client_id now keeps its dashes and crash_keys
strips them at runtime rather than when backing it up
(https://codereview.chromium.org/372473004/ will add support for stripped
client_id backups for some time).
Also rename a lot of methods involved in setting the client id; having all of
them named "SetClientID" makes this series of calls very hard to follow!
BUG=391338
TBR=thestig
Review URL: https://codereview.chromium.org/365133005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282093 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move constants into *_constants.{cc,h}.
- Remove unused constants.
- Lay foundation for detailed process exit codes.
BUG=385419
Review URL: https://codereview.chromium.org/365143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282032 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
GoogleUpdateSettings.
BUG=297647
Review URL: https://codereview.chromium.org/371753002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281740 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rather than add a const_cast, tweak things so that const
doesn't have to be casted away.
BUG=82385
R=grt@chromium.org
Review URL: https://codereview.chromium.org/372703002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281543 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Filed http://llvm.org/PR20208 to discuss if this is required, and that the
diagnostic for this is not very good at the moment.)
BUG=82385
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/365333003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281452 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=82385
TBR=awong@chromium.org
R=joaodasilva@chromium.org,sergeyu@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/367403002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281366 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- only read read_value and set correct_value if found is true
R=gab@chromium.org
BUG=389250
Review URL: https://codereview.chromium.org/358843003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280263 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
In particular, the set up beacons and any names in the finch blacklist.
Review URL: https://codereview.chromium.org/346293003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280086 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
THe style guide doesn't allow non-const references either, so also convert the
reference to a pointer while here.
No intended behavior change.
BUG=82385
NOTRY=true
Review URL: https://codereview.chromium.org/352893003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279926 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
To ease failure diagnosis.
BUG=385421
R=gab@chromium.org
Review URL: https://codereview.chromium.org/338273002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277780 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=38598
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/333023002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277601 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is an ok change since all supported Linux distros have 2.32 or higher.
It is not exactly obvious what CL caused this. The code review will be updated with more info afterwards.
NOTRY=true
Review URL: https://codereview.chromium.org/333073003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277139 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/314173005/)
Reason for revert:
Looks like it was a flake.
Original issue's description:
> Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/315403006/)
>
> Reason for revert:
> Broke a bunch of unit tests on Win.
> http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/19568
>
> Original issue's description:
> > Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher
> >
> > Also add them to the Windows trybots
> >
> > BUG=381071
> > R=grt@chromium.org, rvargas@chromium.org
> >
> > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275801
>
> TBR=gab@chromium.org,rvargas@chromium.org,grt@chromium.org,phajdan.jr@chromium.org
> NOTREECHECKS=true
> NOTRY=true
> BUG=381071
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275805
TBR=gab@chromium.org,rvargas@chromium.org,grt@chromium.org,phajdan.jr@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=381071
Review URL: https://codereview.chromium.org/327543002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275806 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/315403006/)
Reason for revert:
Broke a bunch of unit tests on Win.
http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/19568
Original issue's description:
> Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher
>
> Also add them to the Windows trybots
>
> BUG=381071
> R=grt@chromium.org, rvargas@chromium.org
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275801
TBR=gab@chromium.org,rvargas@chromium.org,grt@chromium.org,phajdan.jr@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=381071
Review URL: https://codereview.chromium.org/314173005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275805 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sbox_validation_tests, sbox_unittests to new test launcher
Also add them to the Windows trybots
BUG=381071
R=grt@chromium.org, rvargas@chromium.org
Review URL: https://codereview.chromium.org/315403006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275801 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=376567
Review URL: https://codereview.chromium.org/314133003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
google_util is intended for componentization, whereas the information of what
the current brand is and whether a given brand is organic is inherently
embedder-specific. This functionality is moved to a new google_brand namespace.
BUG=373224
TBR=jochen
Review URL: https://codereview.chromium.org/316963002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275413 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=322664
Review URL: https://codereview.chromium.org/318753007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275258 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=380828
R=robertshield@chromium.org
Review URL: https://codereview.chromium.org/316103002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274909 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
even on 64-bit systems.
BUG=380371
Review URL: https://codereview.chromium.org/316753003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274907 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=379002
Review URL: https://codereview.chromium.org/307943008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273771 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows most callers to pass string literals or results of ASCIIToUTF16(),
rather than construct error-prone character arrays that must be manually
nul-terminated.
Also cleans up various bits of the callers.
BUG=104260
TEST=none
Review URL: https://codereview.chromium.org/296593003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273765 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=377839, 264859
TEST=/src/chrome/test/mini_installer/test_installer.py
Review URL: https://codereview.chromium.org/304673004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273429 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Google Update registry writes.
The following member functions of BrowserDistribution:
- GetAppGuid(),
- GetStateKey(),
- GetStateMediumKey(),
- GetVersionKey(),
are extracted to a new interface AppRegistrationData, which is then made a member of BrowserDistribution.
To prevent massive changes existing code, the extracted routines are kept in BrowserDistribution as adaptors to the AppRegistrationData within.
Next, calls related to setting the "did-run" flags are refactored to take AppRegistrationData instead of BrowserDistribution. This is to help us remove ChromeAppHostDistribution, since now we just have to implement AppRegistrationData.
Also, changes in google_update_settings:
- UpdateDidRunStateForDistribution() => UpdateDidRunStateForApp().
- Added UpdateDidRunStateForBinaries().
- Logic changes regarding multi_install, affecting App Launcher caller.
BUG=297647
Review URL: https://codereview.chromium.org/252893005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273321 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=374686
Review URL: https://codereview.chromium.org/300063014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273158 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
64-bit installs. GCAPI configuration parameters also use these same accesses since they read/write the same data.
Also, force installation of Win64 into C:\Program Files (x86) until the code is added to support moving the files to the right place during upgrade and downgrade. Uninstall information will remain stored in the 32-bit registry (even on 64-bit) until the installation location is changed.
This fixes system installs on Win64.
BUG=338706
R=grt@chromium.org
Review URL: https://codereview.chromium.org/300593002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273108 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's been a couple years since anyone worked on it, and there
are no plans to enable it by default.
Cached pipelining-related server information will automatically
be cleared when server information is next saved, so there are
no issues on that front.
BUG=364557
R=asvitkine@chromium.org, eroman@chromium.org, grt@chromium.org, sky@chromium.org, willchan@chromium.org, zea@chromium.org
Review URL: https://codereview.chromium.org/275953002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
also some other misc. changes to shorten code, remove a using directive, etc.
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/291653007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272624 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
operate on the 64-bit or 32-bit hive on a WOW64 system.
Make DeleteRegKeyWorkItem call down into RegKey so WOW64 support works for delete work items.
All calls changed to use the Wow64_Default (0) parameter, so the behavior is identical.
This is prep for adding 64-bit support to the installer.
BUG=348626,338706
R=grt@chromium.org, grt
TBR=sky
TEST=installer_util_unittests
Review URL: https://codereview.chromium.org/282363003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272539 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[This is take three. I believe that I've now fixed all the static
initializers (including both files named debug_utils.cc that were
including <iostream>), the packaging failures, and the black border
on the app list as pointed out by mgiuca@.]
Running chrome with the "--open-ash" parameter will create an ash
desktop window. Ash on Linux has some problems, but at least we're now
compiling the code into the binary.
TODO: The applist isn't positioned correctly, and some details of the
system tray aren't correct.
BUG=300084, 303862
TBR=sky@chromium.org
First Review URL: https://codereview.chromium.org/25108005
Review URL: https://codereview.chromium.org/292443002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271725 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/295893002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271699 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=369973
TEST=ctrl + p does not crash.
Review URL: https://codereview.chromium.org/270553003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=348761
NOTRY=true
Review URL: https://codereview.chromium.org/296663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271529 0039d316-1c4b-4281-b951-d872f2087c98
|