diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 8fbe99ebb5bd59baa2174a7a966bea1a3e652c94..9cba5c2ceac8e978d357627d4501db47e6526bd3 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,14 @@ +2013-04-17 Seokju Kwon + + Web Inspector: Fix Localized string warngs + https://bugs.webkit.org/show_bug.cgi?id=114718 + + Reviewed by Timothy Hatcher. + + No tests because no behavior change is expected. + + * English.lproj/localizedStrings.js: + 2013-04-17 Csaba Osztrogonác [Qt] Unreviewed Windows buildfix. diff --git a/Source/WebCore/English.lproj/localizedStrings.js b/Source/WebCore/English.lproj/localizedStrings.js index bfc16bc56970ff58293f36c11c8fd2c58756065d..034bcaa00e1d16c1f215f1ad3ae9d314cfd4f328 100644 --- a/Source/WebCore/English.lproj/localizedStrings.js +++ b/Source/WebCore/English.lproj/localizedStrings.js @@ -930,4 +930,26 @@ localizedStrings["Show whitespace characters in editor"] = "Show whitespace char localizedStrings["Native memory timeline"] = "Native memory timeline"; localizedStrings["Enable smart braces in text editor"] = "Enable smart braces in text editor"; localizedStrings["Separate profiler tools"] = "Separate profiler tools"; -localizedStrings["Show Flame Chart in CPU Profiler"] = "Show Flame Chart in CPU Profiler"; \ No newline at end of file +localizedStrings["Show Flame Chart in CPU Profiler"] = "Show Flame Chart in CPU Profiler"; +localizedStrings["CPU Profiler"] = "CPU Profiler"; +localizedStrings["CSS Profiler"] = "CSS Profiler"; +localizedStrings["Canvas Profiler"] = "Canvas Profiler"; +localizedStrings["Memory Distribution"] = "Memory Distribution"; +localizedStrings["Memory Snapshots"] = "Memory Snapshots"; +localizedStrings["Take Native Heap Snapshot"] = "Take Native Heap Snapshot"; +localizedStrings["Native memory snapshot profiles show native heap graph."] = "Native memory snapshot profiles show native heap graph."; +localizedStrings["NATIVE SNAPSHOT"] = "NATIVE SNAPSHOT"; +localizedStrings["Capture native heap graph."] = "Capture native heap graph."; +localizedStrings["Capture Native Memory Distribution"] = "Capture Native Memory Distribution"; +localizedStrings["Capture native memory distribution."] = "Capture native memory distribution."; +localizedStrings["Canvas capture mode."] = "Canvas capture mode."; +localizedStrings["CSS"] = "CSS"; +localizedStrings["DOM"] = "DOM"; +localizedStrings["Memory allocator waste"] = "Memory allocator waste"; +localizedStrings["MallocWaste"] = "MallocWaste"; +localizedStrings["JSHeap.Unused"] = "JSHeap.Unused"; +localizedStrings["JSHeap.Used"] = "JSHeap.Used"; +localizedStrings["WebInspector"] = "WebInspector"; +localizedStrings["Audio"] = "Audio"; +localizedStrings["GlyphCache"] = "GlyphCache"; +localizedStrings["JSExternalResources"] = "JSExternalResources"; \ No newline at end of file