summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix AboutSigninInternals::TokenInfo::LessThanwittman2014-11-081-1/+2
| | | | | | | | | | | | The existing logic produces inconsistent ordering under transpose of the arguments if a->consumer_id < b->consumer_id and b->scopes < a->scopes. BUG= Review URL: https://codereview.chromium.org/710753002 Cr-Commit-Position: refs/heads/master@{#303355}
* Renamed "WebView" -> "WebViewImpl" in web_view.js and other files that ↵paulmeyer2014-11-086-88/+88
| | | | | | | | | | | | import it. After discussing with teammates, we determined that "WebViewImpl" would be a more clear name than "WebView" alone. The term "webview" is used a lot, so in the interest of renaming it to something somewhat more specific, and since this object contains the implementation of the webview in javascript, it makes sense to call it "WebViewImpl". BUG=431002 Review URL: https://codereview.chromium.org/709773005 Cr-Commit-Position: refs/heads/master@{#303354}
* Roll cros_system_api DEPS for BlueZ plugin APIs.tengs2014-11-081-1/+1
| | | | | | | | | BUG=430665 TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/691373004 Cr-Commit-Position: refs/heads/master@{#303353}
* Exclude BookmarkBarViewTest on official cros build.oshima2014-11-081-0/+6
| | | | | | | | | | | Most of them are failing on official cros bots. BUG=431450 TBR=abodenha@chromium.org Review URL: https://codereview.chromium.org/715443002 Cr-Commit-Position: refs/heads/master@{#303352}
* Add support for shared library resources to java_apk build rules.mkosiba2014-11-085-1/+26
| | | | | | | | BUG=430997 Review URL: https://codereview.chromium.org/708883003 Cr-Commit-Position: refs/heads/master@{#303351}
* Remove silly mention of webview in the runtime MessageSender docs.kalman2014-11-081-1/+1
| | | | | | | | | | BUG=431338 TBR=mek@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/708163003 Cr-Commit-Position: refs/heads/master@{#303350}
* cc: Remove main thread rendering statshendrikw2014-11-0825-421/+116
| | | | | | | | | | | Removed the main thread rendering stats + plumbing and merged the impl-side stats into RenderingStats. BUG= Review URL: https://codereview.chromium.org/707963003 Cr-Commit-Position: refs/heads/master@{#303349}
* [Chromoting] Fix build-webapp for Official builds.garykac2014-11-081-2/+4
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/684603002 Cr-Commit-Position: refs/heads/master@{#303348}
* Plugin service: Use the correct registry key for each watch operation.rvargas2014-11-081-2/+2
| | | | | | | | | | | | | | | | 6f315b85b9126cdbbeee5 master@{#300036} introduced a regression where the two registry keys that are watched for changes to detect installation of NPAPI plugins, were being mixed. This CL fixes the issue... using the correct key each time a new StartWatching is called. BUG=428560 R=piman@chromium.org Review URL: https://codereview.chromium.org/708933002 Cr-Commit-Position: refs/heads/master@{#303347}
* Fix Win GN error in mesa's file.John Abd-El-Malek2014-11-081-1/+1
| | | | | | | | R=scottmg@chromium.org Review URL: https://codereview.chromium.org/707733006 Cr-Commit-Position: refs/heads/master@{#303346}
* Record how often ssl errors happen because of local host and VPN.palmer2014-11-085-18/+110
| | | | | | | | | | | | This is based on a CL originally by radhikabhar (https://codereview.chromium.org/452963003/). BUG=402590 TBR=radhikabhar,mpearson,felt Review URL: https://codereview.chromium.org/707303003 Cr-Commit-Position: refs/heads/master@{#303345}
* Roll src/third_party/WebKit 81caa9b:3344576 (svn 184993:184994)blink-deps-roller2014-11-081-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/81caa9b..3344576 TBR=dcheng@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/713573004 Cr-Commit-Position: refs/heads/master@{#303344}
* Move data reduction proxy bypass logic to URLRequestInterceptorbengr2014-11-0816-238/+373
| | | | | | | | | | | | | Moves the bypass logic, which was in NetworkDelegate to the URLRequestInterceptor. As a result, the mechanism to retry a request without the data reduction proxy is not exposed to higher layers. BUG=429505 Review URL: https://codereview.chromium.org/698383002 Cr-Commit-Position: refs/heads/master@{#303343}
* 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}