| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6758014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=abarth@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80007 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The GetExtensionsInfo automation hook now returns information about the
host and api permissions that are associated with each extension. A sample
PyAuto test is included that uses this new functionality.
BUG=77948
TEST=None.
Review URL: http://codereview.chromium.org/6777028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80006 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
installed on top of user-level installations.
Remove a now-unused installer string.
BUG=73253
TEST=Install user-level Chrome at version X. Install system-level install at the same version. System level install succeeds.
Review URL: http://codereview.chromium.org/6726032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80005 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=34489
TEST=Zoom with the trackpad zoom gesture. It should be harder to trigger accidentally.
Review URL: http://codereview.chromium.org/6758021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80002 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The issue was that CrApplication moved to content, and so was no longer a direct
member of chrome.xcodeproj. No actual XIB changes; just synchronizing .h files.
BUG=none
TEST=Build Chromium.app and don't get any XIB warnings from MainMenu.xib.
Review URL: http://codereview.chromium.org/6783018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80001 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
using send_keys to the window of the browser or to webkit directly as it was
done before.
BUG=74899
TEST=run chromedriver_tests.py using the new 2.0b3 version python drivers.
Review URL: http://codereview.chromium.org/6630001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80000 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
download shelf is open.
This was regressed by http://codereview.chromium.org/6024008, which changed the positioning
of RWHVs that are used as popups. Mac was missing the "IsPopup()" check used on windows and
linux and hence also changed the RWHV position for "normal" RWHVs.
BUG=76885
TEST=
First test:
1. Download something, keep the shelf open
2. Open a new tab, go to wikipedia
3. The web should start right above the download shelf
Second test:
1. Open the attachment from bug 60427 through a web server (file: url won't work), e.g. from http://www.corp.google.com/~dhollowa/autofill/autofill-popup-positioning.html
2. Fill in a few words, hit enter after each
3. Move window down so that it touches the bottom of the screen
4. Doubleclick the field. Popup should open above the field
5. Type a letter. Popup should stay attached to the field.
6. Repeat with download shelf open
Review URL: http://codereview.chromium.org/6780006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79999 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
resulting in the views_examples tools to display blank tabs. Child windows
should be made visible by default.
BUG=None
TEST=make sure the views_examples.exe tool show the correct content for all
its tabs
R=ben@chromium.org
Review URL: http://codereview.chromium.org/6670123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79998 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6749009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79997 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is pretty cumbersome. I think we can further simplify now that
--new-syncer-thread exists, but this will give us coverage in the meantime.
BUG=77686
TEST=ProfileSyncServicePasswordTest
Review URL: http://codereview.chromium.org/6737013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79996 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=77634
TEST=None
R=brettw@chromium.org
Review URL: http://codereview.chromium.org/6728015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79995 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is not used by anyone anymore and it shouldn't!
BUG=77634
TEST=None
R=brettw@chromium.org
Review URL: http://codereview.chromium.org/6737014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79994 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL integrates the work that has been done on the DOM based login screen with the work on refactoring the login infrastructure. This is a very preliminary CL and is intended to review the logistics of integration, so there are many things with the DOM screen itself are broken. The intent is to address any issues with the seam between the DOM login code and existing infrastructure. Issues related to functionality of the DOM login screen or integration with chromiumos will be addressed in following CLs. This CL is only included in touchui==1 and chromeos==1 builds and NOT the default login screen.
This CL has been tested on the desktop by adding --login-manger --login_screen=login --dom-login --stub-cros to cause chromium to come up with the login screen.You may need to use --login-profile also. It is known to be broken in chromiumos, due to integration issues with the window manager. This is currently being investigated.
I have added in a command line flag "--dom-login" that allows for using the DOM based login screen instead of the views based one. This screen is not very functional at the moment. The WebUI handling layer needed to be rewritten, so we are no longer using AuthenticatorFacade. There is an issue with commands not making it down to the login infrastucture layer at the moment, so shutting down and logging in off the record hang.
The support for chrome://login-container has been removed, because the login page's DOM no longer workers as a standalone window since it needs the login infrastructure. In addition you can access the login screen for development on the desktop as mentioned before, so it isn't needed.
Patch from Ryan Harrison <rharrison@chromium.org>
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/6729018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79993 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=75695
TEST=Follow directions in 75695
Review URL: http://codereview.chromium.org/6750006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79992 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
ClientSession. Messages to the stubs are dispatched via
ClientSession, and the stub classes are pure virtual.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6724033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79991 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=40502
Review URL: http://codereview.chromium.org/6690044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79990 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The test has failed multiple times on memcheck+tsan bots. The bug has
been updated with examples.
BUG=77442
TEST=None
Review URL: http://codereview.chromium.org/6758022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79989 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=3333
TEST=NONE
Review URL: http://codereview.chromium.org/6756001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79988 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:12006
TEST=Manual, send SMS while logged in and see desktop notification
Review URL: http://codereview.chromium.org/6776015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79987 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This also removes prerender from about:flags.
BUG=77783
TEST=Force prerender on [via --prerender=enabled] and toggle the checkbox on/off to dynamically adjust prerender.
Review URL: http://codereview.chromium.org/6771018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79986 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dialogs"
Reverted commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=79526
BUG=chromium-os:12741,chromium-os:13464
TEST=Run debug Chrome on device
TBR=davemoore@chromium.org
Review URL: http://codereview.chromium.org/6670111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79985 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:12007
TEST=Manual, displayed dialog, went through all states.
Review URL: http://codereview.chromium.org/6776019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79984 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6675046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79983 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Continuation of the work on Jochen's CL 4115004.
BUG=63599
TEST=unit_tests: ExtensionServiceTest suite.
Review URL: http://codereview.chromium.org/6680001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79982 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13614
TEST=manually on the netbook
Review URL: http://codereview.chromium.org/6675037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79981 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
1) Report IPC message deserialization errors in "delay reply" handlers.
2) Handle those errors in automation provider.
BUG=77875
Review URL: http://codereview.chromium.org/6675047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79980 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=abarth@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79979 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=77914
TEST=none, trybots remain green
Review URL: http://codereview.chromium.org/6779001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79976 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79975 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=78014
TEST=TSan/UI goes green
TBR=glider
Review URL: http://codereview.chromium.org/6670113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79973 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=77914
TEST=none, trybots remain green
Review URL: http://codereview.chromium.org/6731087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79972 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
keyboard_library.h and mock_keyboard_library.h aren't used in these files.
BUG=none
TEST=chrome builds.
Review URL: http://codereview.chromium.org/6737022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79971 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SafeBrowsing enabled."
This reverts commit e41059f0bef15b2f5298c225dfab6f6929be6ddc.
The change broke all of browser tests on ChromiumOS dbg bot:
Example: http://build.chromium.org/p/tryserver.chromium/builders/linux_chromeos/builds/5925/steps/browser_tests/logs/SwitchLanguage
[20793:20793:0330/233023:13949359567:FATAL:pref_service.cc(304)] Check failed: false. Trying to read an unregistered pref: user_experience_metrics.reporting_enabled
Backtrace:
base::debug::StackTrace::StackTrace() [0x130bc1d]
logging::LogMessage::~LogMessage() [0x131e20d]
PrefService::GetBoolean() [0xa72628]
SafeBrowsingService::Start() [0xae78a2]
SafeBrowsingService::Initialize() [0xae7efe]
ResourceDispatcherHost::Initialize() [0x2fb4ca7]
BrowserProcessImpl::CreateResourceDispatcherHost() [0xd98d0b]
BrowserProcessImpl::resource_dispatcher_host() [0xd98dd1]
ExtensionService::Init() [0x9085e6]
ProfileImpl::InitExtensions() [0xf646ed]
ProfileManager::AddProfile() [0xa9151a]
ProfileManager::GetProfile() [0xa916c1]
ProfileManager::GetDefaultProfile() [0xa91d26]
(anonymous namespace)::CreateProfile() [0x11a37d9]
BrowserMain() [0x11a69e5]
InProcessBrowserTest::SetUp() [0x129565f]
testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x146634b]
testing::internal::HandleExceptionsInMethodIfSupported<>() [0x146daf8]
testing::Test::Run() [0x1460af9]
testing::TestInfo::Run() [0x14644c0]
testing::TestCase::Run() [0x1464613]
testing::internal::UnitTestImpl::RunAllTests() [0x1465168]
testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x1466841]
testing::internal::HandleExceptionsInMethodIfSupported<>() [0x146d952]
testing::UnitTest::Run() [0x145de1b]
base::TestSuite::Run() [0x13922b2]
main [0x71f869]
0x2b6ae16a91
TBR=bryner
BUG=chromium-os:13699
TEST=ran safe_browsing_tests
Review URL: http://codereview.chromium.org/6737023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79969 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13669
TEST=Login for the first time. Notice that the image taking screen appears as usual.
Review URL: http://codereview.chromium.org/6765032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79965 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=74435
TEST=unit_tests, set the AllowOutdatedPlugins policy and open a page
running an outdated plugin.
Review URL: http://codereview.chromium.org/6676113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79964 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
There was performance warning at 79961.
BUG=none
TEST=none
TBR=pfeldman
Review URL: http://codereview.chromium.org/6737020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79962 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6756034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79961 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The data file could not be located since it didn't exist at the location where the bots ran the test.
Added a function that returns the relative path of where the data file sits on the bots.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6783008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79959 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
based on corresponding country.
- AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry
- state_zip_labels.txt
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6770023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79958 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Doing this also fixes the overlapping icon problem (see bug).
BUG=chromium-os:13194
TEST=manually, tested volume/brightness for an LTR UI and an RTL UI.
Review URL: http://codereview.chromium.org/6777009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79957 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
add a comment, fix indentation, remove an unused parameter
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/6690029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79956 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6670104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79955 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
prediction quality.
BUG=76945
TEST=unit_tests --gtest_filter=AutofillMetrics.*
Review URL: http://codereview.chromium.org/6708099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79954 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
testInstant
testAllowCookies
testClearSiteDataOnExit
testBlockThirdPartyCookies
testDisableSPDY
testIncognitoEnabled
BUG=55480
TEST=none
Review URL: http://codereview.chromium.org/6728017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79951 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
MultipleClientLivePasswordsSyncTest.Sanity fails intermittently with
what looks like a sync error. Marking the test as failing.
BUG=77993
TEST=sync_integration_tests
TBR=georgey@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79950 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
R=tfarina@chromium.org
Review URL: http://codereview.chromium.org/6690032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79946 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=67676
TEST=waterfall.sh match
Review URL: http://codereview.chromium.org/6758026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79945 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
to run these performance test using local media files and make these data
available on Buildbot.
Review URL: http://codereview.chromium.org/6312171
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79944 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Refactor ProfileSyncServiceBookmarkTest to not set up a full sync
service anymore.
Move some tests in ProfileSyncServiceBookmarkTest back to ProfileSyncServiceTest.
BUG=77803
TEST=
Review URL: http://codereview.chromium.org/6708123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79943 0039d316-1c4b-4281-b951-d872f2087c98
|