- 16 Aug, 2012 40 commits
-
-
derat@chromium.org authored
This was a #define that was added when we were deciding whether we should use the bytecode interpreter or FreeType's autohinter when rendering UI text on Chrome OS. The text had different heights depending on which setting was used, so a bunch of constants were special-cased when BCI was enabled. We've been using the autohinter for a long time, and we'll need to update lots of newer code if we decide to switch to BCI someday. BUG=none TEST=UI text looks the same as before TBR=tony@chromium.org,davemoore@chromium.org,zork@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828336 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151928 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151927 0039d316-1c4b-4281-b951-d872f2087c98
-
verwaest@chromium.org authored
R=jochen@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830358 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151926 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=142355 TEST=Unit test Review URL: https://chromiumcodereview.appspot.com/10824309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151925 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=141572 TEST=None Review URL: https://chromiumcodereview.appspot.com/10823351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151924 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=141677 TEST=none Review URL: https://chromiumcodereview.appspot.com/10832240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151923 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Since this touches API in WebKit, it takes 3 steps: 1. add a new function createMediaPlayer with url as additional argument (this patch); 2. corresponding change in WebKit; 3. remove the old createMediaPlayer (without url). This is the second patch to allow render_view_impl to create different WebKit::WebMediaPlayer based on URL. The new approach (https://docs.google.com/a/chromium.org/document/d/1lH9gzjUzA3L1pEPHWVOae6KpzB4IlIDOM-4lLbwGMgY/edit) will have a new WebKit::WebMediaPlayer when URL is media stream (refer to prototype patch http://codereview.chromium.org/10382048/, render_view_impl.cc shows how a different WebKit::WebMediaPlayer is created based on URL). BUG=142988 Review URL: https://chromiumcodereview.appspot.com/10537091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151922 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=143207 Review URL: https://chromiumcodereview.appspot.com/10854189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151920 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
This is essentially part of https://chromiumcodereview.appspot.com/10825012/ Landing it separately so I can run trybots for the mentioned patch. TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10827383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151919 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Contributed by: newt@chromium.org BUG=136951 TBR=estade@chromium.org (copied from http://codereview.chromium.org/10854167/ so I can dcommit for newt@) Review URL: https://chromiumcodereview.appspot.com/10855202 Patch from Newton Allen <newt@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151915 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=141662 Review URL: https://chromiumcodereview.appspot.com/10829359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151914 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
In particular it counts three things. bucket 1: suggest requests sent bucket 2: suggest requests invalidated (e.g., due to user typing another character) bucket 3: suggest responses received BUG= TEST=using about:histograms, by hand with various typing speeds Review URL: https://chromiumcodereview.appspot.com/10832323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151913 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=none. TBR=gene@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151912 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=141826 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10854160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151911 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=141439 Review URL: https://chromiumcodereview.appspot.com/10834307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151910 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
BUG=127323 TEST=Click on a link in an extension's Panel and verify link opens in a tab. Review URL: https://chromiumcodereview.appspot.com/10831299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151909 0039d316-1c4b-4281-b951-d872f2087c98
-
aousterh@chromium.org authored
This adds the motion message filter, motion ipc messages, and related motion files. This was originally part of a larger patch (http://codereview.chromium.org/10698046/). BUG=59201 Review URL: https://chromiumcodereview.appspot.com/10823310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151908 0039d316-1c4b-4281-b951-d872f2087c98
-
aousterh@chromium.org authored
This is a follow-up to a previous patch (https://chromiumcodereview.appspot.com/10823318/). The previous patch moved device_orientation to the content namespace. This patch removes the now unnecessary qualifier of "content::" in several places. BUG=none Review URL: https://chromiumcodereview.appspot.com/10854185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151907 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
linux-release/sizes/chrome/chrome: http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=150&rev=151900 Also contains a change to linux-release/sizes/chrome-text/text. I think this was due to the range being placed to include possible builds that weren't yet complete. TBR=nsylvain@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10823367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151905 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
These services make background network requests and aren't needed for website testing. BUG=none TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10837271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151904 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
This status tray (or status icons) are not used on mac or chromeos. So for now it is sufficient to just convert from ImageSkia to SkBitmap using bitmap(). BUG=143104, 141146 Review URL: https://chromiumcodereview.appspot.com/10827371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151903 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=141146 Review URL: https://chromiumcodereview.appspot.com/10827368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151902 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=143151 Review URL: https://chromiumcodereview.appspot.com/10827381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151901 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
On iOS, load ICU data from a file instead of compiling it in, to keep binary size down for the low-memory environment. BUG=None Review URL: https://chromiumcodereview.appspot.com/10829320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151900 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151898 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
- r151890 - Fix a typo in the license metadata for openssl BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10831355 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151897 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=143151 TBR=dalecurtis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828346 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151896 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=141146 Review URL: https://chromiumcodereview.appspot.com/10832336 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151895 0039d316-1c4b-4281-b951-d872f2087c98
-
disher@chromium.org authored
Remove DBus signal to power_manager::kUseNewMonitorConfigSignal since it is no longer needed by the other side (this used to be required but it was only meant to be temporary and the other side no longer listens for the signal). Move DBus call to power_manager::kSetIsProjectingMethod into the DBus PowerManagerClient class which is where the other methods in the IPC interface live. BUG=chromium:142039 TEST=Manually tested on Lumpy and verified that adding/removing displays results in powerd receiving a SetIsProjecting call. Review URL: https://chromiumcodereview.appspot.com/10831312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151894 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Before considering a test failed in run_test_cases.py try running the failed tests serial, since they may have only failed before because they were conflicting with other tests running at the same time. BUG= Review URL: https://chromiumcodereview.appspot.com/10831330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151893 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
TBR=satish git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151892 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10823364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151891 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=142948 Review URL: https://chromiumcodereview.appspot.com/10836286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151889 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10824332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151887 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
Android builds currently rely on the STRIP environment variable to be available during build time, rather than just at project generation time. It shouldn't. BUG=142642 Review URL: https://chromiumcodereview.appspot.com/10832295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151886 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=143002 Review URL: https://chromiumcodereview.appspot.com/10825385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151885 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Relanding this CL https://chromiumcodereview.appspot.com/10827050/ after a memory leak was fixed in the master. TBR=darin@chromium.org BUG=chromium-os:27206 TEST= Test active policy: 1. Set the timezone policy to X. 2. Login, set timezone to Y (!= X) 3. Logout, check that the timezone is reset to X Test inactive policy: 1. Set the timezone policy to X. 2. Login, set timezone to Y (!= X) 3. Logout, check that the timezone is still Y Review URL: https://chromiumcodereview.appspot.com/10832222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151884 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151883 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10825370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151882 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
- Prevent automatic font downscaling. - Use font sizes in percents rather than pixels. - Use em for spacing around tabs on the left, rather than pixels. Pixels still used in most other places for padding. - Sliders are now wider on devices with touchscreens, and support touching. BUG=139866 Review URL: https://chromiumcodereview.appspot.com/10834312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151881 0039d316-1c4b-4281-b951-d872f2087c98
-