Closed
Bug 755033
Opened 13 years ago
Closed 3 years ago
Fix build warnings under dom/indexeddb/
Categories
(Core :: Storage: IndexedDB, defect, P5)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jdm, Unassigned)
Details
Attachments
(1 file)
|
3.70 KB,
patch
|
khuey
:
review-
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•13 years ago
|
||
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-
Updated•7 years ago
|
Priority: -- → P5
Comment 4•3 years ago
|
||
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.
Description
•