- 22 Jun, 2013 40 commits
-
-
oleg@chromium.org authored
the group for field trial experiment. Equivalent to FieldTrialList::FindFullName(). Review URL: https://chromiumcodereview.appspot.com/17496005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208101 0039d316-1c4b-4281-b951-d872f2087c98
-
ikarienator@chromium.org authored
BUG=253098 Review URL: https://chromiumcodereview.appspot.com/17552021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208100 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
for the QUIC job to finish. Review URL: https://chromiumcodereview.appspot.com/17247006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208099 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/17518002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208098 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Ignores synthetic mouse events in ImmersiveModeControllerAsh::OnMouseEvent(). Counterintuitively, we get synthetic mouse events when aura::client::CursorClient::IsMouseEventsEnabled() == false. BUG=252230 Test=Manual, see bug Review URL: https://chromiumcodereview.appspot.com/17514009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208097 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
Adds --override-encrypted-media-canplaytype and the corresponding flag. BUG=252967 TBR=jochen@chromium.org Review URL: https://chromiumcodereview.appspot.com/17459003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208096 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
This patch removes the automatic renderer-process limit on Android, moving the consumers to MAX_RENDERERS_LIMIT instead. This does not affect the number of renderers being spawned yet, but will allow the consumers to use all available renderers once MAX_RENDERERS_LIMIT is lifted. BUG=241787 Review URL: https://chromiumcodereview.appspot.com/17450020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208095 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17314012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208094 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Display a prompt to users informing them that Chrome Frame is going away. TBR=cpu@chromium.org BUG= TEST=visit a site rendered in GCF. notice the bar. interact with it. once it goes away, it stays away for a week. Review URL: https://chromiumcodereview.appspot.com/17153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208093 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It was reverted in r207804, because it broke some Bookmark tests in interactive_ui_tests. BUG=231694 TEST=ctrl+D or press the star button in the omnibox, observe the Bookmark Bubble, there should be a "Remove" Button in the left side of "Edit.." button. TBR=msw@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/17074010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208092 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG= TBR=tfarina Review URL: https://chromiumcodereview.appspot.com/16950027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208091 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208090 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Some browser_tests have snuck in. TBR=dpranke Review URL: https://codereview.chromium.org/17176034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208089 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
BUG=224004 Review URL: https://chromiumcodereview.appspot.com/16950029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208088 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
Specifically tracks the number of AddRef()/Release() pairs called for a method expecting a "const scoped_refptr<T>&". base::Bind()'s impl currently leads to too many AddRef()/Release() pairs. BUG=251937 Review URL: https://chromiumcodereview.appspot.com/17514007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208087 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Added a check in Searchbox::OnMostVisitedChanged() to prevent duplicate notifications regarding most visited items. SearchTabHelper no longer tracks the last known most visited items list. BUG=248683 TEST=none Review URL: https://chromiumcodereview.appspot.com/17521002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208086 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Disable InstantExtendedTest.UpdateSearchQueryOnBackNavigation, InstantExtendedTest.UpdateSearchQueryOnForwardNavigation on Linux due to flake. BUG=253092 TBR=kmadhusu Review URL: https://codereview.chromium.org/17413024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208085 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208084 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152907:152923&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/17553015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208083 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208082 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Includes the following changes: Advertise support of only the NIST curves P-521, P-384, and P-256, as well as only uncompressed points, to keep ClientHello small. https://codereview.chromium.org/17425002/ TBR=agl@chromium.org,digit@chromium.org BUG=245500 TEST=none Review URL: https://chromiumcodereview.appspot.com/16879015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208081 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17419008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208080 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=252656 Review URL: https://chromiumcodereview.appspot.com/17280004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208079 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
The documentation and project template are no longer used in the shipping sdk. Dropping them. Will drop pymox DEPS entry in a separate CL as this includes the last used reference. BUG=None TEST=None R=binji@chromium.org Review URL: https://chromiumcodereview.appspot.com/16972010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208078 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
BUG=253092 TBR=kmadhusu Review URL: https://codereview.chromium.org/17413022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208077 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
WebSettings defaults this value to 0, so we need to set the default value in WebPreferences. BUG=none Review URL: https://chromiumcodereview.appspot.com/17558002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208076 0039d316-1c4b-4281-b951-d872f2087c98
-
evan.peterson.EP@gmail.com authored
This is a large part of automatically generating API intro tables. This patch does not connect AvailabilityFinder with the rest of the server; a future patch will take care of that. BUG=233968 Review URL: https://chromiumcodereview.appspot.com/17397010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208075 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
The SBH now specifies as part of the ConfigureSyncer call which types need to be purged. This is determined by whether this is a control types config (in which case all disabled types are purged) or whether any types have been disabled since the last configuration (as determined by the SBR). BUG=247115 Review URL: https://chromiumcodereview.appspot.com/17552014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208074 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
This CL adjusts the look of the avatar menu for managed users to how it looks like on other platforms like windows. A screenshot can be found at the end of the bug description. BUG=241387 Review URL: https://chromiumcodereview.appspot.com/17544002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208073 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
Adding the message handler so people can work on it. BUG=163552 Review URL: https://chromiumcodereview.appspot.com/17563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208072 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
We might as well now that InstantExtended is using the native omnibox. Besides, it has a positive effect on quality. For now, I left the framework that allows InstantExtended to use a different set of providers. I'll leave it up to Jered or Brett to decide if they're ready to get rid of it. BUG=252892 Review URL: https://chromiumcodereview.appspot.com/17563007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208071 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/17524008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208070 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=252044 Review URL: https://chromiumcodereview.appspot.com/17356009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208069 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
The only remaining user of the text_database full-text-search (FTS) is the chrome://history page. The FTS database's index files are large, causing storage and overhead problems. This change replaces the history pages search to use a brute force search over URLs and titles in the History DB (which is small enough that this gives acceptable performance). A follow up CL will remove all of the unused FTS and text_database code. BUG=247417 TEST=Tested searches in history page using a number of different character sets. Review URL: https://chromiumcodereview.appspot.com/16776004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208068 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
makeBookmarkItem() function incorrectly converted image size to dip, but actually it is already dip, so we don't need the conversion. This caused 16px x 16px icon to be classified as non-standard favicon(or small) on low resolution(ldpi) devices and as a result, it didn't draw the document background. BUG=238928 Review URL: https://chromiumcodereview.appspot.com/17257004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208067 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208066 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
* Removed an unused member variable * Use GetStringWithoutPathExpansion consistently except where expansion is desired * Use kProviderTypeProperty (with expansion) instead of kTypeProperty BUG=247104 Review URL: https://chromiumcodereview.appspot.com/17167010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208065 0039d316-1c4b-4281-b951-d872f2087c98
-
maksymb@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/16975004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208064 0039d316-1c4b-4281-b951-d872f2087c98
-
trchen@chromium.org authored
Waiting acknowledge for TouchEnd and TouchCancel shouldn't affect responsiveness for scroll and pinch gestures. If we timeout TouchEnd events, it can end up being processed by both user JavaScript and gesture detector, causing double handling. BUG=248090 R=tedchoc@chromium.org Review URL: https://chromiumcodereview.appspot.com/16963007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208063 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
r1652 | iannucci@chromium.org | 2013-06-21 13:55:25 -0700 (Fri, 21 Jun 2013) | 7 linesMake the ninja pool math correct.R=scottmg@chromium.orgBUG=Review URL: https://codereview.chromium.org/17087010 R=scottmg@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/16915008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208062 0039d316-1c4b-4281-b951-d872f2087c98
-