summaryrefslogtreecommitdiffstats
path: root/mojo/public/js/threading.js
Commit message (Collapse)AuthorAgeFilesLines
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-0/+21
| | | | | | | | | BUG=None NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1410053006 Cr-Commit-Position: refs/heads/master@{#359461}
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | This CL move //mojo/public and //mojo/edk to live in the following locations: - //third_party/mojo/src/mojo/public - //third_party/mojo/src/mojo/edk It moves the related gypfiles from //mojo to //third_party/mojo and updates them as necessary to account for the file moves. It also updates clients of the mojo SDK and EDK targets in both GYP and GN. (Note that for GN, the mojo SDK and EDK build systems are maintained in the Mojo repo and designed to be flexible wrt the location of the SDK/EDK in a client repo, so no changes are needed. This CL does not update include paths to the code being moved to limit the number of moving parts, instead relying on the include_dirs that the SDK and EDK targets supply to their direct dependents to ensure that include paths continue to resolve correctly. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/814543006 Cr-Commit-Position: refs/heads/master@{#312129}
* Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35ajamesr2014-11-191-0/+21
| | | | | | | | | | Includes updates to ipc/mojo/ipc_channel_mojo.cc for mojo::embedder API changes and updates to use mojo::Binding<> in ui/keyboard and device/battery. Review URL: https://codereview.chromium.org/728133002 Cr-Commit-Position: refs/heads/master@{#304731}
* Revert of Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 ↵thakis2014-11-151-21/+0
| | | | | | | | | | | | | | | | | | | | | | | (patchset #3 id:40001 of https://codereview.chromium.org/728553002/) Reason for revert: Breaks incremental builds, crbug.com/433524 Original issue's description: > Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 > > TBR=jam@chromium.org > > Committed: https://crrev.com/184f354ddeff66784515ddbbee9c46355cadab6a > Cr-Commit-Position: refs/heads/master@{#304114} TBR=jam@chromium.org,jamesr@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/728043002 Cr-Commit-Position: refs/heads/master@{#304305}
* Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480jamesr2014-11-131-0/+21
TBR=jam@chromium.org Review URL: https://codereview.chromium.org/728553002 Cr-Commit-Position: refs/heads/master@{#304114}