Sign in
chromium
/
chromium
/
src
/
8b69a71c3b96b056bb8fe819a46a8f109f60f1af
/
chrome
/
browser
/
character_encoding.cc
cc2a2a2
Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."
by
[email protected]
· 12 years ago
213cee4
Revert 242449 "Update some uses of UTF conversions in chrome/bro..."
by
[email protected]
· 12 years ago
1fe96d0
Update some uses of UTF conversions in chrome/browser to use the base:: namespace.
by
[email protected]
· 12 years ago
6a72a63
Replace string16 with base::string16 in chrome/browser
by
[email protected]
· 12 years ago
9692015
Replace string16 with base::string16.
by
[email protected]
· 12 years ago
50f9185
Canonical encoding name : windows-949 => EUC-KR
by
[email protected]
· 12 years ago
8bbf619
Replace third_party/icu/public with third_party/icu/source in the include directives.
by
[email protected]
· 12 years ago
4b4c013
Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/.
by
[email protected]
· 12 years ago
e746341
Use a direct include of strings headers in chrome/browser/a*-c*/.
by
[email protected]
· 12 years ago
135cb80
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
by
[email protected]
· 12 years ago
f4ebe77
Move string tokenizer to base/strings.
by
[email protected]
· 13 years ago
c297d3a
Roll ICU and convert include style to standard Chromium style,
by
[email protected]
· 13 years ago
22f7e4e
[Coverity] CID 6203: pass std::string by const-ref
by
[email protected]
· 13 years ago
02c3f683
chrome: Remove 14 exit time destructors and 2 static initializers.
by
[email protected]
· 14 years ago
9f66d30
Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initializers.
by
[email protected]
· 14 years ago
dcfc6ba
chrome: Remove 14 exit time destructors and 2 static initializers.
by
[email protected]
· 14 years ago
631bb74
Move BrowserThread to content namespace.
by
[email protected]
· 14 years ago
c38831a1
Split BrowserThread into public API and private implementation, step 1.
by
[email protected]
· 14 years ago
47a0b00
Remove static initializer in character_encoding.cc.
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
c051a1b
Move l10n_util to ui/base
by
[email protected]
· 15 years ago
d223f3b
Remove wstring from l10n_util. Part 1.
by
[email protected]
· 15 years ago
1a3aba8
Split out command IDs from chrome_dll_resource.h.
by
[email protected]
· 15 years ago
be1ce6a7
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
by
[email protected]
· 15 years ago
ddd231e
Change a bunch of string types.
by
[email protected]
· 15 years ago
225c8f5
linux: build with -Wextra
by
[email protected]
· 16 years ago
8891d14
remove ICU includes from l10n_util.h
by
[email protected]
· 16 years ago
54b0385
"Windows" and "Macintosh" are proper names, and should be capitalized in the UI.
by
[email protected]
· 16 years ago
41fc032
Convert std::wstring encoding names to std::string in a bunch of files.
by
[email protected]
· 16 years ago
aacd7cc
Alias 'US-ASCII' to 'ISO-8859-1' in our UI without touching webkit.BUG=15801
by
[email protected]
· 16 years ago
d70539de
Replace std:;wstring with std::string and string16 in locale-name related APIs.
by
[email protected]
· 16 years ago
a92b864
Move l10n_util to app/
by
[email protected]
· 16 years ago
e13271f
Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I)
by
[email protected]
· 16 years ago
d321644
NO CODE CHANGE.
by
[email protected]
· 16 years ago
5a43a8d
Now we sort encoding menu according to current application locale, we also
by
[email protected]
· 16 years ago
34ac8f3
Update include paths for grit files. Go ahead and resort the headers too.
by
[email protected]
· 17 years ago
f8fae18a
We will sort the encoding menu items according to current used UI language except the UTF-8 encoding and the recently selectd encodings.
by
[email protected]
· 17 years ago
035119b
Make character_encoding.cc compile on Mac and Linux.
by
[email protected]
· 17 years ago
97fa6ce3
We need to add UI test for "Encoding" menu to avoid regression.
by
[email protected]
· 17 years ago
1c5bf63
A follow-up to a recent unforking of WebCore/platform/text/TextCodecICU.cpp (r6540).
by
[email protected]
· 17 years ago
643681c
Get rid of ISO-8859-9 in the character encoding menu because it's now treated as an alias to its superset, windows-1254.
by
[email protected]
· 17 years ago
e38f4015
Revert the change that fixed the encoding when viewing source in subframes.
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
1a3ebe1
As Brett pointed it out, We normally use 8-bit for encoding names since they're always ASCII. Plus, wstrings will also be 32-bit characters on Linux and Mac, which is expensive. So I make this CL by using std::string instead of std::wstring every time you have an encoding name.
by
[email protected]
· 17 years ago
09911bf
Add chrome to the repository.
by initial.commit
· 17 years ago