summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 260175 "Fixup mojo dylibs to support mojo in content"davemoore@chromium.org2014-03-286-77/+27
| | | | | | | | | | | | | | | | | | | | | | | sky is about to check something in that will interact poorly with this and it'll be easier to apply the necessary changes after that. > Fixup mojo dylibs to support mojo in content > > Second try after revert of > https://codereview.chromium.org/211503005/ > > The isolates failed because libmojo_system.dylib wasn't getting copied. > > BUG= > TBR=mark@chromium.org > > Review URL: https://codereview.chromium.org/217003003 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/216793008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260181 0039d316-1c4b-4281-b951-d872f2087c98
* Add test for sending square resolution video on a PeerConnection.perkj@chromium.org2014-03-283-5/+40
| | | | | | | | | | Adds expectations for video resolution output on all tests that use peerconnection-call.html call. BUG= 350538 Review URL: https://codereview.chromium.org/214663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260179 0039d316-1c4b-4281-b951-d872f2087c98
* Don't hardcode output directory in findbugs.pyandrewhayden@chromium.org2014-03-282-21/+9
| | | | | | | | BUG=357190 Review URL: https://codereview.chromium.org/212173006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260178 0039d316-1c4b-4281-b951-d872f2087c98
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-2844-86/+924
| | | | | | | | | | | | | | | | | | | | | | | | | possible to reuse an existing transfer buffer earlier than it is today. For synchronous uploads, this is done by inserting tokens marking a buffer's last usage. If such a token has passed, the buffer can be reused. For asynchronous uploads, this is done by adding an internal async upload token to the GLES2Implementation and GLES2CmdDecoderImpl that enumerates all asynchronous uploads. When an upload is completed, the token is synchronized with the client which then can free the memory associated with the async token. The fenced allocator and mapped memory manager gets a callback that is used to allow fenced allocator to make the user, in this case GLES2Implementation, poll the current async upload token and free any associated memory. BUG=328808 Review URL: https://codereview.chromium.org/116863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260177 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: App windows with frame: chrome and no color are now native.mgiuca@chromium.org2014-03-285-44/+59
| | | | | | | | | | | | | | This is bringing Aura in line with the existing GTK behaviour. Windows with a coloured frame still have the Windows 8 look. App windows on Linux now always use AppWindowFrameView instead of the blue CustomFrameView. BUG=322256 Review URL: https://codereview.chromium.org/210363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260176 0039d316-1c4b-4281-b951-d872f2087c98
* Fixup mojo dylibs to support mojo in contentdavemoore@chromium.org2014-03-286-27/+77
| | | | | | | | | | | | | | Second try after revert of https://codereview.chromium.org/211503005/ The isolates failed because libmojo_system.dylib wasn't getting copied. BUG= TBR=mark@chromium.org Review URL: https://codereview.chromium.org/217003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260175 0039d316-1c4b-4281-b951-d872f2087c98
* Disable test that needs to be rebaselined after Blink change lands.dmazzoni@google.com2014-03-281-1/+3
| | | | | | | | | BUG=353067 TBR=aboxhall@chromium.org Review URL: https://codereview.chromium.org/217213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260174 0039d316-1c4b-4281-b951-d872f2087c98
* [OriginChip] Show the URL on Esc key pressedjdonnelly@chromium.org2014-03-282-20/+25
| | | | | | | | | | | | | | This change makes it so hitting the Esc while the omnibox has focus shows the URL unless search term replacement is being performed, in which case we revert to the original search terms. This holds for both the hide-on-mouse-release and hide-on-input options. For the latter, this means that a click in the omnibox will also hide the origin chip. This supports the case where the user is trying to get at the URL and forgets to click on the origin chip or misses it due to existing muscle memory. In this case, an Esc will show the URL as users are accustomed to. In no case will hitting Esc cause the origin chip to reappear. BUG=349497 Review URL: https://codereview.chromium.org/214613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260173 0039d316-1c4b-4281-b951-d872f2087c98
* Correcting value incorrectly logged as video_send.phoglund@chromium.org2014-03-281-5/+5
| | | | | | | | | | | | | https://codereview.chromium.org/213243002/ had an error where we log the new metrics to the wrong bucket. This should fix that. BUG=352266, 357162 TBR=tommi@chromium.org NOTRY=True (ios_debug broken and tripping up CQ) Review URL: https://codereview.chromium.org/216683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260172 0039d316-1c4b-4281-b951-d872f2087c98
* Separate pre-classification checks for client-side malware and phishing ↵noelutz@chromium.org2014-03-288-502/+604
| | | | | | | | | | | | detection and enable the client-side malware feature in all channels (not just dev and canary). BUG=352782 Review URL: https://codereview.chromium.org/173133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260171 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that WebRTC AEC recording checkbox is not set if cancelling file dialog.grunell@chromium.org2014-03-287-4/+39
| | | | | | | | | | NOTRY=true BUG=342685 Review URL: https://codereview.chromium.org/213703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260168 0039d316-1c4b-4281-b951-d872f2087c98
* Move destruction of WebRtcLogUploader to post threads teardown.grunell@chromium.org2014-03-286-34/+50
| | | | | | | | | | | | | | | | Needs to outlive the file thread. Fixes rare crash. Previous attempt (https://codereview.chromium.org/174493003) caused an inconsistent leak (https://code.google.com/p/chromium/issues/detail?id=348928). This CL makes sure pending URLFetchers are deleted before threads teardown and removes the reference to system request context in WebRtcLoggingHandlerHost. NOTRY=true BUG=344892 Review URL: https://codereview.chromium.org/211033006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260167 0039d316-1c4b-4281-b951-d872f2087c98
* Following member values of SyncEngine class migrate toperia@chromium.org2014-03-2811-289/+300
| | | | | | | | | | | | | | | | | | | SyncEngineContext, and they are accessed through getters. -scoped_ptr<drive::DriveServiceInterface> drive_service_; -scoped_ptr<drive::DriveUploaderInterface> drive_uploader_; -scoped_ptr<MetadataDatabase> metadata_database_; -RemoteChangeProcessor* remote_change_processor_; -scoped_refptr<base::SequencedTaskRunner> task_runner_; BUG=347425 NOTRY=true Review URL: https://codereview.chromium.org/213473008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260166 0039d316-1c4b-4281-b951-d872f2087c98
* WiFiService StartConnect after CreateNetwork will try TKIP encryption if AES ↵mef@chromium.org2014-03-281-27/+160
| | | | | | | | | | encryption fails to connect to newly created network. BUG=328959 Review URL: https://codereview.chromium.org/197873012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260165 0039d316-1c4b-4281-b951-d872f2087c98
* Add new resources for screen rotation lock and optimize existing status ↵flackr@chromium.org2014-03-2811-0/+0
| | | | | | | | | | | resources. BUG=354160 R=jonross@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/217033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260164 0039d316-1c4b-4281-b951-d872f2087c98
* Move the SigninProcess APIs from SigninManager to ChromeSigninClient.blundell@chromium.org2014-03-2810-111/+123
| | | | | | | | | | | | | These APIs are //chrome-specific, and rely on no other state from SigninManager. As these APIs are per-Profile, ChromeSigninClient is an appropriate place for them to live. BUG=334205 TBR=thakis Review URL: https://codereview.chromium.org/216703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260163 0039d316-1c4b-4281-b951-d872f2087c98
* Improve accessible hit testing heuristic.dmazzoni@chromium.org2014-03-281-3/+30
| | | | | | | | | | | | | | | | | | | When doing recursive hit testing and the point falls within two children of the same element, prefer the one that has an indirect descendant (i.e. grandchild) match. A better fix would be to send an IPC to the renderer and let Blink do the hit testing, I filed another bug (357371) for that. This is a stopgap. Note, though, that we still need this hit testing algorithm for synchronous APIs (like on Windows), so it's worth improving this. BUG=357247 R=aboxhall@chromium.org Review URL: https://codereview.chromium.org/215633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260161 0039d316-1c4b-4281-b951-d872f2087c98
* Make disable_low_res_tiling independent of is_gpu_rasterization_enableanton@chromium.org2014-03-283-4/+4
| | | | | | | | BUG=355860 Review URL: https://codereview.chromium.org/214593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260160 0039d316-1c4b-4281-b951-d872f2087c98
* Test for golden version-7 safe-browsing file.shess@chromium.org2014-03-281-0/+81
| | | | | | | | | | | | Test that a golden version 7 file can be read and updated, in preparation for version 8. BUG=351448 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/211363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260159 0039d316-1c4b-4281-b951-d872f2087c98
* Added a shortcut (Ctrl+Alt+N) for showing network config screen in during ↵zelidrag@chromium.org2014-03-2817-12/+181
| | | | | | | | | | | | | kiosk launch even if network connectivity is present. BUG=350065 TEST=added KioskTest.LaunchAppWithNetworkConfigAccelerator Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259679 Review URL: https://codereview.chromium.org/209143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260158 0039d316-1c4b-4281-b951-d872f2087c98
* Linux Sandbox: fix BPF compiler bugjln@chromium.org2014-03-282-1/+121
| | | | | | | | | | | | | | | | | The code responsible for detecting similar blocks and merging them didn't check for the next blocks if the last instruction was not a JMP or a RET. The patch to fix this bug (in codegen.cc) is based on a patch by jld@panix.com, attached to the bug report. Additional unittests are from jln@chromium.org BUG=351103 Review URL: https://codereview.chromium.org/215173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260157 0039d316-1c4b-4281-b951-d872f2087c98
* Enforce the maximum length of the folder name in UI.jennyz@chromium.org2014-03-283-4/+21
| | | | | | | | | BUG=355797 R=xiyuan@chromium.org Review URL: https://codereview.chromium.org/203863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260156 0039d316-1c4b-4281-b951-d872f2087c98
* Move SwapOut methods to RenderFrameHost.creis@chromium.org2014-03-2819-205/+121
| | | | | | | | | | | | | This leaves the state in RenderViewHost for now, to make this an easier first step. BUG=304341 TEST=No behavior change. R=nasko@chromium.org Review URL: https://codereview.chromium.org/208243019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260155 0039d316-1c4b-4281-b951-d872f2087c98
* SyncGlobalError refactor and Ash notification.michaelpg@chromium.org2014-03-2832-146/+954
| | | | | | | | | | | | | | | | | | | | | | | | | | Same deal as issue 172853009: Auth errors currently show up in the wrench menu as GlobalErrors. This CL removes auth errors from the wrench menu in Chrome OS and in Windows when using the Ash shell, showing notifications instead. The behavior when clicking these notifications should be the same as when clicking the toolbar menu error -- showing the sync setup dialog in the Settings page. The error-checking logic has been refactored into the new SyncErrorController, which now exposes the error status to the UI classes. The UI classes, SyncGlobalError and SyncErrorNotifier, are keyed services instantiated by the UI. BUG=128948 TEST=unit_tests --gtest_filter=S*n*Error* R=stevenjb@chromium.org, atwilson@chromium.org, derat@chromium.org, ben@chromium.org Review URL: https://codereview.chromium.org/207603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260154 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Create end-to-end test for chrome://inspectkaznacheev@chromium.org2014-03-286-22/+140
| | | | | | | | BUG=354854 Review URL: https://codereview.chromium.org/208013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260153 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce USE_OPENSSL_CERTS for certificate handling.haavardm@opera.com2014-03-2813-68/+102
| | | | | | | | | | | | | | | | | | | | | | | See discussion at chromium issue 338885. When USE_OPENSSL_CERTS is defined, X509::OSCertHandle is now typedef'ed to struct X509*. When USE_OPENSSL is defined, USE_OPENSSL_CERTS will now be defined for linux and Android, while being off for Mac and Windows. This allows OpenSSL to be used while leaving certificate handling to the OS. OpenSSL cert verifying code will only be used on Linux. This patch does not change any default behavior. Bug=none Test=none Review URL: https://codereview.chromium.org/206453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260152 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gn files to use new template syntax.brettw@chromium.org2014-03-287-13/+36
| | | | | | | | | | This uses the invoker() syntax. R=scottmg@chromium.org, scottmg Review URL: https://codereview.chromium.org/212843007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260151 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor TestingPrefStore to make it useful to some tests of load errors and ↵erikwright@chromium.org2014-03-286-72/+139
| | | | | | | | | | | asynchrony. BUG=349158 R=mnissler@chromium.org Review URL: https://codereview.chromium.org/210063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260150 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome_api and extensions_api gyp dependencies.yoz@chromium.org2014-03-286-5/+13
| | | | | | | | | | | Declare a direct dependency on each generated headers target when it's used in source files directly. Add each to export_dependent_settings when it's used in public headers, and ensure that the targets containing files that include those headers have direct dependencies on the target containing those headers. BUG=355443 R=rsleevi@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/215633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260149 0039d316-1c4b-4281-b951-d872f2087c98
* Building env_chromium_unittests for Android.jsbell@chromium.org2014-03-283-4/+30
| | | | | | | | | | | | | | The LevelDB Chromium environment unit tests (AKA env_chromium_unittests) were neither compiling for Android, nor was an APK produced that could be run. BUG=356882 R=jsbell@chromium.org Review URL: https://codereview.chromium.org/213843002 Patch from Christopher Mumford <cmumford@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260148 0039d316-1c4b-4281-b951-d872f2087c98
* Handling LevelDB errors encountered after open.jsbell@chromium.org2014-03-2813-118/+614
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous IndexedDB implementation only checked for (and reported) corrupted LevelDB's during open. If they are determined to be corrupted during use then the database was simply closed. The page would be unaware of this, and would likely reopen the database at a later time (which would work) only to fail again during a read/write operation. There was no way for the page to get out of that corrupted state - the user would have to delete all origin data. This change will record the fact that the backing store was corrupted, and during open this would be read and, if present, result in the same dataLoss state being reported to the page in the upgradeneeded event. Also split IndexedDBBackingStore's REPORT_ERROR macro in two: REPORT_ERROR_UNTESTED (which calls NOTREACHED) and REPORT_ERROR. REPORT_ERROR is used for errors which are encountered during tests. This was done so that runtime errors could still be caught during a debug build run. BUG=322707 R=isherman@chromium.org, jochen@chromium.org, jsbell@chromium.org Review URL: https://codereview.chromium.org/197333009 Patch from Christopher Mumford <cmumford@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260147 0039d316-1c4b-4281-b951-d872f2087c98
* [Android WebView] Fix AwSettingsTest.testUseWideViewportControlsDoubleTabToZoommnaganov@chromium.org2014-03-281-1/+11
| | | | | | | | | | | | | The test wasn't working properly on tablets in landscape mode because double tap was effectively zooming in instead of zooming out. To fix that, the page layout has been updated take display width into account. BUG=357235 R=mkosiba@chromium.org Review URL: https://codereview.chromium.org/216873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260146 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pushState causing stop/reload button and favicon to flicker.japhet@chromium.org2014-03-2833-48/+148
| | | | | | | | BUG=50298 Review URL: https://codereview.chromium.org/161113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260143 0039d316-1c4b-4281-b951-d872f2087c98
* Changed strings for first-run UI.dzhioev@chromium.org2014-03-283-6/+15
| | | | | | | | | | | BUG=353192 TEST=manually R=nkostylev@chromium.org TBR=scheib Review URL: https://codereview.chromium.org/216793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260142 0039d316-1c4b-4281-b951-d872f2087c98
* Dispatches mouse movement messages in posted task to improve dragging smoothnessvarkha@google.com2014-03-282-2/+34
| | | | | | | | | | BUG=353869 TEST=Visual, Drag a bookmark over bookmark bar and bookmark bar folders. R=sadrul@chromium.org Review URL: https://codereview.chromium.org/214113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260140 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Add mojo/public/c/DEPS and remove some no-longer-needed ifdefs.viettrungluu@chromium.org2014-03-283-9/+9
| | | | | | | | R=darin@chromium.org Review URL: https://codereview.chromium.org/216983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260139 0039d316-1c4b-4281-b951-d872f2087c98
* Allows menu host windows to be enumerated in DragTargetWindowFinder.varkha@google.com2014-03-287-6/+150
| | | | | | | | | | | | | | | | We create a cache that holds all XIDs of the menu windows that get created in X. The menus are evaluated for being drop targets before enumerating other windows. The menu XIDs cache gets updated in a root X11DesktopHandler when any menu (and Chrome menu in particular) gets created. TBR(sky) for OWNERS in ui/base/ui_base.gyp. BUG=349154, 349156, 344747 R=sadrul@chromium.org TBR=sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260046 Review URL: https://codereview.chromium.org/196213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260138 0039d316-1c4b-4281-b951-d872f2087c98
* Report some PNaCl UMA earlier, instead of in one chunk at the end.jvoung@google.com2014-03-284-36/+56
| | | | | | | | | | | | | This way, perhaps we can determine how many load-compiler-process events happen vs load-linker-process events, and see if there is any drop off in counts between the stages. BUG=http://code.google.com/p/nativeclient/issues/detail?id=3824 R=teravest@chromium.org Review URL: https://codereview.chromium.org/215553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260136 0039d316-1c4b-4281-b951-d872f2087c98
* Fix masking error in InterceptionManager::PatchNtdlljschuh@chromium.org2014-03-281-1/+1
| | | | | | | | | | | BUG=344415 R=rvargas TBR=rvargas NOTRY=true Review URL: https://codereview.chromium.org/215363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260135 0039d316-1c4b-4281-b951-d872f2087c98
* [Files.app] Hide video-player related task menu according to conditionyoshiki@chromium.org2014-03-286-9/+71
| | | | | | | | | | | | | | | | | | This patch does following.: - Hide "Open" (open in gallery with movie mode) if a single file is selected - Hide "Watch" (open in video player) if multiple files are selected Before the movie player separation, the task menu behaved as above, but it was removed in the previous patch (https://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/chromeos/file_manager/file_browser_handlers.cc?r1=259219&r2=259218&pathrev=259219). This patch changes the behaviour back with the new video player. BUG=271811 TEST=manually tested R=hashimoto@chromium.org, hirono@chromium.org TBR=asargent@chromium.orh # TBRing for removing the comment. Review URL: https://codereview.chromium.org/215103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260134 0039d316-1c4b-4281-b951-d872f2087c98
* Remove skia test expectations for now-passing tests.senorblanco@chromium.org2014-03-281-4/+0
| | | | | | | | | | | | These were rebaselined in http://src.chromium.org/viewvc/blink?revision=169987&view=revision. BUG=352628 R=bsalomon@google.com Review URL: https://codereview.chromium.org/216693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260133 0039d316-1c4b-4281-b951-d872f2087c98
* events: Introduce EventRewriter.kpschoedel@chromium.org2014-03-285-1/+378
| | | | | | | | | | | | EventSource gets a list of EventRewriters, which each get a chance to rewrite an event before it gets sent to the EventProcessor. BUG=354033 R=sadrul@chromium.org Review URL: https://codereview.chromium.org/210203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260132 0039d316-1c4b-4281-b951-d872f2087c98
* [Ozone] Update Skia types in SoftwareOutputDeviceOzone to match upstream changesdnicoara@chromium.org2014-03-281-9/+5
| | | | | | | | | | TBR=danakj@chromium.org TESTS=manually compiled and run content_unittests --gtest_filter=SoftwareOutputDeviceOzoneTest.* Review URL: https://codereview.chromium.org/217003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260131 0039d316-1c4b-4281-b951-d872f2087c98
* Don't start the SECCOMP sandbox early for Tegra124davidu@nvidia.com2014-03-286-47/+15
| | | | | | | | | | | | | | Let the sandbox start normally and don't start the sandbox early. Tegra124 libraries no longer need preloading of libraries or a whitelist policy. Add flag --gpu-sandbox-start-after-initialization to prevent the sandbox starting early. BUG=none TEST=Boot browser and about:gpu shows sandboxed to be true. Review URL: https://codereview.chromium.org/179983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260130 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Introduce DevToolsAgentHost::GetOrCreateFor(WebContents*)kaznacheev@chromium.org2014-03-284-2/+57
| | | | | | | | | BUG=354423 TBR=asargent Review URL: https://codereview.chromium.org/206003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260128 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1915.0 to 1916.0chrome-release@google.com2014-03-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260124 0039d316-1c4b-4281-b951-d872f2087c98
* Adds RenderFrameObserver::DidFinishDocumentLoadsky@chromium.org2014-03-282-0/+3
| | | | | | | | | | | | | No doubt we can remove RenderViewObserver::DidFinishDocumentLoad(), but that can be done separately (there is already a TODO for it). BUG=none TEST=none R=darin@chromium.org Review URL: https://codereview.chromium.org/212793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260119 0039d316-1c4b-4281-b951-d872f2087c98
* Update ui/display to use primitive types as defined in stdint.hdnicoara@chromium.org2014-03-2811-69/+78
| | | | | | | | | | | | As instructed in base/basictypes.h we should use (u)int{8,16,32,64}_t rather than the ones without the '_t' suffix. BUG=333413 R=derat@chromium.org Review URL: https://codereview.chromium.org/215233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260118 0039d316-1c4b-4281-b951-d872f2087c98
* Add periodic tracer infrastructure to memory_inspector.primiano@chromium.org2014-03-289-39/+453
| | | | | | | | | | | | | | | | This change introduces the initial deferred (i.e. background) tracer infrastructure. This allows to start async subprocesses which periodically trace a given process. At the moment, the tracer will only dump mmaps and store them into the file archive. Furthermore, this CL introduces the possibility to dump and classify mmaps from the storage. BUG=340294 NOTRY=true Review URL: https://codereview.chromium.org/216783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260117 0039d316-1c4b-4281-b951-d872f2087c98
* Settings Override API: localize all URLs.vasilii@chromium.org2014-03-286-11/+40
| | | | | | | | | | | Currently the search provider can be localized. The CL adds localization support of homepage and startup page. BUG=267510 R=kalman@chromium.org Review URL: https://codereview.chromium.org/213683006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260116 0039d316-1c4b-4281-b951-d872f2087c98