| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126481 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following Native Client changes:
r7984: (mcgrathr) Filter -fprofile-generate out of flags for nacl_helper_bootstrap
r7985: (mcgrathr) Use SCons feature to hide long command lines in temporary files on Windows
r7986: (mseaborn) thread_create: Reuse NaClIsValidJumpTarget() for checking function argument
r7987: (mseaborn) Stop using the Scons-built IRT library on the NaCl/Chromium integration bot
r7988: (pdox) Partially enable metadata file passing and interpretation.
r7989: (jvoung) Bump upstream rev to bring in StubWriter.h, missing from 7988.
r7990: (pasko) validator_ragel: forbid data16 on control transfer
r7991: (pasko) validator_ragel: handle more validator messages in x86-32 tests
r7992: (mseaborn) Scons: Merge dynamic_library_browser_tests into chrome_browser_tests
r7993: (pasko) validator_ragel: fix the crosses_block test special casing
r7994: (robertm) A simple tool for making objdump's disassemble dumps
r7995: (dschuff) Update UPSTREAM_REV to pull in the merge to r152162
r7996: (robertm) Roll ARM trusted TC to 7004 pulling in a new version of qemu (1.0.1)
r7997: (robertm) Switch to the latest qemu version and re-enable a patch which improves
r7999: (jvoung) Avoid some aliasing in buildbot "BUILD_STEP" printouts for pnacl bots.
r8000: (bsy) make clock interface optional.
r8002: (mseaborn) Exception handling: Split test so that it can be separately enabled/disabled
r8004: (dschuff) Have merge-bot script print out local hg revision to ease merge failure diagnosis
r8005: (dschuff) Only show info in merge script for llvm (the bot doesn't have checkouts of the rest)
r8006: (jvoung) Bump pnacl upstream rev.
r8007: (mseaborn) Cleanup: No need to link against -ldl
r8008: (mseaborn) Debug stub: Remove empty test files
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9694043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126466 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
72: Start moving FinancialPing over to the cross-platform part.
BUG=46579
TEST=none
TBR=rogerta
Review URL: https://chromiumcodereview.appspot.com/9696043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126454 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9696042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126442 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9689043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126386 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Restructure source directory into deps/, impl/, include/, test/.
- Fix a bug where redundant registrations would be resent.
- Fix a bug that would prevent retry delays from being computed correctly.
- Some cosmetic code cleanup.
Review URL: http://codereview.chromium.org/9675001
TBR=ghc@google.com
Review URL: https://chromiumcodereview.appspot.com/9689055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126356 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Restructure source directory into deps/, impl/, include/, test/.
- Fix a bug where redundant registrations would be resent.
- Fix a bug that would prevent retry delays from being computed correctly.
- Some cosmetic code cleanup.
Review URL: http://codereview.chromium.org/9675001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126353 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
kareng has asked me to land this roll before 5pm to avoid some release blockage
(which I don't fully understand). In any case, that means I'm landing this CL
without waiting for all the try servers to complete. The chromium.webkit
waterfall predicts that all the try runs will be green, so I've got my fingers
crossed.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126264 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only change:
r126090: Revert a workaround for a yasm warning false positive that's now fixed.
BUG=none
TEST=none
TBR=hbono
Review URL: http://codereview.chromium.org/9694007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126252 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r931 Remove static initializer in linux/guid_creator.cc.
r930 Removing breakpad_exc_server and all references.
r929 Correct various compilation warnings.
r928 Send uptime as milliseconds for Mac and iOS.
r927 Support for .raSearch in the x86 stackwalker
r926 Handle program strings with the assignment operator smashed against the next token.
r925 Modify CrashGenerator::CreateChildCrash to copy proc files.
r924 Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal().
r923 Add support for @ operator to PostfixEvaluator R=mark at http://breakpad.appspot.com/349002/
BUG=94925
TEST=none
Review URL: http://codereview.chromium.org/9662057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126234 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=abarth@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9677013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126231 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only change:
r126189: mac: Don't build nss with -fvisibility=hidden when doing a shared build.
BUG=90078
TEST=none
TBR=wtc
Review URL: http://codereview.chromium.org/9696003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126216 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This roll cause two webgl conformance tests TIMEOUT on Win Debug GPU bots.
See build.chromium.org/p/chromium.gpu/waterfall
Also, you can try with -b win_gpu to make sure the roll doesn't break any GPU tests.
Review URL: http://codereview.chromium.org/9663059
TBR=svenpanne@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9666058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9663059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126117 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=abarth
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9669046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126111 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=abarth
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9666046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126097 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Shanges:
r126065: Merge an upstream warning fix to print "warning: section flags ignored on section redeclaration" less often on mac.
r126079: Change a "//" comment introduced in r126065 to "/**/"
BUG=none
TEST=none
TBR=fischman
Review URL: http://codereview.chromium.org/9665047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126082 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126049 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126003 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125971 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ffmpeg_revision:
http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/ffmpeg/?view=log
ffmpeg_hash:
http://git.chromium.org/gitweb/?p=chromium/third_party/ffmpeg.git;a=commit;h=d70dcd6cce182fe5fe1ce47561e17890a1bae2b9
BUG=116927, 112976, 110839, 110838
TEST=Valgrind, ASAN.
Review URL: https://chromiumcodereview.appspot.com/9664026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125969 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following Native Client changes:
r7947: (sehr) Removes the -i option from the start up command line and replaces the argument
r7948: (halyavin) Remove temporary change need for display manifest url in chrome://memory page.
r7949: (kschimpf) Fix code so that x86-32 decoder doesn't abort on some illegal instructions.
r7950: (kschimpf) Factor out xed decoder into separate tester instance.
r7951: (jvoung) Fix bug from 7761. Have pnacl toolchain tester actually test sbtc for arm.
r7952: (kschimpf) Remove the confusing concept of OpDest from the new decoder.
r7953: (robertm) Added some more components to the arm trusted TC.
r7954: (kschimpf) Fix jump far instructions for x86-32 in the new decoder. Note that this doesn't
r7956: (bsy) check page alignment of mmap return results. randomized allocations/deallocs.
r7957: (pdox) PNaCl: Update UPSTREAM_REV and BINUTILS_REV to activate:
r7958: (pdox) Roll tools_rev to 7955 and remove elfutils tarball and portability patch from pnacl directory.
r7960: (eugenis) Update the path to ASan blacklist file.
r7961: (eugenis) Fix a typo.
r7962: (robertm) Update trusted ARM TC to pull in some more shared libs
r7964: (mcgrathr) Don't use -lcrypto by default
r7965: (mcgrathr) Fix uninitialized value in obj_proxy_test
r7966: (bradchen) Eliminate racey calls to QueryPerformanceCounter.
r7967: (sehr) Add NaClDuplicateNaClHandle.
r7968: (pdox) Use CPPDEFINES instead of CFLAGS for the USE_CRYPT=0 define.
r7969: (jvoung) Change a few pnacl pexe browser tests to use the new pexe mode
r7970: (sehr) Revert r7947: "Removes the -i option from the start up command line and replaces the argument"
r7971: (jvoung) Clean up browser_dynamic_library scons files / NMF generation to
r7972: (robertm) Fix a small typo in the pnacl tc build script
r7973: (jvoung) Disallow pnacl_stop_with_pexe with --nacl_glibc x86-64 for now,
r7974: (kschimpf) Clean up arm validator by introducing symbolic names for registers etc.
r7975: (mseaborn) Allow minimal sel_ldr executables to be linked without the debug stub
r7976: (bradnelson) Add dev irt interface for exception handling, and use it.
r7977: (dschuff) Roll Chrome DEPS in Nacl to 125604
r7979: (robertm) Make sure that "pnacl/build.sh newlib" can be run by itself again.
r7980: (mseaborn) Generate most manifest files instead of having them checked in
r7981: (jvoung) Add libmemusage.so to glibc-copy(), since that is used by a test.
r7982: (robertm) A simple tool for generating C code proportional in size to some command line parameter.
r7983: (mcgrathr) Give scons --verbose option on Chrome bots
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9663022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125943 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125919 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=117566
Review URL: http://codereview.chromium.org/9663012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125915 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1239: Allow specification of VC10 props and configuration attributes in gyp file.
1240: Make _CopyXIBFile() work with Xcode 4.3
1241: mac make and ninja: Don't require CFBundleSignature in Info.plist files.
1242: Add a test case for the CFBundleSignature happy path.
Also remove the now-unused CFBundleSignature fron app-Info.plist for launcher apps.
BUG=117498,114970
TEST=none
TBR=rsesek
Review URL: http://codereview.chromium.org/9663010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125895 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125888 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9638017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125839 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=abarth
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9653019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125806 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes included:
1. OpenSSL deps to include support for keying material exporter.
2. Implement keying material exported in SSLClientSocket.
3. Add unit test to make the feature runs.
BUG=None
TEST=net_unittests
Review URL: http://codereview.chromium.org/9648005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125720 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1234: Update test/restat to not expect `touch' to be in the path.
1235: Add fallback for COPY when mklink not available (windows ninja).
1236: Add ninja to Windows test runs on the gyp bots.
1237: Let mac ninja and mac make work better with xcode 4.3.
1238: ninja&make/mac: Continue working on xcode4.2 and below, too.
BUG=116939
TEST=fewer errors when building with make or ninja on mac with xcode 4.3.
TBR=mark
Review URL: http://codereview.chromium.org/9632027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only change:
r125647: Fix CrOS ebuild from local source of chromeos-chrome on arm.
BUG=chrome-os-partner:8359
Review URL: http://codereview.chromium.org/9652003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125689 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: http://codereview.chromium.org/9648001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125677 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
67: Remove an effectively unused overload of GetAccessPointRlz().
68: Remove now-unused static UserKey::HasAccess() method.
69: Remove declaration of a method that isn't defined or used anywhere.
70: Various minor behavior-preserving changes to financial_ping.cc
71: Remove unused user_key parameter from a few functions.
BUG=46579
TEST=none
TBR=rogerta
Review URL: http://codereview.chromium.org/9641022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=116350
TEST=unit_tests
TBR=vangelis
Review URL: https://chromiumcodereview.appspot.com/9622018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125659 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: https://chromiumcodereview.appspot.com/9635015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125608 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=senorblanco
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9635009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125598 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=senorblanco
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9635008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125578 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: http://codereview.chromium.org/9641001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: https://chromiumcodereview.appspot.com/9620025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: https://chromiumcodereview.appspot.com/9621018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125481 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: https://chromiumcodereview.appspot.com/9622011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125414 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: http://codereview.chromium.org/9546007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125408 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=senorblanco
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9546048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125376 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=senorblanco
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9615049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125348 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: http://codereview.chromium.org/9592032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125292 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=ukai
Review URL: https://chromiumcodereview.appspot.com/9616026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125239 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following Native Client changes:
r7947: (sehr) Removes the -i option from the start up command line and replaces the argument
r7948: (halyavin) Remove temporary change need for display manifest url in chrome://memory page.
r7949: (kschimpf) Fix code so that x86-32 decoder doesn't abort on some illegal instructions.
r7950: (kschimpf) Factor out xed decoder into separate tester instance.
r7951: (jvoung) Fix bug from 7761. Have pnacl toolchain tester actually test sbtc for arm.
r7952: (kschimpf) Remove the confusing concept of OpDest from the new decoder.
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9595029
TBR=mseaborn@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9600055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125206 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9592010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125198 0039d316-1c4b-4281-b951-d872f2087c98
|