DescriptionRewrite DownloadsApiTest in C++.
This uses much less magic than the javascript version, so it's more robust and easier to debug and fix.
Aaron is the primary reviewer since most of this is extensions-specific.
Randy, none of this is particularly downloads-specific. You're welcome to review or mute.
ExtensionDownloadsEventRouter sends a chrome::NOTIFICATION_EXTENSION_DOWNLOADS_EVENT notification whenever it fires an event.
DownloadsEventsListener is-a content::NotificationObserver that listens for chrome::NOTIFICATION_EXTENSION_DOWNLOADS_EVENT and logs them. DEL facilitates waiting for specific events by running the message loops.
BrowserContext::GetFileSystemContext() is used to create HTML5 FileSystem Files.
Empty extensions are used because DownloadsDownloadFunction relies on its host permissions mechanisms.
I considered grouping all of the new TEST_Fs in a single large TEST_F in order to amortize start-up cost, but that would have required a comment explaining how to disable sub-sections, and it would have complicated time-outs. Besides, most bots can parallelize.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144807
Reverted due to word length mismatch bug in downloads_api_unittest.cc:1581: https://chromiumcodereview.appspot.com/10700024/
Trying again with %d and static_cast<int>().
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144921
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #Patch Set 4 : . #Patch Set 5 : . #Patch Set 6 : . #Patch Set 7 : . #Patch Set 8 : . #Patch Set 9 : . #Patch Set 10 : . #Patch Set 11 : . #Patch Set 12 : . #Patch Set 13 : . #Patch Set 14 : . #Patch Set 15 : . #Patch Set 16 : . #Patch Set 17 : . #
Total comments: 61
Patch Set 18 : comments #
Total comments: 4
Patch Set 19 : . #Patch Set 20 : comments #Patch Set 21 : . #Patch Set 22 : . #Patch Set 23 : . #Patch Set 24 : . #Patch Set 25 : . #Patch Set 26 : . #Patch Set 27 : . #Patch Set 28 : merge #Patch Set 29 : . #Patch Set 30 : . #Patch Set 31 : . #Messages
Total messages: 15 (0 generated)
|