- 23 May, 2012 25 commits
-
-
jam@chromium.org authored
Get rid of the RenderViewType concept in content, since it was only used by Chrome. Store the enum value in the WebContents' property bag. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10409088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138434 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138433 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
This pulls in the following Native Client changes: r8656: (mseaborn) sel_main_chrome: Add an interface for setting the /dev/urandom FD r8657: (halyavin) Test for debug stub with real gdb. r8658: (halyavin) Gcl commited file not in CL. Revert for this. r8659: (halyavin) Skip qualification test when gdb tests are run with asan. r8660: (mseaborn) Scons: Move some glibc-test-disabling logic out of SConstruct r8661: (mseaborn) Remove nacl_file.cc and the src/untrusted/ppapi directory r8662: (mseaborn) libpthread: Remove a comment which I missed in my earlier change r8663: (bradchen) Update build/untrusted.gyp for glibc builds r8664: (mseaborn) Enable running nacl-glibc tests under the IRT r8665: (bbudge) Update Chrome revision in NaCl DEPS. r8667: (jvoung) Bump llvm rev for cleanup (removing -arm_static_tls flag). r8668: (bsy) Change lock_impl_win.cc to use CRITICAL_SECTION objects. r8669: (kschimpf) Generalize the concept of two instructions executing atomically. r8670: (mseaborn) Thread suspension: Implement for Linux r8671: (mseaborn) Build untrusted code with "-g" to get debugging info r8672: (khim) Fix for bug #2796 r8674: (jvoung) Switch perf expectations size test from checking r8675: (scottmg) avoid noise from assembler wrapper when preprocessing r8676: (mseaborn) IRT threading: Add a test for TLS inside the IRT BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10422004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138432 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Split the previous implementation into two pieces: XmppPushClient and NonBlockingPushClient. Add FakePushClient and FakePushClientObserver. Remove use of ThreadSafeObserverList. Add PushClient::CreateDefault() function, which creates a NonBlockingPushClient for an XmppPushClient. Dep-inject PushClient into P2PNotifier. Add some helper functions to notification_defines.{h,cc}. BUG=76764 TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138216 Review URL: https://chromiumcodereview.appspot.com/10413014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138431 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@google.com authored
This fixes breakage of component_build on ChromeOS BUG=129131 TEST=emerge and run chrome on ChromeOS Review URL: https://chromiumcodereview.appspot.com/10399120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138430 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
TBR=fsamuel@chromium.org TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10413068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138429 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10408078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138426 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This fixes bot redness caused by 10411086 Bug=None Test=Bots go green Review URL: https://chromiumcodereview.appspot.com/10421030 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10408083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138423 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
The test relies on a WebKit layout test. The test code was updated in WebKit r117702 but basics-shared-workers-expected.txt was not updated as that test is not run in WebKit. Expectation updated in WebKit r117800. BUG=128959 TEST=browser_tests --gtest_filter='IndexedDBLayoutTest.BasicTests' Review URL: https://chromiumcodereview.appspot.com/10417017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138421 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Broken by http://codereview.chromium.org/9968097/ BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10414068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138420 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This patch fixes the places where we will be sending DIP to the GPU process but should be sending pixels instead to the GPU process once https://bugs.webkit.org/show_bug.cgi?id=86051 lands. This patch reverts: http://codereview.chromium.org/127553/ http://codereview.chromium.org/10332077/ Bug=127455, 114677 Test=Manual SchedulePaintInRect is called with parameters in DIP TBR=piman@chromium.org,sky@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411086 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138419 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This fixes bot redness caused by 10411086 Bug=None Test=Bots go green Review URL: https://chromiumcodereview.appspot.com/10421030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138418 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Major Classes: BrowserPluginChannelManager: Manages GuestToEmbedderChannels. It essentially wraps a map that is keyed on channel names. GuestToEmbedderChannel: Is a Dispatcher. Receives/Sends Ppapi messages. Keeps track of all RenderViews that have an associated PP_Instance in a map (RenderViews that are guests). brettw@ might want to have a look here? BrowserPluginRegistry: Wrapper around map that keeps track of Browser Plugin PluginModules keyed on the guest process id. This is similar to the PepperPluginRegistry but has a different key type. BrowserPluginVarSerializationRules: Temporary do nothing class as suggested by brettw@ BrowserPlugin: Towards becoming a wrapper around a WebPluginContainerImpl that swaps out WebPluginImpl/WebViewPlugin on navigation. We get a blank WebViewPlugin (is this a best thing to do to get a blank placeholder?) if we have an empty src attribute or while we're navigating for the first time. Otherwise, on cross-process navigations, we substitute one WebPluginImpl for another WebPluginImpl. TODO: BrowserPlugin should track the lifetime of WebPluginContainerImpl, but right now it lives forever which is bad. Will fix this in a subsequent patch. This requires some WebKit changes first. BUG=117897 TEST=manually Review URL: https://chromiumcodereview.appspot.com/9968097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138416 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This patch fixes the places where we will be sending DIP to the GPU process but should be sending pixels instead to the GPU process once https://bugs.webkit.org/show_bug.cgi?id=86051 lands. This patch reverts: http://codereview.chromium.org/127553/ http://codereview.chromium.org/10332077/ Bug=127455, 114677 Test=Manual SchedulePaintInRect is called with parameters in DIP TBR=piman@chromium.org,sky@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138415 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Define QCMS_OUTPUT_BGRX and add qcms_transform_data_type() api to output BGR or BGRA format for GRAY, GRAYA, RGB, and RGBA input data. Update all color transform functions with an output format argument, use that to select RGBX (the default) or BGRX output format. Add google.patch: patch of the BGRA output changes against upstream qcms and add README.chromium details about google.patch. TODO: send the patch to qcms if accepted for review upstream. Disable Visual Studio warnings when needed. BUG=143 TEST=None AUTHOR=noel@chromium.org original review = http://codereview.chromium.org/10387099/ Review URL: https://chromiumcodereview.appspot.com/10407113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138414 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
[net] Switch TestURLRequestContext and other tests to use MockCachingHostResolver or MockHostResolver. Make explicit when HostResolver::Resolve is expected to never complete in tests. Clean up TestURLRequestContext API. BUG=126016,128745 TEST=net_unittests; jingle_unittests; sync_unit_tests Review URL: https://chromiumcodereview.appspot.com/10408067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138413 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=aura_unittests, views_unittests. Review URL: https://chromiumcodereview.appspot.com/10412044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138412 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
been flaky on Windows. [ RUN ] FileWriterDelegateTest.WritesWithQuotaAndOffset ..\webkit\fileapi\file_writer_delegate_unittest.cc(367): error: Value of: test_helper_.GetCachedOriginUsage() Actual: 45 Expected: ComputeCurrentOriginUsage() Which is: 0 [ FAILED ] FileWriterDelegateTest.WritesWithQuotaAndOffset (16 ms) TBR=kinuko@chromium.org BUG=129264 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10411084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138411 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=129273 TEST=none Review URL: https://chromiumcodereview.appspot.com/10399138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138410 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
When we use the setuid sandbox, Zygote may get launched in a new PID namespace, with pid == 1. In that case we need to act as a init process and reap zombies. BUG=125821,109944 TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10417019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138409 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
This will make the android_test bot red when apk tests fail. The ANDROID_APK_TEST_TARGET flag is required while we transition from executable to APK tests. - Executable tests need the DIR_CACHE override as the default path comes from the java side. BUG=125059 Review URL: https://chromiumcodereview.appspot.com/10332230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138407 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=129273 TEST=none Review URL: https://chromiumcodereview.appspot.com/10417042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138406 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=sky@chromium.org, varunjain@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10412048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138403 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Disable FileWriterDelegateTest.WriteSuccessWithoutQuotaLimitConcurrent, which has been flaky on Windows. TBR=kinuko@chromium.org BUG=129264 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10383295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138402 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10332303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138401 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 May, 2012 15 commits
-
-
tfarina@chromium.org authored
So the filename matches much more with the free function names used in the header file and with the class name used in the source file. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138398 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
TBR=vandebo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10408079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138397 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=visual Review URL: https://chromiumcodereview.appspot.com/10417039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138396 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
BUG=129235 R=vandebo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10414060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138395 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
We shouldn't record the histograms when processing delta feeds. BUG=129248 TEST=manually confirmed by chrome://histograms Review URL: https://chromiumcodereview.appspot.com/10416049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138394 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=122026 TEST=Does not crash on shutdown on XP. Speech still stops if you load TTS Demo and exit in the middle of a long sentence. Review URL: https://chromiumcodereview.appspot.com/10413054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138393 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
This avoids the need to chain the output of gyp rules, which is not supported across generators. See also https://chromiumcodereview.appspot.com/10381103/ and https://groups.google.com/forum/?fromgroups#!topic/gyp-developer/f_oCV-Lavpw R=alexeypa@chromium.org BUG=127444 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10392172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138392 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none TBR=sky Review URL: https://chromiumcodereview.appspot.com/10407109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138385 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Change all references to net::URLFetcherDelegate. Change some instances of content::URLFetcher to net::URLFetcher as needed. Remove unused files auth_response_handler.*. BUG=118220 TEST= TBR=sky@chromium.org,joi@chromium.org,mnissler@chromium.org,rlp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10392192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138384 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=129075 TEST=none Review URL: https://chromiumcodereview.appspot.com/10399134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138381 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10414054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138380 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Remove BrowserList usage from autofill CC infobar delegate, replacing it with using content api directly to open a tab in the relevant context. This also allows us to remove some cruft from Browser. http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10417036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138379 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
[Chromoting] Add a filter that will stop the host sending unnecessary clipboard events to the client. The host does not yet send any clipboard events to the client. A follow-up CL will make that happen. BUG=117473 Review URL: https://chromiumcodereview.appspot.com/10399052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138377 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Accidiently had the wrong number of brackets which did not produce the desired behavior while iterating over previous issue 10387182. This change makes it do the right thing. BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10421007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138374 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Renamed NOTIFICATION_WEB_CONTENTS_HIDDEN to NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED and updated all appropriate places. We check for the detail false if we meant to check if the WebContents is hidden. This matches the behavior of RenderWidget's NOTIFICATION_RENDER_WIDGET_VISIBILITY_CHANGED. Added a WasRestored method to WebContents public interface. Call WasRestored from WebContents::ShowContents BUG=128814 TEST=did not break existing autofill popup browser test Review URL: https://chromiumcodereview.appspot.com/10411033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138372 0039d316-1c4b-4281-b951-d872f2087c98
-