- 16 Jul, 2014 40 commits
-
-
gab@chromium.org authored
In an effort to see what percentage of the population has exceedingly large pref files. BUG=355722 Review URL: https://codereview.chromium.org/391893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283371 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
Every resource takes an FD, so we want to limit this to avoid running out. BUG=384654 Review URL: https://codereview.chromium.org/357423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283370 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Some `#if mac && !views` guards have been here for over a year (since r202283). Mac implies !views so they're currently redundant. But of course MacViews actually needs this code. BUG=390755 Review URL: https://codereview.chromium.org/391053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283369 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Currently a linux_ui.h #include/usage in process_singleton_posix is guarded by toolkit_views && !chromeos which (along with _posix) will include Mac. views.gyp has }, { # OS=="linux" and chromeos==0 'sources/': [ ['exclude', 'linux_ui'], ], }], so this just makes them match. BUG=390755 Review URL: https://codereview.chromium.org/397533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283368 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/360373006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283367 0039d316-1c4b-4281-b951-d872f2087c98
-
erikchen@chromium.org authored
Use the same prioritization for accelerator processing for the bookmark shortcut when overridden by an extension as for when it is built-in to the browser. Namely, allow WebContents key processing to take place before extension accelerator processing. This is the Mac version of the fix. Views was fixed at: https://codereview.chromium.org/360423002. BUG=389340 Review URL: https://codereview.chromium.org/388313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283366 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
This change fixes the SourceBufferStream unit tests so that they always provide valid durations for buffers that it passes to SourceBufferStream. I've also added code to SoureBufferStream to verify that it always gets buffers with valid durations. Minor tweaks to test expectations were needed to compensate for the SourceBufferStream behaving differently when it got actual durations instead of using the durations it made up. In most cases I just used the duration the SourceBufferStream was ultimately using. In a few cases the duration the SourceBufferStream was generating didn't make any sense so I simply changed the expectations to match the new behavior. Review URL: https://codereview.chromium.org/379693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283365 0039d316-1c4b-4281-b951-d872f2087c98
-
hjd@chromium.org authored
The WebView Telemetry will build in the Chromium tree but needs a few things turned off namely jarjar and the ICU data file. BUG=391488 Review URL: https://codereview.chromium.org/369323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283363 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/397743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283362 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=393501 Review URL: https://codereview.chromium.org/392793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283361 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
Don't treat first move touch differently from future touch moves. See http://lists.w3.org/Archives/Public/public-touchevents/2014Apr/0005.html for details. Originally landed here: https://codereview.chromium.org/228973003/ Reverted here: https://codereview.chromium.org/394523004/ because it caused https://code.google.com/p/chromium/issues/detail?id=393695 BUG=354460 TEST=TouchEventQueueTest.TouchAbsorptionWithConsumedFirstMove, TouchEventQueueTest.TouchCancelOnScroll Review URL: https://codereview.chromium.org/398523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283360 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=393414 TEST=browser_tests R=keybuk@chromium.org Review URL: https://codereview.chromium.org/391453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283359 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
EVP_MD_CTX has two sets of cleanup functions, depending on whether it's heap- or stack-allocated. BUG=393962 Review URL: https://codereview.chromium.org/395933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283358 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=369552,379769 Review URL: https://codereview.chromium.org/300843013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283357 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none R=keybuk@chromium.org Review URL: https://codereview.chromium.org/385333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283356 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
The server_attachment_metadata field is where attachment metadata received from the sync server is stored during the "process updates" part of the sync cycle. A subsequent CL will make use of this new field. BUG=394023 Review URL: https://codereview.chromium.org/395913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283355 0039d316-1c4b-4281-b951-d872f2087c98
-
samuong@chromium.org authored
Previously chromedriver generated the mobile devices list from OverridesUI.js in Blink, however changes introduced in Blink revision 177868 break our tests. I'm hardcoding the value of our mobile devices list to what is was prior to this Blink change, until we implement a new way to generate the list. BUG=392430 Review URL: https://codereview.chromium.org/390513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283354 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
AudioRendererImpl will continue to function as it does today since it always calls CurrentMediaTimestamp() inside the audio callback, hence the time since writing is always zero. When TimeDeltaInterpolator gets replaced by AudioRendererImpl as the master clock inside Pipeline, we'll need a method for determining the current media timestamp at any point in time to provide good video synchronization that isn't affected by what the audio callback buffer size is. BUG=370634 Review URL: https://codereview.chromium.org/389613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283353 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
Avoid narrowing conversion warnings by not trying to put a char in an unsigned char array. BUG=345769 Review URL: https://codereview.chromium.org/392883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283352 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
Renamed getSubFolders to getChildIDs and added two boolean arguments that specifies if the function should return folders or bookmarks or both. BUG=386785 Review URL: https://codereview.chromium.org/393943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283351 0039d316-1c4b-4281-b951-d872f2087c98
-
mdempsky@chromium.org authored
This CL adds basic support for equality testing of system call arguments, and conjunctive and disjunctive combinations of tests. BUG=375497 Review URL: https://codereview.chromium.org/299743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283350 0039d316-1c4b-4281-b951-d872f2087c98
-
eakuefner@chromium.org authored
This patch adds an AsDict call from Telemetry Values and implements it for the various Value subtypes. The AsDict call will be used to produce the intermediate representation of page test results for JSON output. Patch set 1 pulls in the value system changes from 378633003 BUG=375541 Review URL: https://codereview.chromium.org/381723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283349 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=160586 Review URL: https://codereview.chromium.org/396493004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283348 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
This removes the restriction that forms must have method="POST" to be autofilled. FormData no longer tracks the method at all. BUG=390713 Review URL: https://codereview.chromium.org/365783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283347 0039d316-1c4b-4281-b951-d872f2087c98
-
clamy@chromium.org authored
As part of the project PlzNavigate, this CL introduces a new IPC, FrameHostMsg_BeginNavigation that should be sent from the renderer to the browser on renderer-initiated navigation, or in response to a FrameMsg_RequestNavigation (that will be introduced in a later CL) for browser initiated ones. Upon reception of FrameHostMsg_BeginNavigation, the UI thread will forward the relevant information to the IO thread (to the ResourceDispatcherHost). BUG=376014 Review URL: https://codereview.chromium.org/367653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283346 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
Test will follow in next patch, as it requires testing code refactoring. BUG=393566,393855 Review URL: https://codereview.chromium.org/395793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283345 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283344 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178201:178213&mode=html TBR=falken@chromium.org,abarth@chromium.org,eseidel@chromium.org BUG= Review URL: https://codereview.chromium.org/396083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283343 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
Add UMA stats to track frequency and success rate of enrollment recovery. BUG=389481 Review URL: https://codereview.chromium.org/385983007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283342 0039d316-1c4b-4281-b951-d872f2087c98
-
kelvinp@chromium.org authored
This is a regression of change r278331. We should let the default dispatchKeyEvent handler to handle KEYCODE_BACK instead of forwarding it to the host. BUG=393055 Review URL: https://codereview.chromium.org/390983008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283341 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoze.zhou@partner.samsung.com authored
Review URL: https://codereview.chromium.org/385163007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283340 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Add and modify the BakedBezierInterpolator from Android to include the new interpolator curves we need. Originally from: https://android.googlesource.com/platform/frameworks/support/+/master/v4/java/android/support/v4/widget/BakedBezierInterpolator.java BUG=375379 Review URL: https://codereview.chromium.org/380133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283339 0039d316-1c4b-4281-b951-d872f2087c98
-
rileya@chromium.org authored
Use SkSrc_Mode in SkCanvasVideoRenderer, to prevent transparent video frames from blending with reused image buffer contents. BUG=392733 TEST=SkCanvasVideoRendererTest.TransparentFrame Review URL: https://codereview.chromium.org/388363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283338 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
It is divided into buffer.h, date_pipe.h, functions.h, handles.h, macros.h and message_pipe.h. BUG=386803 TEST=none R=viettrungluu@chromium.org, darin@chromium.org Review URL: https://codereview.chromium.org/392783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283337 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
WebNavigationApi formerly passed around a lot of redundant state, but now it just uses RenderFrameHost. Code that needs to know the routing ID, parent, etc can just derive it from the RenderFrameHost. Since WebNavigationApi is storing raw pointers to RenderFrameHost, it also observers RFH deletions and removes them as needed. This fixes some use-after-frees when other observers are incorrectly causing the RenderFrameHost to be destroyed. BUG=391058 Review URL: https://codereview.chromium.org/384993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283336 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Previously there care cases where those structs are only partially initialized. TBR=ddorwin@chromium.org BUG=393938 Review URL: https://codereview.chromium.org/390613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283335 0039d316-1c4b-4281-b951-d872f2087c98
-
eduardo.lima@intel.com authored
BUG=393346 R=yoshiki@chromium.org TEST=Manually tested with external USB keyboard Signed-off-by:
Eduardo Lima (Etrunko) <eduardo.lima@intel.com> Review URL: https://codereview.chromium.org/383313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283334 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This routine used to be used by Drive tests only. However, File System Provider API code would also like to take advantage of it. Note, that this function should be used in tens of other places in Chromium code base, instead SequencedWorkerPool::FlushForTesting() more than once if several rounds of posting tasks to the blocking pool may happen. TEST=Refactoring only. Compiles and passes all current tests. BUG=392716 Review URL: https://codereview.chromium.org/380993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283333 0039d316-1c4b-4281-b951-d872f2087c98
-
hiroshige@chromium.org authored
PostTask in WebMessagePortChannelImpl::postMessage seems cross-thread, but copying blink::WebString accross threads is not thread safe. This CL converts blink::WebString to base::string16 before PostTask, making the code thread-safe assuming base::string16 can be copied accross threads. BUG=392410 Review URL: https://codereview.chromium.org/379773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283332 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL fixes an issue where the app list folder animation would hide the item label for its animation, causing the text to pop in at the end of animation. This is fixed by only hiding the icon rather than the entire AppListItemView during the animation. BUG=393207 Review URL: https://codereview.chromium.org/395653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283331 0039d316-1c4b-4281-b951-d872f2087c98
-