- 27 Jul, 2012 26 commits
-
-
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
-
alexeypa@chromium.org authored
- Install the host binaries to versioned folders. - Drop references to the COM objects quickly. BUG=137755 Review URL: https://chromiumcodereview.appspot.com/10831037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148671 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
connection tester. BUG=none Review URL: https://chromiumcodereview.appspot.com/10796112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148670 0039d316-1c4b-4281-b951-d872f2087c98
-
danhn@chromium.org authored
CID=104449,104364,104363,104357,104340,104298,104297,104058,104056,104055 Review URL: https://chromiumcodereview.appspot.com/10833014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148669 0039d316-1c4b-4281-b951-d872f2087c98
-
tysand@chromium.org authored
Added flushing to python server to fix issue in Visual Studio output window. BUG=136414 TEST= Review URL: https://chromiumcodereview.appspot.com/10821046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148668 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
With this change, target 'chrome' builds with the 10.7 SDK. BUG=136844 TEST=none Review URL: https://chromiumcodereview.appspot.com/10823049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148667 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Jul, 2012 14 commits
-
-
jamesr@chromium.org authored
This seems to have outlived its usefulness. NOTRY=true BUG=none TEST=lol Review URL: https://chromiumcodereview.appspot.com/10826040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148666 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Add matching OS_ANDROID guard in tests missing from http://codereview.chromium.org/10806077/ Review URL: https://chromiumcodereview.appspot.com/10827051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148665 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
This can decrease NaCl's total warm load time by ~15% for larger files. The algorithm for resizing the buffer matches the one used by AsyncResourceHandler. BUG= none TEST= none Review URL: https://chromiumcodereview.appspot.com/10828024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148664 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=138643 TEST=none Review URL: https://chromiumcodereview.appspot.com/10823047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148663 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
There is already an ash::GetRootWindowController, and it does the same thing. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10828037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148662 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
- Moved CSS into shared/css similar to other about pages. (cleaned up style warnings during move). - Added android specific CSS overrides where necessary. - Removed flash section as it is not supported on Android. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10821026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148661 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to produce data. This allows us to lazily allocate a stream id. The second CL was reverted because of use-after-free problems. Producers were deleted before they were pop()'d from the WriteQueue, which turns out to be a no-no. This version fixes this defect. The initial CL was reverted because of memory leaks. Both SpdyIOBufferProducers leaked the SpdyFrame they owned. The second version of the CL fixes this defect. Attempting to re-land 144649 Revert 147692 - Revert 144655 - Revert 144649 BUG=111708 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10815074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148660 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=137247 Review URL: https://chromiumcodereview.appspot.com/10821049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148659 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=112525 TEST=unittests, manual Review URL: https://chromiumcodereview.appspot.com/10827045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148658 0039d316-1c4b-4281-b951-d872f2087c98
-
mmocny@chromium.org authored
Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupled from backbuffer drop. On Aura, every time a tab is backgrounded, RenderWidgetHostViewAura will reset its handle to the front surface. If that tab is foregrounded again, that front surface will not be used until synchronizing with the gpu process to make sure that surface is still available. By doing this, the gpu process knows when it is safe to discard the front surface. RWHVA sends a FrontSurfaceIsProtected(bool, int) message to the gpu process to keep it informed about front surface protection. The int is a state-of-the-world identifier to protect from ABA issues. RWHVA delays sending FrontSurfaceIsProtected(false) until after the current surface is certain to not be in use, namely after the compositor finishes the current frame and the browser thumbnailer is complete. BUG=112842 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142408 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142541 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143590 Review URL: https://chromiumcodereview.appspot.com/10052018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148657 0039d316-1c4b-4281-b951-d872f2087c98
-
tedvessenes@gmail.com authored
BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10808069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148656 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
Iceberg builds .mpkgs, but Packages builds flat .pkgs. We switch to using Packages because it can create "flag packages" that we can sign and signing is required for Mac OS X 10.8. When we switched from .mpkg to .pkg, the keystone installer script was not updated. So keystone installs are not happening. Review URL: https://chromiumcodereview.appspot.com/10831041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148655 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
BUG=134744, 117261 Review URL: https://chromiumcodereview.appspot.com/10682007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148654 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
BUG=129471 TEST= Review URL: https://chromiumcodereview.appspot.com/10834039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148653 0039d316-1c4b-4281-b951-d872f2087c98
-