| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99017 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Windows speech API doesn't have a Stop function, and
we were using Pause before to implement this, but this meant
the utterance was still around, causing events from a
previous utterance to still get sent when speech was
resumed again. Instead, now we call Speak with an
empty string and cause it to flush the speech queue. This
ensures that only one utterance is active at a time.
BUG=94466
TEST=manual testing with several talking extensions
Review URL: http://codereview.chromium.org/7792015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99015 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=94811
TEST=no visible change
Review URL: http://codereview.chromium.org/7810006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99014 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99013 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99012 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The D-Bus constants are needed to reork the LibCrosService completely
in Chrome.
BUG=chromium-os:18904
TEST=chrome builds as before.
Review URL: http://codereview.chromium.org/7812038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99010 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7799023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99009 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
native print dialog.
Add "Print Using System Dialog..." option to file menu and set it as a alternate checkbox.
nib changes: Duplicated the "print" menu item and put it below the existing item. Renamed the lower item to "Print Using System Dialog..." and set Cmt+Opt+P as its shortcut. Marked the lower item as "alternate".
BUG=none
TEST=Open a file menu and press the Opt key. Notice "Print Using System Dialog..." option in file menu.
Review URL: http://codereview.chromium.org/7810009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This is a straight-up revert of r98540 combined with a partial revert of r98542 (leaves the changes to stack_trace_win.cc in place but reverts everything else).
BUG=94179
Review URL: http://codereview.chromium.org/7778034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99007 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Just wanted to remove the blank line in bus.h, but
fixed typos along the way.
BUG=chromium:90036
TEST=dbus_unittests
Review URL: http://codereview.chromium.org/7792049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99006 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/7785010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99005 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also added some error-checking to 2 existing tests to ensure data files
exist before use, and removed the functionality for doing a single trial
run before the multiple iterations in the tab performance tests (the
single trial run information was not being used).
BUG=chromium-os:18185
TEST=None
Review URL: http://codereview.chromium.org/7795012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99003 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99002 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7785011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99001 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change moves the following files from sync/engine to sync/internal_api:
- change_reorder_buffer.{cc,h}
- configure_reason.h
- http_post_provider_interface.h
- http_post_provider_factory.h
- syncapi_server_connection_manager.{cc,h}
As part of the change, the SyncScheduler::ScheduleConfig function was modified
to take a sync_pb::GetupdatesCallerInfo::GetUpdatesSource parameter instead of
a syncapi::ConfigureReason.
The remaining changes were mainly updates to include directives and DEPS
files.
BUG=93816
TEST=
Review URL: http://codereview.chromium.org/7719011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99000 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=92436
TEST=Manual
Review URL: http://codereview.chromium.org/7785012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98997 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:17809
TEST=Enroll device, login as an enterprise user, check user_affiliation parameter in policy requests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98987
Review URL: http://codereview.chromium.org/7810025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98996 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=93833
TEST=Make the host plugin crash while waiting for a connection. Check that an errror is reported when the timeout expires.
Review URL: http://codereview.chromium.org/7792003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98995 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7715021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98994 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=90443
Review URL: http://codereview.chromium.org/7812027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98993 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They're now being build in the chroot.
BUG=94171
TEST=None
R=mmoss@google.com
Landing http://codereview.chromium.org/7767012/
(lost original client).
Review URL: http://codereview.chromium.org/7740082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98992 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This creates TestingProfileManager to handle setting up the structures needed to
test multi-profiles in unit_tests. It requires there to be a TestingBrowserProcess
in place. This also adds a second constructor to TestingProfile for multi-profiles
testing.
BUG=none
TEST=unit_tests
Review URL: http://codereview.chromium.org/7748002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98991 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=92578
TEST=Open a bookmark folder; string is as stated in bug.
Review URL: http://codereview.chromium.org/7810027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98990 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
requests.
BUG=chromium-os:17809
TEST=Enroll device, login as an enterprise user, check user_affiliation parameter in policy requests.
Review URL: http://codereview.chromium.org/7810025
TBR=mnissler@chromium.org
Review URL: http://codereview.chromium.org/7785032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98989 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:17809
TEST=Enroll device, login as an enterprise user, check user_affiliation parameter in policy requests.
Review URL: http://codereview.chromium.org/7810025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98987 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=nm out/Debug/chrome | grep _GLOBAL__I doesn't list autofill_country.cc
Review URL: http://codereview.chromium.org/7812008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98986 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The preview pane lined to the focused item in the file list. However was updated on update selection and disappeared when the selection gets empty (it happens when the user clicks on the checkbox of a single selected item). There is a way to move focus (it's calls 'a lead item' internally) without changing selection (using ctrl+arrows).
BUG=chromium-os:18211
TEST=None
Review URL: http://codereview.chromium.org/7785026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98985 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This can give us flexibility down the line with ui changes. No clients use the protocol yet so it's safe to move CrOs from 2 to 4.
BUG=94693
TEST=
Review URL: http://codereview.chromium.org/7811001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98984 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
user hasn't modified the url. I'll add a test case if you like this.
BUG=94126
TEST=see bug
R=pkasting@chromium.org
Review URL: http://codereview.chromium.org/7806001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98983 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=81752
TEST=None
Review URL: http://codereview.chromium.org/7672009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98981 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=94673
TEST=None. No sites using these certs are known.
Review URL: http://codereview.chromium.org/7791032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98980 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
current tab.
Review URL: http://codereview.chromium.org/7740047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98979 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=49612
TEST=net_unittests:URLRequestTestHTTP.NetworkDelegateCancelRequestSynchronously
Review URL: http://codereview.chromium.org/7747016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98978 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the page.
Preliminary design doc:
https://docs.google.com/a/google.com/document/d/1KWsF52ImY4eJbNgizaA6Gw_aMVg24zgZfypKZBs376k/edit?hl=en_US&ndplr=1
TEST=set some policies, start chrome and go to chrome://policy
Review URL: http://codereview.chromium.org/7585036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98977 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
DCHECK(!is_asynchronous_load_suspended || request_info_);
When I made the request info a POD structure that's copied I should have just remove this check since that's really what it was testing.
TEST=manual, no extra DCHECK hit
BUG=none
Review URL: http://codereview.chromium.org/7810008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98976 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
rather than hardcode it.
TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/7778027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98975 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7799033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98974 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7800013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98973 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
same (on @param tags) as per polina.
Review URL: http://codereview.chromium.org/7701004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98972 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
dialog.
BUG=chromium-os:19870
TEST=try
Review URL: http://codereview.chromium.org/7811017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98971 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98970 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=levin@chromium.org
Review URL: http://codereview.chromium.org/7810026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98969 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98968 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=levin@chromium.org
Review URL: http://codereview.chromium.org/7785029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98967 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
profile io sources.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7791031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98966 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=94617
TEST=net_unittests --gtest_filter=HttpAuthControllerTest.NoExplicitCredentialsAllowed.
Review URL: http://codereview.chromium.org/7748033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98965 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
created for all new render_view_hosts. This patch moves handling of IPC messages from agent to RenderViewDevToolsAgentHost and handling of client IPC messages to DevToolsWindow.
BUG=None
TEST=Existing DevTools tests
Review URL: http://codereview.chromium.org/7778010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98964 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98963 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=levin@chromium.org
Review URL: http://codereview.chromium.org/7811018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98962 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
R=sky@chromium.org
Review URL: http://codereview.chromium.org/7790009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98961 0039d316-1c4b-4281-b951-d872f2087c98
|