- 13 Feb, 2014 40 commits
-
-
primiano@chromium.org authored
This change introduces the prerequisites for the upcoming Android backend tracing classes of the memory_inspector tool. In particular: - The mock_adb binary, which will be used by the unittests to mock adb responses. - The prebuilts_fetcher.py which pulls and syncs the prebuilts from GCS (in a similar way to what telemetry currently does). BUG=340294 NOTRY=true Review URL: https://codereview.chromium.org/158993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251045 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
When the supervised user changes his avatar, the change is synced to his other devices, as well as to the settings of the custodian who sees the updated avatar when opening the supervised user import overlay. BUG=339060 TEST=unit_tests Review URL: https://codereview.chromium.org/147083016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251044 0039d316-1c4b-4281-b951-d872f2087c98
-
dfalcantara@chromium.org authored
Didn't finish for M34, hiding the flag for the cut. BUG=341556 Review URL: https://codereview.chromium.org/162833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251043 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
This is a non-perfect, temporary fix for the bug. It should be revisited after the M34 cut. There's e.g. discussions about tying this to getUserMedia. Bug for this: https://code.google.com/p/chromium/issues/detail?id=342770 BUG=342689 Review URL: https://codereview.chromium.org/152923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251041 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251040 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
This is the client side part, the server config is in CL 61376672. BUG=338260,338289 Review URL: https://codereview.chromium.org/149503006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251038 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251037 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=dsinclair Review URL: https://codereview.chromium.org/162883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251036 0039d316-1c4b-4281-b951-d872f2087c98
-
mpawlowski@opera.com authored
The trick is to leave action, username_element and password_element fields of the form empty, this will stop the browser from autofilling every form on the page with the credentials and will require user interaction. The user will have to click on the input box, select his login from the drop down and click 'submit'. When this happens, Login Data will be updated with the action url of the particular form. Basically, since we don't know which form on the page is the one we have imported credentials for, we don't autofill anything until the user tells us. We'll remember his choice afterwards. BUG=52513 Review URL: https://codereview.chromium.org/153043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251035 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=331302 R=marja@chromium.org Review URL: https://codereview.chromium.org/163073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251034 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
When smartcard auth is disabled we need to wipe the store and any open sockets. By issuing a NULL cert being added this happens. BUG=341500 Review URL: https://codereview.chromium.org/161653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251033 0039d316-1c4b-4281-b951-d872f2087c98
-
uekawa@chromium.org authored
BUG=329604 Review URL: https://codereview.chromium.org/162723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251032 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=341224 Review URL: https://codereview.chromium.org/145813010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251031 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Mavericks introduced [NSView setCanDrawSubviewsIntoLayer:] which I suspect has changed some of the animation compositing pipeline. Recently, the app launcher has been "tearing" the canvas while dragging items around quickly. This change ensures that the common ancestor view of the NSCollectionView and the transitive layer used for custom drag animations is layer-backed. This prevents the tearing. BUG=341769 TEST=Drag items around the OSX app lanucher quickly - icons should animate smoothly, without tearing. Review URL: https://codereview.chromium.org/159573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251030 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
NativeAppWindowViews has Windows-specific code in #ifdefs. Move this into derived class NativeAppWindowViewsWin. BUG=None Review URL: https://codereview.chromium.org/161753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251029 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
Applies the same renaming as http://crrev.com/142523003 and also removes obsolete methods. Renamed methods: - DeriveFont(size_delta, style) => Derive(size_delta, style) Removed methods: - DeriveFont(size_delta) - GetAverageCharacterWidth() # Use GetExpectedTextWidth(1) instead. - GetStringWidth(text) # Use gfx::GetStringWidth(text, font_list) instead. BUG=265485 TEST=Run ui_unittests, views_unittests. Review URL: https://codereview.chromium.org/138013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251028 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
Adding an Android repo manifest which will be used in the Android plus ToT Chromium build setup. BUG=None TEST=None NOTRY=true Review URL: https://codereview.chromium.org/160553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251027 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251026 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167047:167065&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/162713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251025 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=willchan@chromium.org BUG=341211 Review URL: https://codereview.chromium.org/143003031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251024 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
WebKitTestController::TimeoutHandler doesn't seem to be used anywhere. Review URL: https://codereview.chromium.org/162903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251023 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Fix mistake introduced in r247334. Webview needs more tests. BUG= Review URL: https://codereview.chromium.org/162523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251022 0039d316-1c4b-4281-b951-d872f2087c98
-
imcheng@chromium.org authored
Added corresponding protocol buffer definitions for raw events, but in aggregated format. Added EncodingEventSubscriber: - encodes events in protocol buffer format - (we need to test how much aggregation helps with reducing the size, if at all) Added unit tests. TODO in the future CLs: add event filtering, size-based windowing Review URL: https://codereview.chromium.org/138913014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251021 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=thakis@chromium.org BUG=341329 Review URL: https://codereview.chromium.org/162033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251020 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=343049 R=msw@chromium.org Review URL: https://codereview.chromium.org/152843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251019 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
Remove the unified IO code on the browser. Unified IO is not used any more and it should be removed. TBR=dalecurtis@chromium.org BUG=337096 TEST=bots, and nothing breaks. Review URL: https://codereview.chromium.org/163343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251018 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
RWHVA needs to deregister itself properly as an observer of CompositorVSyncManager even if the compositor itself is destroyed. Do this properly by keeping a reference to the CompositorVSyncManager. BUG=343199 TEST=local build, run on desktop Linux, Win7 Review URL: https://codereview.chromium.org/152983004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251017 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=thestig@chromium.org BUG=343565 Review URL: https://codereview.chromium.org/163783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251016 0039d316-1c4b-4281-b951-d872f2087c98
-
nya@chromium.org authored
On swapping in a prerendered WebContents a new ContentViewCore is created with zero size. When showing the view with onShow(), a resize event is generated, causing Blink to relayout with zero size. This change workaround it by setting the view size in advance. BUG=340987 Review URL: https://codereview.chromium.org/159853008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251015 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
This change introduces separate ExtensionSystemFactories for app shell and for chrome; in particular, a new ShellExtensionSystemFactory. ExtensionsBrowserClient now selects between the two at the factory level. Callers can simply use ExtensionSystem::Get. BUG=337707 Review URL: https://codereview.chromium.org/137753016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251014 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
For the detail, refer the associated bug tracker. In short, I want to do this for implementing decision procedure for whether or not to mount zip archives based on originating profiles. Besides, I believe the new code is more clean--the old code that constructs the volume list every time FindVolumeById called is skewed. BUG=343038 Review URL: https://codereview.chromium.org/160483004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251013 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
(SharedWorkerServiceImpl) These class will be used when "enable-embedded-shared-worker" is set. BUG=327256 Review URL: https://codereview.chromium.org/140333011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251012 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Do some lint cleanups too. Review URL: https://codereview.chromium.org/156703006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251011 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
Allow a bit of wiggle room in highlight's bounding box. This should help reduce the noise on speed index. Previously, we were searching through the frames for when the orange highlight disappears, but with compression artifacts we might see a slight variations in each frame's highlight bounding box. BUG= Review URL: https://codereview.chromium.org/152643010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251010 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Adds InstantExtendedEnabledParam('&espv') to the search request URL iff the query extraction flag is enabled in field trials. - When the query extraction is turned off, InstantExtended UI is not enabled in search results page. Therefore, InstantExtendedEnabledParam is unused. - InstantExtendedEnabledParam() need not be a part of SearchTermsData. Therefore, moved InstantExtendedEnabledParam() from SearchTermsData to search.cc. - Added unit tests. BUG=none TEST=none Review URL: https://codereview.chromium.org/151813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251009 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This was broken by my recent forwarder refactor. BUG= Notry=true Review URL: https://codereview.chromium.org/162433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251008 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251007 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Add mvrable to activity_log OWNERS files, and add a note saying to only ask mpcomplete for review if felt and mvrable can't be reached. BUG=none Review URL: https://codereview.chromium.org/148003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251006 0039d316-1c4b-4281-b951-d872f2087c98
-
mstarzinger@chromium.org authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/162703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251005 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Add the following new histograms: Power.ShutdownReason Power.SuspendAttemptsBeforeCancel Power.SuspendAttemptsBeforeSuccess Also deprecate Power.RetrySuspendCount, which was both poorly-defined and broken. BUG=337508 Review URL: https://codereview.chromium.org/161103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251004 0039d316-1c4b-4281-b951-d872f2087c98
-