Closed Bug 755033 Opened 13 years ago Closed 3 years ago

Fix build warnings under dom/indexeddb/

Categories

(Core :: Storage: IndexedDB, defect, P5)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jdm, Unassigned)

Details

Attachments

(1 file)

No description provided.
Attached patch <required>Splinter Review
Attachment #623810 - Flags: review?(khuey)
Comment on attachment 623810 [details] [diff] [review] <required> Review of attachment 623810 [details] [diff] [review]: ----------------------------------------------------------------- I'm not convinced that these are useful warnings to fix. ::: dom/plugins/test/testplugin/nptest.cpp @@ +1066,5 @@ > > if (instanceData->asyncDrawing == AD_BITMAP) { > if (instanceData->frontBuffer && > + static_cast<uint32_t>(instanceData->frontBuffer->size.width) == window->width && > + static_cast<uint32_t>(instanceData->frontBuffer->size.height) == window->height) { http://www.youtube.com/watch?v=A9mZZfVJNQ0
Comment on attachment 623810 [details] [diff] [review] <required> Review of attachment 623810 [details] [diff] [review]: ----------------------------------------------------------------- I think these are silly warnings.
Attachment #623810 - Flags: review?(khuey) → review-
Priority: -- → P5

These warnings are now moot; we use tmp in IDBIndex and IDBWrapperCache is gone and this is not the right module for dom/plugins.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: