- 27 Jul, 2012 40 commits
-
-
thakis@chromium.org authored
Fixes a build warning with the 10.8 SDK BUG=139138 TEST=none TBR=dmaclach Review URL: https://chromiumcodereview.appspot.com/10826042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148716 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
This creates either a texture transport surface (for compositor use) or a native window surface. Also add a way to look up a surface handle that cannot be serialized over IPC. We simply get it from the tracker as we are running the GPU thread in the browser process. BUG=136923 Review URL: https://chromiumcodereview.appspot.com/10795058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148715 0039d316-1c4b-4281-b951-d872f2087c98
-
smckay@chromium.org authored
Use IntentsQuery as the WDS consumer. By unencumbering WebIntentsRegistry of this responsibility we'll be able to more easily accommodate new request types. BUG=137907 TEST=WebIntentsRegistryTest.* Review URL: https://chromiumcodereview.appspot.com/10827056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148714 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148713 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
This CL is the part 2 (of 2) for fixing 138512. In GDataFileSystem::GetEntry*() family of functions, check the existence of dirty cache and if there exists, use the file info from the cache file. BUG=138512 TEST=unit_tests --gtest_filter='*GData*' TEST=Manual: - edit a file by photo editor and save as a different file. - verify the file size and the date is displayed correctly for the edited file even if feed update intervenes. Review URL: https://chromiumcodereview.appspot.com/10826006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148712 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Also add support for single-process. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10820043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148711 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
TEST() macro should be used instead. TEST=ui_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148710 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
xp-release-dual-core/moz/total_op_r: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=150&rev=148651&graph=total_op_r TBR=cmp BUG=139267 Review URL: https://chromiumcodereview.appspot.com/10827065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148707 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Updated total_byte_r instead total_op_r. Will submit a separate CL to update total_op_r. xp-release-dual-core/moz/total_op_r: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=150&rev=148651&graph=total_op_r TBR=cmp BUG=139267 Review URL: https://chromiumcodereview.appspot.com/10829052 TBR=rtenneti@google.com Review URL: https://chromiumcodereview.appspot.com/10820044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148704 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Move prompting logic from content/ to chrome/. When determining the target path for a download, we used to notify content/ of what the target path was along with a flag indicating whether the user should be prompted. Then DownloadManager would call into the DownloadManagerDelegate to request a prompt if necessary. This patch short circuits the logic so that the DownloadManagerDelegate would prompt the user as necessary and only pass the final path to the DownloadItem. BUG=78085 TEST=unit tests TBR=sky,mirandac Review URL: https://chromiumcodereview.appspot.com/10704052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148703 0039d316-1c4b-4281-b951-d872f2087c98
-
yosin@chromium.org authored
TBR=tomhudson@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10833045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148702 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This facilitates building a Debian package, currently for Ubuntu 10.04. This is based on work by benley@ and jamiewalch@ (http://codereview.chromium.org/10800099/) TODO: * Allow building packages for other versions of Ubuntu (maybe detect the current build platform and use that) * Integrate better with gyp, instead of hard-coding out/Release and manually supplying version_full to the script. * Add man-page for me2me_virtual_host * Use separate staging area for the debian/ build directory, instead of polluting the source tree. BUG=131245 TEST= Review URL: https://chromiumcodereview.appspot.com/10821028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148701 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148700 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Many of the includes / dependencies in ppapi + nacl are badly specified. This turns on checkdeps for most stuff and makes extra stuff explicit. BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=checkdeps passes R=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10797018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148699 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10824036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148698 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Sort of. SendNotification() is still there. Perhaps we want to split the interfaces completely. BUG=124149 TEST=tests should still pass, no observable behavior change NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147801 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148496 Review URL: https://chromiumcodereview.appspot.com/10702074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148697 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10826011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148696 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=139229 TEST=sync_integration_tests should still pass Review URL: https://chromiumcodereview.appspot.com/10825047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148695 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10822002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148694 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Also fix a couple of bugs in the license tool. - When scanning, ignore directories that don't contain any files, on the assumption that these are DEPS directories for projects not used by our current configuration. - Don't recurse into directories in ADDITIONAL_PATHS, just as we don't for regular third_party/foo directories. Notes - License file for third_party/mozc was taken from source header. - LICENSE.chromium_os was copied from Chromium OS source tree. This fixes 'licenses.py scan' for an Android checkout. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10829042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148693 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=chromium:127728 TEST=unit_test --gtest_filter="DriveApiParser.*" Review URL: https://chromiumcodereview.appspot.com/10810070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148692 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
CID=102266 BUG= TEST= TBR=annacc Review URL: https://chromiumcodereview.appspot.com/10821029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148691 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
This CL also made RenderWidgetHostView::MacCopyFromCompositingSurface support HiDPI. BUG=118571 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10835014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148690 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148689 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
https://gerrit.chromium.org/gerrit/#change,28275 fixes libva-intel-driver to not free the buffer manager before cleaning up BOs, so now vaTerminate can safely be called. Also, since we are using X functions and X Pixmaps with VAAPI, there is no need to use the glx va library just to get the X display. This could have also potentially got us into trouble in the future, so getting rid of it. BUG=138758 TEST=Manual runs Review URL: https://chromiumcodereview.appspot.com/10824051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148688 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=8 CID=7757,8647,11476,16931,16932,100206,100577,102872 BUG=none TEST=none R=tbreisacher@chromium.org TBR=brettw@chromium.org,kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148687 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Add the RenderProcessHost::FastShutdownIfPossible calls to ContentBrowserTest that I removed in r148507. It looks like this may be preventing the browser from shutting down child processes. Review URL: https://chromiumcodereview.appspot.com/10833043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148686 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
talloc.c has a local diff to define strnlen(), instead of using the definition in replace.c. However, the 10.7 SDK has its own strnlen(), which makes the compiler complain about a strnlen() redefinition. Use the pattern from replace.c to fix the redefinition problem. With this change, 'browser_tests' builds with the 10.7 SDK. BUG=136844 TEST=none Review URL: https://chromiumcodereview.appspot.com/10832045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148685 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
xp-release-dual-core/moz/total_op_r: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=150&rev=148651&graph=total_op_r TBR=cmp BUG=139267 Review URL: https://chromiumcodereview.appspot.com/10829052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148684 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
BUG= TEST= TBR=tommi Review URL: https://chromiumcodereview.appspot.com/10820042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148683 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The user will be asked for confirmation via an infobar before we let any of the dangerous unknown plugins installed by default on many Linux distributions run. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10821042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148682 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148681 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
This is useful for cases where Xcode doesn't know about the SDK, possibly because the SDK is installed outside of Xcode altogether. For example, Xcode 4.4 does not include a copy of the 10.6 SDK, so if you have a copy of the 10.6 SDK present at /SDKs/MacOSX10.6.sdk, you can put this in ~/.gyp/include.gypi: { 'variables': { 'mac_sdk_path': '/SDKs/MacOSX10.6.sdk', }, } Review URL: https://chromiumcodereview.appspot.com/10831039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148680 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
We may need to add new transport types in the future. Current config parsing code fails to parse configs with transport types it doesn't understand which will make it hard to add new transport type without breaking backward compatibility. BUG=137135 Review URL: https://chromiumcodereview.appspot.com/10831022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148679 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=None TEST=unit tests pass Review URL: https://chromiumcodereview.appspot.com/10828036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148678 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@chromium.org authored
If a browser is running, and the service process is running the connector, the connector will occasionally start up a chromium process to check the connector enablement policy. The flag to do so would get passed to a running browser, if present, and there is a path through the policy check code that could cause the browser to quit. This patch prevents the policy check flag from being passed on; the started process will be very short lived and does a silent launch. Original Review URL: https://chromiumcodereview.appspot.com/10666010 BUG=134252 TEST=None Review URL: https://chromiumcodereview.appspot.com/10692178 TBR=scottbyer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148677 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@chromium.org authored
If a browser is running, and the service process is running the connector, the connector will occasionally start up a chromium process to check the connector enablement policy. The flag to do so would get passed to a running browser, if present, and there is a path through the policy check code that could cause the browser to quit. This patch prevents the policy check flag from being passed on; the started process will be very short lived and does a silent launch. Original Review URL: https://chromiumcodereview.appspot.com/10666010 BUG=134252 TEST=None Review URL: https://chromiumcodereview.appspot.com/10692178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148676 0039d316-1c4b-4281-b951-d872f2087c98
-
tturchetto@google.com authored
BUG=128108 TEST=This is a test. Review URL: https://chromiumcodereview.appspot.com/10778006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148675 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
1. EPM was not observing the correct notification to shut down its ExtensionHosts. 2. PROFILE_DESTROYED has to be sent early enough that the EPM can shut down ExtensionHosts before the ProfileDestroyer checks that all renderers are gone. BUG=138843 TEST=In Debug build, have a split mode incognito extension installed. Open and close an incognito window; no crash. Close the regular profile window; no crash. TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148674 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
BUG=108223 TEST= Review URL: https://chromiumcodereview.appspot.com/10829013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148673 0039d316-1c4b-4281-b951-d872f2087c98
-