- 22 Jun, 2013 40 commits
-
-
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
-
gbillock@chromium.org authored
R=asargent@chromium.org, vandebo@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/17552016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208049 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
This will let Omaha know the difference between new, on-demand installs that are manually initiated from the webstore, and the background autoupdate checks that we do for already installed extensions/apps. BUG=249187 Review URL: https://chromiumcodereview.appspot.com/17524010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208048 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
Currently if we have allow anything mode, we never have a tile in the NEVER_BIN, even if both active and pending trees don't own the tile anymore (ie it's being kept alive by the raster callback). This cleans it up. BUG=251938 Review URL: https://chromiumcodereview.appspot.com/16959022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208047 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
TEST=All existing unittests still pass. Review URL: https://chromiumcodereview.appspot.com/16867010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208046 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
TestShellWebMimeRegistryImpl has been replaced in lieu of content_shell calling net::RemoveProprietaryMediaTypesAndCodecsForTests(). BUG=251306 Review URL: https://chromiumcodereview.appspot.com/17447011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208045 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208044 0039d316-1c4b-4281-b951-d872f2087c98
-
Yukawa@chromium.org authored
It turned out that the previous implementation of InputMethodTSF did not support InputMethodTSF::SetFocusedTextInputClient(NULL). This CL fixes the issue. BUG=246534 Review URL: https://chromiumcodereview.appspot.com/17546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208043 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152894:152906&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/17528003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208042 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/17518003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208041 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
In addition: - MediaInfoLoader was moved to the android subdirectory as its only used on Android. - ProxyDecryptor was modified to accept a MediaKeys object instead of creating one itself. - StreamTexture{Factory,Proxy}Impl was folded into StreamTexture{Factory,Proxy}. - WebMediaPlayerProxyAndroidImpl was folded into WebMediaPlayerProxyAndroid. BUG=251306 TBR=jochen Review URL: https://chromiumcodereview.appspot.com/17502007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208040 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
The unit test is currently skeletal; future CLs will flesh it out. BUG=247015 Review URL: https://chromiumcodereview.appspot.com/17450010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208039 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
BUG=241387 Review URL: https://chromiumcodereview.appspot.com/17176015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208038 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
The following APIs are updated: - PPB_NetAddress_Dev - PPB_HostResolver_Dev - PPB_TCPSocket_Dev - PPB_UDPSocket_Dev BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/16938011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208037 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
Shrinking the history databases page cache doesn't seem to impact performance of the QueryHistory time metric, or the page cycler. BUG=243769 Review URL: https://chromiumcodereview.appspot.com/17416002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208036 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
Presentation mode used to lengthen the idle delay. It now lengthens the screen dim delay instead. This CL adds a policy that controls the scaling of the screen dim delay and deprecates the policy that used to control the scaling of the idle delay. BUG=248940 TEST=Updated browser and unit tests Review URL: https://chromiumcodereview.appspot.com/17408010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208035 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Now that Blink has rolled into chromium we can move on and remove googleurl.gyp from build/temp_gyp! BUG=229660 R=thestig@chromium.org,darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/17335013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208034 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
Last attempt: https://codereview.chromium.org/17122006/ BUG=249089 Review URL: https://chromiumcodereview.appspot.com/17334005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208033 0039d316-1c4b-4281-b951-d872f2087c98
-