summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add GetPluginRefererURL to PPB_URLUtil_Dev interface to get the 'Referer' ↵omakovski@yandex-team.ru2013-09-0715-7/+228
| | | | | | | | | | HTTP header value that was sent by request that loaded plug-in. Sometimes Pepper plug-in needs to create additional HTTP request to its source URL (for example, PDF plug-in downloads parts of the file using HTTP Range requests). These requests will fail for servers that check Referer header (example: http://fs51.www.ex.ua/get/96354baf7547114fa116c56ecdbdb3ee/66511913/FRoziner_Iskusstvo_Ciurlionisa_1993.pdf). Review URL: https://chromiumcodereview.appspot.com/23444004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221920 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SigninManager::StartSignIn() since /ClientLogin is no longer used.rogerta@chromium.org2013-09-075-222/+11
| | | | | | | | BUG=92948 Review URL: https://chromiumcodereview.appspot.com/23245003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221919 0039d316-1c4b-4281-b951-d872f2087c98
* Added cache flush on network change to ServiceDiscoveryHostClientnoamsml@chromium.org2013-09-0713-29/+119
| | | | | | | | | | | ServiceDiscoveryHostClient now listens for IP address changes (and, by extension, sleep/wake) and flushes the cache and resets the utility process. BUG=284673 Review URL: https://chromiumcodereview.appspot.com/23851008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221914 0039d316-1c4b-4281-b951-d872f2087c98
* Added UMA actions to devices pagenoamsml@chromium.org2013-09-074-9/+54
| | | | | | | | | | | | Added UMA actions for devices page, including for when it is opened, when "add printers" is clicked, when "register" is clicked, when a registration is canceled, when a registration fails, and when a registration succeeds. BUG=286157 Review URL: https://chromiumcodereview.appspot.com/23508003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221913 0039d316-1c4b-4281-b951-d872f2087c98
* [rAc] Move email address into billing address section.isherman@chromium.org2013-09-0713-329/+193
| | | | | | | | | | | | BUG=258612 TEST=email address appears under billing address section (in Autofill mode) and is still filled correctly (in both modes) R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/23579009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221912 0039d316-1c4b-4281-b951-d872f2087c98
* Add option to specify number of jobs in sharding supervisor.chrisphan@chromium.org2013-09-071-0/+7
| | | | | | | | Allow code coverage bots to set --jobs to 1 to avoid bottleneck running tests. This will overrides --use-less-jobs and -j1. Review URL: https://chromiumcodereview.appspot.com/24059002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221911 0039d316-1c4b-4281-b951-d872f2087c98
* Update client-side sync.proto file so that it is in sync with thepvalenzuela@chromium.org2013-09-071-4/+29
| | | | | | | | | | server-side version BUG= Review URL: https://chromiumcodereview.appspot.com/23985004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221910 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt #3 at archiving the layout test results from the android bots.dpranke@chromium.org2013-09-072-12/+29
| | | | | | | | | | | | | This re-lands the changes in r220393 and r220374 (which were reverted in r220434) with the change that we will upload to googlestorage rather than attempting to scp the files across. R=ilevy@chromium.org BUG=276076 Review URL: https://chromiumcodereview.appspot.com/23455032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221909 0039d316-1c4b-4281-b951-d872f2087c98
* Replace options arg with extra_wpr_args in AddReplayServerOptionsachuith@chromium.org2013-09-074-12/+12
| | | | | | | | | BUG=269131 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/23533044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221908 0039d316-1c4b-4281-b951-d872f2087c98
* Added a comment to PlatformAppBrowserTest.WindowDotPrintWorks.dharcourt@chromium.org2013-09-071-6/+12
| | | | | | | | | | | | | | The PlatformAppBrowserTest.WindowDotPrintWorks test will only run automatically for Chrome branded builds because it requires the PDF plug-in, which isn't provided for Chromium builds. The added comment explain how to run the test manually for Chromium builds. TBR=asargent@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/23521007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221907 0039d316-1c4b-4281-b951-d872f2087c98
* Support creating secure decoder in MediaCodecBridge.xhwang@chromium.org2013-09-0712-67/+111
| | | | | | | | | BUG=163552 TEST=L1 doesn't fully work due to mediaDrm issues. L3 still works well. Review URL: https://chromiumcodereview.appspot.com/23480036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221906 0039d316-1c4b-4281-b951-d872f2087c98
* Add InputEvent and EventPacket types for batched input deliveryjdduke@chromium.org2013-09-0718-2/+1013
| | | | | | | | | | | | | With the BufferedInputRouter, browser input events will be batched into packets before being sent to the renderer. Add a common InputEvent type that provides id'ed carriage of either WebInputEvents or general IPC input messages. Also add a composite EventPacket type for batched InputEvent transport and dispatch. BUG=245499 Review URL: https://chromiumcodereview.appspot.com/19624005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221905 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-09-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221904 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 157375:157403cevans@chromium.org2013-09-071-1/+1
| | | | | | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=157376:157403&mode=html Try success in https://codereview.chromium.org/23728005/ (Landing manually to beat the CQ flood when I re-open the main tree) TBR=leviw@chromium.org Review URL: https://codereview.chromium.org/23902017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221903 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 221893 "Permissions for device info APIs."cevans@chromium.org2013-09-076-12/+0
| | | | | | | | | | | | | > Permissions for device info APIs. > BUG=170375 > > Review URL: https://chromiumcodereview.appspot.com/23856005 TBR=lipalani@chromium.org Review URL: https://codereview.chromium.org/23513020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221902 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 221874 "Implement Desktop Media Picker (Mac version) for ..."cevans@chromium.org2013-09-0712-853/+3
| | | | | | | | | | | | | | | | > Implement Desktop Media Picker (Mac version) for the Desktop Capture API > > This CL implements DesktopMediaPicker for the Mac used by the Desktop Capture API to present the user with a list of sources (including live thumbnails) to use. > > BUG=237907 > > Review URL: https://chromiumcodereview.appspot.com/23944003 TBR=dcaiafa@chromium.org Review URL: https://codereview.chromium.org/23493028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221901 0039d316-1c4b-4281-b951-d872f2087c98
* [rAC, OSX] enable rAC by default for Dev/Canary.groby@chromium.org2013-09-071-0/+9
| | | | | | | | | R=thestig@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/23926008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221898 0039d316-1c4b-4281-b951-d872f2087c98
* Add cpu_stats for the browseredmundyan@chromium.org2013-09-074-0/+74
| | | | | | | | | | Implementing linux_backend for now. BUG=263959 Review URL: https://chromiumcodereview.appspot.com/23717016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221897 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SourceBufferStream::Remove() for buffers before the current play position.acolwell@chromium.org2013-09-072-5/+34
| | | | | | | | | BUG=286442 TEST=SourceBufferStreamTest.Remove_BeforeCurrentPosition Review URL: https://chromiumcodereview.appspot.com/23703007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221896 0039d316-1c4b-4281-b951-d872f2087c98
* Add driver bug workaround for SH_INIT_GL_POSITION.zmo@chromium.org2013-09-079-49/+55
| | | | | | | | | BUG=286468 TEST=webgl conformance tests (1.0.3), gpu_unittests Review URL: https://chromiumcodereview.appspot.com/23441050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221895 0039d316-1c4b-4281-b951-d872f2087c98
* Add dsinclair to tracing OWNERSnduca@chromium.org2013-09-071-0/+1
| | | | | | | | | | Dan knows this better than I do. TBR=piman Review URL: https://chromiumcodereview.appspot.com/23842005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221894 0039d316-1c4b-4281-b951-d872f2087c98
* Permissions for device info APIs.lipalani@chromium.org2013-09-076-0/+12
| | | | | | | | BUG=170375 Review URL: https://chromiumcodereview.appspot.com/23856005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221893 0039d316-1c4b-4281-b951-d872f2087c98
* Fix threading issues in aw form databasesgurun@chromium.org2013-09-073-42/+68
| | | | | | | | BUG=285584 Review URL: https://chromiumcodereview.appspot.com/23803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221892 0039d316-1c4b-4281-b951-d872f2087c98
* CC: Fix missing swap-used-incomplete-tile updatesepenner@chromium.org2013-09-0710-17/+132
| | | | | | | | | | | | | | | | | | | When we early-out of a frame that has no damage, we didn't correctly detect if the frame had incomplete tiles. This patch only updates the flag if a swap actually occurs. To prevent this kind of bug in the future, this patch always sets the did-swap-use-incomplete-tile flag when it is known, rather than resetting it to false in one place and hoping it will always be set again correctly in all cases. The test times-out without this patch. BUG=284810 Review URL: https://chromiumcodereview.appspot.com/23686011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221891 0039d316-1c4b-4281-b951-d872f2087c98
* Minor feedback UI fixes.rkc@chromium.org2013-09-072-3/+2
| | | | | | | | | | | This CL fixes the attached file 'size to big' error to show the maximum size allowed. Also reduced the size of the screenshot (when zoomed) slightly because on some platforms it doesn't fit into the feedback page width, displacing all the elements and moving one line down. R=xiyuan@chromium.org BUG=285993 Review URL: https://chromiumcodereview.appspot.com/23536038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221890 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Fix precision loss causing AA quadsenne@chromium.org2013-09-074-22/+98
| | | | | | | | | | | By changing 1.f to 1.0, this allows the inverse contents scale to cancel out properly in the transformation matrix. BUG=259154 Review URL: https://chromiumcodereview.appspot.com/23572033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221889 0039d316-1c4b-4281-b951-d872f2087c98
* Made sure NativeMessagingHostTest.All can handle out of order responses.alexeypa@chromium.org2013-09-073-68/+88
| | | | | | | | | | | | This CL tags every request NativeMessagingHostTest.All sends and process the responses out of order since the native messaging host does not guarantee the order. It also removes the call log because of the same reason - the order is not reliable unless the client wait for the resonse before sending another request. Also with this CL NativeMessagingHost delays shutdown until all replies have been sent. BUG=284704 Review URL: https://chromiumcodereview.appspot.com/23461030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221888 0039d316-1c4b-4281-b951-d872f2087c98
* Modify devices page to match the latest mocksnoamsml@chromium.org2013-09-079-314/+461
| | | | | | | | | | | Incorporate printer list from cloudprint and modify cloud print page to match mocks, adding necessary functionality along the way. BUG=286157 Review URL: https://chromiumcodereview.appspot.com/23903011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221887 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium Blob hackingmichaeln@chromium.org2013-09-0760-950/+822
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start using BlobStorageContext (and family) as a replacement for BlobStorageController. The new class manages blob data by uuid and seperately maintains a mapping from of public blob urls to uuids. Added a methods to create an additional mapping of old-style 'private urls' to new-style uuids to help with transitioning, blink needs to be retrofitted too, but that has to happen separately. Changed blob processing classes to take BlobDataHandles as input instead of GURLs. Not long after IPC deserizliation, get a BlobDataHandle and pass that around. - FileSystemOperation.Write (and famlity) for FileWriter support - ResourceDispatcherHost (and famility) for blob url requests - (PostMessage handling and WebIntent plumbing ultimately needs to be treated in this way too) Switched to using string uuids instead of urls in IPC messages (and structs carried in ipc messages). Until blink is retrofitted, the chromiums side supports both forms of identifying blobs (old-style private urls and new-style uuids). - FileSystemHostMsg_Write - webkit_base::DataElement (and consumers: BlobData, ResourceRequestBody) - blob registry/building ipc messages Implemented the WebKit::WebBlobRegistryImpl such that it can be invoked on any renderer/worker thread. Got more explicit about naming: FileSystemURL vs BlobUUID vs PublicBlobURL. Note: There are corresponding changes to be made in Blink, after which, the things annotated as deprecated in this CL can be removed. TBR=inferno BUG=174200 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220754 Review URL: https://chromiumcodereview.appspot.com/23223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221886 0039d316-1c4b-4281-b951-d872f2087c98
* InstantExtended: add a finch flag to disable Instant Extended on SRP.samarth@chromium.org2013-09-073-7/+83
| | | | | | | | BUG=286446 Review URL: https://chromiumcodereview.appspot.com/23522025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221885 0039d316-1c4b-4281-b951-d872f2087c98
* Close Views autofill dialog on interstitial WebUIwittman@chromium.org2013-09-071-0/+2
| | | | | | | | | | | Configure Views autofill dialogs to be closed when interstitial WebUI is displayed (e.g. for SSL warnings prior to page load). BUG=240575 Review URL: https://chromiumcodereview.appspot.com/23493025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221884 0039d316-1c4b-4281-b951-d872f2087c98
* Net: make IsSafePortableRelativePath look for reserved names on all components.rvargas@chromium.org2013-09-073-20/+13
| | | | | | | | | | | | | Now a reserved name is not allowed on any component of the path. BUG=none test=net_unittests R=asanka@chromium.org Review URL: https://chromiumcodereview.appspot.com/23464037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221882 0039d316-1c4b-4281-b951-d872f2087c98
* Stop sending long press events twicekristianm@chromium.org2013-09-074-28/+0
| | | | | | | | | | Removing one of the events. BUG=285999 Review URL: https://chromiumcodereview.appspot.com/23449027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221881 0039d316-1c4b-4281-b951-d872f2087c98
* Remove self as delegate when cleaning up AppLaunchController.tengs@chromium.org2013-09-071-0/+1
| | | | | | | | | | | The lifetime of the login webui can exceed that of the AppLaunchController, so we need to do proper cleanup. BUG=286406 Review URL: https://chromiumcodereview.appspot.com/23967008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221880 0039d316-1c4b-4281-b951-d872f2087c98
* sync: Improve ModelAssociation event tracingrlarocque@chromium.org2013-09-071-5/+12
| | | | | | | | | | | | Take advantage of the ASYNC variants of the event tracing macros when tracing model association times. This makes the model association tracing much more reliable and easier to read. BUG=286541 Review URL: https://chromiumcodereview.appspot.com/23907005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221879 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1624.0 to 1625.0chrome-release@google.com2013-09-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221877 0039d316-1c4b-4281-b951-d872f2087c98
* linux_aura: Use the linux assets for the window caption buttons.erg@chromium.org2013-09-072-10/+26
| | | | | | | | | | | Previously, we were using the windows assets. As is, this is functional, but will require further patches to get the button spacing correct. BUG=281788 Review URL: https://chromiumcodereview.appspot.com/23993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221875 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Desktop Media Picker (Mac version) for the Desktop Capture APIdcaiafa@chromium.org2013-09-0712-3/+853
| | | | | | | | | | This CL implements DesktopMediaPicker for the Mac used by the Desktop Capture API to present the user with a list of sources (including live thumbnails) to use. BUG=237907 Review URL: https://chromiumcodereview.appspot.com/23944003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221874 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Allow building both the X11 and Gtk message-pumps for gtk.sadrul@chromium.org2013-09-0726-114/+120
| | | | | | | | | | | | | | This patch allows both the X11 and the Gtk message-pumps to be built in a linux-gtk build. A subsequent patch will use the X11 message-pump for the GPU process, while continue to use the Gtk message-pump for the browser process. BUG=145600 R=ccameron@chromium.org, oshima@chromium.org, piman@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/23880006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221873 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the --enable-sctp-data-channels flag to ↵jiayl@chromium.org2013-09-076-18/+16
| | | | | | | | | | --disable-sctp-data-channels so that SCTP is turned on by default. BUG=248486 Review URL: https://chromiumcodereview.appspot.com/24042002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221872 0039d316-1c4b-4281-b951-d872f2087c98
* Add blink-try-builder bot-idilevy@chromium.org2013-09-071-0/+1
| | | | | | | | | | | Blink trybots don't need to zip build. TBR=dpranke BUG=230080 Review URL: https://codereview.chromium.org/23604049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221871 0039d316-1c4b-4281-b951-d872f2087c98
* Make _output_profile_path a member of ChromeBrowserBackend.achuith@chromium.org2013-09-074-12/+17
| | | | | | | | | | | This removes access of finder_options.output_profile_path from android_browser_backend. BUG=269131 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/23466013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221870 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for java side bookmark model observers.tedchoc@chromium.org2013-09-073-18/+270
| | | | | | | | | | Allows java bookmark UIs to update to changes to the underlying model. BUG=247381 Review URL: https://chromiumcodereview.appspot.com/23849003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221869 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Logging tweaks and fix thread leak bug.kkania@chromium.org2013-09-0714-406/+524
| | | | | | | | | | | | -move command logging from http_handler to execute session command -fix bug where didn't delete thread if session creation failed -add logging for prefs -LOG to driver log if on appropriate thread BUG=none Review URL: https://chromiumcodereview.appspot.com/23467010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221868 0039d316-1c4b-4281-b951-d872f2087c98
* Set active extension IDs for crash reports using the crash key logging system.rsesek@chromium.org2013-09-0711-208/+112
| | | | | | | | BUG=77656 Review URL: https://chromiumcodereview.appspot.com/23471007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221867 0039d316-1c4b-4281-b951-d872f2087c98
* Fix feedback attach a file and system info code.rkc@chromium.org2013-09-074-48/+35
| | | | | | | | | | | | | | Attaching a file to feedback is crashing the app since we fail on the AttachedFile validate (since we don't actually send blobs over, the attachedFile.data field is always empty, which fails parameter validation on the Chrome side). The easiest way to fix it was to make the parameter optional, since we never read it anyway. It is only there to hold the data so that the feedback custom bindings can move it into attachedFileBlobUrl. This CL also fixes the sys info, which wasn't being sent due to code that was ported over from the UI incorrectly. The new UI does not need to wait on system information collection, since that is now done via a separate call, making passing around the sys_info variable completely redundant, and in this case wrong. R=asargent@chromium.org BUG=285942,285938 TEST=We are able to attach a file and system information with a feedback report. Review URL: https://chromiumcodereview.appspot.com/23458031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221866 0039d316-1c4b-4281-b951-d872f2087c98
* stopped disabling SCTP for windowsldixon@google.com2013-09-071-6/+2
| | | | | | | | | | (Windows XP issue should be fixed by usrsctp DEPS roll: https://codereview.chromium.org/23960004/) BUG= Review URL: https://chromiumcodereview.appspot.com/23766013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221865 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Chrome crash when opening feedback in incognito.rkc@chromium.org2013-09-071-0/+2
| | | | | | | | | | R=asargent@chromium.org BUG=285413 TEST=Launching feedback in Incognito/Guest mode works and the browser doesn't crash. Review URL: https://chromiumcodereview.appspot.com/23523033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221864 0039d316-1c4b-4281-b951-d872f2087c98
* Media Galleries API Picasa: Move Picasa source files to correct location.tommycli@chromium.org2013-09-0714-27/+27
| | | | | | | | | | | Depends on: https://codereview.chromium.org/23499006/ R=vandebo BUG=151701 Review URL: https://chromiumcodereview.appspot.com/23717027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221863 0039d316-1c4b-4281-b951-d872f2087c98
* [rAC, OSX] Fix loading screen layering issue.groby@chromium.org2013-09-071-4/+14
| | | | | | | | | | | | | | | | The "loading..." shield on OSX had the currently focused UI element "shine through" - i.e. the entire dialog was hidden behind it except for the one focused element. This change makes the loading screen first responder for the duration of its visibility, preventing focus rings. R=sail@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/23477044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221862 0039d316-1c4b-4281-b951-d872f2087c98