- 03 Aug, 2012 40 commits
-
-
ben@chromium.org authored
http://crbug.com/125937 TEST=existing Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149888 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149916 Review URL: https://chromiumcodereview.appspot.com/10831137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149954 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
[UMA] Add " (Metro)" to the OS name for UMA uploads from Chrome running under Windows 8's Metro mode. BUG=none Review URL: https://chromiumcodereview.appspot.com/10834077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149953 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
See related spec here: http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html#algorithms-enrypted-block If the AesDecryptor cannot find the decryption for the encrypted buffer, it returns a kNoKey. In ProxyDecryptor, if the input cannot be decrypted due to kNoKey, the ProxyDecryptor will cache the encrypted buffers and callbacks and fire a needkey event. When some key is added (AddKey called) later, it will try to decrypt these buffers again. The callbacks will be fired on the same thread where Decrypt() was called originally. BUG=125401, 125753 TEST=media_unittest, media layout_tests Review URL: https://chromiumcodereview.appspot.com/10822026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149952 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
The biggest improvement here is that early termination of the callback series is accomplished by deleting the object. BUG=138583 Review URL: https://chromiumcodereview.appspot.com/10830146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149951 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=140571 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10826155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149950 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This API is to clear all the local cache of Drive. BUG=135197 TEST=none Review URL: https://chromiumcodereview.appspot.com/10837091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149949 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=140401 Review URL: https://chromiumcodereview.appspot.com/10827157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149948 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=139744 Review URL: https://chromiumcodereview.appspot.com/10825183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149947 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
BUG=129499 TEST=see bug Review URL: https://chromiumcodereview.appspot.com/10826108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149941 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
Broke Win Aura compile BUG=140336 TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10837089 TBR=bshe@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149940 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG=140432 Review URL: https://chromiumcodereview.appspot.com/10853007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149937 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Fixed unit test failures. Original review CL: http://codereview.chromium.org/10843061 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10830165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149936 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
This is necessary to support the generation of the correct dblclick event sequence in WebKit. Remove evil generic_x/generic_y from GestureEventDetails (some event types have data other than floats in that position of the union, this wasn't typesafe). Adds missing double tap gesture recognizer unit tests. This makes ET_GESTURE_DOUBLE_TAP pretty pointless now. I've filed crbug.com/140382 to track removing it. BUG=115486 Review URL: https://chromiumcodereview.appspot.com/10824158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149935 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
Previously, 3 Chrome Endure tests would fail with buffer overrun errors after several hours of runtime. The problem was avoided by reducing the runtime of the tests until the problem could be fixed. Recent fixes to pyauto's remote inspector module are likely to have fixed the problem, so we no longer limit the runtime of the 3 Chrome Endure tests in question. BUG=chromium-os:32357 TEST=Verified that the Gmail compose/discard test can run for the full 6 hours, even though it previously used to fail consistently after about 5 hours with a buffer overrun error. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10825184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149934 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149933 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r9342: (dschuff) Fix chrome integration bot and pnacl test bot for new download_toolchains usage r9343: (mseaborn) Fix two register leaks in the trusted->untrusted context switch r9344: (eaeltsin) download_toolchains.py: fix error in -c (calculate hashes) mode r9345: (eaeltsin) Update x86 toolchains to 9338 r9346: (bradchen) Modify validator for better enuminst checking of call/jmp instructions. r9347: (eaeltsin) Debug stub: enable single-thread GDB tests on Win r9348: (eaeltsin) Debug stub: add port availability check to GDB tests r9349: (jvoung) Update llvm rev to pull in bitcode linker change: http://codereview.chromium.org/10808021/ r9350: (binji) Add -idirafter flag to pnacl-driver.py r9351: (bradnelson) Make defines work normally for untrusted.gypi r9352: (halyavin) Make thread gdb test work on Windows. r9353: (jvoung) Update pnacl toolchain to 9350. r9354: (khim) Fix binutils enumeration test. r9355: (khim) Add prefetch_modified instruction r9356: (kschimpf) Fix the unconditional parse table for the ARM validator. Forbids generic r9357: (jvoung) Turn on some ARM tests for var-arg + byval struct passing. r9358: (kschimpf) Clean up code by removing unnecessary virtual destructors, and outlining r9359: (robertm) Switch binutils in the pnacl TC to use shared libs as well. r9360: (mcgrathr) Assume ARM hardware TLS in trusted code r9361: (jvoung) Give the unpacked and CWS version of the pnacl extension an "all hosts" r9362: (bradnelson) Exclude COMPONENT_BUILD from untrusted code. r9363: (bradnelson) Fixing mismatch name for COMPONENT_BUILD define. r9364: (robertm) Disable shared binutils build for pnacl toolchain on windows. r9365: (bbudge) Update Chrome revision in NaCl DEPS. r9367: (mseaborn) Thread suspension: Fix to report the correct return address from syscalls r9368: (bbudge) Revert 9365 - Update Chrome revision in NaCl DEPS. r9370: (jvoung) LOG an error if loading nexe with unsupported desc type BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10823160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149932 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
This is necessary to write a unit test for https://bugs.webkit.org/show_bug.cgi?id=91685 BUG=none TEST=none R=tony Review URL: https://chromiumcodereview.appspot.com/10821019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149931 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=138673 Review URL: https://chromiumcodereview.appspot.com/10824157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149930 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
**For now, gtest is marked experimental because the NaCl fix to gtest has not yet been upstreamed and DEPS'd into chrome** * Test-only libraries and examples are build to the $(NACL_SDK_ROOT)testing/ directory. * Added INCLUDES to .dsc file, platform-generic way to add an include directory. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10824092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149929 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Currently, the DCHECK added by r148251 fires. BUG= Review URL: https://chromiumcodereview.appspot.com/10830164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149928 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
TBR=lambroslambrou BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10834163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149927 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=140571 TEST=CrOS official x-compiles pass. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10831164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149925 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a factory interface for ContactStores and a fake, in-memory implementation of ContactStore. Both will be needed for testing the upcoming ContactManager class. I'm also fixing a bug in GoogleContactStore (all contacts were being passed to ContactDatabase in partial updates instead of just the updated ones) and another bug in FakeContactDatabase::SaveContacts() that was hidden by the GoogleContactStore bug. BUG=128805 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10850033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149924 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Also fixes the logic for the unread count and refresh layout for displayed notification. BUG=137155 Review URL: https://chromiumcodereview.appspot.com/10852007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149922 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/125937 TEST=existing Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149888 Review URL: https://chromiumcodereview.appspot.com/10831137 TBR=beng@google.com Review URL: https://chromiumcodereview.appspot.com/10827162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149921 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=137293 Review URL: https://chromiumcodereview.appspot.com/10831159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149920 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
BUG=138614 Review URL: https://chromiumcodereview.appspot.com/10827102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149919 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
BUG= TEST= CID=103685 TBR=jamesr Review URL: https://chromiumcodereview.appspot.com/10830024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149918 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
This reverts commit 0a3abb8418affb13cfc7b848ef69ce867ccaaad7. This is breaking the pnacl_bad_browser_test on Windows (some how the NaCl plugin itself fails to load for that test). BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 TBR=jvoung@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149917 0039d316-1c4b-4281-b951-d872f2087c98
-
beng@google.com authored
http://crbug.com/125937 TEST=existing Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149888 Review URL: https://chromiumcodereview.appspot.com/10831137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149916 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=140336 TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10837089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149915 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Mainly, this cl add the two methods to clear cache. 1) GDataCache::ClearAllOnUIThread(): - remove all the files in the cache directory. - re-create the |metadata_| instance. 2) GDataSystemService::ClearCacheAndReset(): - unmount Drive - cancel all the running tasks. - call GDataCache::ClearAllOnUIThread() - re-mount Drive BUG=135197 TEST=out/Debug/unit_tests:GData* and out/Debug/browser_tests:GData* passes. Review URL: https://chromiumcodereview.appspot.com/10823125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149914 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This cl is necessary to refresh the list on file manager on unmounting and mounting the drive file system. This patch does the following: - Move the code to raise the mount/unmount events of file manager from file_browser_private_api.cc to file_browser_event_router.cc - Add handlers' interfaces to notify mount/unmount events in gdata_file_system_interface.h. - Call the mount/unmount events to FilesApp when handler is called. - Call the handlers when the file system is mounted/unmounted BUG=135197 TEST=out/Debug/unit_tests:GData* and out/Debug/browser_tests:GData* passes. Review URL: https://chromiumcodereview.appspot.com/10834115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149913 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Also: - speed up re-copies the XP/xcopy case by skipping old files - clean up output for re-copies in the robocopy case by ignoring "extra" files NOTRY=true BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10837096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149912 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
occurances of link.exe and lib.exe can run concurrently. Python builder emits link_limiter.exe and lib_limiter.exe. Skeleton copied from supalink. Seems to behave as expected. Tested with max-concurrency=1 on my local machine. Run python script with the argument 'clean' to... well... clean up. R=cmp,nsylvain BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10826067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149911 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=140336 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10828161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149910 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=140140 Review URL: https://chromiumcodereview.appspot.com/10852008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149909 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Fix bug 139829: Panels [Linux]: Dark titlebar theme only works with Classic theme, not with GTK+ theme BUG=139829 TEST=Manual test by launching panels and switching themes Review URL: https://chromiumcodereview.appspot.com/10832141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149908 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
BUG=140247 TEST=Tried --enable-audio-mixer flag and observed regression. Review URL: https://chromiumcodereview.appspot.com/10834159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149906 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149903 0039d316-1c4b-4281-b951-d872f2087c98
-