| commit | 0b4376118260f28c64433db1002e23ed8c663cb0 | [log] [tgz] |
|---|---|---|
| author | csharrison <csharrison@chromium.org> | Wed Jul 13 14:10:20 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 14:11:43 2016 |
| tree | b83842eca72618821130b87c22020f9fb0a48ea1 | |
| parent | c5fffc64c14a0464f8870bbe91df7e945f42c3ca [diff] |
Remove threading primitives from ParseHTMLOnMainThread This patch removes locks from ParsedChunkQueue, and use of crossThreadBind in HTMLDocumentParser/BackgroundHTMLParser, which introduces unecessary copies if we're not actually crossing threads. BUG=627198 Review-Url: https://codereview.chromium.org/2134323002 Cr-Commit-Position: refs/heads/master@{#405139}