summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding GCM support to the copresence component. The Copresence server can ↵ckehoe2014-11-0820-75/+570
| | | | | | | | | | push directives (and messages, though they are not yet handled) over GCM. BUG=424253,425681 Review URL: https://codereview.chromium.org/710513004 Cr-Commit-Position: refs/heads/master@{#303342}
* gn win: disable 4267 (need for win x64)scottmg2014-11-083-1/+10
| | | | | | | | | | (backported from mojo) R=jam@chromium.org Review URL: https://codereview.chromium.org/709793002 Cr-Commit-Position: refs/heads/master@{#303341}
* [GCM] Fetching OAuth2 tokens periodically in account trackerfgorski2014-11-086-25/+200
| | | | | | | | | BUG=374969 R=zea@chromium.org Review URL: https://codereview.chromium.org/631343002 Cr-Commit-Position: refs/heads/master@{#303340}
* QUIC - When disk cache is not ready to persist, if we call persist,rtenneti2014-11-084-7/+161
| | | | | | | | | | | | | | | | | store the data in a temporary buffer and persist the data in the temporary buffer when data is ready in the IoComplete callback. This will also persist the latest data if two persists are called one after the other. Added unit test for multiple persists and calling Persist() when Start() hasn't finished. R=rch@chromium.org Review URL: https://codereview.chromium.org/707303002 Cr-Commit-Position: refs/heads/master@{#303339}
* Fixing all of problems found by vc++ /analyze in GCM codefgorski2014-11-081-5/+5
| | | | | | | | | | | There was only a minor (harmless) case of variable shadowing. BUG=427616 R=zea@chromium.org Review URL: https://codereview.chromium.org/713573003 Cr-Commit-Position: refs/heads/master@{#303338}
* Convert http links in .grd files into https linksfelt2014-11-083-6/+6
| | | | | | | | | BUG= R=palmer@chromium.org Review URL: https://codereview.chromium.org/708043003 Cr-Commit-Position: refs/heads/master@{#303337}
* Disable ExtensionInputMethodApiTest.Basic on cros officail buildoshima2014-11-081-1/+8
| | | | | | | | | BUG=431446 TBR=shuchen@chromium.org Review URL: https://codereview.chromium.org/708993004 Cr-Commit-Position: refs/heads/master@{#303336}
* [Android] When the default search provider changes, reload existing embedded ↵kmadhusu2014-11-082-0/+46
| | | | | | | | | | | search pages. BUG=421157 TEST=none Review URL: https://codereview.chromium.org/709613002 Cr-Commit-Position: refs/heads/master@{#303335}
* Add support for Android accessible movement granularities.dmazzoni2014-11-088-26/+698
| | | | | | | | | | | This adds support for character, word, and line granularities in both static text and editable text. BUG=353438 Review URL: https://codereview.chromium.org/700003002 Cr-Commit-Position: refs/heads/master@{#303334}
* Make SSL strings say Chromium vs Chrome appropriatelyfelt2014-11-083-11/+20
| | | | | | | | | BUG= TBR=palmer@chromium.org Review URL: https://codereview.chromium.org/703443005 Cr-Commit-Position: refs/heads/master@{#303333}
* Add C++11 enum class support to the Java enum class generator.mkosiba2014-11-083-10/+97
| | | | | | | | | | | | | This adds support for the enum class/struct construct as well as limited support for fixed types (currently only types that convert to jint are supported). BUG=None TESTS=java_cpp_enum_tests Review URL: https://codereview.chromium.org/705093005 Cr-Commit-Position: refs/heads/master@{#303332}
* Update strings for new Smart Lock set up flows and settings.tengs2014-11-082-5/+88
| | | | | | | | BUG=406439 Review URL: https://codereview.chromium.org/706113005 Cr-Commit-Position: refs/heads/master@{#303331}
* Move sync setup related stuff back to options.Dan Beam2014-11-0816-17/+18
| | | | | | | | | | | | | | | It's only used from options now. It was used from the NTP as well; no longer. Depends on: https://codereview.chromium.org/702323002/ https://codereview.chromium.org/703193003/ R=estade@chromium.org BUG=none Review URL: https://codereview.chromium.org/703413002 Cr-Commit-Position: refs/heads/master@{#303330}
* Roll src/third_party/WebKit bc8e91d:81caa9b (svn 184991:184993)blink-deps-roller2014-11-081-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/bc8e91d..81caa9b TBR=dcheng@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/708153003 Cr-Commit-Position: refs/heads/master@{#303329}
* Make "gn refs" find targets that reference a file.brettw2014-11-071-57/+168
| | | | | | | | | | I wanted this feature to more easily track down undefined refs at link time. This command can tell you what targets include a file, or tell you a tree on how to get there, so you can more easily figure out what dependencies to add. Also adds the ability to write a tree for the normal refs case for multiple targets. Review URL: https://codereview.chromium.org/700753005 Cr-Commit-Position: refs/heads/master@{#303328}
* Moving following functions from browser to app:wuhu2014-11-076-18/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | __enter__ __exit__ GetStandardOutput GetStackTrace Adding following functions to app backend: __del__ app_type Start Close pid IsAppRunning GetStandardOutput GetStackTrace Added adapters for browser.browser and browser.browser_type. Removed references to browser_backend._browser. BUG=417542 Review URL: https://codereview.chromium.org/675613003 Cr-Commit-Position: refs/heads/master@{#303327}
* Add a new finch experiment to control the system buffer size.guoweis2014-11-073-17/+69
| | | | | | | | | | Control UDP Send Socket buffer size along with a new UMA to track how long the time spent in browser process. BUG=427555 Review URL: https://codereview.chromium.org/693433003 Cr-Commit-Position: refs/heads/master@{#303326}
* Added aac bitstream converterkjoswiak2014-11-0711-37/+447
| | | | | | | | | | | | | | Standardizes aac stream to have adts header for every segment Also: - Abstracted ffmpeg bitstream class - Moved converter creation into EnableBitstreamConverter BUG=431167 Review URL: https://codereview.chromium.org/691233002 Cr-Commit-Position: refs/heads/master@{#303325}
* Disable BookmarkBarViewTest9.ScrollButtonScrolls on cros official build.oshima2014-11-071-1/+8
| | | | | | | | | BUG=431427 TBR=abodenha@chromium.org Review URL: https://codereview.chromium.org/699313009 Cr-Commit-Position: refs/heads/master@{#303324}
* Remote assistance on Chrome OS Part VII - Clipboard Injectionkelvinp2014-11-075-1/+343
| | | | | | | | | | | | | | | | | | | | | | On Chrome OS, the clipboard is managed by aura instead of the underlying native platform (e.g. x11, ozone, etc). This CL introduces a class that 1) Monitors the aura clipboard on the host for changes and notifies the client clipboard. 2) Provides an interface to inject clipboard event into aura. The public API of this class can be called in any thread as internally it always posts the call to the |ui_task_runner|. On ChromeOS, that should be the UI thread of the browser process. BUG=424717 Committed: https://crrev.com/7a468734170979bca9e48590267d2d123f0c0f84 Cr-Commit-Position: refs/heads/master@{#303168} Review URL: https://codereview.chromium.org/704683002 Cr-Commit-Position: refs/heads/master@{#303323}
* athena: Add missing ui/events/devices dep for athena_mainspang2014-11-071-0/+1
| | | | | | | | TEST=compile athena_main in Debug Review URL: https://codereview.chromium.org/703193006 Cr-Commit-Position: refs/heads/master@{#303322}
* Exclude partner/managed bookmarks from all itemsianwen2014-11-072-3/+4
| | | | | | | | | | | Changed logics of GetAllBookmarkIdsOrderedByCreationDate in bookmark bridge to let non-editable bookmarks not shown in all-items. BUG=415807 Review URL: https://codereview.chromium.org/707293002 Cr-Commit-Position: refs/heads/master@{#303321}
* ozone: Clean up usage of "virtual" with "override"spang2014-11-0759-470/+445
| | | | | | Review URL: https://codereview.chromium.org/706393002 Cr-Commit-Position: refs/heads/master@{#303320}
* Don't trigger auto-reload on client auth failures.davidben2014-11-075-13/+30
| | | | | | | | | | Otherwise the user gets repeatedly prompted. BUG=431387 Review URL: https://codereview.chromium.org/707193005 Cr-Commit-Position: refs/heads/master@{#303319}
* Revert of Make sure the sync directory is deleted on sign-out. (patchset #19 ↵maxbogue2014-11-0715-183/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | id:350001 of https://codereview.chromium.org/682173002/) Reason for revert: Causing crashes: http://crbug.com/431421 and http://crbug.com/431354 Original issue's description: > Make sure the sync directory is deleted on sign-out. > > Previously, if the user had turned off sync before signing out, the > directory would not be deleted correctly. > > BUG=424593 > > Committed: https://crrev.com/6671560f497671bc28ccd50b5f1fb185a29f1248 > Cr-Commit-Position: refs/heads/master@{#303174} TBR=maniscalco@chromium.org,zea@chromium.org NOTREECHECKS=true NOTRY=true BUG=424593 Review URL: https://codereview.chromium.org/708153004 Cr-Commit-Position: refs/heads/master@{#303318}
* GuestView lifetime tied to Opener lifetime until Attachedfsamuel2014-11-074-25/+51
| | | | | | | | BUG=431369 Review URL: https://codereview.chromium.org/712643002 Cr-Commit-Position: refs/heads/master@{#303317}
* Use a dedicated message to inform the web-app of the connection type.jamiewalch2014-11-075-10/+51
| | | | | | | | | I originally implemented this by parsing the log message because I thought we needed to support old plugins. However, since we only need this for the v2 app for now, which uses NaCl, there's no reason not to do it properly. Review URL: https://codereview.chromium.org/683713003 Cr-Commit-Position: refs/heads/master@{#303316}
* aura: Remove WindowTreeHost::PostNativeEvent().Sadrul Habib Chowdhury2014-11-0723-121/+110
| | | | | | | | | | | | | | | | | WindowTreeHost::PostNativeEvent() is only used in tests. So remove this from the public API. Instead: . For Win32, directly use PostMessage (this is used in only two places). . For Ozone, use EventSourceTestApi to inject the event (this is equivalent to current code, in terms of not doing the right thing when menus are open). . For X11, introduce aura::test::PostEventToWindowTreeHost() instead, and use it in tests. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/710553002 Cr-Commit-Position: refs/heads/master@{#303315}
* Roll src/third_party/WebKit b23ffaa:bc8e91d (svn 184988:184991)blink-deps-roller2014-11-071-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b23ffaa..bc8e91d TBR=dcheng@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/705403003 Cr-Commit-Position: refs/heads/master@{#303314}
* gn format: use input line breaks rather than attempting rule-based line breaksscottmg2014-11-078-12/+35
| | | | | | | | | | | | I couldn't come up with anything that worked in 100% of cases, so switch to mostly maintaining line breaks from input file instead. R=brettw@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/713463003 Cr-Commit-Position: refs/heads/master@{#303313}
* gn win: Disable not-working ExecProcessTestscottmg2014-11-071-2/+4
| | | | | | | | R=brettw@chromium.org,cjhopman@chromium.org Review URL: https://codereview.chromium.org/707193006 Cr-Commit-Position: refs/heads/master@{#303312}
* Send x-chrome-connected header on gaia requestguohui2014-11-071-7/+8
| | | | | | | | BUG=430700 Review URL: https://codereview.chromium.org/707893003 Cr-Commit-Position: refs/heads/master@{#303311}
* aw: Move SharedRendererState out of AwContentsboliu2014-11-074-40/+15
| | | | | | | | | | Small little clean up. BUG=418346 Review URL: https://codereview.chromium.org/706033003 Cr-Commit-Position: refs/heads/master@{#303310}
* Fix me2me native messaging host on Precise.jamiewalch2014-11-071-0/+10
| | | | | | | | BUG=431386 Review URL: https://codereview.chromium.org/708143002 Cr-Commit-Position: refs/heads/master@{#303309}
* PPAPI: Format ppapi/thunk using clang-format.Dave Michael2014-11-0753-760/+537
| | | | | | | | | BUG=345417 R=teravest@chromium.org Review URL: https://codereview.chromium.org/238923007 Cr-Commit-Position: refs/heads/master@{#303308}
* Add AthenaBrowserTest frameworkoshima2014-11-0725-270/+502
| | | | | | | | | | | | | | | This allow us to run tests that depends on content/extensions without chrome/. * extract AthenaMainDelegate from athena_main.cc to use it in browser tests. * renamed existing AthenaBrowserTest for chrome to AthenaChromeBrowserTset * Renamed athena_xxx_brosertest.{h|cc} to xxx_browser_test.{h|cc} to match the patter used for other base test class for browser tests. BUG=None TBR=davidben@chromium.org, jamescook@chromium.org Review URL: https://codereview.chromium.org/689163003 Cr-Commit-Position: refs/heads/master@{#303307}
* views: Remove unused Widget::InitParams::double_buffer.Sadrul Habib Chowdhury2014-11-072-4/+0
| | | | | | | | | BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/703313002 Cr-Commit-Position: refs/heads/master@{#303306}
* Observer and a test case for MetricsReportingEnabled policy added.gayane2014-11-075-2/+40
| | | | | | | | | | | - Test case for MetricsReportingEnabled policy fixed to match the indicator by HTML element id. - Policy observer is added in BroswerOptionsHandler to update UMA checkbox state when policy changes. BUG=424249 Review URL: https://codereview.chromium.org/702653003 Cr-Commit-Position: refs/heads/master@{#303305}
* Const-ified getCommandInfo() result.fmalita2014-11-072-2/+2
| | | | | | | | | | Should allow us to (re)land https://codereview.chromium.org/706363002/ TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/711773004 Cr-Commit-Position: refs/heads/master@{#303304}
* Update device disabled screen to match final designbartfab2014-11-0717-55/+176
| | | | | | | | | | | | | | | | | This CL updates the device disabling screen to match the final design. The layout, assets and strings have been approved by UI. In the final design, the device disabled screen always shows the domain that owns the device (if known). See the bug for screen shots. BUG=425574 TEST=Updated unit and browser tests Review URL: https://codereview.chromium.org/711753002 Cr-Commit-Position: refs/heads/master@{#303303}
* Work on splitting chrome_tests into variables.Brett Wilson2014-11-071-30/+34
| | | | | | | | | | Moving file lists from conditions to variables will allow for better sharing with the GN build. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/693063003 Cr-Commit-Position: refs/heads/master@{#303302}
* Fix test disable macro for MultipleClientDictionarySyncTest.LimitNicolas Zea2014-11-071-1/+1
| | | | | | | | | | | DISABLE != DISABLED BUG=431354 TBR=maxbogue@chromium.org Review URL: https://codereview.chromium.org/709803002 Cr-Commit-Position: refs/heads/master@{#303301}
* Roll src/third_party/WebKit c09adfa:b23ffaa (svn 184985:184988)blink-deps-roller2014-11-071-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c09adfa..b23ffaa TBR=dcheng@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/712663003 Cr-Commit-Position: refs/heads/master@{#303300}
* MacViews: Get chrome/browser/ui/views/frame to compileandresantoso2014-11-0722-122/+289
| | | | | | | | | | | | | | | | | | Some fixes to get this subdirectory to compile for MacViews. An aura::Window dependency is moved from BrowserView to BrowserCommandHandlerX11. Hide Ash dependency from ImmersiveModeController. Add Mac implementation of NativeBrowserFrame. Now that we include both BrowserWindow::CreateBrowserWindow definitions in the build, add a new build flag "mac_views_browser" to select between Cocoa and Views browser. BUG=425229 Review URL: https://codereview.chromium.org/697223003 Cr-Commit-Position: refs/heads/master@{#303299}
* Add option to open PDFs in system viewer to OS X and Linux.palmer2014-11-078-54/+87
| | | | | | | | | | | | | | Not just Windows. BUG=370746 TEST=With a fresh profile, download a PDF. In the Download Shelf, select Always Open With System Viewer. Check that subsequent downloads of PDFs launch the system PDF viewer. (On Corp Macs, that is defined to be Chrome; change it to Preview.app.) Review URL: https://codereview.chromium.org/665163005 Cr-Commit-Position: refs/heads/master@{#303298}
* Show icons in Android web autofill dropdownestade2014-11-0713-44/+115
| | | | | | | | BUG=402131 Review URL: https://codereview.chromium.org/443193006 Cr-Commit-Position: refs/heads/master@{#303297}
* Domain Reliability: Switch to BackoffEntry in Schedulerttuttle2014-11-075-48/+74
| | | | | | | | | | | Previously, Domain Reliability was using homegrown backoff handling code. Switch to using the existing BackoffEntry. BUG= Review URL: https://codereview.chromium.org/704893002 Cr-Commit-Position: refs/heads/master@{#303296}
* Update base::BindBlock for three parameters.marq2014-11-072-36/+49
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/708743002 Cr-Commit-Position: refs/heads/master@{#303295}
* QUIC - Added a histogram to track how often we populate server configrtenneti2014-11-073-7/+26
| | | | | | | | | | | | with data from canonical config. Added Net.QuicCryptoClientConfig.PopulatedFromCanonicalConfig histogram. R=rch@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/686223004 Cr-Commit-Position: refs/heads/master@{#303294}
* QUIC - track disk cache API calls and failure reasons in separatertenneti2014-11-073-39/+75
| | | | | | | | | | | | | | | | | | histograms for disk cache and memory cache. Added the following new histograms: Net.QuicDiskCache.APICall.NoBackend Net.QuicDiskCache.APICall.DiskCache Net.QuicDiskCache.APICall.MemoryCache Net.QuicDiskCache.FailureReason.DiskCache Net.QuicDiskCache.FailureReason.MemoryCache Net.QuicDiskCache.FailureReason.NoBackend R=rch@chromium.org, asvitkine@chromium.org Review URL: https://codereview.chromium.org/708033002 Cr-Commit-Position: refs/heads/master@{#303293}