- 12 Jun, 2012 40 commits
-
-
hashimoto@chromium.org authored
BUG=None TEST=try -b linux_chromeos_clang Review URL: https://chromiumcodereview.appspot.com/10535127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141637 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141636 0039d316-1c4b-4281-b951-d872f2087c98
-
benchan@chromium.org authored
Add dbus support the org.freedesktop.ModemManager1.SMS and org.freedesktop.ModemManager1.Modem.Messaging interfaces. This CL is authored by Jason Glasgow <jglasgow@chromium.org> and reviewed on https://chromiumcodereview.appspot.com/10533006 BUG=chromium-os:28421 TEST=chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/10545133 Patch from Jason Glasgow <jglasgow@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141634 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None TEST=build Review URL: https://chromiumcodereview.appspot.com/10541111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141633 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
The left hand side value can't be string literal. BUG=chromium:137067 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10442128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141632 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Webkit Bug - https://bugs.webkit.org/show_bug.cgi?id=84406 (Sending this out for silverroots(kaustubh.ra@gmail.com) BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10546100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141631 0039d316-1c4b-4281-b951-d872f2087c98
-
yutak@chromium.org authored
BUG=121052 TEST=none Review URL: https://chromiumcodereview.appspot.com/10384180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141630 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Media Gallery: Register isolated file system on a per RenderProcessHost basis. Otherwise when one RenderProcessHost closed, it revokes the file system for all RenderProcessHosts. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10537092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141629 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=131159 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10538098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141628 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
BUG=none TEST=media_unittests. Review URL: https://chromiumcodereview.appspot.com/10537082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141627 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=131869 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10534103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141626 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=120263 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10546117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141625 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141624 0039d316-1c4b-4281-b951-d872f2087c98
-
dominicc@google.com authored
TBR= BUG= TEST= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141623 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=132231 TEST=none TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10536110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141622 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=123732 TEST=Type in "kline-.github.com/NAMS" in the address bar and check that the default action is to navigate. Review URL: https://chromiumcodereview.appspot.com/10533102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141621 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=124450 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141620 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
This removes a bunch of plumbing that's completely unnecessary. Concretely: Before: BufferedResourceLoader -> BufferedDataSource -> DemuxerHost -> DataSourceHost -> Pipeline -> WebMediaPlayerImpl After: BufferedResourceLoader -> BufferedDataSource -> WebMediaPlayerImpl Review URL: https://chromiumcodereview.appspot.com/10535101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141619 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10546079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141618 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This also eliminates some dead code and makes the prepopulate engine matcher a bit more flexible. BUG=130020 TEST=Do an omnibox search; the "q=" portion should be the first query param. Review URL: https://chromiumcodereview.appspot.com/10535125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141617 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Fix conversion between NSImage to ImageSkia for when this is the case. Also fix the unittest so that it passes on HiDPI mac and changed unittest constants to be kWidth1x, kHeight1x etc Test=ImageMacTest.NSImageWithResizedNSImageRepToImageSkia Bug=None Review URL: https://chromiumcodereview.appspot.com/10545069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141616 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
http://crrev.com/137896 added code to capture RemoveRoute() called during setup of the channel, for instance if a nested call happened during a sync call. This adds the same check for OnChannelError(). BUG=97285 TEST=crash server. Review URL: https://chromiumcodereview.appspot.com/10538093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141615 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Eliminate the "clock" icon in the omnibox dropdown. The distinction between this and the globe was never clear to users, so let's just simplify. BUG=124450 TEST=A dropdown result that comes from matching the user's typing against the page title should have a globe icon. Review URL: https://chromiumcodereview.appspot.com/10535126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141614 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10544095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141613 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
This eliminates the need for a hardcoded locale list for each font preference when deciding whether the script for the browser's locale is equal to the script of the font pref. BUG=128298 TEST= Review URL: https://chromiumcodereview.appspot.com/10534057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141612 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141611 0039d316-1c4b-4281-b951-d872f2087c98
-
dominicc@google.com authored
TBR=ojan@chromium.org BUG= TEST= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141610 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a "ctx" parameter to help center URLs. Its value varies dependending on the manner in which help was requested. BUG=128611 TEST=manual: opened help using various methods in Linux and Chrome OS builds and checked that correct URLs were opened (the about page button doesn't work for me, but it's also broken when I do a build using clean source) Review URL: https://chromiumcodereview.appspot.com/10546072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141609 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
SpellCheck::RequestTextChecking() adds spelling markers to a wrong place when its offset parameter is not 0. To temporarily avoid this problem, this change sends the whole text given by WebKit if SpellCheckProvider::RequestTextChecking() sends a spellcheck request. Also, this change caches the last request and its response to avoid sending unnecessary spellcheck requests. BUG=131613 TEST=SpellCheckProviderTest.MultiLineText Review URL: https://chromiumcodereview.appspot.com/10533077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141608 0039d316-1c4b-4281-b951-d872f2087c98
-
james.wei@intel.com authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10532081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141607 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141606 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10542113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141605 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=124695 TEST=none Review URL: https://chromiumcodereview.appspot.com/10545127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141604 0039d316-1c4b-4281-b951-d872f2087c98
-
inferno@chromium.org authored
Caused massive number of use-after-free crashes on ClusterFuzz. After actually seeing the use cases for the value store in extension code, I realized that an async version would be more appropriate. This one will use less memory as well, since we won't need to keep the cache in memory. BUG=123366 TEST=no Review URL: https://chromiumcodereview.appspot.com/10539073 TBR=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/10537116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141603 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
GetOwningTabContentsForWebContents BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10535120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141602 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
These will replace the current method for copying projects over and defining their makefiles. The makefiles will be removed in a different CL to atomically switch between the two versions. BUG=130618 R=binji@chromium.org TEST=test_generate_make.py Review URL: https://chromiumcodereview.appspot.com/10539082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141601 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
IDR_OTR_ICON_FULLSCREEN when in touch layout and either fullscreen or running in Metro. BUG=131698 Review URL: https://chromiumcodereview.appspot.com/10538082 TBR=joi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10538099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141598 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@chromium.org authored
After Netflix storage infobar pops up, clicking the Ok button immediately returns the Storage error on faster machines like Stumpy/Lumpy so adding a delay of 1 second here. We get this storage error only during automation, not when clicking the Ok button manually. Review URL: https://chromiumcodereview.appspot.com/10538096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141597 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=130635 TEST= Enable new OOBE login from about:flags and relaunch browser, in the loggin screen, the background color should be white (#FEFEFE). Review URL: https://chromiumcodereview.appspot.com/10492003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141596 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
TBR=jhawkins@chromium.org BUG=None TEST=Install an IME extension. Enable it. Check that the Language Bar indicates that it is 3rd party Review URL: https://chromiumcodereview.appspot.com/10544070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141594 0039d316-1c4b-4281-b951-d872f2087c98
-