<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_pdfium/fxbarcode/cbc_onecode.cpp, branch master</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/AOSP/platform_external_pdfium/'/>
<entry>
<title>Pass WideStringViews by value.</title>
<updated>2018-12-14T20:31:31+00:00</updated>
<author>
<name>Tom Sepez</name>
<email>tsepez@chromium.org</email>
</author>
<published>2018-12-14T20:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_pdfium/commit/?id=1ab2757db2710e476ac40983710eb647a7c09897'/>
<id>1ab2757db2710e476ac40983710eb647a7c09897</id>
<content type='text'>
Bring in-line with best practices regarding views.

via:
sed -i 's/const WideStringView&amp;/WideStringView/g' `git grep -l WideStringView`

Change-Id: I3a44b211d2da8a4e67273db4cdbe2534af2919b6
Reviewed-on: https://pdfium-review.googlesource.com/c/47290
Reviewed-by: Lei Zhang &lt;thestig@chromium.org&gt;
Commit-Queue: Tom Sepez &lt;tsepez@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring in-line with best practices regarding views.

via:
sed -i 's/const WideStringView&amp;/WideStringView/g' `git grep -l WideStringView`

Change-Id: I3a44b211d2da8a4e67273db4cdbe2534af2919b6
Reviewed-on: https://pdfium-review.googlesource.com/c/47290
Reviewed-by: Lei Zhang &lt;thestig@chromium.org&gt;
Commit-Queue: Tom Sepez &lt;tsepez@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert string class names</title>
<updated>2017-09-18T18:40:16+00:00</updated>
<author>
<name>Ryan Harrison</name>
<email>rharrison@chromium.org</email>
</author>
<published>2017-09-18T18:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_pdfium/commit/?id=275e260a6cd4a8e506ba974feb85ebcd926c1739'/>
<id>275e260a6cd4a8e506ba974feb85ebcd926c1739</id>
<content type='text'>
Automated using git grep &amp; sed.
Replace StringC classes with StringView classes.
Remove the CFX_ prefix and put string classes in fxcrt namespace.
Change AsStringC() to AsStringView().
Rename tests from TEST(fxcrt, *String*Foo) to TEST(*String*,
Foo).
Couple of tests needed to have their names regularlized.

BUG=pdfium:894

Change-Id: I7ca038685c8d803795f3ed02545124f7a224c83d
Reviewed-on: https://pdfium-review.googlesource.com/14151
Reviewed-by: Tom Sepez &lt;tsepez@chromium.org&gt;
Commit-Queue: Ryan Harrison &lt;rharrison@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automated using git grep &amp; sed.
Replace StringC classes with StringView classes.
Remove the CFX_ prefix and put string classes in fxcrt namespace.
Change AsStringC() to AsStringView().
Rename tests from TEST(fxcrt, *String*Foo) to TEST(*String*,
Foo).
Couple of tests needed to have their names regularlized.

BUG=pdfium:894

Change-Id: I7ca038685c8d803795f3ed02545124f7a224c83d
Reviewed-on: https://pdfium-review.googlesource.com/14151
Reviewed-by: Tom Sepez &lt;tsepez@chromium.org&gt;
Commit-Queue: Ryan Harrison &lt;rharrison@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more |new|s, part 8</title>
<updated>2017-05-02T14:12:00+00:00</updated>
<author>
<name>Tom Sepez</name>
<email>tsepez@chromium.org</email>
</author>
<published>2017-05-01T21:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_pdfium/commit/?id=ea23e0a2d6540d6fbc03ebc74e1e6c17dc254f32'/>
<id>ea23e0a2d6540d6fbc03ebc74e1e6c17dc254f32</id>
<content type='text'>
Change-Id: I0e3f4bd33e66fd48db8371a5cc2f8db964720d08
Reviewed-on: https://pdfium-review.googlesource.com/4731
Reviewed-by: dsinclair &lt;dsinclair@chromium.org&gt;
Commit-Queue: dsinclair &lt;dsinclair@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0e3f4bd33e66fd48db8371a5cc2f8db964720d08
Reviewed-on: https://pdfium-review.googlesource.com/4731
Reviewed-by: dsinclair &lt;dsinclair@chromium.org&gt;
Commit-Queue: dsinclair &lt;dsinclair@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change more fxbarcode to use return values.</title>
<updated>2017-04-21T00:54:04+00:00</updated>
<author>
<name>Lei Zhang</name>
<email>thestig@chromium.org</email>
</author>
<published>2017-04-20T22:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_pdfium/commit/?id=1badb85e5c3a4b4cd42ca1a2b223d6b3bc67cc4a'/>
<id>1badb85e5c3a4b4cd42ca1a2b223d6b3bc67cc4a</id>
<content type='text'>
Change-Id: Idcc05fb8c5a1448f552b4db5ae131ad82aef4d59
Reviewed-on: https://pdfium-review.googlesource.com/4258
Reviewed-by: Tom Sepez &lt;tsepez@chromium.org&gt;
Commit-Queue: Lei Zhang &lt;thestig@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idcc05fb8c5a1448f552b4db5ae131ad82aef4d59
Reviewed-on: https://pdfium-review.googlesource.com/4258
Reviewed-by: Tom Sepez &lt;tsepez@chromium.org&gt;
Commit-Queue: Lei Zhang &lt;thestig@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move xfa/fxbarcode fxbarcode/</title>
<updated>2017-03-29T21:01:07+00:00</updated>
<author>
<name>Dan Sinclair</name>
<email>dsinclair@chromium.org</email>
</author>
<published>2017-03-29T19:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_pdfium/commit/?id=e778668fe92b8c60e0537ee48f79d5af6c1a2f1e'/>
<id>e778668fe92b8c60e0537ee48f79d5af6c1a2f1e</id>
<content type='text'>
Nothing in fxbarcode/ depends on XFA code. This CL moves xfa/fxbarcode
to be fxbarcode/ and creates a static_library for fxbarcode which is
depend on by the xfa library.

Change-Id: I0b708737b07efb94b769a5238d92af92bc62880d
Reviewed-on: https://pdfium-review.googlesource.com/3291
Reviewed-by: Tom Sepez &lt;tsepez@chromium.org&gt;
Commit-Queue: dsinclair &lt;dsinclair@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nothing in fxbarcode/ depends on XFA code. This CL moves xfa/fxbarcode
to be fxbarcode/ and creates a static_library for fxbarcode which is
depend on by the xfa library.

Change-Id: I0b708737b07efb94b769a5238d92af92bc62880d
Reviewed-on: https://pdfium-review.googlesource.com/3291
Reviewed-by: Tom Sepez &lt;tsepez@chromium.org&gt;
Commit-Queue: dsinclair &lt;dsinclair@chromium.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
