summaryrefslogtreecommitdiff
path: root/chromium/v8
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-master' into 44-basedAllan Sandfeld Jensen2015-07-308-95/+111
|\ | | | | | | Change-Id: Ie5db510a9470dacbb91c4ab8fa7c73e2dee7d6a1
| * BASELINE: Update chromium to 44.0.2403.91Allan Sandfeld Jensen2015-07-298-95/+111
| | | | | | | | | | | | | | | | Also adds missing compile_test tool, and removed two unused third_party modules. Change-Id: Ie6135c2a57c8c9519aa093eb0a259a605b26a111 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* | Merge branch 'upstream-master' into 44-basedAllan Sandfeld Jensen2015-07-0716-74/+269
|\ \ | |/ | | | | Change-Id: I6273ef9e92ca18de70c974fb8435a40218157f8c
| * BASELINE: Update to chromium 44.0.2403.80Allan Sandfeld Jensen2015-07-0716-74/+269
| | | | | | | | | | Change-Id: Ib190ddcbbb5f312742c16d159bdfe9dbf7360c8a Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* | <v8> Define __ARM_ARCH_6ZK__ support for atomicops.Zeno Albisser2015-06-231-1/+2
| | | | | | | | | | | | | | This is needed for the raspberry PI. Change-Id: I0c46643a2877fccfadb7d0381788e440d901a6fa Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* | <v8> Use remove_v8base_debug_symbolsPeter Varga2015-06-231-0/+4
| | | | | | | | | | | | | | | | | | When this gyp variable is enabled the debug symbols of v8_base library are not generated. This reduces the debug section size of the libQtWebEngineCore library significantly (~25% less). Change-Id: Iad71af0ada4cd3924d66e47294c51dc2b554dbf7 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* | <v8> Prevent V8 from overridding the RuntimeLibrary cflagsJocelyn Turcotte2015-06-231-3/+3
|/ | | | | | | | | | Since we're never going to statically link to the runtime library on Windows (unlike Chromium when built as a monolitic chrome.exe), make sure that our /M flag setting is also properly set for V8. Change-Id: I755c3c0bfa27e45b897a2d4d5496103913d1c6c4 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com> Reviewed-by: Jocelyn Turcotte (Woboq GmbH) <jturcotte@woboq.com>
* BASELINE: Update chromium to 44.0.2403.47Allan Sandfeld Jensen2015-06-18944-74800/+180582
| | | | | Change-Id: Ie056fedba95cf5e5c76b30c4b2c80fca4764aa2f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* BASELINE: Update chromium to 40.0.2214.28 and ninja to 1.5.3.Zeno Albisser2014-12-09974-99709/+218288
| | | | | Change-Id: I759465284fd64d59ad120219cbe257f7402c4181 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* Update Chromium to beta version 37.0.2062.68Jocelyn Turcotte2014-08-12749-106411/+197636
| | | | | Change-Id: I188e3b5aff1bec75566014291b654eb19f5bc8ca Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Update Chromium snapshot to stable version 33.0.1750.170Andras Becsi2014-06-0429-197/+243
| | | | | | | | | | | | | | | This is meant as a baseline commit hence it does not include the patches we need to apply for QtWebEngine. All patches should be rebased on top of this commit so we can get rid of the external patches directory. In future these baseline commits always have to include the exact Chromium version returned by version_resolver.py's currentVersion() in their first line, so that we can retrieve the patches on top to apply on the upstream repository. This also includes a ninja update. Change-Id: I60abeadb785a3b7d149c58b65ddb5a823fed3083 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* fix ARMv6 detection for v8.Zeno Albisser2014-05-191-1/+3
| | | | | | | | | | | | The linux kernel now reports the processor information in "model name" and not in "Processor" anymore. Both should be checked for backwards compatibility. As described by: https://code.google.com/p/v8/issues/detail?id=3112#c16 Change-Id: I8828c1a567281e0d7000106338a2033627e8e397 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Prevent V8 from overridding the RuntimeLibrary cflagsJocelyn Turcotte2014-04-151-4/+4
| | | | | | | | | Since we're never going to statically link to the runtime library on Windows (unlink Chromium when built as a monolitic chrome.exe), make sure that our /M flag setting is also properly set for V8. Change-Id: Ia17073f6811f43aa264d08c270b1ab841a09408f Reviewed-by: Michael Bruning <michael.bruning@digia.com>
* Update to new stable branch 1750Andras Becsi2014-03-20401-35086/+41466
| | | | | | | | | This also includes an updated ninja and chromium dependencies needed on Windows. Change-Id: Icd597d80ed3fa4425933c9f1334c3c2e31291c42 Reviewed-by: Zoltan Arvai <zarvai@inf.u-szeged.hu> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Update Chromium to branch 1650 (31.0.1650.63)Andras Becsi2013-12-13381-30794/+30605
| | | | | Change-Id: I57d8c832eaec1eb2364e0a8e7352a6dd354db99f Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Update chromium to branch 1599.Zeno Albisser2013-11-29182-7121/+6760
| | | | | Change-Id: I04e775a946a208bb4500d3b722bcb05c82b9d7cb Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Initial import.Zeno Albisser2013-08-15698-0/+561352