- 25 May, 2011 12 commits
-
-
kerz@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86542 0039d316-1c4b-4281-b951-d872f2087c98
-
sunandt@google.com authored
BUG=83820 TEST=passwords.PasswordTest.testInfoBarDisappearByNavigatingPage, passwords.PasswordTest.testDisplayAndSavePasswordInfobar Review URL: http://codereview.chromium.org/6987003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86540 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
This is a workaround for a regression to fix the missing video in the MediaPlayer as reported in bug 15310. It is a followup to http://codereview.chromium.org/6969027/ BUG=chromium-os:15310 TEST=ran manually to see the video Review URL: http://codereview.chromium.org/7065017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86539 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=82371 TEST=Disable spell-check setting, verify that any open tabs immediately respect the disabled state. Review URL: http://codereview.chromium.org/7064046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86538 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Use the QuotaManager to determine the space available to WebSQLDatabases. Since activity outside of the database system now affect how much space is available, our strategy for informing the client side of the new limit needed to change. It's not enough to just send the new limit when a change within the DB system has occurred. This change depends on a webkit/webcore change. https://bugs.webkit.org/show_bug.cgi?id=60985 In this CL the renderer will ask the browser for the limit when needed. But also in this CL are ipc plumbing additions to support notifying the renderer as changes occur. That plumbing will be utilized in a later CL. * [Chrome] DatabaseMessageFilter uses the QuotaManager respond to the SpaceAvailable query. * [DRT] SimpleDatabaseSystem uses quota_per_origin_ data member to respond to the SpaceAvailable query. * Mostly mind numbing plumbing for WebKit API additions. // Sync getter for use on webcore's background db threads to // call out to chrome to get the value. long long WebKitClient::databaseGetSpaceAvailableForOrigin(origin_identifier); // Split the existing updateDatabaseSize method into three methods. Chrome calls into these. static void WebDatabase::updateDatabaseSize(originIdentifier, dbname, spaceAvailable); static void WebDatabase::updateSpaceAvailable(originIdentifier, spaceAvailable); static void WebDatabase::resetSpaceAvailable(originIdentifier); Review URL: http://codereview.chromium.org/7037018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86537 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
3 times for the ping message and if only one other threads has responded for a ping message. BUG=82336 TEST=thread watcher unit tests R=jar Review URL: http://codereview.chromium.org/6990061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86536 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Also remove some unecessary blank lines. BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/7063029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86534 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=things still work Review URL: http://codereview.chromium.org/6990028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86533 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
Revert 86517 - Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to shutdown gracefully, i.e. NP_Shutdown gets called. To ensure that we handle the case of a hung plugin, we handle the OnChannelError notification in the IPC message filter implementation in the plugin process and post a delayed task to kill the process. Fixes bug http://code.google.com/p/chromium/issues/detail?id=48178 BUG=48178 Review URL: http://codereview.chromium.org/6992006 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/7065048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86532 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
1) Downloaded http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1 2) Removed whitespace from the ends of the lines 3) Added the Chromium note back in 4) Follow the instruction in net/tools/tld_cleanup/README to generate gperf and cc files. This data file comes from their changeset 70019:1de81dad52af from 2011-05-23 21:24 +0100 ( http://hg.mozilla.org/mozilla-central/rev/1de81dad52af ) BUG=37436 TEST=Type '도메인.한국' in the omnibox and see if we navigate to the site instead of triggering a search. Review URL: http://codereview.chromium.org/7064043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86531 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
While this change isn't really all that usable in chrome itself, it fixes a number of the tests in browser_tests and ui_tests, and fixes a crash in some other tests to unmask other failures. BUG=none TEST=some failing tests (e.g. BrowserNavigatorTest.*) should pass on the touch buildbot. Review URL: http://codereview.chromium.org/7064035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86530 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
BUG=83425 TEST=None Review URL: http://codereview.chromium.org/6992046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86528 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 May, 2011 28 commits
-
-
ben@chromium.org authored
- Move NativeWidgetView to its own file. - Enhances the example to contain a button. http://crbug.com/83663 TEST=none Review URL: http://codereview.chromium.org/7065042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86527 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
I discovered we have a weak pointer now and in my quest to understand how it works I spotted case that was not tested: 1) ctor weakptr a 2) ctor factory f 3) ctor weakptr b 4) dtor weakptr b 5) dtor factory f 6) test a Mostly because I thought I saw a mistake but alas it works as-is but still the test is missing. BUG=none TEST= this is a test Review URL: http://codereview.chromium.org/7065030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86526 0039d316-1c4b-4281-b951-d872f2087c98
-
cdn@chromium.org authored
Do not show the Paste and Go option for URIs with a javascript schema. BUG=82181 TEST=N/A Review URL: http://codereview.chromium.org/6982011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86525 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
on Windows. BUG=83803 TEST=None Review URL: http://codereview.chromium.org/6992045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86524 0039d316-1c4b-4281-b951-d872f2087c98
-
sunandt@google.com authored
BUG=83763 TEST=find_in_page.FindMatchTests.testSearchInPDF Review URL: http://codereview.chromium.org/6992044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86523 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7067046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86522 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
Clang didn't like my property decls. Cleaned it up a bit at the same time. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7064045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86520 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
For downloads requiring a user gesture, also require the user to have visited the site before today, to hamper attackers. BUG=81741 TEST=.exe downloads on Windows triggered by an explicit link click should prompt you to confirm iff they are hosted on a site you have not visited before today. Review URL: http://codereview.chromium.org/7065015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86518 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to shutdown gracefully, i.e. NP_Shutdown gets called. To ensure that we handle the case of a hung plugin, we handle the OnChannelError notification in the IPC message filter implementation in the plugin process and post a delayed task to kill the process. Fixes bug http://code.google.com/p/chromium/issues/detail?id=48178 BUG=48178 Review URL: http://codereview.chromium.org/6992006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86517 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
is just a prototype for us to play with. There are plenty of issues to resolve before its made real, but I wanted to check something in for others to play with rather than keeping it all local. To get it to compile you need to set the GYP_DEFINE to views_compositor. BUG=none TEST=none R=ben@chromium.org,apatrick@chromium.org Review URL: http://codereview.chromium.org/7067029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86516 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
display:none already. BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/7067036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86514 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: http://codereview.chromium.org/6879076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86513 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7066036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86512 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@google.com authored
VideoCaptureManager opens/closes, starts/stops and enumerates video capture devices. VideoCaptureManager Open/Close/EnumerateDevices will be used by MediaStreamManager (will be added later) to implement parts of WhatWG peer connection API. VideoCaptureHost (will also be added later) will call Start/Stop to controll the media flow. A unit test is provided and added to chrome/chrome_tests.gypi. content/browser/media_stream/media_stream_provider.h will later be inherited by an audio capture manager as well. patch by mflodman@google.com BUG=none TEST=try bots Review URL: http://codereview.chromium.org/6946001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86511 0039d316-1c4b-4281-b951-d872f2087c98
-
junov@chromium.org authored
Turns on the gpu accelerated canvas by default BUG=82017 TEST=none Review URL: http://codereview.chromium.org/7064032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86510 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
In some cases, DetectEncoding() crashes and the reason may be becasue ucsdet_detect() returns NULL with no error status. (cf. http://crosbug.com/15691) BUG=http://crosbug.com/15691 TEST=none Review URL: http://codereview.chromium.org/7064039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86509 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
main project. BUG=76996 TEST=none Review URL: http://codereview.chromium.org/7055016 TBR=rvargas@google.com Review URL: http://codereview.chromium.org/7064042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86508 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
control group are recorded properly. Review URL: http://codereview.chromium.org/7065043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86507 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
http://codereview.chromium.org/6881106/ introduced a problem on the chrome frame bots. This CL is intended to disable the test there. BUG=None TEST=chrome frame bots are green. Review URL: http://codereview.chromium.org/6992037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86504 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Thirdy-party print drivers seem to be a source of NSExceptions which Chromium will never be able to fix. ScopedNSExceptionEnabler causes the code which makes throwing an NSException fatal to allow throws. The flag will be reset in -reportException: in most cases. For now, allow exceptions to be thrown for -selectPDE: (bug 80686) and PrintingContextMac::AskUserForSettings() (bug 82589). BUG=80686, 82589 TEST=Monitor crash server. Review URL: http://codereview.chromium.org/7038010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86503 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
This is done in preparation for multi-tab selection in Linux (http://codereview.chromium.org/6933037/). There was a TODO for that in tab_strip_model_observer.h:75 BUG=NONE TEST=Tab behavior should be unaffected on all platforms Review URL: http://codereview.chromium.org/7043020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86502 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=77576 TEST=On a confirm infobar with multiple buttons, all buttons are the same width. Review URL: http://codereview.chromium.org/7066031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86500 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=none TEST=panel_browser_view_browsertest Review URL: http://codereview.chromium.org/7055001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86499 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=ukai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86498 0039d316-1c4b-4281-b951-d872f2087c98
-
sfeuz@chromium.org authored
BUG=83431 Review URL: http://codereview.chromium.org/7054022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86497 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
http://code.google.com/p/skia/source/detail?r=1405 make SkIntToScalar more strict (it no longer allows double arguments), so the roll requires a minor code change. BUG=none TEST=none TBR=epoger Review URL: http://codereview.chromium.org/7067031 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/7065040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86495 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG=83766 TEST=forthcoming Review URL: http://codereview.chromium.org/7067033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86494 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@google.com authored
PyAuto login automation is broken such that it crashes the browser in cases where the ownership is not taken and you don't wait long enough for chrome to startup, login dialog to show, etc. It takes time for chrome to sink these in. For this reason pyauto tests on autotest lab machines were failing (the autotest lab machines begin with a clean stateful partition, and then we trigger a session_manager restart after creating enable_chromium_minidumps file) This CL fixes the launcher. The Login() automation still needs to be fixed to be resilient to the login dialog to show up. BUG=15582 TEST=pyauto test fire up on chromeos autotest lab machines Review URL: http://codereview.chromium.org/7065016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86493 0039d316-1c4b-4281-b951-d872f2087c98
-