| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
(This fixes a few URLs I forgot in r237102)
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/85803003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237167 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The rules for building shared libraries are now much
more similar to those for building executables. In
particular we honor the libraries paths and linker flags
for the project.
This discrepancy was causing the libraries to be linked
without -pthread, which was causing a failure under the
recent binutils update in the NaCl toolchain.
R=binji@chromium.org, mcgrathr@chromium.org
Review URL: https://codereview.chromium.org/84073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237105 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's unfortunately difficult to test whether this works; I pushed to a
different version on appspot, but https is not allowed there (the certs are
invalid). I've confirmed that http still works, however.
* Also, update .pexes to non-dev versions.
* Also, actually land the change to update docs -> dev.
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/83793005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237102 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix GetStat returning size=0, when there is no "Content-Length" header, and
cache_stat is off.
* Fix infinite loop when reading uncached past the end of the entity.
* Fix error when doing partial read past the end of the entity.
* Fix Fake URLLoader to handle partial content correctly.
* Add parameterized HTTP tests (on each caching type, cache_stat/cache_content).
BUG=320557
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/81483002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236799 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change has been merged to the 1700 branch, so remove it from trunk.
> [NaCl SDK] Turn off parallel GYP when building nacl_sdk.
>
> This will make it easier to drover a change to the 1700 branch, instead of
> having to branch native_client to get the real fix (r12324).
>
> BUG=319564
> R=sbc@chromium.org
>
> Review URL: https://codereview.chromium.org/62523005
TBR=binji@chromium.org
Review URL: https://codereview.chromium.org/82703004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236775 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will make it easier to drover a change to the 1700 branch, instead of
having to branch native_client to get the real fix (r12324).
BUG=319564
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/62523005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236644 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The primary change here is to add VS2012 support, but
this also fixes for the default library path as well as
the new location of pnacl toolchain.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/76503002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236576 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The no-unused-local-typedefs flag is no longer needed
since we moved to a new version of gtest.
The other warnings are all fixed in this CL.
R=binji@chromium.org, binji
BUG=270739
Review URL: https://codereview.chromium.org/77043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236370 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add -Wl,-Bsymbolic to linux host build so that symbols
in the shared object override those in already loaded
libraries (specifically libc).
Also add .map file generation to linux build.
Also, re-enable --no-sandbox when running linux host builds
(without this loading of the so fails with permission
denied).
BUG=295794
R=binji@chromium.org
Review URL: https://codereview.chromium.org/59823007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236358 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=244313,245431
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/77423002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236343 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently this doesn't do anything nice like ncval_annotate, but it is a step
in the right direction.
BUG=116194
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/78713005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236339 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Exception handling" is ambiguous, so clarify C++ vs. hardware
exceptions.
"Signal handling" really refers to two features developers might want,
to clarify that.
BUG=none
TEST="make" in native_client_sdk/src/doc
Review URL: https://codereview.chromium.org/77153002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236333 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Tweak the ToC so that the new subheadings appear in it.
BUG=none
TEST="make" in native_client_sdk/src/doc
Review URL: https://codereview.chromium.org/68893021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This interface shouldn't be used by anything in native_client_sdk.
BUG=
R=binji@chromium.org
Review URL: https://codereview.chromium.org/66153004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
These are all the leaks found by running valgrind on the
linux host build.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/74643002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236007 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New x86 NaCl toolchains will change the BFD format names displayed
by objdump. Make the script handle both old and new names.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3636
TEST= none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/61603010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235909 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=318983
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/63573006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235833 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The process of doing this already found one serious bug
in lseek and will enable us to find many more via asan and
other sanitisers which run on the linux host envionment.
R=binji@chromium.org, binji
Review URL: https://codereview.chromium.org/73083005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235753 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Default to dev directory for devsite-prod build.
- Remove unneeded build artifacts for devsite-prod build.
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/72213002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235669 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the linux bot which is currently failing to build
the lua appengine example (readline build failing).
R=binji@chromium.org
Review URL: https://codereview.chromium.org/63193004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235485 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix #include of {ppp,ppb}_input_event.h.
Add some missing #includes that the sample code depends on for PP_OK,
PP_EXPORT, NULL and strcmp().
There is no "struct PPP_InputEvent". There is "struct
PPP_InputEvent_0_1" and the typedef name "PPP_InputEvent".
Fix copy-and-pasted reference to PPB_Instance that should be
PPB_InputEvent.
BUG=none
TEST=tested compiling sample
Review URL: https://codereview.chromium.org/72893002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235224 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R= dschuff@chromium.org
NOTRY=true
(documentation change)
Review URL: https://codereview.chromium.org/71753002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235181 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chrome 23 was released about a year ago, so saying that SDK version 23
is required now seems unnecessary.
There is no general requirement to use a Chrome version that's as new
as the SDK version. This note was left over from last year when the
NaCl GDB debug stub was undergoing a lot of development, and nacl-gdb
tended to require new debug stub features in Chrome, but there have
been no such dependencies added recently.
BUG=none
TEST="make" in native_client_sdk/src/doc
Review URL: https://codereview.chromium.org/72763003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235168 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also, move tests for signal/kill/sigaction to
kernel_proxy_test.cc.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/69933015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235146 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=316353
R=noelallen
CC=bradnelson
Review URL: https://codereview.chromium.org/61763014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235053 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=binji@chromium.org
Review URL: https://codereview.chromium.org/69333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234927 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The suggestion that developers can use "arm-nacl-gdb" is wrong:
there's no GDB in the ARM GCC toolchain. But there's no need for it,
either: the GDB in the x86 toolchains is meant to be built with ARM
support.
There's also no need to select which copy of GDB you use based on
newlib vs. glibc or x86-32 vs. x86-64: these toolchains contain the
same GDB.
BUG=none
TEST="make" in native_client_sdk/src/doc
Review URL: https://codereview.chromium.org/70623006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234732 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The PNaCl installer is more aggressive right now and
checks for updates on each pexe load. Disable this behavior
to test the copy of PNaCl that is already built instead of
downloading the "official" one.
A separate CL will make this less aggressive, but it's not
clear if that will be flexible enough to detect pre-built
copies of PNaCl vs official copies. E.g., if it's just based
on min_version vs cur_version of official copies then it
will ignore the pre-built copies.
Re-enable nacl_io_test. It was timing out before because
of the installation delay. The installation delay is less
now due to component updater timer tweaks (2 seconds),
but having --disable-component-update reduces that to 0.
BUG=315253
NOTRY=true
(sdk only)
Review URL: https://codereview.chromium.org/70633002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=sbc@chromium.org
TBR=sbc@chromium.org
Review URL: https://codereview.chromium.org/69943002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Back/Forward works
* Set title properly
* Highlight navbar
BUG=none
TBR=sbc@chromium.org
Review URL: https://codereview.chromium.org/69933002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234397 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, update the version of hterm to match the lua
build we are using.
Also, roll the version of naclports that we build
lua from to being in the version that doesn't require
html5fs mount to succeed.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/68163009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234364 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=nfullagar@chromium.org, sbc@chromium.org
Review URL: https://codereview.chromium.org/59023005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234348 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Wide variety" shouldn't be hyphenated.
"Command line" is usually two words.
"C compiler" is not usually hyphenated.
.a archives are the same thing as static libraries, so say "i.e."
rather than "e.g.".
"-o" is usually written with a space after.
Clean up some link texts.
BUG=none
TEST="make" in native_client_sdk/src/doc
Review URL: https://codereview.chromium.org/68263005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234343 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=316975
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/68413004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234341 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, integrate latest naclterm.js from naclports and
add exit code to PS_EXIT_MESSAGE sent by ppapi_simple
on exit.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/69273002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234339 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST="make" in native_client_sdk/src/doc
Review URL: https://codereview.chromium.org/69123003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234291 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The new smoothlife allows for float value scaling
* Select box for thread count
* Select box for simulation size
* Slider for zoom
* Make the buttons thinner and put them on one line (makes the page less
long)
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/68013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234236 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version fixes an issue with readline not knowing the
correct terminal size.
Also, remove debug ARG1 and ARG2 settings from naclterm.js.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/67173006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234229 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This new .pexe inludes fixes to nacl_io that fix issues
with readline. The version of naclterm has also been
updated to the latest one in naclports.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/67643002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234186 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow the initial terminal size to be set via the PS_TTY_ROWS
and PS_TTY_COLS environment variables.
This allows ppapi_simple application to know the TTY
size before the main function runs.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/66343004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234130 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
xvfb-run defaults to 8-bit framebuffers, which was causing problems for Aura.
BUG=316687
Review URL: https://codereview.chromium.org/67423003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234109 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
SIG_IGN has a special meaning and should not be returned
by default. This was confusing readline in naclports.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/65363005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234060 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* /demo works now
* Also moved /static/pnacl-demo-<foo> => /static/foo
* Redirect /demo/<garbage> to /demo/
* Stripping final slash: /demo/bullet/ => /demo/bullet
* Clicking a link will correctly update your URL
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/67473003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234057 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also -- just use dummy values for the template file, these will all be set to
the correct values by update_nacl_manifest.py
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/61903003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234012 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also turn off naclports annotation when building AppEngine examples.
BUG=none
TBR=sbc@chromium.org
Review URL: https://codereview.chromium.org/66823003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234010 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This suffix is needed for NaCl because we need to build
the same object for each architecture. With PNaCl there
is only only architecture.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/67183002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233998 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use "name" instead of "id" to set iframe contents (fixes firefox)
* Set "header" element flex so it doesn't overlap the explanatory text
* Increased the max-width of the left panel; this prevents text wrapping on
the bullet demo buttons
* Use "position: fixed" on the loading cover (so you can't scroll it)
* Change all <a> elements to use target="_blank"
* Life: s/LIfe/Life/
* SmoothLife: Change control layout, add palette switcher, new presets
* SmoothLife: Roll to 9984167
* Lua: Roll Lua to naclports rev 970
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/67173002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233949 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Currently only supported by memfs.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/64823004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233947 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Add corresponding test.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/60803005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233934 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
s/Apache/Apache 2.0/
BUG=
NOTRY=true
TBR=sbc@chromium.org
Review URL: https://codereview.chromium.org/63603004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233830 0039d316-1c4b-4281-b951-d872f2087c98
|