- 17 Aug, 2012 36 commits
-
-
dtu@chromium.org authored
Make sure WinSAT.HasResults runs when the preliminary graphics info is collected on startup. Move the individual score histograms to include all the error cases. BUG=None. Review URL: https://chromiumcodereview.appspot.com/10832278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152024 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
BUG=138239 Review URL: https://chromiumcodereview.appspot.com/10831359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152023 0039d316-1c4b-4281-b951-d872f2087c98
-
stanleyw@chromium.org authored
Sometimes the scan list is not updated. It makes sense to perform a scan until we see the service path or until a timeout period is hit. TEST=run chromeos_wifi_functional BUG=None Change-Id: Ia1afd538618a79d10aaab2a0cec12377cc6477b9 Review URL: https://chromiumcodereview.appspot.com/10829203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152022 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
Add additional logging and message to server for dealing with printers that a connector loses track of. BUG=142337 Review URL: https://chromiumcodereview.appspot.com/10836278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152021 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
In platform apps there are no tabs, and thus no way to pass a valid Tab value in this event. BUG=142747 Review URL: https://chromiumcodereview.appspot.com/10832348 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152020 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
We need to change downstream scripts to explicitly call this. This is causing devices to drop offline during the adb root command. I will manually pull this change downstream. BUG=143109 Review URL: https://chromiumcodereview.appspot.com/10823382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152019 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
The ash app list uses FindLastActiveWithProfile and FindOrCreateTabbedBrowser, which are banned. This change replaces them with calls to chrome::Navigate. BUG=138632 TEST=Check the app list on ChromeOS can be used to show application options and links from the search box, with and without chrome browser windows open. Review URL: https://chromiumcodereview.appspot.com/10825317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152018 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
I reused LazyBackgroundTaskQueue so that this works for regular background pages, which may not be fully loaded by the time this event is dispatched. BUG=132328 Review URL: https://chromiumcodereview.appspot.com/10828218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152017 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152016 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=141187 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152015 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
Update DEPS to pick up change to cros_system_api so that I can use the TestICMP constant that was added. BUG=139442 TEST=verify build works after updating local .DEPS.git. Review URL: https://chromiumcodereview.appspot.com/10827389 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152014 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/142962 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832345 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152013 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We refactor the sandbox warmup code in a new WarmUpSandbox() function. We call CreateGLContext() as part of the warm-up for Nvidia drivers. BUG=140214 Review URL: https://chromiumcodereview.appspot.com/10831343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152012 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
It often takes a while for chromeos to successfully open a URL and register it to history. Retry. BUG=None TEST=None R=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152010 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
BUG=142912 Review URL: https://chromiumcodereview.appspot.com/10854165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152009 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
This upstreams the Android new tab page html/js/css resources wholesale. The NTP will be rewritten using Android UI elements in the near future, so we'd like to upstream this with minimal changes. BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10831317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152008 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
This page is specific to Android devices and is shown to the user after first-run. BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10828140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152007 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Accessing DOMStorageContext requires creating a StoragePartition, and that can't be done before the preferences are loaded. BUG=142656 Review URL: https://chromiumcodereview.appspot.com/10831349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152006 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
BUG=143302 TEST=desktopui_DocViewing should be green in chromeos BVT R=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152005 0039d316-1c4b-4281-b951-d872f2087c98
-
tomfinegan@chromium.org authored
BUG=138139 TEST=none Review URL: https://chromiumcodereview.appspot.com/10827280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152004 0039d316-1c4b-4281-b951-d872f2087c98
-
cmtice@chromium.org authored
I'm in the process of adding a new option to the gcc compiler in ChromeOS, that does vtable pointer verification before virtual method calls. The new compiler flag is "-fvtable-verify=std" or "-fvtable-verify=preinit". I'm modifying the Chrome ebuild flag in Chrome OS to allow "USE=vtable_verify" and which causes 'use_vtable_verify' to be defined and set to 1. In this CL I have modified common.gypi to add the compiler flag '-fvtable-verify=std' if it sees use_vtable_verify set to 1; and I have modified allocator.gyp to change '-fvtable-verify=std' into '-fvtable-verify=preinit' (tcmalloc stuff requires this special flag). BUG= TEST=Built Chrome with GYP_DEFINES=use_vtable_verify=1 Review URL: https://chromiumcodereview.appspot.com/10854031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152003 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=bauerb@chromium.org TBR=phajdan.jr@chromium.org BUG=139028 TEST=None Review URL: https://chromiumcodereview.appspot.com/10796116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152002 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152001 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=groby@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/10855066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152000 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Run the disk cache tests in scoped temporary directories instead of a fixed directory so that they can run in parallel. BUG=139272 Review URL: https://chromiumcodereview.appspot.com/10824336 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151999 0039d316-1c4b-4281-b951-d872f2087c98
-
eatnumber@chromium.org authored
BUG=96123 TEST=manual & run pyauto tracing smoke tests Review URL: https://chromiumcodereview.appspot.com/10855062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151998 0039d316-1c4b-4281-b951-d872f2087c98
-
kxing@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10825368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151997 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Notify the Chrome metro driver component when a full screen toggle is occurring. The metro driver in its notification would restore the original scroll position if the window was scrolled because it was covered by the OSK. BUG=142439 R=sky Review URL: https://chromiumcodereview.appspot.com/10823376 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151996 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
These cleanup changes were pulled out from: http://codereview.chromium.org/10834203 Use the cloud print device displayName instead of name. (these are editable names shown on the cloud print dash) Call NOTREACHED on any task posting failure. Extract UpdateCommandState utility function. Rename & refactor RefreshAccessToken->RequestAccessToken. Rename RequestSearch->RequestDeviceSearch. Make HasMobiles const; consolidate access_token_ DCHECKs. Misc comment updates. BUG=102709 TEST=No Chrome To Mobile regressions, device display names reflected. Review URL: https://chromiumcodereview.appspot.com/10828353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151995 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
The address of the adapter is often not present at the initial call to ChangeAdapter (it hasn't been fetched yet), so it must be updated along with other properties when an update notification is received. BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/10823371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151994 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
ManagedModeURLFilter will eventually allow special treatment (e.g. blocking, notifying) for URLs that aren't on a defined whitelist. BUG=134417 Review URL: https://chromiumcodereview.appspot.com/10824257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151993 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
This is needed to make it easier to handle sets of extension icons that are not defined in extension manifest (e.g. default icons for browser_actions) BUG=138025, 135271 TEST=existing tests For mechanical changes caused by moving ExtensionIcons from ExtensionIconSet to extension_misc namespace (patchset 14): TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10843014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151992 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
run_webkit_tests doesn't like Content-Length: 0 headers BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10836291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151991 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
Toast flavors 0 and 1 are affected because we dereference a null pointer BUG=129499 TEST=see bug TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151990 0039d316-1c4b-4281-b951-d872f2087c98
-
justincohen@chromium.org authored
Added ifdefs around NSRect, added iOS to gyp. BUG=None. Review URL: https://chromiumcodereview.appspot.com/10834362 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151989 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=141429 Review URL: https://chromiumcodereview.appspot.com/10854151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151988 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Aug, 2012 4 commits
-
-
kbr@chromium.org authored
Revert 151932 (caused gpu_throughput_tests to start failing on Mac GPU bots) - Hook up Mac OSX VSync parameters to compositor thread Also fixes precision error on Windows. BUG=137794 Review URL: https://chromiumcodereview.appspot.com/10830347 TBR=jbates@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825406 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151982 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151979 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
This pulls in the following Native Client changes: r9435: (shcherbina) Validator_ragel: move checkdecoder test from Makefile to scons r9436: (halyavin) Remove commented out code. r9437: (dschuff) Update pnacl TC revision to 9432 r9438: (kschimpf) Define baseline classes for instruction in table simd_dp of ARM validator. r9439: (jvoung) Actually ignore -export-dynamic flag from rev r9423, instead. r9440: (jvoung) Bump gold rev to pull in Tdata change and llvm for cherry pick: r9441: (bradchen) Update enuminsts/ragel_tester.c to fully check base register usage. r9442: (mcgrathr) Extend fpu_control_word test for ARM r9443: (mseaborn) Fix compile-time assertions to check what was intended r9444: (bsy) LOG_FATAL if NACL_EXE_STDERR style I/O redirection fails. handle /dev/null. r9445: (mseaborn) Cleanup: Remove unused #defines of "_WINDOWS" and "_CONSOLE" r9446: (mseaborn) x86-32: Cleanup: Remove "union PtrAbstraction" r9447: (phosek) Make the NaClVmmapUpdate internal and provide NaClVmmapAddWithOverwrite and NaClVmmapRemove public interface r9448: (mseaborn) Debug stub: Remove std_types.h, which duplicates NaCl's portability.h r9449: (mseaborn) Debug stub: Remove unused IPlatform::CreateThread() function r9450: (mseaborn) Debug stub: Cleanup: Remove IPlatform::Log*() functions r9451: (mseaborn) Cleanup: Remove unneeded NaClOopDebugger*() hook functions r9452: (halyavin) Update cygwin version which includes latest crash fixes. r9453: (halyavin) Update scripts to include new cygwin core libraries snapshot. r9454: (shcherbina) Validator_ragel build script: properly call python on windows r9455: (jvoung) Update pnacl version to 9453. r9456: (jvoung) Add pnacl precise bot to trybots list. r9457: (khim) Add options argument to the ValudateChunk{AMD64,IA32} function. r9458: (mcgrathr) Save and restore FPSCR register in ARM trusted<->untrusted context switch r9459: (mseaborn) Cleanup: Remove NaClAppThread's unused "sysret" field r9460: (mseaborn) Debug stub tests: Remove disabled pyauto-based browser test r9461: (khim) Initialize variables in the decoder r9462: (sehr) Add an API to MCSectionData that tracks known offsets for text emitted into a r9463: (phosek) Removed NaClMemObj because it is no longer needed and replaced its use with enumerator. r9464: (jfb) Refactor ARM validator register interfaces. r9465: (shcherbina) Validator_ragel: factor out ProcessInvalidJumpTargets r9466: (mseaborn) Debug stub: Switch to a thread-suspension-based model for catching faults r9467: (mseaborn) Cleanup: Use "#if NACL_WINDOWS" instead of #ifdefs on WIN32 or _WIN32 r9468: (dschuff) Build LLVM from gerrit instead of hg/codesite r9469: (jvoung) Update llvm rev to pull in revert of MC changes: r9470: (dschuff) Dont auto-update depot tools when getting pnacl DEPS. r9471: (noelallen) Fix PyAuto issues on integration bots. r9473: (mcgrathr) Do not leak VFP/NEON register state to untrusted code r9474: (mseaborn) Debug stub test: Ignore "Access denied" error from terminating sel_ldr r9475: (mseaborn) Debug stub: Remove the now-unused IEvent class r9476: (halyavin) Fix modifying parameters in CommandSelLdrTestNacl. r9477: (kschimpf) Don't allow rex.w and data 66 prefixes for instructions with default 64 size. r9478: (ncbray) Fix bug where SConstruct choked on failiures with multiple outputs. r9479: (dschuff) Add script for merging in LLVM git repo r9480: (bradnelson) Revert 9471 - Fix PyAuto issues on integration bots. r9482: (dschuff) add git-has-changes back to common-tools.sh r9483: (mseaborn) Cleanup: Remove unused "tools/tests" directory and CommandGdbTestNacl() r9484: (jvoung) Add 1 elem structs to the calling conv test (mainly to test r9485: (mseaborn) Thread suspension: Remove unused SuspendAllButOne()/ResumeAllButOne() functions r9486: (phosek) The protection for anonymous mapping is stored incorrectly. r9487: (khim) Refactoring the R-DFA validator interface. r9488: (shcherbina) Validator_ragel dfacheckdecoder: change binutils revision r9489: (mseaborn) Debug stub: Disallow memory accesses outside of the sandbox address space r9490: (dschuff) Update Pnacl toolchain revision to 9476 r9491: (khim) Disable branch prediction prefixes for loop/loope/loopne. r9492: (kschimpf) Make loop a conditional jump, and don't allow branch hints on loop, loope, r9493: (bradnelson) Prefer SCons environment methods for functions acting on environments. r9494: (mseaborn) x86-64: Undo removal of the "unused_padding" field from r9443 BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10854186 TBR=mseaborn@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151978 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@google.com authored
Reason for revert: See bug 143214. CredentialCacheService::GetLastUpdatedTime() is causing a crash in canary builds during upgrade scenarios from older versions. A real fix for the root cause is under review. The earlier revert in https://chromiumcodereview.appspot.com/10830362 is unlikely to fix the root cause. Until then, the safe thing to do is to disable the feature, by reverting r151169. Original CL description: Sync credential caching is a Win 8 feature that allows Metro and Desktop to share sync credentials under some circumstances. The feature is slated to ship with M23, and was disabled for the M22 branch point. Now that M22 has been branched off, it is time to re-enable the feature. This patch turns on the feature by default, and provides users with the "--disable-sync-credential-caching" flag if the feature must be disabled. BUG=139712,143214 TEST=Sign in on Win 8 and make sure that "Sync Credentials" is written to the default profile directory Old review URL: https://chromiumcodereview.appspot.com/10855063 TBR=tim@chromium.org,zea@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151976 0039d316-1c4b-4281-b951-d872f2087c98
-