Closed Bug 802867 Opened 12 years ago Closed 12 years ago

Store lastModifiedDate for files in IDB

Categories

(Core :: Storage: IndexedDB, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla19
blocking-basecamp +
Tracking Status
firefox18 + fixed
firefox19 + fixed

People

(Reporter: khuey, Assigned: dougt)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch Patch (obsolete) — Splinter Review
      No description provided.
Attachment #672577 - Flags: review?(bent.mozilla)
Attached patch PatchSplinter Review
Now with less dumb.
Attachment #672577 - Attachment is obsolete: true
Attachment #672577 - Flags: review?(bent.mozilla)
Attachment #672590 - Flags: review?(bent.mozilla)
Comment on attachment 672590 [details] [diff] [review]
Patch

Review of attachment 672590 [details] [diff] [review]:
-----------------------------------------------------------------

::: dom/indexedDB/IDBObjectStore.cpp
@@ +1358,5 @@
>          }
>          NS_ConvertUTF16toUTF8 convName(name);
>          uint32_t convNameLength = SwapBytes(convName.Length());
>  
> +        if (!JS_WriteBytes(aWriter, &lastModifiedDate, sizeof(lastModifiedDate)) || 

r-!
Attachment #672590 - Flags: review?(bent.mozilla) → review+
I merged this patch with 793955 per khuey.

https://hg.mozilla.org/mozilla-central/rev/cf1bbed46731
https://hg.mozilla.org/releases/mozilla-aurora/rev/00be9983e8c2
Assignee: khuey → doug.turner
Status: NEW → RESOLVED
blocking-basecamp: --- → +
Closed: 12 years ago
Resolution: --- → FIXED
needed to back this cset out of m-a due to a build bustage:
   https://hg.mozilla.org/releases/mozilla-aurora/rev/74671b2b40ec
Target Milestone: --- → mozilla19
Depends on: 838668
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: