- 15 May, 2012 40 commits
-
-
kaiwang@chromium.org authored
optimize and turn it into a non-op. int* -> volatile int* to fix this. BUG=127724 Review URL: https://chromiumcodereview.appspot.com/10392109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137251 0039d316-1c4b-4281-b951-d872f2087c98
-
twiz@chromium.org authored
BUG=128207 TEST=GLCopyTextureCHROMIUMTest.* Review URL: https://chromiumcodereview.appspot.com/10381157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137250 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=124750 TEST=none Review URL: https://chromiumcodereview.appspot.com/10377118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137249 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
BUG=127527 Review URL: https://chromiumcodereview.appspot.com/10392082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137248 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Why here? Discussion at: https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fafe7c6bb54c4ed5/ BUG=chromium:119817 TEST=Chrome builds on all platforms and trybots succeed. Review URL: https://chromiumcodereview.appspot.com/10251004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137247 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
This behavior is already documented: http://code.google.com/chrome/extensions/trunk/experimental.downloads.html Review URL: https://chromiumcodereview.appspot.com/10213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137245 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Also refactored the PolicyServiceImpl to merge data from PolicyBundles. BUG=108993 TEST=All works as before, unit_tests green Review URL: https://chromiumcodereview.appspot.com/10386097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137244 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@chromium.org authored
Also minor upstreaming command movement. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10382177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137243 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=127237 TEST=run ProfileSyncServiceAutofillTest tests under heapcheck. Review URL: https://chromiumcodereview.appspot.com/10386127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137242 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
underlying WebContents. This will aid in testing more scenarios with WebContents. Review URL: https://chromiumcodereview.appspot.com/10381140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137241 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
CID=103928 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10400002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137240 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
Turning on by default before M20 branch, but leaving flag code for now so that it's just a one-liner to disable if necessary post-branch. BUG=118552,112879 Review URL: http://codereview.chromium.org/10281003 TBR=scottmg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10310173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137239 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
BUG=124790 TEST=local preview works without --enable-media-stream and remote view won't show without --enable-peer-connection. Review URL: https://chromiumcodereview.appspot.com/10379003 TBR=wjia@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137238 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Add sanity checking to the json file representing the cache directory to ensure it doesn't add non-existent files. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10392110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137237 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
This implements chrome::browser::mac::KeychainReauthorize, which will rewrite all Keychain items accessible to Chrome having an old requirement string showing up in any ACL, transitioning them to the new requirement string, which is now used when signing the application. Rewriting is handled by deleting the old Keychain item and storing a new one in its place. The transition code is not yet live, but the requirement string for signed applications is. BUG=108238 TEST=none Review URL: https://chromiumcodereview.appspot.com/10344009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137235 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
This got left in r137083 by mistake, then further embelished in: http://codereview.chromium.org/10332173/ Only buildtype should need this treatment as win_pch is defined in terms of it. BUG=127875 TEST=builds on trybots. R=robertshield@chromium.org Review URL: https://chromiumcodereview.appspot.com/10377154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137233 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137231 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
CID=103250 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137230 0039d316-1c4b-4281-b951-d872f2087c98
-
rfevang@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10060003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137229 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137227 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r8576: (mseaborn) Thread suspension: Add tests that use real untrusted threads r8577: (khim) Use slower, table-based validator for MSVC 2008, ASAN and Apple-LLVM r8578: (khim) Add change lost from CL 8577 r8579: (bradchen) Enable hello_world_glibc test for gyp. r8580: (khim) Roll toolchain deps to rev 8575 r8582: (dschuff) Switch the compiler-rt repo to gerrit r8583: (mseaborn) x86-64: Remove the unused tls_base field r8584: (khim) Use different actions for different types of commands r8585: (dschuff) Roll Chrome rev to 136852 r8587: (khim) Disable __cpuidex for MSVC2008. r8588: (kschimpf) Fix code so that always_precedes and always_follows are consistent. r8589: (kschimpf) Clean up code to clarify we are only tracking the condition flags of APSR. r8590: (dschuff) Update compiler_rt_rev to merge with upstream tip r8591: (robertm) Cleanup the crtbegin/crtend handling. r8592: (robertm) Enabling rudimentary pthread testing BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10386126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137226 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Stage 1. Copy files to new directory so that try job can test next CL (http://codereview.chromium.org/10391145/). BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10384187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137224 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=120254 TEST=Should see string 'Learn more' instead of 'Learn More' for simple scrolling. Review URL: https://chromiumcodereview.appspot.com/10384172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137223 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=122909 TEST=ChunkDemuxer.TestAVHeadersWithAudioOnlyType, ChunkDemuxer.TestAVHeadersWithVideoOnlyType Review URL: https://chromiumcodereview.appspot.com/10389125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137222 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
I missed this in https://chromiumcodereview.appspot.com/10386108/ . Thanks to tfarina for noticing. BUG=90078 TEST=none TBR=ben Review URL: https://chromiumcodereview.appspot.com/10377151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137221 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
BUG=124790 TEST=local preview works without --enable-media-stream and remote view won't show without --enable-peer-connection. Review URL: https://chromiumcodereview.appspot.com/10379003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137219 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137218 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
TBR=tkent@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10399032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137216 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
Pass in the delegate to ContentMainRunner::Initialize so that it can invoke the relevant startup routines. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10388146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137215 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
BUG=125807 Review URL: https://chromiumcodereview.appspot.com/10399018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137214 0039d316-1c4b-4281-b951-d872f2087c98
-
gauravsh@chromium.org authored
BUG=chromium-os:29809 TEST=tested with corresponding extension change. Review URL: https://chromiumcodereview.appspot.com/10378118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137208 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137204 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
CID=100224 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10384176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137201 0039d316-1c4b-4281-b951-d872f2087c98
-
beng@google.com authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137200 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org BUG=128118 TEST=Create an appmarklet via d'n'd on the NTP, make sure it bounces in. Review URL: https://chromiumcodereview.appspot.com/10388134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137199 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Convert the notifications interactive ui_test to use InProcessBrowserTest, and run it in inside browser_tests target (no need for it to be interactive). BUG=121574, 62311, 74428 Review URL: https://chromiumcodereview.appspot.com/10383191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137198 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
BUG=119473 TEST=my demo app works with this change Review URL: https://chromiumcodereview.appspot.com/10381120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137196 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
Introduces a new constant IDS_SHORT_PRODUCT_OS_NAME (i.e., Chrome OS), and changes the old constant IDS_PRODUCT_OS_NAME to be the full name (i.e., Google Chrome OS) to remain in sync with the other string names. Changes previous references to IDS_PRODUCT_OS_NAME to IDS_SHORT_PRODUCT_OS_NAME. BUG=122645 TEST=look at help page on CrOS and see that text says Google Chrome OS Review URL: https://chromiumcodereview.appspot.com/10388120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137195 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
Unit-tests would fail to compile on Android. BUG=None TEST=Unit-tests should compile on Android. Review URL: https://chromiumcodereview.appspot.com/10389123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137194 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137189 0039d316-1c4b-4281-b951-d872f2087c98
-