|
[WIP]Add WebPrivateHeapPtr and use it for speech platform layer.
Add the ability for a platform layer object to wrap a heap reference,
using a Persistent. If Oilpan is disabled, it effectively
'degenerates' into a WebPrivatePtr.
R=
BUG=
Total comments: 21
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+261 lines, -60 lines) |
Patch |
 |
M |
Source/core/speech/SpeechInputEvent.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/speech/SpeechInputResult.h
|
View
|
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/speech/SpeechInputResult.cpp
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/speech/SpeechInputResult.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/speech/SpeechInputResultList.h
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/speech/SpeechInputResultList.cpp
|
View
|
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/speech/SpeechInputResultList.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechGrammar.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechGrammar.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognition.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognition.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
1 comment
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognitionEvent.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognitionEvent.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognitionResult.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognitionResult.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognitionResultList.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/speech/SpeechRecognitionResultList.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
1 comment
|
Download
|
 |
M |
Source/web/SpeechInputClientImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
 |
M |
Source/web/SpeechRecognitionClientProxy.cpp
|
View
|
|
1 chunk |
+4 lines, -4 lines |
5 comments
|
Download
|
 |
M |
Source/web/WebSpeechGrammar.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebSpeechInputResult.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebSpeechRecognitionResult.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
 |
A |
public/platform/WebPrivateHeapPtr.h
|
View
|
|
1 chunk |
+182 lines, -0 lines |
8 comments
|
Download
|
 |
M |
public/web/WebSpeechGrammar.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
4 comments
|
Download
|
 |
M |
public/web/WebSpeechInputResult.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
public/web/WebSpeechRecognitionResult.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|