- 19 Jun, 2014 40 commits
-
-
rnk@chromium.org authored
MSVC lexes L#macro_arg as a single wide string literal after pre-processing. Clang and other conforming C preprocessors lex this as a single 'L' token followed by a normal string literal. Using L###macro_arg works with all compilers. It should be parsed as 'L' '##' '#' 'macro_arg', where '#' stringizes the macro arg and '##' token pastes the two tokens together to form a single string literal. R=dtseng@chromium.org CC=thakis@chromium.org,hans@chromium.org BUG=82385 Review URL: https://codereview.chromium.org/342773004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278299 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
By advancing to revision 272757, we should be able to pick up the GN Build file that was added in https://src.chromium.org/viewvc/chrome?view=revision&revision=272757 BUG=None TEST=green trybots TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/337113004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278298 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=370567 BUG=327783 R=jar@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277607 Review URL: https://codereview.chromium.org/321283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278297 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278296 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278295 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
As of r277056, the gpu memory manager is no longer using managed memory stats produced. This patch removes the managed memory stats calculation from the tile manager. As well, this patch removes ununsed gpu managed memory stats plumbing. BUG=377065 Review URL: https://codereview.chromium.org/342483007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278294 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Before, the hash argument was simply ignored and defaulted to SHA-1. Instead it accepts now all values specified by WebCrypto, i.e. SHA-{1,256,384,512}. BUG=385085 Review URL: https://codereview.chromium.org/331173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278293 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=386246 TEST=unit_tests Review URL: https://codereview.chromium.org/340703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278292 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
(minor pixel diffs due to https://skia.googlesource.com/skia/+/f3b50276a4ad71c9e8ba13d752a5db0c073cae2c) BUG=379147 TBR=reed@google.com Review URL: https://codereview.chromium.org/342823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278291 0039d316-1c4b-4281-b951-d872f2087c98
-
sashab@chromium.org authored
Added a colour to the version number and updated the font size to better match the mocks. Also fixed a small bug in the logic that lays out the name and version to place the version number on the next line if there are no links (no webstore or license links) for the app. Based off CL 335523002. BUG=385423, 383720 Review URL: https://codereview.chromium.org/336333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278290 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG=376562 TEST=chromium / chrome official builds fine TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/343693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278289 0039d316-1c4b-4281-b951-d872f2087c98
-
thildebr@chromium.org authored
Context IDs given to DrawQuads to identify when a rendering context changes, and whether or not a DrawQuad is in a 3D sorting context. Review URL: https://codereview.chromium.org/332873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278288 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=383100 Review URL: https://codereview.chromium.org/338633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278287 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Fixes the case where this code path is executed via sync and an ID has already been assigned. BUG=383557 Review URL: https://codereview.chromium.org/334303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278286 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
Replacing use of TestBrowserThread because it is deprecated and harder to use correctly. BUG= Review URL: https://codereview.chromium.org/340643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278285 0039d316-1c4b-4281-b951-d872f2087c98
-
macourteau@chromium.org authored
BUG=386300 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/342713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278284 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
and change the spinner background color to the same as EmbeddedSignin, otherwise user may see flicker. BUG=385876 Review URL: https://codereview.chromium.org/335193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278283 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
The string is only used in that block, causing Clang errors when USE_GIO isn't defined. BUG=none Review URL: https://codereview.chromium.org/331223004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278282 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Also, flip picture vertically (it was upside down). BUG=281689 Review URL: https://codereview.chromium.org/340163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278281 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
All dependent patches have landed and cycled, remove support for the old format. BUG=378862 Review URL: https://codereview.chromium.org/326933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278280 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This patch checks in chrome/app/address_input_strings.grdp and does not update it in "gclient runhooks". BUG=327046 Review URL: https://codereview.chromium.org/337163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278279 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=375430 Review URL: https://codereview.chromium.org/341923004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278274 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=386254 TEST=Open a non-resizable app such as a calculator. Alt+] should not snap it. Review URL: https://codereview.chromium.org/342823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278273 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
This fixes a key_silk_cases page whose content was moved offscreen on phone-sized Android devices by the addition of a viewport tag (for triggering GPU rasterization), causing the smoothness benchmark to fail on these devices. BUG=381368 Review URL: https://codereview.chromium.org/343633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278272 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
We want a fixed Clang revision for ASan on Windows because ClusterFuzz produces archived builds. We don't want Clang to change underfoot and produce a bad Chromium build that gets archived. Long term, when ASan for Windows stabilizes, we should remove this extra fixed revision and use the mainline Chromium revision. For now, we don't build with -Werror with Clang on Windows, so it isn't as important to be in sync with other platforms. R=thakis@chromium.org BUG=82385, 345874 NOTRY=true Review URL: https://codereview.chromium.org/341963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278271 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=386418 TBR=stevenjb@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/340953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278270 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
The problem with tests was that spoken feedback was getting enabled just before loading the test extension. This would cause two extensions being loaded: ChromeVox extension (which gets loaded when spoken feedback is enabled) and the test extension. This is situation extension API tests don't handle well. They wait for the test extension to get loaded by waiting for any EXTENSION_LOADED notification. If the ChromeVox extension got loaded before the test extension, the extension api test would continue running too soon (before the test extension was loaded), and fail when the test extension could not be found in extension set by its path. To avoid that, keep spoken feedback disabled at the start of the test (which should ensure that the ChromeVox extension doesn't get loaded while the test extension is loading). BUG=384266 Review URL: https://codereview.chromium.org/331383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278269 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=385222 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/346663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278268 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This should mean that "/etc/init.d/chrome-remote-desktop restart" will stop the service and won't try to start it again until the daemon is killed. A timeout is used to make sure that system shutdown is not paused indefinitely if the daemon is unkillable. Note that, since the daemon is not a child process, os.waitpid() cannot be used for this. The psutil Python module is used instead. Some other parts of the script have been updated as well to use psutil methods. This is slightly safer, as psutil has some PID-reuse detection built in. BUG=334437 Review URL: https://codereview.chromium.org/335303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278267 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
Split out from http://crrev.com/265163006. CQ has issues committing executables, so dcommitting this part. TBR=tapted@chromium.org BUG=353047 Review URL: https://codereview.chromium.org/345493004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278266 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- DriveAppProvider to map Drive apps to chrome apps or local url apps; - DriveAppMapping to track the mapped chrome apps; - DriveServiceBridge to wrap DriveAPIService and DriveAppRegistry to provide the user Drive apps info; - Put feature behind "--enable-drive-apps-in-app-list"; BUG=358791,345066 TEST=DriveAppProviderTest.*:DriveAppMappingTest.* Review URL: https://codereview.chromium.org/308003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278265 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=386385 TBR=jianli@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/344633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278264 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
* Use weak pointer for cros settings callback * Pass weak pointer to the thread pool task so that calling back to UI thread is safe. BUG=349083 Review URL: https://codereview.chromium.org/341713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278263 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
Revert of cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings(). (https://codereview.chromium.org/334953003/) Reason for revert: This appears to have broken: CreateTilingsEvenIfTwinHasNone ManageTilingsWithNoRecording http://build.chromium.org/p/chromium.mac/waterfall?builder=Mac%2010.7%20Tests%20(dbg)(1) http://build.chromium.org/p/chromium.win/waterfall?builder=Win7%20Tests%20(dbg)(1) http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/builds/13876 Original issue's description: > cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings(). > > Also, when we cleanup tilings on the active twin, we use the pending > twin's ideal contents scale. But when the twin !CanHavTilings() there > is no need to use that ideal scale and save tilings. > > R=enne@chromium.org, enne > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278219 TBR=enne@chromium.org,danakj@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/348523005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278262 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
Revert of [webcrypto] Give more descriptive error messages on Linux for unsupported functionality. (https://codereview.chromium.org/343473004/) Reason for revert: This broke SharedCryptoTest: http://build.chromium.org/p/chromium.linux/builders/Linux%20Clang%20%28dbg%29/builds/61059 Original issue's description: > [webcrypto] Give more descriptive error messages on Linux for unsupported functionality. > > * If NSS version doesn't support AES-GCM > * If NSS version doesn't support RSA-OAEP > > BUG=384485 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278230 TBR=rsleevi@chromium.org,eroman@chromium.org NOTREECHECKS=true NOTRY=true BUG=384485 Review URL: https://codereview.chromium.org/348493005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278258 0039d316-1c4b-4281-b951-d872f2087c98
-
wolenetz@chromium.org authored
This is the second of a three-sided change to remove LegacyFrameProcessor from Blink and Chromium now that the new FrameProcessor is stabilized. R=acolwell@chromium.org BUG=249422 TEST=No media_unittest or MSE layout test regression locally on Linux Review URL: https://codereview.chromium.org/315483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278255 0039d316-1c4b-4281-b951-d872f2087c98
-
erikchen@chromium.org authored
This CL fixes a bug where auto-updating Chrome can cause the Address Book permissions dialog to appear, even though the user has already granted/denied Chrome access to the user's Address Book. When the Chrome binary is updated, chrome_autofill_client now passes the information to personal_data_manager, which will refrain from accessing the address book, if doing so would cause a blocking dialog to appear. BUG=381763 Review URL: https://codereview.chromium.org/334653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278254 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
The code was correctly deleting the main safe-browsing store in this case, but left the associated filter file stranded. BUG=none R=tburkard@chromium.org Review URL: https://codereview.chromium.org/341553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278253 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=zhaoqin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/343713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278252 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278246 0039d316-1c4b-4281-b951-d872f2087c98
-