summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HSTS: add two more hosts.agl@chromium.org2011-08-312-4/+20
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99017 0039d316-1c4b-4281-b951-d872f2087c98
* An improved fix for TTS Extension API problems on Windows.dmazzoni@chromium.org2011-08-311-13/+7
| | | | | | | | | | | | | | | | 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
* TabContentsWrapper cleanup.avi@chromium.org2011-08-3119-103/+119
| | | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-08-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99013 0039d316-1c4b-4281-b951-d872f2087c98
* Roll FFmpeg DEPS to 99011 for cleaned up gyp.scherkus@chromium.org2011-08-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99012 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the latest version of system_api.gitsatorux@chromium.org2011-08-311-1/+1
| | | | | | | | | | | | 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
* implement MakeOpaque at the canvas level, respecting matrix and clipreed@google.com2011-08-316-72/+16
| | | | | | Review URL: http://codereview.chromium.org/7799023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99009 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview:[MAC] Make Cmd+Opt+P as advance print shortcut to display ↵kmadhusu@chromium.org2011-08-314-61/+52
| | | | | | | | | | | | | | | 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
* Revert the temporary instrumentation that was added for bug 94179.eroman@chromium.org2011-08-312-107/+2
| | | | | | | | | 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
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-317-17/+17
| | | | | | | | | | | | 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
* Changed help URL.jamiewalch@google.com2011-08-311-1/+1
| | | | | | | | | 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
* Added three new pyauto performance tests for login to Gmail/Calendar/Docs.dennisjeffrey@chromium.org2011-08-311-16/+105
| | | | | | | | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-08-311-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99002 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to 2202bsalomon@google.com2011-08-312-2/+4
| | | | | | Review URL: http://codereview.chromium.org/7785011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99001 0039d316-1c4b-4281-b951-d872f2087c98
* Move some files from sync/engine to internal_apirlarocque@chromium.org2011-08-3123-81/+100
| | | | | | | | | | | | | | | | | | | | | | | 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
* Keep email address visible in host and client modes.jamiewalch@google.com2011-08-311-1/+3
| | | | | | | | | 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
* Pass user_affiliation request parameter on user cloud policy requests.mnissler@chromium.org2011-08-3115-21/+116
| | | | | | | | | | | 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
* Trap errors when disconnecting in case the host plugin has crashed.jamiewalch@google.com2011-08-313-24/+49
| | | | | | | | | 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
* Add movement information to PPB_MouseInputEvent.yzshen@chromium.org2011-08-3131-53/+254
| | | | | | | | | 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
* Move windows-specific tests to content_unittestsphajdan.jr@chromium.org2011-08-312-7/+7
| | | | | | | 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
* Adding back in NaCl files from chromeos staging/archiving lists.bradnelson@google.com2011-08-311-26/+25
| | | | | | | | | | | | | | 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
* Revamp the multi-profiles testing infrastructure.rsesek@chromium.org2011-08-3116-200/+309
| | | | | | | | | | | | | | 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
* [Mac] Use the right string in bookmark folders to "Open All In Incognito".rsesek@chromium.org2011-08-311-1/+1
| | | | | | | | | | 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
* Revert 98987 - Pass user_affiliation request parameter on user cloud policy ↵mnissler@chromium.org2011-08-3115-116/+21
| | | | | | | | | | | | | | 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
* Pass user_affiliation request parameter on user cloud policy requests.mnissler@chromium.org2011-08-3115-21/+116
| | | | | | | | | 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
* Remove static initializers in autofill_country.cc.tony@chromium.org2011-08-311-250/+254
| | | | | | | | | 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
* Fixed update mechanism for the file manager preview.serya@chromium.org2011-08-311-26/+41
| | | | | | | | | | | | 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
* Break TYPE_PC into TYPE_WIN, TYPE_MAC, TYPE_LINUX.yfriedman@chromium.org2011-08-312-4/+10
| | | | | | | | | | | | 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
* Makes copying text in the omnibox always use permanent text is thesky@chromium.org2011-08-313-32/+22
| | | | | | | | | | | | 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
* Lazy creation of background pages with --enable-lazy-background-pagestessamac@chromium.org2011-08-318-50/+195
| | | | | | | | | | 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
* net: block bad DigiNotar serial numbers and several intermediates.agl@chromium.org2011-08-311-4/+273
| | | | | | | | | 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
* DevTool: [OS_CHROMEOS] window doesn't open after detaching it for the ↵pfeldman@chromium.org2011-08-311-0/+4
| | | | | | | | 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
* Allow the NetworkDelegate to synchronously cancel a URLRequest.joaodasilva@chromium.org2011-08-312-7/+49
| | | | | | | | | | 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
* First CL for the about:policy page. This only implements the policy section ↵simo@google.com2011-08-3119-8/+1505
| | | | | | | | | | | | | 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
* Remove incorrect assertion. This used to saybrettw@google.com2011-08-311-1/+0
| | | | | | | | | | | 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
* Convert the code that uses the pepper testing switch to use the constant ↵brettw@google.com2011-08-311-1/+3
| | | | | | | | | | 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
* Updated policy owners.joaodasilva@chromium.org2011-08-311-1/+2
| | | | | | | | | | 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
* Add owners file for historybrettw@chromium.org2011-08-311-0/+2
| | | | | | Review URL: http://codereview.chromium.org/7800013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98973 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed spelling errors and changed all references to PP_Resource to be thejond@google.com2011-08-3124-98/+115
| | | | | | | 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
* Remove rerely used configuration items for the Japanese IME to simplify the ↵yusukes@chromium.org2011-08-316-95/+1
| | | | | | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-08-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98970 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 94073:94189apavlov@chromium.org2011-08-311-1/+1
| | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-08-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98968 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Roll WebKit 94073:94176"apavlov@chromium.org2011-08-311-1/+1
| | | | | | | | 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
* Move the otr profile into its own .cc file. Like what was done with thethomasvl@chromium.org2011-08-313-657/+730
| | | | | | | | | | 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
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-3113-57/+249
| | | | | | | | | | | 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
* DevTools handler now handles messages from both client and agent and is ↵yurys@chromium.org2011-08-3112-235/+165
| | | | | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-08-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98963 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 94073:94176apavlov@chromium.org2011-08-311-1/+1
| | | | | | | | 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
* views: Fix a couple of other trivial TODOs.tfarina@chromium.org2011-08-3116-154/+135
| | | | | | | | | | | 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