Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: testing/resources/javascript/document_methods.in

Issue 2265553002: Stub out Document::syncAnnotScan method. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {{header}} 1 {{header}}
2 {{object 1 0}} << 2 {{object 1 0}} <<
3 /Type /Catalog 3 /Type /Catalog
4 /Pages 2 0 R 4 /Pages 2 0 R
5 /OpenAction 10 0 R 5 /OpenAction 10 0 R
6 >> 6 >>
7 endobj 7 endobj
8 {{object 2 0}} << 8 {{object 2 0}} <<
9 /Type /Pages 9 /Type /Pages
10 /Count 4 10 /Count 4
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 testUnsupported('this.getOCGs'); 307 testUnsupported('this.getOCGs');
308 testUnsupported('this.getPageBox'); 308 testUnsupported('this.getPageBox');
309 testUnsupported('this.getURL'); 309 testUnsupported('this.getURL');
310 testUnsupported('this.importAnFDF'); 310 testUnsupported('this.importAnFDF');
311 testUnsupported('this.importAnXFDF'); 311 testUnsupported('this.importAnXFDF');
312 testUnsupported('this.importTextData'); 312 testUnsupported('this.importTextData');
313 testUnsupported('this.insertPages'); 313 testUnsupported('this.insertPages');
314 testUnsupported('this.removeIcon'); 314 testUnsupported('this.removeIcon');
315 testUnsupported('this.replacePages'); 315 testUnsupported('this.replacePages');
316 testUnsupported('this.saveAs'); 316 testUnsupported('this.saveAs');
317 testUnsupported('this.syncAnnotScan');
317 318
318 app.alert('*** Testing Supported Methods ***'); 319 app.alert('*** Testing Supported Methods ***');
319 testAddIcon(); 320 testAddIcon();
320 testCalculateNow(); 321 testCalculateNow();
321 testGetAnnot(); 322 testGetAnnot();
322 testGetField(); 323 testGetField();
323 testGetIcon(); 324 testGetIcon();
324 testGetNthFieldName(); 325 testGetNthFieldName();
325 testGetPageNthWord(); 326 testGetPageNthWord();
326 testGetPageNthWordQuads(); 327 testGetPageNthWordQuads();
(...skipping 11 matching lines...) Expand all
338 } 339 }
339 endstream 340 endstream
340 endobj 341 endobj
341 {{xref}} 342 {{xref}}
342 trailer << 343 trailer <<
343 /Root 1 0 R 344 /Root 1 0 R
344 /Info 9 0 R 345 /Info 9 0 R
345 >> 346 >>
346 {{startxref}} 347 {{startxref}}
347 %%EOF 348 %%EOF
OLDNEW
« no previous file with comments | « fpdfsdk/javascript/Document.cpp ('k') | testing/resources/javascript/document_methods_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698