- 30 May, 2013 40 commits
-
-
abarth@chromium.org authored
These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates the remaining references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=darin@chromium.org BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15648012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203106 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203105 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=243997 Review URL: https://chromiumcodereview.appspot.com/15730007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203102 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
This feature is required to prevent user base expansion without removing extension for user that use the app. See crbug.com/242806 to see more details. BUG=242806 TEST=ExtensionServiceTest.ExternalPrefProvider R=asargent@chromium.org Review URL: https://codereview.chromium.org/15899007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203101 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=245147 Review URL: https://chromiumcodereview.appspot.com/15737031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203100 0039d316-1c4b-4281-b951-d872f2087c98
-
kewang@google.com authored
BUG=176647 Review URL: https://chromiumcodereview.appspot.com/14582021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203099 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This adds a new IPC message QuitApp which is sent by the shim when the user quits the shim (right click -> Quit). The AppShimHost responds by closing all windows associated with the app. The shim actually quits when the extension eventually closes and AppShimHost closes the channel to the shim. BUG=168080 TEST=Start an app using its shim. Right click the app in the dock and select quit. The shell windows of that app should close. Review URL: https://chromiumcodereview.appspot.com/14579005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203098 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Populating this for not-yet-fetched file causes NOT_MODIFIED case on downloading the file. BUG=229764 Review URL: https://chromiumcodereview.appspot.com/16152003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203097 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=236029 R=ananta@chromium.org Review URL: https://codereview.chromium.org/15935013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203096 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
The file is a remnant of r203082. BUG=244363 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/16219003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203095 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/16077005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203094 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://translate-internals/hajimehoshi@chromium.org authored
This column allows us to see what text is used to detect a language. The text is generated from the web page seen by the user, and doesn't include HTML tags. The text is sent from the renderer process to the browser process each time when detecting. This feature will help us to solve the problems, for example, the problem where the translation infobar indicates the web page language we don't expect. For now, with this CL, the text is always sent even though the translate-internals tab page doesn't exist. BUG=175967 Review URL: https://chromiumcodereview.appspot.com/15728008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203093 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Misc Ash windows incorrectly get new style BubbleFrameViews. Revert new dialog style change to CreateDefaultNonClientFrameView. This reverts non-dialog Ash windows to the old CustomFrameViewAsh. See before/after pics at http://crbug.com/241810#c17 Dialogs get frames from DialogDelegate::CreateNonClientFrameView. ( where 'dialogs' are DialogDelegate[View] [subclass] instances ) BUG=241125,241810,166075 TEST=Only dialog windows have the new-style bubble border. No windows have a double-border issue. R=derat@chromium.org Review URL: https://chromiumcodereview.appspot.com/15685017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203092 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
By this patch, a search result entry whose metadata is not fetched yet is temporarily added to the hidden "drive/other" directory for making it possible to appear in the search result UI. Normal feed loading routine will move it back to the right place once the real metadata is loaded. BUG=181075 TEST=Search "a" during the initial load of an account with large number of files R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/16142003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203091 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Patch by Adam Langley. R=agl@chromium.org BUG=90392 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/14772023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203090 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This also uses the new blue button style for the app launcher signin button. Binaries were landed in: https://codereview.chromium.org/15848008/ BUG=159733 Review URL: https://chromiumcodereview.appspot.com/14631022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203089 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It has been converted to Telemetry and is no longer run on the bots. BUG=None TEST=compile performance_ui_tests Review URL: https://chromiumcodereview.appspot.com/14566005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203088 0039d316-1c4b-4281-b951-d872f2087c98
-
arun.m@samsung.com authored
* Fill in v4l2_buffer.m.planes field for VIDIOC_DQBUF * Support both V4L2_CID_GLOBAL_ALPHA and V4L2_CID_ALPHA_COMPONENT ioctls for setting GSC alpha. BUG=230698 TEST=Ran VDA unittest on snow with 3.8 kernel Change-Id: Id633c4ed75ee807400536cea056e14a2d8ae5cf6 Review URL: https://chromiumcodereview.appspot.com/14328033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203087 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
This accounts for test environments that may have the TMP directory on drives that aren't C:. R=vandebo@chromium.org,ajwong@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/15767005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203086 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=244143 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16072018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203085 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
BUG=232200 Review URL: https://chromiumcodereview.appspot.com/14979008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203084 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
These all pass locally, but they fail on the bot. I'm disabling them all for now to get content_browsertests on the waterfall and will renable them once we figure out what's wrong with the bot. BUG=180861 R=piman@chromium.org TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/16071003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203083 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
This CL includes: - Move webkit/quota/quota_{types.{h,cc},callbacks.h} webkit/common/quota/, - Move other webkit/quota/ files to webkit/browser/quota/, - #include and include guard fix for the move, - Split webkit/quota/webkit_quota.gypi to webkit/{browser,common}/quota, - Change DEPS to allow #include webkit/common from chrome/browser. BUG=244363 TEST=should build successfully and should pass deps check. NOTRY=True Review URL: https://chromiumcodereview.appspot.com/16010007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203082 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
BUG= NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15989008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203081 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
BUG=178307 R=qinmin@chromium.org,bulach@chromium.org Review URL: https://chromiumcodereview.appspot.com/15876006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203080 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
base/string16.h was moved into base namespace in r191198 by Brett. BUG=None TBR=ben@chromium.org Review URL: https://codereview.chromium.org/15759009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203079 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
This creates a separate SynchronousCompositorImpl class that is owned by the RenderWidget. This will be needed for hooking up the root layer scroll offset delegate. BUG=None Review URL: https://chromiumcodereview.appspot.com/15875009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203078 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
BUG=239392,9096213 Review URL: https://chromiumcodereview.appspot.com/15871003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203077 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Currently preview panel is transparent and does not affect the size of other components. Thus this CL just removed call for onResize. This CL also removes unused function requestResize. BUG=238867 TEST=manually Review URL: https://chromiumcodereview.appspot.com/15675007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203076 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
ResourceMetadata::GetResourceEntryById no longer returns FilePath. FileSystemInterface::GetResourceEntryById no longer returns FilePath. Remove GetFilePath related code from FakeFileSystem. BUG=244135 TEST=unit_tests R=satorux@chromium.org Review URL: https://codereview.chromium.org/16107004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203075 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
Allow specifying proxy scripts using file:, data:, and ftp: URLs. This addresses a regression from r198915. BUG=243974 Review URL: https://chromiumcodereview.appspot.com/15665006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203074 0039d316-1c4b-4281-b951-d872f2087c98
-
shashishekhar@chromium.org authored
Android can have tabs without any web contents. Tab association logic assumes that all tabs have web contents. This prevents Android from cleanly doing session reassociation. This change adds a SyncedTabDelegate which does not depend on existence of web contents. It also ensures that SessionID for a tab does not change when web contents get attached to the tab. BUG=139670, 125549 Review URL: https://chromiumcodereview.appspot.com/15499005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203071 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
webstore_private_api returns "already_installed" when an install request specifies an extension id that is either already installed or is in the process of installing. BUG=222735 Review URL: https://chromiumcodereview.appspot.com/15292011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203070 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
buffer_pool_lock_ is not needed on the UI thread for this test, but if the camera started and stopped without an OnFrameInfo, then it's possible that the buffer_pool_ was never created. BUG=231723 Review URL: https://chromiumcodereview.appspot.com/15070008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203069 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
This is generally not applicable to autofill as we either filter out incomplete profiles or there's no associated phone number (in the case of credit cards). BUG=180149 R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/15892013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203068 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
This timeout was long to work around a problem that has been resolved elsewhere. I'm also changing the histogram name to match the condensed format that is now preferred. In addition I've added a new boolean histogram to indicate if the data was ready or not. BUG=244939 BUG=242726 TEST=None Review URL: https://chromiumcodereview.appspot.com/16189009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203065 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimt@chromium.org authored
BUG=164227 TEST=No Review URL: https://chromiumcodereview.appspot.com/16171008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203064 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Remove the overenthusiastic DCHECK from PictureLayerImpl to make sure that every tile that intersects the visible content rect also has a distance to the viewport of zero. Because the projection of the viewport is done more precisely than the enclosing rect for the visible content rect, it may be possible for a tile to be outside the viewport but inside the visible content rect. Therefore, the current DCHECKS are bogus. Instead, skip these tiles because they're not truly required for activation. R=reveman@chromium.org BUG=243437 Review URL: https://chromiumcodereview.appspot.com/16160005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203063 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=mgaba@chromium.org BUG=244897 TEST=none Review URL: https://chromiumcodereview.appspot.com/16114010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203062 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203056 0039d316-1c4b-4281-b951-d872f2087c98
-