<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_v8/src/dateparser-inl.h, branch stable/cm-11.0-XNG2S</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/'/>
<entry>
<title>Upgrade to V8 3.4</title>
<updated>2011-12-02T17:27:49+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2011-12-02T17:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=3fb3ca8c7ca439d408449a395897395c0faae8d1'/>
<id>3fb3ca8c7ca439d408449a395897395c0faae8d1</id>
<content type='text'>
Merge 3.4.14.35

Simple merge required updates to makefiles only.

Bug: 568872
Change-Id: I403a38452c547e06fcfa951c12eca12a1bc40978
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge 3.4.14.35

Simple merge required updates to makefiles only.

Bug: 568872
Change-Id: I403a38452c547e06fcfa951c12eca12a1bc40978
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge V8 at r7668: Initial merge by Git.</title>
<updated>2011-06-08T15:56:58+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2011-06-08T15:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=8b112d2025046f85ef7f6be087c6129c872ebad2'/>
<id>8b112d2025046f85ef7f6be087c6129c872ebad2</id>
<content type='text'>
Change-Id: I1703c8b4f5c63052451a22cf3fb878abc9a0ec75
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1703c8b4f5c63052451a22cf3fb878abc9a0ec75
</pre>
</div>
</content>
</entry>
<entry>
<title>Update V8 to r5901 as required by WebKit r73109</title>
<updated>2010-12-07T03:01:33+00:00</updated>
<author>
<name>Shimeng (Simon) Wang</name>
<email>swang@google.com</email>
</author>
<published>2010-12-07T03:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=8a31eba00023874d4a1dcdc5f411cc4336776874'/>
<id>8a31eba00023874d4a1dcdc5f411cc4336776874</id>
<content type='text'>
Change-Id: Ic48c5b085ce90e0151e2e7e58c4c5afe87fce9d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic48c5b085ce90e0151e2e7e58c4c5afe87fce9d1
</pre>
</div>
</content>
</entry>
<entry>
<title>Update V8 to r5447 as required by WebKit r67908</title>
<updated>2010-09-29T17:15:43+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2010-09-22T14:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=59151504615d929945dc59db37bf1166937748c6'/>
<id>59151504615d929945dc59db37bf1166937748c6</id>
<content type='text'>
Change-Id: I5af6ccf18523cb7e28460e6bbc044444256cdb97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5af6ccf18523cb7e28460e6bbc044444256cdb97
</pre>
</div>
</content>
</entry>
<entry>
<title>Update V8 to r4588</title>
<updated>2010-05-10T14:08:22+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2010-05-10T13:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=6ded16be15dd865a9b21ea304d5273c8be299c87'/>
<id>6ded16be15dd865a9b21ea304d5273c8be299c87</id>
<content type='text'>
We're using WebKit r58033, as used by
http://src.chromium.org/svn/releases/5.0.387.0/DEPS
This requires http://v8.googlecode.com/svn/trunk@4465 but this version has a
crashing bug for ARM. Instead we use http://v8.googlecode.com/svn/trunk@4588,
which is used by http://src.chromium.org/svn/releases/6.0.399.0/DEPS

Note that a trivial bug fix was required in arm/codegen-arm.cc. This is guarded
with ANDROID. See http://code.google.com/p/v8/issues/detail?id=703

Change-Id: I459647a8286c4f8c7405f0c5581ecbf051a6f1e8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're using WebKit r58033, as used by
http://src.chromium.org/svn/releases/5.0.387.0/DEPS
This requires http://v8.googlecode.com/svn/trunk@4465 but this version has a
crashing bug for ARM. Instead we use http://v8.googlecode.com/svn/trunk@4588,
which is used by http://src.chromium.org/svn/releases/6.0.399.0/DEPS

Note that a trivial bug fix was required in arm/codegen-arm.cc. This is guarded
with ANDROID. See http://code.google.com/p/v8/issues/detail?id=703

Change-Id: I459647a8286c4f8c7405f0c5581ecbf051a6f1e8
</pre>
</div>
</content>
</entry>
<entry>
<title>Update V8 to r3121 as required for WebKit update.</title>
<updated>2009-11-05T08:53:23+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2009-11-05T08:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=3ce2e2076e8e3e60cf1810eec160ea2d8557e9e7'/>
<id>3ce2e2076e8e3e60cf1810eec160ea2d8557e9e7</id>
<content type='text'>
Change-Id: Ic53e0aef9a9eb9b71ee7d25a8aef61520bba899c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic53e0aef9a9eb9b71ee7d25a8aef61520bba899c
</pre>
</div>
</content>
</entry>
<entry>
<title>Move V8 to external/v8</title>
<updated>2009-11-03T17:23:38+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2009-10-30T11:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=a7e24c173cf37484693b9abb38e494fa7bd7baeb'/>
<id>a7e24c173cf37484693b9abb38e494fa7bd7baeb</id>
<content type='text'>
Change-Id: If68025d67453785a651c5dfb34fad298c16676a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If68025d67453785a651c5dfb34fad298c16676a4
</pre>
</div>
</content>
</entry>
</feed>
