- 22 Jun, 2013 40 commits
-
-
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
-
avi@chromium.org authored
BUG=148581 TEST=No more "feature". Review URL: https://chromiumcodereview.appspot.com/17501006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208061 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
Native system theming was badly hacked into ThemeService with ifdefs. This correlates the code into its own file, which should be conditionally compiled out. When doing any switching of themes, we weren't notifying the non client view of the change. Make the options page in the linux_aura port behave the same way as in the GTK+ port. BUG=130810 Review URL: https://chromiumcodereview.appspot.com/17494005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208060 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
This patch adds an Android backend for gpu::Logging. The debug log output is written to logcat with the log tag "chromium-gpu". BUG=232449 Review URL: https://chromiumcodereview.appspot.com/17471007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208059 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
ID if there is one, (2) only crash extension processes. The latter is a shame - it'll hide JS problems in the wild - but I'm not comfortable the way it is. R=jyasskin@chromium.org TBR=jochen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17104003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208058 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
This CL adds tab background images for the managed user theme. The bug description shows a screenshot. BUG=241377 Review URL: https://chromiumcodereview.appspot.com/17542002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208057 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
Fix error handling when download of component updates fails. This line was lost during refactoring of error handling for issue 15908002. Added missing crx->diff_update_failed = true; BUG=245318 Review URL: https://chromiumcodereview.appspot.com/17551012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208056 0039d316-1c4b-4281-b951-d872f2087c98
-
aedla@chromium.org authored
BUG=249854 Review URL: https://chromiumcodereview.appspot.com/17253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208055 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
After this CL the only blocker to completely remove the in-process import code will be the toolbar importer on Windows (http://crbug.com/243423). BUG=56816 TEST=Manually verify that first run import works (i.e. imports FF history when FF is default) on Linux. Review URL: https://chromiumcodereview.appspot.com/17379006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208054 0039d316-1c4b-4281-b951-d872f2087c98
-
yael.aharon@intel.com authored
This is in preparation for moving NaCl code out of chrome layer and into components. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17198013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208053 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
This changes the limit to 5 max instead of 8 max list items. BUG=251509 Review URL: https://chromiumcodereview.appspot.com/17198020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208052 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
An ActiveDesktopMonitor is actually not necessary here I believe (a window is never activated so the monitor simply returns the default host desktop type (which is the same as the type returned when there is no monitor). BUG=179830 Review URL: https://chromiumcodereview.appspot.com/17074007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208051 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
TBR=cpu@chromium.org BUG=180260 TEST=none Review URL: https://chromiumcodereview.appspot.com/17556002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208050 0039d316-1c4b-4281-b951-d872f2087c98
-