- 27 Jul, 2012 7 commits
-
-
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 33 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
-
vabr@chromium.org authored
BUG=101244 TEST=N/A, only moving code, no change in functionality Review URL: https://chromiumcodereview.appspot.com/10796062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148652 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=133827 Review URL: https://chromiumcodereview.appspot.com/10827032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148651 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=127664 TEST=Accelerated .mp4 video works on Chrome OS. Review URL: https://chromiumcodereview.appspot.com/10824019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148649 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
QuickDraw.h is gone, but the frameworks still exports the symbols on 10.8. So just declare the functions for now, so that we can build with the 10.7 SDK. We can remove Carbon plugin support later. BUG=136844 TEST=none TBR=stuartmorgan,tony Review URL: https://chromiumcodereview.appspot.com/10826036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148647 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148646 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=tomhudson@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10831038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148644 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Remove the second comparison group from the prerender field trials, and reorganize the code so that we can compile assert on the summation. The second group has already shown us our numbers are good. The compile time assertion should avoid fat finger errors that we've caught in other reviews (which would otherwise have been a _beta crasher_!). I think we should also give consideration to renaming these histograms for ease of understanding. I know that makes a historic comparison cost, but it makes arriving new in this area so much easier. I'll rebase the multiple prerender CL on top of this. R=dominich@chromium.org BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/10802062 TBR=gavinp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148643 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10835006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148642 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
1. base64, rand_util, threading, time and threads were previosly disabled in base_untrusted. Remoting code depends on these parts of base, so they need to be enabled. 2. Implemented NaCl version of rand_util. 3. Enabled glibc version of base_untrusted BUG=134216 Review URL: https://chromiumcodereview.appspot.com/10795083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148641 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
This is implemented by passing -MMD to gcc and then including the generated .d files in the Makefile. BUG=139161 TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10821050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148640 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Remove the second comparison group from the prerender field trials, and reorganize the code so that we can compile assert on the summation. The second group has already shown us our numbers are good. The compile time assertion should avoid fat finger errors that we've caught in other reviews (which would otherwise have been a _beta crasher_!). I think we should also give consideration to renaming these histograms for ease of understanding. I know that makes a historic comparison cost, but it makes arriving new in this area so much easier. I'll rebase the multiple prerender CL on top of this. R=dominich@chromium.org BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/10802062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148639 0039d316-1c4b-4281-b951-d872f2087c98
-
danhn@chromium.org authored
CID=104268,104216,104131,104058 Review URL: https://chromiumcodereview.appspot.com/10830022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148638 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
Updates kSyncAutoStarts in defaults.cc to match the android version as well. BUG=138245 TEST= Review URL: https://chromiumcodereview.appspot.com/10796054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148637 0039d316-1c4b-4281-b951-d872f2087c98
-
yusufo@chromium.org authored
Include the LongPressDetectorTest as part of the ContentShellTests.apk. Produce a jar (ContentShellTests-debug.jar) so that run_instrumentation_tests.py can use Proguard to enumerate the tests by annotation. BUG=136687 TEST=LongPressDetectorTest Review URL: https://chromiumcodereview.appspot.com/10818039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148636 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
This is based on https://chromiumcodereview.appspot.com/10790041/, not yet submitted. BUG=137764 TEST=self Review URL: https://chromiumcodereview.appspot.com/10803029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148635 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148633 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This is to pick up recent fixes to license metadata. third_party/aosp: r122156 to r148330 - r122930 - Add svn:ignore to aosp - r148330 - Fix licensing metadata for third_party/aosp third_party/webgl_conformance: r138171 to r148561 - r148561 - Fix license metadata for ffmpeg and WebGL conformance tests BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10827044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148632 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
r=scottmg BUG=139084 Review URL: https://chromiumcodereview.appspot.com/10833030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148631 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
BUG=137764 TEST=self Review URL: https://chromiumcodereview.appspot.com/10790041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148630 0039d316-1c4b-4281-b951-d872f2087c98
-