Chromium Code Reviews
DescriptionPPAPI: Make Messaging not PostTask and copy when out-of-process.
This is a modification of dmichael's change at:
https://codereview.chromium.org/11264049/
...except that it passes unit tests.
To prevent posting messages while the plugin element is being
initialized, we queue events early on, and don't post them to javascript
until our plugin is set up in the DOM.
From dmichael's change description:
"""
I ran John McCutchan's benchmark
(https://github.com/johnmccutchan/NaClComputeEngineBenchmark); this
improves the NaCl IPC proxy performance. Without this CL, the benchmark
will actually run out of memory and crash on the last test.
Results are here: https://docs.google.com/a/google.com/spreadsheet/ccc?key=0AuwLeGmMcfz0dDBXc1dmLUl6Q3dsSW1fUWVZWE5vaHc
"""
BUG=147597, 116317
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172620
Patch Set 1 #Patch Set 2 : #
Total comments: 11
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : Fixed NaCl plugins #
Total comments: 6
Patch Set 6 : state machine for early message queue #Patch Set 7 : #
Total comments: 6
Patch Set 8 : #
Messages
Total messages: 20 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||