50 Commits

Autor SHA1 Mensagem Data
sky@chromium.org 10b7393478 Lands http://codereview.chromium.org/126036 for Thiago.
From Thiago:

This patch is to solve the problem in import/export bookmarks. They aren't
exported correctly and also not imported
correctly. Now when the bookmarks are exported the character " are escaped to
" and when they are imported,
they are unescaped.

BUG=7505
TEST=Try importing/exporting bookmarks, make sure nothing is broken.

Review URL: http://codereview.chromium.org/126222

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19654 0039d316-1c4b-4281-b951-d872f2087c98
2009-06-30 21:00:27 +00:00
pinkerton@chromium.org 26fa23e453 Adding Paul Wicks for mac os spellcheck code.
BUG=13206
TEST=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19596 0039d316-1c4b-4281-b951-d872f2087c98
2009-06-30 16:34:40 +00:00
abarth@chromium.org 67e27a439c Included text/css content type into list of the supported non image files.
Now css files are opened inside browser instead of download.
Also - making lint happy on the mime_util.cc

BUG=7192
R=abarth
TEST=MimeTypeTests.MimeTypeTests

Patch by Yuri Gorobets.

Original review URL: http://codereview.chromium.org/125005


Review URL: http://codereview.chromium.org/125058

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18306 0039d316-1c4b-4281-b951-d872f2087c98
2009-06-12 19:28:39 +00:00
tc@google.com 6756b5bc43 Bind ^Q to quit, as is standard with Linux GUI apps.
BUG=none
TEST=Press ctrl+q and chrome should quit

Patch by Jacob Mandelson <jacob@mandelson.org> via
http://codereview.chromium.org/119393

Review URL: http://codereview.chromium.org/118522


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18085 0039d316-1c4b-4281-b951-d872f2087c98
2009-06-10 21:14:15 +00:00
deanm@chromium.org 05c95b3a96 Scale backing store cache size.
The approach is borrowed from render_process_host's kMaxRenderersByRamTier.

The values were chosen to keep a minimal number of DIBs in the extreme low RAM
case, and scale up linearly from there to the previous (constant) value of 5.

Patch by Joel Stanley.

BUG=12028

Review URL: http://codereview.chromium.org/115452


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17318 0039d316-1c4b-4281-b951-d872f2087c98
2009-06-01 16:18:13 +00:00
maruel@chromium.org 68c9c49160 Reverting 17183 since it caused linux unit_test breakage.
Review URL: http://codereview.chromium.org/115929

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17195 0039d316-1c4b-4281-b951-d872f2087c98
2009-05-29 16:38:46 +00:00
deanm@chromium.org 5fdac28d09 Scale backing store cache size.
The approach is borrowed from render_process_host's kMaxRenderersByRamTier.

The values were chosen to keep a minimal number of DIBs in the extreme low RAM
case, and scale up linearly from there to the previous (constant) value of 5.

Patch by Joel Stanley.

BUG=12028

Review URL: http://codereview.chromium.org/115452


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17183 0039d316-1c4b-4281-b951-d872f2087c98
2009-05-29 14:05:32 +00:00
hbono@chromium.org b9b1f10e27 Fixed a bug with the unit_tests, which caused it to leave hebrew enabled
vista without hebrew support
the bug reason is documented in the source for all to see and the bug=12093 (http://code.google.com/p/chromium/issues/detail?id=12093)

the code has been tested with and without a debugger but i have to admit, the unit_tests rarely pass on my machine (the ui ones never do)but this code i changed leaves the state EXACTLY like it was and solves this issue at least

BUG=12093
TEST=run unit_tests.exe on Hebrew Windows; run Chrome; open a page which contains a <textarea dir="ltr"></textarea> element; press control+right-shift key, and; verify its "dir" attribute becomes "rtl".
Review URL: http://codereview.chromium.org/115849

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17156 0039d316-1c4b-4281-b951-d872f2087c98
2009-05-29 00:39:59 +00:00
arv@google.com 6ff3a9f9d8 Make the caption text for the "I understand" checkboxes in malware interstitial
pages into an HTML label tag, to make it clickable and more friendly to screen
readers.

TEST= Navigate to ianfette.org and click on the text "I understand that visiting
this site may harm my computer". Checkbox should toggle.

BUG= 12714

Original patch by chromium@willhirsch.co.uk 

Original review: http://codereview.chromium.org/115815


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17050 0039d316-1c4b-4281-b951-d872f2087c98
2009-05-28 01:15:10 +00:00
phajdan.jr@chromium.org 594f2f31fa Add support for almost-recursive watches in Linux DirectoryWatcher
After this patch DirectoryWatcher when asked for recursive watch will scan the
subtree and add inotify watches for each subfolder, but further changes to the
tree structure won't trigger adding/removing watches.

Support for really recursive watches is planned. This is just to divide the
work, because the task is not easy.

Based on patch by Janwar Dinata <j.dinata@gmail.com> reviewed at http://codereview.chromium.org/92151

http://crbug.com/8968

Review URL: http://codereview.chromium.org/115229

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16070 0039d316-1c4b-4281-b951-d872f2087c98
2009-05-14 17:49:23 +00:00
rohitrao@chromium.org 1ab71428cd Hook up the View Source menu item in the mac port.
Patch contributed by Robert Sesek <rsesek@bluestatic.org>

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15640 0039d316-1c4b-4281-b951-d872f2087c98
2009-05-08 16:12:22 +00:00
rohitrao@chromium.org ae6d159b22 Minimal SetInitialFocus and RestoreFocus. These aren't final, but this
does resolve the location bar not being focused bug on the mac build.

Patch by Sean Bryant (sean@cyberwang.net).

BUG=9419

Review URL: http://codereview.chromium.org/100140

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14939 0039d316-1c4b-4281-b951-d872f2087c98
2009-04-30 14:52:00 +00:00
mark@chromium.org 50fc585a60 UTF-8-ify AUTHORS. The file was UTF-8 initially, but someone added some
ISO-8859-1 which confuses editors.
Review URL: http://codereview.chromium.org/99191

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14849 0039d316-1c4b-4281-b951-d872f2087c98
2009-04-29 16:14:27 +00:00
evan@chromium.org dd4735c49c Fix for minimum size check
cds->cbData is data length in bytes, and min_message_size is in characters. So it needs to be multiplied by sizeof(wchar_t)

Review URL: http://codereview.chromium.org/93078

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14482 0039d316-1c4b-4281-b951-d872f2087c98
2009-04-24 22:02:23 +00:00
sky@chromium.org 557573f292 Lands fix for 9659 from tedoc. See http://codereview.chromium.org/60059 for review.
BUG=9659
TEST=none

Review URL: http://codereview.chromium.org/60106

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13121 0039d316-1c4b-4281-b951-d872f2087c98
2009-04-03 23:04:35 +00:00
finnur@chromium.org 6fc0c67420 I just noticed that I accidentally left out the change to the AUTHORS file when I checked in the RSS auto-detect changelist (r11672). :(
This happened because when I re-created the changelist I ran gcl from the src\Chrome directory as opposed to running it from the src directory.

TBR=evanm

Review URL: http://codereview.chromium.org/42191

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11678 0039d316-1c4b-4281-b951-d872f2087c98
2009-03-13 22:54:18 +00:00
finnur@chromium.org 2ec685a5c9 Reverting 11640.
Reverting for now. Will try again later

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11645 0039d316-1c4b-4281-b951-d872f2087c98
2009-03-13 18:15:01 +00:00
finnur@chromium.org b1fa19a7ca RSS feed support (part 1)
Part 1 is RSS feed auto-discovery. 

This will parse the web page header to find the feeds in the document and notify
the browser to display the RSS icon in the toolbar. You can click on the icon,
but it will just navigate to the first feed on the page, which (unless it has
been designed to be browser friendly) will just dump XML as text on the user.

For this reason I have disabled the code that makes the RSS icon appear and
intend to enable it when we have a good landing page to display the XML.

Review URL: http://codereview.chromium.org/43109

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11640 0039d316-1c4b-4281-b951-d872f2087c98
2009-03-13 17:03:07 +00:00
maruel@chromium.org b7823a80aa Change to make the 'save as...' dialog choose the default download path you have selected in your prefs instead of always choosing the chrome::DIR_DEFAULT_DOWNLOADS path.
This will only affect you if you have not used 'save as...' before and do not have a SaveFileDefaultDirectory set.

Patch contributed by Paul Robinson <paulRobinson85@googlemail.com>

BUG=8049
Review URL: http://codereview.chromium.org/43016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11465 0039d316-1c4b-4281-b951-d872f2087c98
2009-03-11 18:52:38 +00:00
pkasting@chromium.org 60537931b3 Bringing the Task Manager to the front shouldn't cause it to lose topmost status.
Original patch by Kim Christensen (see http://codereview.chromium.org/28150 ), r=me,brettw, tweaked slightly.

BUG=7227

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10558 0039d316-1c4b-4281-b951-d872f2087c98
2009-02-27 01:12:49 +00:00
tc@google.com 8904bdd521 Implements a method to enable/disable the "Remove All" button
in the password manager. This method is called whenever the
password manager window is opened and disables the button if
there are no passwords stored. It is also called when all of
the stored passwords are removed.

BUG=7228

Original patch by Kyle Nahrgang <kpn24@drexel.edu> in
http://codereview.chromium.org/28063/show

Review URL: http://codereview.chromium.org/27191

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10435 0039d316-1c4b-4281-b951-d872f2087c98
2009-02-26 01:48:55 +00:00
jar@chromium.org cd1426e364 Initial support for Renderer Side Histograms
Patch contributed by Raman Tenneti

see also patch number 21038

Review URL: http://codereview.chromium.org/27034

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10330 0039d316-1c4b-4281-b951-d872f2087c98
2009-02-25 06:10:17 +00:00
evan@chromium.org daea2bfe9d Test commit to test svn access.
(Also, if this file is in historical order, it ought to be this way.)


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9851 0039d316-1c4b-4281-b951-d872f2087c98
2009-02-16 07:02:23 +00:00
rvargas@google.com e435ac36e2 Adds a command line switch to allow the user to specify the location
of the disk cache, rather than in the profile directory. The command
line switch overrides the cache location regardless the chosen
profile.

In this implementation, the supplied directory name must should not
contain spaces.

BUG=6688

submitted by bekkra.
original code review http://codereview.chromium.org/21094/show



git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9375 0039d316-1c4b-4281-b951-d872f2087c98
2009-02-07 01:58:42 +00:00
mark@chromium.org 8fccb5252e Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki
Takano <takano.naoki@gmail.com>

Review URL: http://codereview.chromium.org/18192
Review URL: http://codereview.chromium.org/21097

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9263 0039d316-1c4b-4281-b951-d872f2087c98
2009-02-05 21:44:13 +00:00
sky@google.com ccdc534738 Lands fix for 6878 from Yong Shin.
BUG=6878
TEST=see bug

Review URL: http://codereview.chromium.org/19516

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8985 0039d316-1c4b-4281-b951-d872f2087c98
2009-01-30 21:13:26 +00:00
darin@chromium.org d52c9ae0cc Fixed failed test in net_perftest.
TestAddCookieOnManyHosts would fail due to SetCookie() returning false when
true was expected.  Cause of the failed cookie insert was due to httponly
cookie being used in the test. Removed httponly from cookie.

Patch by jroesslein@gmail.com
R=darin

-This line, and those below, will be ignored--

M    AUTHORS
M    net/base/cookie_monster_perftest.cc


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7158 0039d316-1c4b-4281-b951-d872f2087c98
2008-12-17 20:24:27 +00:00
pkasting@chromium.org 1ae50c02e3 <esc> in the AutocompleteEdit should select all the text when reverting to the permanent text. Only pass it through as an accelerator if we don't end up changing anything. Patch by Mohamed Mansour, r=me. See http://codereview.chromium.org/10800 .
BUG=4203

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6168 0039d316-1c4b-4281-b951-d872f2087c98
2008-12-01 21:53:05 +00:00
tc@google.com 66cbc156b4 Fixed two simple compilations that stopped browser/net/referrer.cc
from compiling on linux.

Patch by Kunal Thakar <kunalt@gmail.com>,
original CL: http://codereview.chromium.org/10773

Review URL: http://codereview.chromium.org/12674


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6034 0039d316-1c4b-4281-b951-d872f2087c98
2008-11-26 17:44:32 +00:00
evanm@google.com 1f8d29c41c Allow chromium to be built with some system libs by introducing
a variable called SYSTEM_LIBS, consisting of a comma-separated
list of system libraries. So far, bzip2, libpng, libjpeg,
libxml, libxslt, lzma_sdk, zlib, hunspell, sqlite, libevent are recognized.

BUG=4321

Review URL: http://codereview.chromium.org/10626
Patch from Fabien Tassin <fta@sofaraway.org>.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5320 0039d316-1c4b-4281-b951-d872f2087c98
2008-11-12 23:23:52 +00:00
erikkay@google.com ed1fc6561b Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), reviewed by erikkay:
http://codereview.chromium.org/6577/show

ports listen_socket and telnet_server to POSIX

I had to make some changes to get this to work on Mac and to fix a few regressions it caused in Windows, so please take a fresh look at this diff Dan.

Ibrar, please take a look at the changes from your patch to mine (you may need to diff listen_socket_unittest.h with listen_socket_unittest.cc manually since I moved a bunch of code here).  Some were bugs that I should have caught in review, some were bugs that only got tickled on the Mac, others were just cleanup.  Comments welcome.
Review URL: http://codereview.chromium.org/9260

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5153 0039d316-1c4b-4281-b951-d872f2087c98
2008-11-11 01:06:15 +00:00
agl@chromium.org e87de2367c Make the linux test shell display the window title.
I have only compiled this on linux and tested it there but that shouldn't be a problem as the file does seem to be linux-specific.

Review URL: http://codereview.chromium.org/9685
Patch from Craig Schlenter.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4992 0039d316-1c4b-4281-b951-d872f2087c98
2008-11-07 17:45:55 +00:00
tc@google.com 42adf386f6 Add icefox (Torchmobile Inc.) to the AUTHORS file
TBR=evan


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3364 0039d316-1c4b-4281-b951-d872f2087c98
2008-10-14 20:54:36 +00:00
wtc@google.com a51f324c91 Enable AddTrust External CA Root for EV. The patch is
contributed by Rob Stradling <rob@comodo.com> of
Comodo CA Limited.

R=ian
BUG=2170
Review URL: http://codereview.chromium.org/3173

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3242 0039d316-1c4b-4281-b951-d872f2087c98
2008-10-10 20:26:29 +00:00
maruel@google.com e143444dc0 Adds an --incognito switch that can be used to launch Chrome in Incognito mode.
You can combine this with --app= to launch an app in Chrome that has no effect
on the user's profile.

Note that this is not the same thing as launching chrome.exe
--user-data-dir=/dev/null, which would give you an completely empty profile
instead of loading the user's profile as read-only.

BUG=1790,2012

Patch by Yarin Kaul <yarin.kaul@gmail.com>
Review URL: http://codereview.chromium.org/6584

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3013 0039d316-1c4b-4281-b951-d872f2087c98
2008-10-08 17:01:47 +00:00
maruel@google.com 1cf1cc7649 Fix some issues found looking at the code.
Patch from Gaetano Mendola <mendola@gmail.com>
Original review: http://codereview.chromium.org/4273

I added some additions on my part and two unit test fix due to the added DCHECK. Reduced atl header inclusion.
Review URL: http://codereview.chromium.org/5009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2730 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-30 20:50:51 +00:00
wtc@google.com 05a198b2bc Enable two CyberTrust root CAs for EV. The EV policy
OIDs and test URLs were provided by Masahiro Yado
<yado.masa@gmail.com>.

R=maruel
BUG=1622
Review URL: http://codereview.chromium.org/3123

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2363 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-18 17:10:53 +00:00
tc@google.com 6758b3ed9d Add preferences for the clear browsing data dialog so that
the user choices are persistent.

Patch by Arthur Lussos <developer0420@gmail.com>
Original issue at http://codereview.chromium.org/3014

Review URL: http://codereview.chromium.org/3059

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2222 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-15 18:20:54 +00:00
maruel@google.com 2a7841ecbc Provide necessary constructors in StackAllocator and PrivateHookAllocator to permit release mode building in VC++2008 SP1. The current allocators do not conform with the C++ spec for allocators, and unlike previous versions, VC++2008 requires conformant allocators.
The reason that the allocators are not conformant is that any allocator, say, template<typename T> struct Alloc; must have a constructor of the following form:
template<typename U> Alloc(const Alloc<U>& other)
to allow construction of an Alloc<T> from an Alloc<U>.  The constructors cannot be explicit, because they're (essentially) copy constructors, and so are not called explicitly.

StackAllocator has no converting copy constructor at all, and PrivateHookAllocator's is declared explicit, preventing it from being usable.

Without the StackAllocator constructor, StackVectors fail (due to the std::vector member, base\stack_container.h(216)).

Patch by Peter Bright <drpizza@quiscalusmexicanus.org>.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2175 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-14 01:41:04 +00:00
jungshik@google.com d66edbe745 Fix IDNtoUnicode and unittest.
1. Check whether uloc_getdata returns the default locale because an invalid or unsupported (not a part of ICU data file we use) locale is passed.
    
  2. Replace 'se' with 'sv' in IDNToUnicode test and change the corresponding
    test result to true. U+00C4 IS used in Swedish, but the result was set to
    false because the test results were machine generated with the same
    typo ('se' in place of 'sv') under en_US.UTF-8 locale on Linux and
    we ran this test only on Windows with en_US locale.

1st part of patch is by Matthias Reitinger <reimarvin@gmail.com> 

BUG=1153
TEST=NetUtilTest.IDNToUnicode passes in various locales, C, en_US, en_US.utf8, 
     ja_JP.utf8, sv_SE.utf8, hi_IN.utf8, ru_RU.utf8, fr_CA

Review URL: http://codereview.chromium.org/1655

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2052 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-11 04:22:48 +00:00
sgk@google.com 450398190c Add gothicx@gmail.com (for issue 1783, integrated as r1840).
Review URL: http://codereview.chromium.org/1899

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1995 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-10 17:58:18 +00:00
evanm@google.com 35b45ea67a Simply use a named enum instead of a typedef.
BUG=1872

Patch from James Vega <vega.james@gmail.com>.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1964 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-10 02:00:27 +00:00
darin@google.com 009a6ead25 This change implements the performance recommendation from:
http://msdn.microsoft.com/en-us/library/aa383153(VS.85).aspx

This fixes the performance problem of resolving PAC query when WinHTTP AutoProxy service is running, which seems to at least be default on Vista and Win2k3.

Contributed by griffinz@gmail.com

BUG=1684
R=nsylvain

Review URL: http://codereview.chromium.org/1657

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1924 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-09 20:35:40 +00:00
beng@google.com 8e4b61a7ba Patch from Szymon Piechowicz <szymonpiechowicz@o2.pl>
Moves the New Tab, Window, Incognito Window menu items from the Page menu to the Wrench menu.

Code review: http://codereview.chromium.org/1826


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1903 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-09 17:56:52 +00:00
evanm@google.com e8eb8bdc09 fix build issue on Linux with GCC 4.1.2
related to non-virtual destructors in classes having virtual methods

BUG=1859

Patch from Paweł Hajdan jr <phajdan.jr@gmail.com>.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1860 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-08 20:45:40 +00:00
sky@google.com 55ed573472 This patch is from Andrew Brampton <me@bramp.net>.
This patches allows menu items in PopUpMenus to be clicked with the right mouse
button.
menu.cc controls the web content popup menus, and some others
chrome_menu{.cc,.h} controls popup menu on the chrome, for example right
clicking on a tab.

BUG=718
TEST=Bring up any menu (wrench/document) and right click on one of the items. This should select the item. Try the same with any of the bookmark menus.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1838 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-08 14:46:36 +00:00
erg@google.com 020c6fc821 Consolidate on the top level AUTHORS file.
Review URL: http://codereview.chromium.org/214

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1690 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-03 21:17:43 +00:00
erg@google.com d1c55d1d6c Added $V8_DIR/include to the CPPPATH in webkit/SConscript so the compiler can
find v8.h which is required for many of the files in src/webkit/port/
bindings/v8/.

BUG=711
AUTHOR=Alex Scheele


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1689 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-03 21:07:47 +00:00
mmentovai@google.com 4ffd7b6e55 Set svn:eol-style = LF and normalize newlines as on other files
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1489 0039d316-1c4b-4281-b951-d872f2087c98
2008-08-28 16:44:16 +00:00
license.bot babab0b604 Add AUTHORS file.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1286 0039d316-1c4b-4281-b951-d872f2087c98
2008-08-24 00:53:46 +00:00