- Dec 31, 2008
-
-
jungshik@google.com authored
dynamic font support. This is a re-run of http://codereview.chromium.org/14908/show (except that chrome_dll.deps file which needs to be updated along with the actual code change) This will be followed by http://codereview.chromium.org/16494 (actual webkit code change) and changes in webkit/build BUG=1303 Review URL: http://codereview.chromium.org/16496 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7520 0039d316-1c4b-4281-b951-d872f2087c98
-
pamg@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7519 0039d316-1c4b-4281-b951-d872f2087c98
-
pamg@google.com authored
TBR=nsylvain BUG=none TEST=covered by layout tests Review URL: http://codereview.chromium.org/16208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7517 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 30, 2008
-
-
nsylvain@chromium.org authored
handle a command or not. This is to fix this problem: Adding a new command called "slowread" will not work if added after "slow", because the handler for "slow" handles all the commands that STARTS with slow, instead of slow[/?$] Review URL: http://codereview.chromium.org/17009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7515 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
Review URL: http://codereview.chromium.org/17030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7514 0039d316-1c4b-4281-b951-d872f2087c98
-
pamg@google.com authored
Includes new baselines for fast/transforms/identity-matrix-expected.html, which was edited slightly, and fast/backgrounds/opacity-on-document-element.html, which is new and looks correct. BUG=none TEST=none Review URL: http://codereview.chromium.org/17010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7513 0039d316-1c4b-4281-b951-d872f2087c98
-
sgk@google.com authored
Review URL: http://codereview.chromium.org/17024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7511 0039d316-1c4b-4281-b951-d872f2087c98
-
erikkay@google.com authored
TBR=pam Review URL: http://codereview.chromium.org/17027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7510 0039d316-1c4b-4281-b951-d872f2087c98
-
erikkay@google.com authored
TBR=pam Review URL: http://codereview.chromium.org/17026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7509 0039d316-1c4b-4281-b951-d872f2087c98
-
erikkay@google.com authored
Clean up test server code. Originally from issue 12939, written by Ibrar Ahmed (ibrar.ahmed@gmail.com) Review URL: http://codereview.chromium.org/16490 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7508 0039d316-1c4b-4281-b951-d872f2087c98
-
dkegel@google.com authored
This was broken out from a larger cl 16027, it's the part you LGTM'd on Dec 23rd. (Should I have just checked this in without a separate review?) Review URL: http://codereview.chromium.org/16467 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7507 0039d316-1c4b-4281-b951-d872f2087c98
-
dkegel@google.com authored
as they now have to connect to the X server (not sure when we added that, or where, but it's happening). In my case, when running ProcessUtilTest.SpawnChild, it takes 1.7 seconds after the main process starts waiting for the child before the child finishes reading from the X server and exits. So raise timeout from one second to five seconds. Review URL: http://codereview.chromium.org/17022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7506 0039d316-1c4b-4281-b951-d872f2087c98
-
sgk@google.com authored
Review URL: http://codereview.chromium.org/16492 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7505 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@google.com authored
Review URL: http://codereview.chromium.org/16489 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7504 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@google.com authored
Avoid races with message loop teardown r=nsylvain Review URL: http://codereview.chromium.org/17023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7503 0039d316-1c4b-4281-b951-d872f2087c98
-
jungshik@google.com authored
TBR=nsylvain Review URL: http://codereview.chromium.org/16491 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7502 0039d316-1c4b-4281-b951-d872f2087c98
-
jungshik@google.com authored
TBR=nsylvain Review URL: http://codereview.chromium.org/17021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7501 0039d316-1c4b-4281-b951-d872f2087c98
-
jungshik@google.com authored
SDK upgrade is necessary to support dynamic/webfont because SDK 6.0 does not have t2embapi.h and t2embed.lib. SDK 6.1 is compatible with WIn XP and VS 2005 or later. FYI: http://codereview.chromium.org/14084/show is the CL for adding web/dynamic font support. Review URL: http://codereview.chromium.org/14908 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7500 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Review URL: http://codereview.chromium.org/17014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7499 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
These were baselined to not render text shadows. (Now we do render text shadows on linux so the tests have been failing.) Review URL: http://codereview.chromium.org/17012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7498 0039d316-1c4b-4281-b951-d872f2087c98
-
erikkay@google.com authored
TBR=sgk Review URL: http://codereview.chromium.org/17008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7497 0039d316-1c4b-4281-b951-d872f2087c98
-
xji@chromium.org authored
Related bug: http://code.google.com/p/chromium/issues/detail?id=2779 Related Webkit fix: http://trac.webkit.org/changeset/36874 Test: Steps to repro: 1) open chrome, Hebrew UI 2) make sure the spell checker is on, and is set to Hebrew 3) type some Hebrew text in a RTL box (like RTL plain text finto), and use a Hebrew word that the speller does not know. 4) type some more Without the underlying Webkit fix: the highlight marker is in a wrong location, and keeps moving while typing more words after the unrecognized one. With the underlying Webkit fix: the highlight marker is in a correct and fixed location. Review URL: http://codereview.chromium.org/16606 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7496 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
tbr=agl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7495 0039d316-1c4b-4281-b951-d872f2087c98
-
erikkay@google.com authored
This adds support for reading the .zip archive file format, which we're using in extensions. Review URL: http://codereview.chromium.org/16605 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7493 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 29, 2008
-
-
sidchat@google.com authored
Updated the Dic Reader to read additional words from additional-words dictionary file, created as a text file with UTF-8 encoding, with extension dic_delta. Test: Tested with all the 21 languages that are currently supported by the spell checker and for which common/additional words have been obtained. Resulting bdic files generated have those additional words. Issue=2837. Review URL: http://codereview.chromium.org/14856 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7492 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
tbr=agl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7491 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Review URL: http://codereview.chromium.org/16486 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7490 0039d316-1c4b-4281-b951-d872f2087c98
-
thomasvl@chromium.org authored
Review URL: http://codereview.chromium.org/16483 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7488 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
Review URL: http://codereview.chromium.org/16803 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7487 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
methods to be more friendly to use with scoped_ptr. Change all the callsites. Review URL: http://codereview.chromium.org/16270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7486 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
Review URL: http://codereview.chromium.org/15093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7485 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
* Add Pickle::Read/WriteUint32 & ParamTraits<uint32>. * Removed NSEvent from WebInputEvent since it appears not to be needed anymore. Review URL: http://codereview.chromium.org/16479 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7484 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Review URL: http://codereview.chromium.org/14912 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7483 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
* Update chrome/common/common.scons for OS X. * bring up property_bag_unittest.cc on Linux & OS X. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7482 0039d316-1c4b-4281-b951-d872f2087c98
-
erikkay@google.com authored
TBR=pam Review URL: http://codereview.chromium.org/16471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7481 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 26, 2008
-
-
evanm@google.com authored
I didn't break it, but it'd be useful for verifying my other changes didn't break things if the Windows SCons build were green. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7480 0039d316-1c4b-4281-b951-d872f2087c98
-
evanm@google.com authored
Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. Add a SHARED scons command-line flag to build shared libraries. Review URL: http://codereview.chromium.org/16477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7479 0039d316-1c4b-4281-b951-d872f2087c98
-
evanm@google.com authored
we link statically or dynamically. Review URL: http://codereview.chromium.org/16269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7477 0039d316-1c4b-4281-b951-d872f2087c98
-
evanm@google.com authored
Review URL: http://codereview.chromium.org/16267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7476 0039d316-1c4b-4281-b951-d872f2087c98
-
evanm@google.com authored
upstreamed. Review URL: http://codereview.chromium.org/16265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7475 0039d316-1c4b-4281-b951-d872f2087c98
-