- 16 Aug, 2012 40 commits
-
-
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
-
joi@chromium.org authored
Code that is or has a WebContentsObserver can already use safe versions of Send() and GetRoutingID() that perform NULL checks and delete the Message object and return MSG_ROUTING_NONE when appropriate. This brings the same thing to code that has just a WebContents. BUG=none Review URL: https://chromiumcodereview.appspot.com/10830337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151880 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This code was copied from the Android browser and is buggy. It has recently been fixed in an identical fashion. Review URL: https://chromiumcodereview.appspot.com/10854182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151878 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
Move the libwebview target to android_experimental so it gets compiled and linked on the FYI waterfall (but not the main waterfall or trybots yet). This will help us see when it's been broken by other changes. Review URL: https://chromiumcodereview.appspot.com/10829333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151877 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=140622 Review URL: https://chromiumcodereview.appspot.com/10837253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151876 0039d316-1c4b-4281-b951-d872f2087c98
-
paivanof@gmail.com authored
Avoid crashes when visited links database cannot be opened. BUG=61102, 141044 Review URL: https://chromiumcodereview.appspot.com/10826297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151870 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
that I introduced with my last change. BUG=none TEST=ran on device and on Linux. Review URL: https://chromiumcodereview.appspot.com/10832319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151869 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151864 0039d316-1c4b-4281-b951-d872f2087c98
-
changbin.shao@intel.com authored
because overflow happens for integer larger than 2^31. original review url: http://codereview.chromium.org/10828226 BUG=120328 Review URL: https://chromiumcodereview.appspot.com/10832334 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151861 0039d316-1c4b-4281-b951-d872f2087c98
-